@import 'common.css';
/*NEW STYLE*/

/* HOMEPAGE */
/* SLIDER */
.banner {
	margin-top: 106PX;
	margin-bottom: 50px;
}

.banner .owl-carousel.owl-drag .owl-item {
	height: 95vh;
}
.banner ,item{
    position:relative;
}
.banner .d-link{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.slider .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-size: cover;
	position: relative;
	height: 95vh;
	background-position: center bottom;
}

.slider .item .con {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}

.slider .item .col-lg-6 img,
.slider .item .col-lg-6 h2,
.slider .item .col-lg-6 .more {
	transform: translateX(-50px);
	opacity: 0;
}

.slider .item .col-lg-6 img {
	transition: all 300ms linear;
}

.slider .item .col-lg-6 h2 {
	transition: all 400ms linear;
}

.slider .item .col-lg-6 .more {
	transition: all 500ms linear;
}

.slider .active .item .col-lg-6 img {
	transform: translateX(5px);
	opacity: 1;
}

.slider .active .item .col-lg-6 h2,
.slider .active .item .col-lg-6 .more {
	transform: translateX(0);
	opacity: 1;
}

.slider .dark-bg .row {
	align-items: center;
}

.slider .owl-item .slider-logo {
	width: 165px;
}

.slider .dark-bg h2 {
	font-size: 77px;
	font-family: 'Bodoni 72';
	color: #77737c;
	font-weight: normal;
	line-height: 79px;
	padding-top: 50px;
}

.slider .item em {
	font-style: italic;
	font-family: 'Bodoni 72';
}

.slider .more a {
	text-transform: uppercase;
}

.slider .dark-bg h2 span {
	color: white;
	font-family: 'Bodoni 72';
}

.slider .dark-bg .more a:before {
	background: black;
}

.slider .lakme-bg h2 {
	color: white;
	font-size: 58px;
	font-weight: 500;
	line-height: 68px;
	padding-bottom: 20px;
}

.slider .lakme-bg .more a {
	border: 2px solid black;
	background: none;
	font-size: 24px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.slider .lakme-bg .more a {
	border-color: #211551;
}

.slider .lakme-bg .more a:before {
	background: #211551;
}

.slider .lakme-bg .more a:hover {
	border-color: #211551;
}

.slider .more {
	padding-top: 30px;
}

.banner .owl-carousel .owl-nav button.owl-next,
.banner .owl-carousel .owl-nav button.owl-prev {
	width: 85px;
	height: 100px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	font-size: 30px;
}

.banner .owl-carousel .owl-nav button.owl-next:hover i,
.banner .owl-carousel .owl-nav button.owl-prev:hover i {
	color: #663130;
}

.banner .owl-carousel .owl-nav button.owl-next:hover,
.banner .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.banner .owl-carousel .owl-nav button:hover i {
	color: white;
}

.banner .owl-carousel .owl-nav button.owl-next i {
	right: 56px;
	position: relative;
}

.banner .owl-carousel .owl-nav button.owl-prev i {
	left: 0px;
	position: relative;
}

.banner .owl-carousel .owl-nav button.owl-next {
	right: -100px;
}

.banner .owl-carousel .owl-nav button.owl-prev {
	left: -100px;
}

.banner .owl-carousel:hover .owl-nav button.owl-next {
	right: -50px;
}

.banner .owl-carousel:hover .owl-nav button.owl-prev {
	left: -50px;
}

.slider .see-bg h2 {
	color: white;
	line-height: 77px;
	font-size: 58px;
}

.banner .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}

.banner .owl-dots .owl-dot span {
	border: 2px solid #ff8b68;
	background: none;
}

.banner .owl-dots .owl-dot.active span {
	background: #ff8b68;
	;
}

/* FEATURED  */
.featured{
    margin-bottom: 150px;
    padding: 30px 0 0;
}
.featured .title{
    margin-bottom: 50px;
}
.featured .title h2{
    opacity: 1;
    color: #ff8b68;
}
#horizontalTab ul{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}
#horizontalTab ul li{
    padding: 0 15px;
}
#horizontalTab ul li a{
    color: #663130;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
