@import 'font-awesome.css';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
    background-color: #f1f1f1;
}
a {
	font-family: 'Rubik', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7e81de;
}
a:active {
	text-decoration: none;
}
.wrapper {
	max-width: 1225px;
	width: 95%;
	margin: auto;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.split {
    clear: both;
}




.topbar {
    background-color: #8f8a91;
    width: 100%;
    height: 38px;
}
.welcome {
    float: left;
    margin: 10px 0 0 0px;
    font-family: 'Arapey', serif;
    color: #fff;
    font-size: 16px;
}
.topnav {
    float: right;
}
.topnav ul {
    width: auto;
}
.topnav ul li {
    list-style: none;
    float: left;
}
.topnav ul li a {
    color: #fff;
    font-size: 16px;
    padding: 10px 8px;
    display: block;
    font-family: 'Arapey', serif;
}
#navigationnew {
	z-index:999;
	width:100%;
}
header {
    width: 100%;
    box-shadow:  0 1px 2px #ccc;
    background-color: #fff;
}
.logo {
    float: left;
    width: 160px;
    margin: 10px 0 10px 0px;
}
.logo img {
    width: 100%;
}
.lh {
    border-right: solid 1px #eee;
}
.explore {
    width: 700px;
    margin: auto;
}
.explore ul {
    width: auto;
}
.explore ul li {
    list-style: none;
    float: left;
    width: 20%;
    text-align: center;
    margin: 0 5px 0 5px 0px;
    box-sizing: border-box;
    
}
.explore ul li a {
    font-size: 20px;
    padding:  25px 0px 27px 0px;
    display: block;
    font-family: 'Arapey', serif;
    color: #8f8a91;
    border-radius: 0px 0px 8px 8px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.explore ul li a:hover {
    color: #000;
}
.social {
    float: right;
    margin:  8px 0 0 0px;
}
.social ul {
    width: auto;
}
.social ul li {
    list-style: none;
    width: auto;
    text-align: center;
}
.social ul li a {
    padding: 4px;
    font-size: 20px;
    display: block;
}
.social ul li a:hover {
    color: #aca9ad;
}
.facbookcol {
    color: #3c5a98;
}
.twittercol {
    color: #28aae1;
}
#trending {
    width: 100%;
    padding:  33px 0 33px 0px;
    background-color:#fff;
    min-height:300px;
}
.coll {
    text-align: center;
    width: 24%;
    height: 400px;
    float: left;
    vertical-align: middle;
    padding: 4% 0 0 0px;
    box-sizing: border-box;
    margin: 0.5%;
    background-color: #fff;
    box-shadow: 0 2px 6px #999;
    margin-top: -100px;
    z-index: 9;
    position: relative;
}
.coll h2 {
    font-weight: 100;
    font-size: 4em;
    font-family: 'Arapey', serif;
    color: #000;
    letter-spacing: -1px;
    text-shadow: 0px 1px #fff;    
}
#trending h2 span {
    color: #666;
}
.bicon {
    font-size: 50px;
    color: #ccc;
    padding:  20px 0 20px 0px;
}
.coll p {
    font-weight: 100;
    font-size: 1.5em;
    font-family: 'Arapey', serif;
    color: #666;
    letter-spacing: -0.5px;
}
.slider {
    width: 100%;
}
.slider img {
    width: 100%;
}
.collpic1 {
    background-color: #fff;
    width: 29%;
    height: 400px;
    float: left;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0.5%;
    overflow: hidden;
    box-shadow: 0 2px 6px #666;
    margin-top: -150px;
    z-index: 9;
    margin-left: -20px;
    position: relative;
}
.collpic1 img {
    width: 100%;
    margin-top: 0px;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.collpic1 img:hover {
    width: 100%;
    margin-top: -30px;
}
.collpic1 h3 {
    position: absolute;
    font-size: 30px;
    margin-top: 325px;
    color: #fff;
    font-weight: 100;
    margin-left: 22px;
    font-family: 'Rubik', sans-serif;
    line-height: 25px;
}
.collpic1 h3 span {
    font-size: 20px;
    font-family: 'Arapey', serif;
}
.collpic2 {
    background-color: #fff;
    width: 25%;
    height: 400px;
    float: left;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0.5%;
    overflow: hidden;
    box-shadow: 0 2px 6px #333;
    margin-top: -100px;
    z-index: 9;
    margin-left: -40px;
    position: relative;
}
.collpic2 img {
    width: 100%;
    margin-top: 0px;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.collpic2 img:hover {
    width: 100%;
    margin-top: -30px;
}
.collpic2 h3 {
    position: absolute;
    font-size: 30px;
    margin-top: 325px;
    color: #fff;
    font-weight: 100;
    margin-left: 22px;
    font-family: 'Rubik', sans-serif;
    line-height: 25px;
}
.collpic2 h3 span {
    font-size: 20px;
    font-family: 'Arapey', serif;
}
.collpic3 {
    background-color: #fff;
    width: 27%;
    height: 400px;
    float: left;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0.5%;
    overflow: hidden;
    box-shadow: 0 2px 6px #333;
    margin-top: -160px;
    z-index: 9;
    margin-left: -40px;
    position: relative;
}
.collpic3 img {
    width: 100%;
    margin-top: 0px;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.collpic3 img:hover {
    width: 100%;
    margin-top: -30px;
}
.collpic3 h3 {
    position: absolute;
    font-size: 30px;
    margin-top: 325px;
    color: #fff;
    font-weight: 100;
    margin-left: 22px;
    font-family: 'Rubik', sans-serif;
    line-height: 25px;
}
.collpic3 h3 span {
    font-size: 20px;
    font-family: 'Arapey', serif;
}
#aboutcompany {
    width: 100%;
    min-height:inherit;
    background-color: #fff;
    margin:0px auto;
    box-shadow: 0 1px 6px #ccc;
    
}
.fashivo {
       width: 100%;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    padding: 50px 0px 50px 0;
    text-align: center;
}
.fashivo h2 {
    font-weight: 100;
    font-size: 33px;
}
.fashivo p {
    font-size: 20px;
    line-height: 26px;
    margin:  12px 0 0 0px;
    color: #666;
    font-family: 'Arapey', serif;
}
.facebookbox {
    float: left;
    width: 49%;
    min-height: 300px;
    background-color: #3c5a98;
    margin:  30px 0 0 0px;
    border-radius: 8px;
    text-align: center;
    color: #5473b3;
    line-height: 300px;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
}
.twitterbox {
    float: right;
    width: 49%;
    min-height: 300px;
    background-color: #28aae1;
    margin:  30px 0 0 0px;
    border-radius: 8px;
    text-align: center;
    color: #1793c7;
    line-height: 300px;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
}
footer {
    width: 100%;
    background-color: #706873;
    margin:0px;display:inline-block;
    padding:  20px 0 20px 0px;
    box-shadow: 0px 1px 6px #999;
    text-align: center;
    color: #d3d3d3;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
}
footer a {
    color: #d3d3d3;
    font-family: 'Rubik', sans-serif;
    padding:  8px;
   
}
footer a:hover {
    color: #fff;
}
footer p {
    margin:  8px 0 0 0px;
}


/* mandeep */
.main_logo {
    position: absolute;
    left: 0;
    top: 27px;
    background: transparent url("https://fashivo.in/imgs/logo_bg.png") no-repeat;
    text-align: center;
    width: 480px;
    padding-bottom: 30px;
    z-index: 99999;}
.main_logo img {
    width: 155px;}
.top_bar .welcome {font-family: rubik;
    font-size: 13px;
    line-height: 1.5;
    color: #8f8a91;
        position: relative;
    width: 45%;
    text-align: right}
.top_bar { background: #fff;}
.nav_bar {box-shadow: none;background:#e4e4e4; !Important z-index:111 !Important;
}
#my_logo {
    visibility: hidden;
}   
.social_bar ul li {
    float: left;}
.nav_bar .social_bar ul li a {
    color: #fff;
    font-size: 15px;float:right;
    height: 20px;
    line-height: 20px;
    background: #FC8CA1;
    border-radius: 100px;
    width: 20px;}
.top_bar ul li a {
    color: #8f8a91;
    font-family: rubik;
    font-size: 13px;}
.nav_bar .explore ul li {
    padding: 0 20px;width: auto;}
.nav_bar .explore ul {
    margin-left: 100px;}
.nav_bar .explore ul li a {
    font-size: 15px;line-height: 2.5;
    font-family: rubik;
    padding: 0px;
    text-transform: uppercase;}
div#navigation-sticky-wrapper {
    height: 38px; !important;}
.nav_bar .social_bar {
    margin: 7px 0 0 0;}
.is-sticky .nav_bar {
    box-shadow: none;
    background: #fff;}
.contact_heading {
       text-align: center;
    padding: 50px;
    font-size: 35px;
    background: #fff;
    color: #ffffff;
    letter-spacing: 1px;
    background: url(https://fashivo.in/imgs/top_banner-min.jpg);}
ul.contacts-list li i {
    border: 1px solid;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;}
ul.contacts-list li { margin: 20px;margin-left: 0;}
.contact_left_panel {float: left;}
.contact_right_panel textarea, .contact_right_panel input {width: 100%;
    border: 0;
    height: 20px;
    margin-top: 10px;
    font-size: 15px;
    font-family: rubik;
    padding: 10px;}
.contact_right_panel textarea{height:100px !important;}
.contact_right_panel, .contact_left_panel{float: left;width: 50%;}
.contact_right_panel input[type="submit"] {
    padding: 15px 20px;cursor: pointer;
    width: auto;
    line-height: 0;
    font-size: 15px;
    text-transform: uppercase;
    background: #706873;
    color: #fff;}
.contact_info {display: inline-block;
    border-top: 1px solid #c1c1c1;
    margin: 50px;
    border-bottom: 1px solid #c1c1c1;
    padding: 20px;}
.begin p {    font-size: 14px;
    line-height: 1.7;
    color: #4c4c4c;
    letter-spacing: 1px;border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    text-align: justify;}
.begin h2 {font-size: 17px;margin-bottom: 15px;font-weight:500;}
.begin {padding: 30px;    padding-bottom: 0px;}
.begin_same ul li {
    padding: 7px;
    font-size: 15px;
    color: #000;
    list-style-type: circle;}
.begin_same {
    float: left;
    width: 33.3%;}
.begin_same ul {
    padding: 30px;padding-bottom: 0;
    padding-top: 0;}
.begin_same h4 {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    color: #000;}
.begin_same ul li a {    color: #000;}
.nav_bar .social_bar ul li a i {
    line-height: 20px;}
.content_page {
    font-size: 70px;
    padding: 200px;
    text-align: center;}
table#m_7655717827681594847contact_form tr td{border:1px solid;}
.content_data .four_part {
    width: 24%;text-align:center;padding:5px;height:440px;
    float: left;margin-bottom:35px}
.content_data {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;}
.content_data .four_part img{ border-radius: 15px;}
span.code_detail {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;}
section#full_banner img {
    width: 100%;float:left;
    height: 100%;}
section#full_banner {width: 100%;display: inline-block;float:left;position:relative;}
span.main_span {
      position: relative;
    left: 0px;
    top: 150px;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    display: inline-block;}
span.min_span {
      position: relative;
    top: 160px;
    left: 0px;
    width: 100%;
    font-size: 35px;
    right: 0px;
    width: auto;
    text-transform: uppercase;
    color: #000;
    display: inline-block;}
.fashion_div_done {
    position: absolute;
    width: 70%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;}
.social.social_bar ul
 li a{margin-left:10px;}
.four_part img {width: 100%}
    
    
    
    
    


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(128, 128, 128, 0.61);
    z-index: 99999;
}
#swear_div{padding-top:60px;}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 40%;
  max-width: 1200px;
}

#jack .modal-content{width:20%;}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

#left_right_nav .prev,
#left_right_nav .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.four_part .prev:hover,
.four_part .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.four_part img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}    

 /* end */
 
 
 @media(max-width:1366px){
    .explore ul li a {position: relative;z-index: 9999;}
    
 }
 
 /* Dropdown Button */
.dropbtn {
  background-color: #f1f1f100;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #f1f1f100;}
.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu > li
{
    height: 30px;
    background: #999999;
}
.third-level-menu > li:hover { background: #CCCCCC; }

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    background: #999999;
}
.second-level-menu > li:hover { background: #CCCCCC; }

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
    width: 150px;
    background: #999999;
}
.top-level-menu > li:hover { background: #CCCCCC; }

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0 0 10px;

    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
}
.top-level-menu a:hover { color: #000000; }


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}



@media (min-width: 768px) and (max-width: 991px) {
	.nav-wrap {
		justify-content: flex-end;
	}
}