#horizontalTab ul li a:after{
    content:"";
    position: absolute;
    left: 0;
    background: #ff8b68;
    height: 2px;
    width: 0;
    bottom: 0;
}
#horizontalTab ul li.r-tabs-state-active a:after,
#horizontalTab ul li a:hover:after{
    width: 100%;
}
#horizontalTab ul li a:hover,
#horizontalTab ul li.r-tabs-state-active a{
    color: #ff8b68;
}
.r-tabs .r-tabs-panel {
    padding:0
}
.feat-prods {
    margin:30px 0 0 
}
.feat-prods .owl-carousel .owl-nav button.owl-prev, 
.feat-prods .owl-carousel .owl-nav button.owl-next {
    top: 41%;
}
.feat-prods .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}
.feat-prods .owl-carousel .owl-nav button i {
    font-size: 28px;
}
.feat-prods .owl-item {
    padding: 25px 0;
}
.feat-prods .item{
    padding: 0 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.15);
}
.feat-prods .item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.feat-produ .item{
    transform: scale(0.8);
    margin:20px 10px 50px;
}
.feat-prods .center .item {
    transform: scale(1.1);
}
.feat-prods .center .item:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.feat-prods .row{
    justify-content: center;
    margin: 0;
}
.feat-prods .row .item{
    width: 400px;
    margin-top: 20px;
}
/* EVENTS */
section.events {
	padding-bottom: 80px;
}

.event-con {
	padding: 60px 0;
	position: relative;
	background: #fdf3ea;
}

.event-con:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 46%;
	height: 100%;
	background: url(../images/events-con.jpg) no-repeat left top;
	background-size: cover;
}

.event-con .row {
	justify-content: flex-end;
}

.event-con .list ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #ffffff;
	padding: 15px 40px;
	margin: 10px 0;
}

.event-con .list ul li:hover {
	transform: scale(1.02);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.event-con .date {
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ff8b68;
	border-bottom: 3px solid #ff8b68;
	text-align: center;
}

.event-con .date p {
	padding: 0;
	font-size: 15px;
	color: #303030;
	font-weight: 500;
}
.event-con .date p span{
    text-transform:uppercase;
}
.event-con .details {
	width: 57%;
}

.event-con .btn {
	width: 25%;
}

.event-con .details .display {
	width: 70px;
	margin-bottom: 5px;
}

.event-con .details h6 {
	color: #000000;
	padding: 0;
	font-size: 15px;
}

.event-con .details h6 a {
	font-weight: 700;
}

.event-con .details p {
	color: #303030;
	padding: 0 0 7px;
	font-size: 12px;
}
.srch-title p.display,
.event-con .display p {
	background: #2dca73;
	padding: 0;
	font-size: 11px;
	color: white;
	text-align: center;
	border-radius: 34px;
	line-height: 19px;
}
.srch-title p.display.in-person,
.event-con .display.in-person p {
	background: #ff8b68;
}

.events .more {
	text-align: center;
	padding: 30px 0 0;
	display: flex;
	justify-content: center;
	width: 100%;
	text-transform: uppercase;
}

.events .more a {
	background: #ff8b68;
	border: 1px solid #ff8b68;
	color: white;
	width: 200px;
	height: 50px;
}
.events li.more a {
    width: 110px;
    height: 40px;
}
.events .more a:before {
	background: white;
}

.events .more a:hover {
	color: #ff8b68;
}

.events .btn .more {
	padding: 0;
}

.events .btn .more a {
	border: 1px solid #ff8b68;
	color: #ff8b68;
	background: none;
	width: 100%;
	height: 30px;
	font-size: 12px;
}

.events .btn .more a:before {
	background: #ff8b68;
	;
}

.events .btn .more a:hover {
	color: white;
}

/* VIDEOS */
section.videos {
	padding: 60px 0;
}

.videos-slider .item {
	padding: 0 0;
	width: 100%;
	margin: 0 auto;
}

.videos-slider .item img {
	width: 100%;
	border:1px solid rgba(0,0,0,0.2);
}

.videos-slider.owl-carousel .owl-video-play-icon {
	left: 53%;
	border:none;
}

.videos-slider.owl-carousel .owl-video-wrapper {
	width: 100%;
	margin: 0 auto;
}

.videos-slider .con {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	width: 740px;
	height: 415px;
}

.videos-slider .item h4 {
	color: #303030;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	opacity: 0;
}

.videos-slider .center .item h4 {
	opacity: 1;
}

.videos-slider .owl-carousel .owl-video-tn {
	background-size: cover;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
}

.videos-slider .owl-video-frame {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videos-slider .owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos-slider img {
	position: absolute;
	left: 0;
	top: 0
}

.videos-slider .owl-video-playing img {
	display: none;
}

.videos-slider.owl-carousel .owl-nav {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.videos-slider.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.videos-slider.owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.videos-slider.owl-carousel .owl-nav button {
	background: none;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 2px solid #e2e5e9;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #122947;
	position: relative;
	top: 0;
	font-size: 17px;
	margin: 0 20px;
}

.videos-slider.owl-carousel .owl-nav button:hover {
	border-color: #ff8b68;
}

.videos-slider.owl-carousel .owl-nav button:hover i {
	color: #303030;
}

/*PRODUCTS LIST */
ul.pro-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 25px 0 65px;
}

ul.pro-list li {
	width: 22%;
	margin: 15px;
}

ul.pro-list li img {
	display: block;
	margin: 0 auto;
	border: 1px solid #f0efef;
	filter: grayscale(0%);
	padding: 5px;
	opacity: 1;
}

ul.pro-list li:hover img {
	filter: grayscale(100%);
	opacity: 0.5;
}

/* EDUCATION */
.education1 .page-title {
    padding: 0;
}
.virtual-brands {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
}
.virtual-brands li{
    width:17.68614%;
    margin: 15px;
}
.virtual-brands li:hover img{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/* VIDEOS */
/* VIDEOS */

.videos hr{
    margin:10px 0 30px;
}
.search .srch-lft{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.search select{
    display: none;
}
.search form{
    padding:0 0 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.search .input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 78%;
    border: 1px solid #dddddd;
}
.search .input input{
    border: none;
    padding: 9px 15px;
    margin:0;
}
.search button{
    background: #303030;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    width: 170px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 600;
    position: relative;
}
.search button:after{
    background: #ff8b68;
}
.videos iframe{
    display: block;
}
.videos .caption{
    background: #292929;
    padding:5px 25px 20px;
}
.videos .caption h6{
    color: white;
    font-weight: 400;
    font-size: 18px;
}
.videos .meta {
    display: flex;
    align-items: center;
}
.videos .meta li,
.videos .meta li a{
    color: white;
    font-weight: 400;
}
.videos .meta li a:hover{
    color: #ff8b68;
}
.videos .meta li{
    margin-right: 15px;
    font-size: 13px;
}
.videos .meta li i{
    margin-right: 5px;
    font-size: 12px;
}
.video-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #cfcece;
    padding: 5px 0;
    margin: 20px 0 -20px;
}
.video-list ul li {
    width: 47%;
    margin: 15px 0;
    overflow: hidden;
}
.video-list li img{
    display: block;
    width: 100%;
}
.video-list ul li:hover img{
    transform: scale(1.1);
}
.video-list li h6 {
    background: #292929;
    color: white;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 5;
}
.video-list li h6 i{
    margin-right: 10px;
}
.videos .col-lg-4 {
    justify-content: flex-end;
}
.sidebar {
    border: 1px solid #f4f4f4;
    box-shadow: 0 2px 18px rgba(0,0,0,0.08);
    padding: 35px;
    width: 95%;
    float: right
}
.sidebar h6 {
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}
.sidebar td span{
    color:#ff8b68;
}
.sidebar .edit-link span a,
.sidebar .edit-link span{
    color:#b8b7b7;
}
.sidebar .edit-link span a:hover{
    color:#ff8b68;
}
.sidebar .edit-link span {
    margin-left:-3px;
}
.sidebar ul{
    padding-bottom: 10px;
}
.sidebar li {
    padding: 6px 0;
}
.sidebar li.active a{
    color:#ff8b68;
}
/* SEARCH RESULTS */
.srch-rst-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #f1f0f0;
    padding: 25px 0 0;
    margin: 20px 0 30px ;
    overflow-x: hidden;
}
.srch-date {
    border: 1px solid #ff8b68;
    border-bottom-width:4px;
    width:74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 17px;
    margin:0 20px;
    font-weight: 600;
}
.srch-content{
    width: 82%;
    margin-right: 20px;
}
.srch-content p span,
.srch-content p{
   background: none;
    font-size: 14px;
    color: inherit;
}
.srch-content p:empty,
.srch-content p span:empty,
.srch-content p br{
    display:none;
}
.srch-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.srch-title h6 {
    font-size: 18px;
    line-height: normal;
    padding-top: 0;
    color: #ff8b68;
    width:80%;
}
.srch-title h6 a{
    color: #000000;
}
.srch-title h6 a:hover{
    color:#292929;
}
.srch-title h6 span{
    color: #303030;
    padding: 7px 0;
    font-size: 14px;
    display: block;
    font-weight: 300;
}
.srch-title p{
    width: 100px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 13px !important;
    padding: 0;
    font-weight: 600;
}
.srch-title p i{
    margin-right: 8px;
}

.srch-rst-wrap hr{
    background: #f1f0f0;
    margin: 30px 0 1px;
    width: 100%;
    height: 1px;
    opacity: 1;
}
.srch-rst-wrap .srch-meta {
    background: #f7f7f7;
    padding:20px 20px;
    width: 100%;
    position: relative;
    border: 1px solid white;
}
.srch-rst-wrap .srch-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.srch-rst-wrap .srch-meta ul li{
    font-size: 14px;
    color:#292929;
    font-weight: 400;
    width:auto;
    padding:0;
}
.srch-rst-wrap .srch-meta ul li.more a{
    background:white;
    color:#ff8b68;
}
.srch-rst-wrap .srch-meta ul li.more a:before{
    background:#ff8b68;
}
.srch-rst-wrap .srch-meta ul li.more a:hover{
    color:white;
}
.srch-rst-wrap .srch-meta li i{
    color: #b8b7b7;
    margin-right: 5px;
}
#result_container h6 {
    font-weight:400;
}
.srch-rst-wrap .srch-content{
    font-size:14px;
}
.srch-rst-wrap .more-info{
    margin-top:15px;
}
#pop.inner-container {
    padding: 30px 0 0;
}
#pop ul.pro-list {
    justify-content: flex-start;
}
#pop ul.pro-list li{
    width:145px
}
/*MODEL*/
.model p {
    display: inline-block;
    padding-right: 40px !important;
    line-height: 20px !important;
}
.model .content td {
    padding: 10px 0;
}

/* CONTACT US */
.cnt-frst .con{
    padding-right: 50px;
}
.cnt-frst .con h6{
    font-size: 24px;
    padding: 0;
    font-weight: 400;
}
.cnt-frst form{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
}
.cnt-frst form label:nth-child(3),
.cnt-frst form label:nth-child(4){
    width: 48%;
}
.cnt-frst form label {
    width: 100%;
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.cnt-frst form label.not-valid {
    color: red;
}
form label.not-valid input,
form label.not-valid textarea{
    border-color: red  !important;
}
form label input:focus, 
form label textarea:focus,
form label input, select,
form label textarea{
    background: #f7f7f7 !important;
    border:1px solid transparent !important;
}
.registration{
    flex-direction:ccolumn;
}
.registration label{
    width:50%;
}
.registration .btn1{
    background:#292929 !important;
}
form label span{
    color: #828282;
    font-weight: 400;
    font-size: 14px;
}
.cnt-frst button{
    margin: 15px 0 0;
}
form button:after{
	background: #292929 !important;
}

.cnt-frst .sidebar{
    width: 100%;
}
.cnt-frst hr{
    border-bottom-color: #e5e5e5;
    margin:15px 0;
}
.googlemap h6,
.cnt-frst .sidebar h6{
    color: #ff8b68;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0;    
    border: none;
}
.googlemap h6 i,
.cnt-frst .sidebar h6 i{
    font-size: 15px;
}
.cnt-frst .sidebar p{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}
.cnt-frst .sidebar p span{
    font-weight: 300;
    color: #828282;
    font-style: italic;
    font-size: 14px;
}
.visits{
    padding: 50px 0 0;
}
.visits h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    padding: 35px 0;
}
.career-rt .item > div {
    border: 1px solid #eae9e9;
    box-shadow: 2px 7px 21px rgba(0,0,0,0.08);
    width: 247px;
    margin: 0 auto;
    padding: 0 15px;
}
.googlemap {
    position: relative;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 80px 0 0;
}
#google-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background-color: #e7eaf0;
}
.googlemap .container{
    position: relative;
    z-index: 5;
}
.googlemap .con{
    border: 1px solid #eae9e9;
    box-shadow: 2px 7px 21px rgba(0,0,0,0.08);
    padding: 40px;
    background: white;
    width: 380px;
}
.googlemap h6{
    padding-bottom: 15px;
}
.googlemap p{
    color: #0f102c;
    font-weight: 400;
}
.gmap_canvas,
.mapouter{
    width:100% !important;
}
.googlemap .btn {
    padding-left: 0;
    font-size:14px;
}
.googlemap .btn a {
    width: 140px;
    border-width: 2px;
    text-transform: uppercase;
    height: 45px;
    margin: 0;
}
.page-title img.mobile{
    display:none;
}
@media(min-width:1200px) and (max-width:1400px) {
	header ul li {
		padding: 0 22px;
	}

	.slider .dark-bg h2 {
		font-size: 72px;
	}
}

@media(max-width:1400px) {
	.feat-prods .row .item {
		width: 100%;
	}
}

@media(min-width:992px) {

	.navbar-toggler,
	#mobile-navmenu {
		display: none;
	}

	.videos-slider.owl-carousel .owl-item {
		left: 160px;
	}

	.videos-slider.owl-carousel .owl-item.center {
		left: 0;
	}

	.videos .center+.owl-item {
		left: -160px;
	}

	.videos-slider .item {
		transform: scale(0.5);
	}

	.videos-slider .center .item {
		transform: scale(0.965);
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.container {
		max-width: 100%;
	}

	header ul li {
		padding: 0 24px;
	}

	.banner {
		margin-bottom: 100px;
	}

	.banner .container {
		max-width: 95%;
	}

	.slider .dark-bg h2 {
		font-size: 69px;
	}

	.slider .item {
		height: 100%;
	}

	.featured {
		margin-bottom: 110px;
	}
	  .virtual-brands li {
        width:13.667% !important;
    }
}
@media(min-width:992px){
    .virtual-brands li {
        width: 17.312%;
    }
}
@media(max-width:991px) {
    
.page-title img.desk{
    display:none;
}
.page-title img.mobile{
    display:block;
}

    header{
        padding:0;
    }
     nav {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        background: #161616;
        height: 0;
        z-index: 100;
        transition: all 200ms linear;
        overflow: hidden;
    }
    header.sticky nav {
        top: 80px;
    }
    nav.show {
        height: 350px;
    }
 .menu {
        width: 30px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        right: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        top: 30px;
        bottom: 0;
        margin: auto;
        cursor: pointer;
    }

    .menu span {
        width: 100%;
        height: 2px;
        background: black;
        border-radius: 10px;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .menu span:before,
    .menu span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: black;
        border-radius: 10px;
        display: block;
        left: 0;
    }

    .menu span:after {
        bottom: -7px;
    }

    .menu span:before {
        top: -7px;
    }
 header nav>ul {
        flex-direction: column;
        align-items: flex-start;
    }
    header nav ul li {
        width: 100%;
        padding: 10px 45px !important;
    }
    header nav ul li a {
        color: white;
        font-size: 18px;
        padding: 5px 0;
        display: block;
    }
    header nav ul li:last-child {
        padding-top: 15px !important;
    }
    .menu-frst .hide{
        display:block;
    }
	header .container nav.first,
	header .col-lg-4 {
		display: none;
	}

	.mm-navbars_top {
		display: none !important;
	}

	#horizontalTab ul {
		display: none !important;
	}

	.r-tabs-accordion-title a {
		padding: 20px 15px;
		background: rgba(0, 0, 0, 0.05);
		color: black;
		display: block;
		font-size: 17px;
		margin: 10px 0;
	}

	#horizontalTab .r-tabs-accordion-title i {
		color: #ff4700;
		margin-right: 10px;
	}

	.r-tabs-accordion-title.r-tabs-state-active a {
		background: #ff4700;
		color: white !important;
	}

	.r-tabs-accordion-title.r-tabs-state-active a i {
		color: white !important;
	}

	.feat-prods .row .item {
		margin-bottom: 60px;
	}

	.featured {
		margin-bottom: 110px;
	}

	.event-con:before {
		display: none;
	}

	.event-con {
		padding: 50px 0 20px;
	}

	.events .more {
		padding: 30px 0;
	}

	.banner .owl-carousel.owl-drag .owl-item {
		height: auto !important;
	}

	.banner {
		margin-bottom: 100px;
		margin-top:80px;
	}

	.videos {
		padding-bottom: 40px;
	}

	/* FOOTER */
	footer {
		padding-top: 40px;
	}

	footer .col-lg-8 {
		order: -1;
	}

	footer .row {
		justify-content: center;
	}

	footer .col-lg-8 p {
		width: 415px;
	}

	footer .copyright {
		margin-top: 30px;
	}

	.more a {
		width: 190px;
		height: 50px;
		font-size: 15px;
	}

	.slider .lakme-bg .more a {
		font-size: 18px;
	}

	.slider .see-bg h2 {
		line-height: 45px;
		font-size: 36px;
	}

	.r-tabs-accordion-title {
		display: none !important;
	}

	.r-tabs #all.r-tabs-panel {
		display: block !important;
	}
	 .virtual-brands {
        justify-content: center;
    }
    .page-title {
       padding:30px 0;
    }
    .srch-rst-wrap .srch-meta ul li{
        font-size:13px;
    }
    
	.cnt-frst .con{
	    padding-right:0;
	}
	.contact .cnt-frst .sidebar {
	    margin-top:35px;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.slider .item {
		height: 450px;
	}

	.slider .dark-bg h2 {
		font-size: 51px;
		line-height: 59px;
		padding-top: 20px;
	}

	.slider .owl-item .slider-logo {
		width: 130px;
	}

	.slider .lakme-bg h2 {
		font-size: 43px;
		line-height: 44px;
	}

	.slider .see-bg h2 {
		color: white;
		line-height: 51px;
		font-size: 43px;
	}

	.slider .dark-bg h2 {
		font-size: 41px;
		line-height: 46px;
	}
	  .virtual-brands li {
        width: 20.968%;
    }
}
@media(min-width:768px) and (max-width:800px) {
    .virtual-brands li {
        width: 20.968% !important;
    }
}
@media(max-width:767px) {
	.container {
		max-width: 100%;
	}

	/* BANNER */
	.slider .owl-item .slider-logo {
		width: 95px;
	}

	.banner .dark-bg {
		background-image: url(../images/slider/ecru-slide-mobile.jpg) !important;
	}

	.banner .lakme-bg {
		background-image: url(../images/slider/lakme-kblonde-mobile.jpg) !important;
	}

	.banner .see-bg {
		background-image: url(../images/slider/styletek-slide-mobile.jpg) !important;
	}

	.slider .dark-bg h2 {
		font-size: 37px;
		line-height: 40px;
		padding-top: 20px;
	}

	.slider .lakme-bg h2 {
		font-size: 35px;
		line-height: 40px
	}

	.slider .lakme-bg .more {
		padding-top: 0;
	}

	.title h2 {
		font-size: 48px;
	}

	.title h3 {
		font-size: 30px;
	}

	.more a {
		width: 180px;
		font-size: 13px;
		height: 40px;
	}

	.event-con .details {
		width: 60%;
	}

	.event-con .btn {
		width: 20%;
	}

	.event-con .list ul li {
		padding: 15px 20px;
	}

	.event-con .details h6 {
		line-height: 19px;
	}

	.featured .title {
		margin-bottom: 0;
	}

	.feat-prods {
		margin-top: 0;
	}

	.title {
		margin-bottom: 30px;
	}

	.banner {
		margin-bottom: 60px;
	}

	.featured {
		margin-bottom: 60px;
	}

	.videos-slider.owl-carousel .owl-nav {
		padding-top: 0;
	}

	footer {
		text-align: center;
	}

	footer .copyright .col-md-6:last-child {
		justify-content: center;
	}

	.feat-prods .owl-dots {
		margin: 0 0 50px;
	}
	.page-title h2{
	    font-size:26px;
	}
	.inner-container{
	    padding:40px 0;
	}
	ul.pro-list li {
        width: 45%;
    }
    .virtual-brands li{
        width:41%;
    }
}

@media(min-width:501px) and (max-width:767px){
    .search .srch-lft {
        width: 74%;
    }
    .search .input {
        width: 62%;
    }
    .virtual-brands li {
        width: 28%;
    }
    .srch-content {
        width: 79%;
    }
}
@media(max-width:500px) {
	footer .col-lg-8 p {
		width: 100%;
	}
	.search .input{
	    width:60%;
	}
	.search button{
	    width:140px;
	}
	.banner {
        margin-top: 63px;
    }
	.slider .item {
		height: 380px;
		background-position: right center;
	}

	.slider .more {
		padding-top: 15px;
	}

	.slider .dark-bg h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.slider .lakme-bg h2:first-child {
		padding-bottom: 0;
	}

	.event-con .date {
		width: 60px;
		height: 60px;
	}

	.event-con .details {
		width: 80%;
		padding-left: 20px;
	}

	.feat-produ .item {
		transform: scale(1);
		margin: 0 0 20px;
	}

	.owl-dots .owl-dot span {
		margin: 5px 7px;
	}

	.events {
		padding-bottom: 0;
	}

	.featured {
		margin-bottom: 0;
	}

	.event-con .list ul li {
		justify-content: flex-start;
	}

	.event-con .btn {
		width: 140px;
		margin-left: 67px;
		position: relative;
	}

	.inner-container .sec-title {
		font-size: 29px;
	}

	ul.pro-list {
		justify-content: center;
		padding-bottom: 25px;
	}

	ul.pro-list:last-child {
		padding-bottom: 0;
	}

	ul.pro-list li {
		width: 170px;
		margin-left: 0;
		margin-right: 0;
	}
	
    .srch-content {
        width: 100%;
        padding:20px 0 0 20px;
        margin-right:10px;
    }
     .srch-rst-wrap .srch-meta ul li {
        width: 48%;
        margin: 10px 0;
    }
    .srch-rst-wrap .srch-meta ul li:last-child{
        width: 100%;
        padding-left:0;
    }
    .srch-rst-wrap .srch-meta ul li:last-child a{
        margin: 10px 0 0;
    }
    .srch-title p.display {
        margin-bottom:15px;
    }
    .registration label, .sidebar,
    .cnt-frst form label:nth-child(3), .cnt-frst form label:nth-child(4) {
        width:100%;
    }
    button.more, .more a {
        width: 200px;
        height: 50px;
    }
    .sidebar{
        margin-top:30px;
        padding:20px;
    }
    .class-reg td{
        padding:10px 20px;
    }
      .video-list ul li {width: 100%;
    }
}
.access-state {
    padding:35px 0 35px;
}
.access-state strong{
    font-weight:600;
}
.access-state li{
    padding:5px 0;
}