/*===== Common Class =====*/

/*
font-family: 'Branding-Semibold';
font-family: 'Branding-Medium';
font-family: 'Inter-Regular';
font-family: 'Inter-Italic';
font-family: 'Inter-Medium';
font-family: 'Inter-SemiBold';
*/

html {
	position: relative;
	min-height: 100%;
}

* {
	margin:0px;
	padding:0px;
}
body {
	font-size:16px;
	color:#000000;
	background:#f7f2ed;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding:0px;
	line-height:1.5;
	letter-spacing:0.01375em;
	font-family: 'Inter-Regular';
}
.fl { 
	float:left; 
}
.fr { 
	float:right; 
}
li, ul, ol { 
	list-style:none; 
	margin:0px;
	padding:0px;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.clear {}

.clear:before,
.clear:after {
	display: table;
	content: "";
}
.clear:after { 
	clear:both; 
}
input, textarea { 
	outline:none !important; 
	box-shadow:none !important;
	-webkit-appearance: none;
}
#wrapper {
	width:100%;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}


.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}

/*============ Default Css End ============*/
.animated {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(30px);
		-ms-transform:translateY(30px);
		transform:translateY(30px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		-webkit-transform:scale(0.95);
		transform:scale(0.95);
	}
	100% {
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes fadeIn {
	0% {
		opacity:0;
		-webkit-transform:scale(0.95);
		-ms-transform:scale(0.95);
		transform:scale(0.95);
	}
	100% {
		opacity:1;
		-webkit-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
	}
}

/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
	.container {
		width:750px;
	}
}
@media (min-width: 992px) {
	.container {
		width:970px;
	}
}
@media (min-width: 1240px) {
	.container {
		width:1200px;
		max-width:1200px;
	}
}

.center-block { float:none;}


/* navbar start */

/*=========================================*/
/* Elements css Start  */
/*=========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0; padding:0; font-weight: normal;
}

.btnbox { width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.w3nbtn,
a.w3nbtn { display: block; border: solid 1px #38635b; outline: none; box-shadow: none; cursor: pointer; height: 56px; line-height: 54px; padding: 0 32px; border-radius: 32px; font-size: 16px; color: #38635b; font-family: "Branding-Semibold"; text-transform: uppercase; letter-spacing: 0.05em; min-width: 205px; text-align: center; background: none;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.w3nbtn:hover,
a.w3nbtn:hover { background: #38635b; color: #ffffff;}

/*=========================================*/
/* Elements css End  */
/*=========================================*/


/*=========================================*/
/* Main Header */
/*=========================================*/


#header .fix_header { position: fixed; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%);-ms-transform: translateY(-100%); transform: translateY(-100%); background: #ffffff;padding: 22px 0 23px 0;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03); }

#header .fix_header.header_wapper .logo a .deflogo { opacity: 0; }
#header .fix_header.header_wapper .logo a .stickylogo { opacity: 1; }
#header .fix_header.active { -webkit-transform: translateY(0); -moz-transform: translateY(0);-ms-transform: translateY(0); transform: translateY(0); }
#header { width: 100%; position: absolute; left: 0; top: 0; right: 0; z-index: 11111; padding: 14px 0 13px 0; 
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

/* #header.showheader { padding: 0;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);} */
.header_wapper { z-index:100;width:100%; padding:22px 0 23px 0; position: absolute; left: 0; top: 0; right: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
body.page-template-about_tpl  #header  .header_wapper {  
	-webkit-transition: all ease-in-out 0.10s;
	-moz-transition: all ease-in-out 0.10s;
	transition: all ease-in-out 0.10s;
}
.header_wapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: space-between;
}
.logo { float:left; padding:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.logo a { display:block; position: relative;}
.logo a img { float:left; width:auto;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.logo a span { display: block;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.logo a .stickylogo { position: absolute; left: 0; top: 0; width: 100%; opacity: 0; display: block;}
.logo a .stickylogo img { opacity: 1;}


.showheader .header_wapper { background: #ffffff; padding: 22px 0 23px 0;}
.showheader .header_wapper .logo a img { opacity: 0;}
.showheader .header_wapper .logo a .stickylogo { opacity: 1;}
.showheader .header_wapper .logo a .stickylogo img { opacity: 1;}

.navigation_main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.primary_nav {}
.primary_nav ul { margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.primary_nav ul li { display: block; margin: 0; padding: 0;}
.primary_nav ul li + li { margin-left: 40px;}
.primary_nav ul li a { display: block; margin: 0; padding: 0; color: #ffffff; text-transform: uppercase; font-size: 16px; font-family: 'Branding-Semibold'; letter-spacing:  0.0625em; line-height: normal; position:relative;}
.primary_nav ul li a:after{ position:absolute; height:1px; width:100%; content:''; background:#fff; opacity:0; left:0px; bottom:-2px; }
.primary_nav ul li.current-menu-item a:after{ opacity:1;}
.header_wapper.fix_header .primary_nav ul li a:after,
.showheader .header_wapper .primary_nav ul li a:after{background:#3b3b3b;}
.showheader .header_wapper .primary_nav ul li.current-menu-item a:after,
.header_wapper.fix_header .primary_nav ul li.current-menu-item a:after{ opacity:1;}


.lanbox,
.lanbox .dropdown-toggle span.current,
.lanbox .dropdown-toggle svg path  {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.lanbox { margin: 0 0 0 40px; padding: 0 0 0 40px; border-left: solid 1px rgba(255, 255, 255, 0.6);}
.lanbox .lanboxdd { position: relative; display: none;}
.lanbox .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.lanbox .dropdown-toggle span.current { display: block; color: #ffffff; text-transform: uppercase; font-size: 16px; font-family: 'Branding-Semibold'; letter-spacing:  0.0625em;  line-height: normal;}
.lanbox .dropdown-toggle::after { display: none;}
.lanbox .dropdown-toggle svg { margin: 0 0 0 6px;}
.lanbox .dropdown-toggle svg path {}
.lanbox .dropdown-menu { margin: 20px 0 0 0; padding: 0; top: 100% !important; width: 70px; min-width: 10px; border-radius: 3px; box-shadow: none; border: solid 1px #ffffff; background: rgba(255, 255, 255, 1); left: -24px !important;
	transform: none !important;
}
.lanbox .dropdown-menu:after, .lanbox .dropdown-menu:before { bottom: 100%;	left: 50%; border: solid transparent; content: ""; height: 0; width: 0;	position: absolute;	pointer-events: none;}
.lanbox .dropdown-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.lanbox .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
.lanbox .dropdown-menu span { display: block; text-align: center; font-family: "Branding-Semibold"; font-size: 16px; color: #141414; cursor: pointer; letter-spacing: 0.0625em; line-height: normal; padding: 9px 10px;}
.lanbox .dropdown-menu span:hover { background: none;}
.lanbox .dropdown-menu span.active { display: none;}

@media (min-width: 768px) {
	#header .fix_header.header_wapper .primary_nav ul li a ,
	.showheader .header_wapper .primary_nav ul li a { color: #3b3b3b;}
	#header .fix_header.header_wapper .lanbox ,
	.showheader .header_wapper .lanbox { border-left-color: rgba(0, 0, 0, 0.2);}
	#header .fix_header.header_wapper .lanbox .dropdown-toggle span.current ,
	.showheader .header_wapper .lanbox .dropdown-toggle span.current { color: #3b3b3b;}
	#header .fix_header.header_wapper .lanbox .dropdown-toggle svg path ,
	.showheader .header_wapper .lanbox .dropdown-toggle svg path { fill: #3b3b3b;}
	#header .fix_header.header_wapper .lanbox .dropdown-menu ,
	.showheader .header_wapper .lanbox .dropdown-menu { background: rgba(43, 85, 77, 1);}
	#header .fix_header.header_wapper .lanbox .dropdown-menu span ,
	.showheader .header_wapper .lanbox .dropdown-menu span { color: #ffffff;}
	#header .fix_header.header_wapper .lanbox .dropdown-menu:after ,
	.showheader .header_wapper .lanbox .dropdown-menu:after { border-bottom-color: rgba(43, 85, 77, 1);}
}

.no_banner #header { position: relative; padding: 0; min-height: 88px;}
@media (max-width: 767px) {
	.no_banner #header { min-height: 77px;}
}
.no_banner #header .header_wapper { background: #ffffff; padding: 22px 0 23px 0; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); position: fixed; left: 0; top: 0; right: 0;}
.no_banner #header .header_wapper.fix_header { display: none !important; }
.no_banner .header_wapper .logo a .stickylogo { opacity: 1;}
.no_banner .header_wapper .logo a .stickylogo img { opacity: 1;}
.no_banner .header_wapper .logo a img { opacity: 0;}
.no_banner .header_wapper .primary_nav ul li a { color: #3b3b3b;}

.no_banner .header_wapper .lanbox { border-left-color: rgba(0, 0, 0, 0.2);}
.no_banner .header_wapper .lanbox .dropdown-toggle span.current { color: #3b3b3b;}
.no_banner .header_wapper .lanbox .dropdown-toggle svg path { fill: #3b3b3b;}
.no_banner .header_wapper .lanbox .dropdown-menu { background: rgba(43, 85, 77, 1);}
.no_banner .header_wapper .lanbox .dropdown-menu span { color: #ffffff;}
.no_banner .header_wapper .lanbox .dropdown-menu:after { border-bottom-color: rgba(43, 85, 77, 1);}

.no_banner .hamburgermenu a span { background: #202020;}
.no_banner .hamburgermenu a span:after, 
.no_banner .hamburgermenu a span:before { background: #202020;}
.no_banner .hamburgermenu a.active span { background: none;}
.no_banner .hamburgermenu a.active span:after, 
.no_banner .hamburgermenu a.active span:before { background: #ffffff;}


.hamburgermenu { margin: 0 0 0 0; position: relative; z-index: 111;}
.hamburgermenu a { width: 24px; height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.hamburgermenu a strong { font-weight: normal;}
.hamburgermenu a span { width: 24px; position: relative;
	display:block; margin: 0;
	height:2px;
	background:#ffffff;
	-webkit-transition:all 0s .3s;
	transition:all 0s .3s;
}
.hamburgermenu a span:after, 
.hamburgermenu a span:before {
	content:"";
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background-color:#ffffff;
	-webkit-transition-duration: .3s, .3s, .3s;
	transition-duration: .3s, .3s, .3s;
	-webkit-transition-delay: .3s, 0s, 0s;
	transition-delay: .3s, 0s, 0s;
}
.hamburgermenu a span:before { top:-7px;}
.hamburgermenu a span:after { bottom:-7px;}
.hamburgermenu a span:before {
	-webkit-transition-property: top, -webkit-transform, background-color;
	transition-property: top, transform, background-color;
}
.hamburgermenu a span:after {
	-webkit-transition-property: bottom, -webkit-transform, background-color;
	transition-property: bottom, transform, background-color;
}
.hamburgermenu a.active { background-color:transparent;}
.hamburgermenu a.active span { background:none;}
.hamburgermenu a.active span:before {
	top:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.hamburgermenu a.active span:after {
	bottom:0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.hamburgermenu a.active span:after, 
.hamburgermenu a.active span:before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
	
} 



/**/
/*=========================================*/
/* Main Banner Start */
/*=========================================*/
.banner_wapper { width:100%; position:relative; z-index:2;}
.home-banner { width:100%; position:relative; z-index:10; height: 650px;}
.home-banner .slide_down_arr { position: absolute; left: 0; right: 0; bottom: 64px; z-index: 10;}
.home-banner .slide_down_arr a { display: block; float: left;}
.home-banner .slide_down_arr a:hover{ margin-bottom:-20px; }
.home-banner .slide_down_arr a img { float: left;}
.home_bann_slider {}
.home_sliderbox { position: relative;}
.home_sliderbox .imagebox { background-size: cover; background-position: center center; background-repeat: no-repeat; height: 650px; position: relative;}
.home_sliderbox .imagebox::after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5);}
.home_sliderbox .captionbox { position: absolute; left: 0; top: 200px; right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: center;
}
.home_sliderbox .captionbox h1 { color: #ffffff; font-size: 48px; line-height: 1.17; letter-spacing: 0.008541em; font-family: 'Branding-Medium'; max-width: 545px;}
.home_sliderbox .captionbox p { padding: 32px 0 0 ; margin: 0; font-size: 18px; line-height: 1.44; letter-spacing: 0.0138em; color: #ffffff; max-width: 457px;}
.home_bann_slider.owl-carousel .owl-dots { position: absolute; right: 48px; bottom: 43px;}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot { outline: none; box-shadow: none; opacity: 1; margin: 0;}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot + button.owl-dot { margin: 0 0 0 16px;}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot span { display: block; width: 6px; height: 6px; border-radius: 10px; position: relative;}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot span::before { width: 6px; height: 6px; content: ''; background: rgba(255, 255, 255, 0.4); position: absolute; left: 0; top: 0; border-radius: 10px;}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot span::after {content: ''; position: absolute; left: -3px; top: -3px; right: -3px; bottom: -3px; border: solid 2px #ffffff; border-radius: 10px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot span::after,
.home_bann_slider.owl-carousel .owl-dots button.owl-dot span::before {
	transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot.active span::before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.home_bann_slider.owl-carousel .owl-dots button.owl-dot.active span::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}


.home_bann_slider.owl-carousel { overflow: hidden;}
.home_bann_slider.owl-carousel.desable_nav .owl-dots { pointer-events: none;}
.home_bann_slider.owl-carousel .owl-stage { width: 100% !important; height: 650px;
	transform: none !important;
}
.home_bann_slider.owl-carousel .owl-item { position: absolute; top: 0; overflow: hidden;
	animation: none !important;
	left: auto !important; right: 0;
	width: 0 !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
}
.home_bann_slider.owl-carousel .owl-item.leaving {
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
}
.home_bann_slider.owl-carousel .owl-item.active { z-index: 10;
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
}
.home_bann_slider.owl-carousel .owl-item .item { float: right; width: 100vw;}
.home_sliderbox .imagebox {
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
	transform: scale(1.2) translateX(100px);
}
.home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .imagebox,
.home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .imagebox {
	transform: scale(1) translateX(0);
}

.home_sliderbox .captionbox h1,
.home_sliderbox .captionbox p { opacity: 0;
	transform: translateY(30px);
	transition: all ease-in-out 0.5s;
}
.home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox h1,
.home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox h1 { opacity: 1;
	transition-delay: 0.6s;
	transform: translateY(0);
}
.home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox p,
.home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox p { opacity: 1;
	transition-delay: 0.65s;
	transform: translateY(0);
}


.inner_banner { position: relative; overflow: hidden;}
.inner_banner .imagebox { background-size: cover; background-position: center center; background-repeat: no-repeat; height: 396px; position: relative;}
.inner_banner .imagebox::after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4);}
.inner_banner .page_cap { position: absolute; left: 0; right: 0; bottom: 64px;}
.inner_banner .page_cap h1 { font-size: 48px; line-height: 1.17; letter-spacing: 0.0085em; color: #ffffff; font-family: "Branding-Medium";}

/*=========================================*/
/* Main Banner End */
/*=========================================*/



/*=========================================*/
/* Main Content Start */
/*=========================================*/


/****************************/
/* homepage start */

.home_sec_1 { padding: 88px 0 52px 0; text-align: center;}
.home_sec_1 .logobox { text-align: center; margin: 0 0 33px 0;}
.home_sec_1 .logobox img { vertical-align: top;}
.home_sec_1 p { color: #141414; font-size: 20px; line-height: 1.5; margin: 0 auto; padding: 0; max-width: 618px; font-family: 'Branding-Medium';}
.home_sec_1 p a{ line-height:1; display:inline-block;  color: #141414; border-bottom:#141414 solid 1px; }
.home_sec_1 p a:hover{ border-color:transparent; }
.fea_product_sec { padding: 60px 0 120px 0;}
.fea_product_sec .txtblock { padding: 40px 0 0 0; max-width: 340px; }
.fea_product_sec .txtblock h6 { font-size: 16px; color: #38635b; line-height: 1.5; margin: 0; padding: 0 0 12px 0; letter-spacing: 0.05em; text-transform: uppercase; font-family: 'Branding-Semibold';}
.fea_product_sec .txtblock h2 { font-size: 32px; line-height: 1.25; margin: 0; padding: 0; color: #141414; letter-spacing: 0.010625em; font-family: 'Branding-Medium';}
.fea_product_sec .txtblock p { margin: 0; padding: 24px 0 0 0; color: #373737; font-size: 16px; line-height: 1.5; letter-spacing: 0.01375em;}

.pro_slider_wrap {}
.pro_slider_comm {}
.pro_slider_comm .probox { width: 100%; position: relative;}
.pro_slider_comm .probox .imagebox { width: 100%; height: 336px; background: #ffffff; position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: center; align-items: center;
}
.pro_slider_comm .probox .imagebox img { max-width: 70%; max-height: 70%; width: auto; height: auto; align-self: center;}
.pro_slider_comm .probox .addicon { position: absolute; top: 88px; right: 48px; z-index: 2;}
.pro_slider_comm .probox .addicon a { width: 44px; height: 44px; border-radius: 100px; background: #2b554d; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: center; align-items: center;
}
.pro_slider_comm .probox .addicon a img { width: auto; height: auto; align-self: center;}
.pro_slider_comm .probox.showed .addicon a { opacity: 0;}

.pro_slider_comm .probox .pro_popup { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(43, 85, 77, 0.9); padding: 20px; z-index: 5; pointer-events: none; opacity: 0; visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.pro_slider_comm .probox.showed .pro_popup { pointer-events: all; opacity: 1; visibility: visible;}
.pro_slider_comm .probox .pro_popup .close_btn { position: absolute; right: 12px; top: 12px;}
.pro_slider_comm .probox .pro_popup .close_btn a { display: block;}
.pro_slider_comm .probox .pro_popup .close_btn a img {}
.pro_slider_comm .probox .pro_popup .in_pro_popup { width: 100%; text-align: center; opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	transform: translateY(95px);
}
.pro_slider_comm .probox.showed .pro_popup .in_pro_popup { opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.1s;
}
.pro_slider_comm .probox .pro_popup h4 { font-size: 20px; line-height: 1.3; color: #ffffff; margin: 0; padding: 0 0 12px 0; font-family: "Branding-Medium"; font-weight: normal; letter-spacing: 0.0105em;}
.pro_slider_comm .probox .pro_popup p { font-size: 14px; line-height: 1.57; color: #ffffff; margin: 0; padding: 0; letter-spacing: 0.01389em;}
.pro_slider_comm .probox .pro_popup .btnlink { padding: 24px 0 0 0; justify-content: center;}
.pro_slider_comm .probox .pro_popup .btnlink a { display: block; margin: 0; padding: 0; position: relative; font-size: 14px; line-height: 1.71; color: #ffffff; text-transform: uppercase; font-family: "Branding-Semibold"; font-weight: normal; letter-spacing: 0.05714em;}
.pro_slider_comm .probox .pro_popup .btnlink a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: #ffffff;
-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.pro_slider_comm .probox .pro_popup .btnlink a:hover:after{ opacity:0; }

.pro_slider_comm.owl-carousel .owl-nav { margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: flex-end;
}
.pro_slider_comm.owl-carousel .owl-nav [class*="owl-"] { outline: none; opacity: 1; border: none; box-shadow: none;}
.pro_slider_comm.owl-carousel .owl-nav [class*="owl-"] svg { float: left;}
.pro_slider_comm.owl-carousel .owl-nav [class*="owl-"] + [class*="owl-"] { margin: 0 0 0 25px;}
.pro_slider_comm.owl-carousel .owl-nav [class*="owl-"].disabled { opacity: 0.1;} 



.tropical_wrap { overflow: hidden; background: #2b554d; position: relative;}
/*.tropical_wrap::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: calc(50vw + 153px); background: rgba(0,0,0,0.5); z-index: 1;}*/
.tropical_wrap .row { margin: 0;}
.tropical_wrap .row [class*="col-"] { padding: 0;}
.tropical_wrap .imagebox_wrap { padding: 0 0 0 47px; width: 100%; float: left;}

.tropical_wrap .imagebox_wrap .imagebox { background-size: cover; background-position: center center; background-repeat: no-repeat; position: relative; margin: 0; float: left; height: 664px; width: 100%;}

.tropical_wrap .trop_slider_wrap { width: calc(50vw + 12vw);}
.trop_slider.owl-carousel { overflow: hidden; height: 664px;}
.trop_slider.owl-carousel .owl-stage { width: 100% !important; height: 664px;
	transform: none !important;
}
.trop_slider.owl-carousel .owl-item { position: absolute; top: 0; overflow: hidden;
	animation: none !important;
	left: auto !important; right: 0;
	width: 0 !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
}
.trop_slider.owl-carousel .owl-item.leaving {
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
}
.trop_slider.owl-carousel .owl-item.active { z-index: 11;
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
}
.trop_slider.owl-carousel .owl-item .item { float: right; /*width: calc(50vw + 12vw);*/  width:calc(50vw + 0vw);}
.trop_slider .imagebox {
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
	transform: scale(1.2) translateX(100px);
}
.trop_slider.owl-carousel .owl-item.active .imagebox,
.trop_slider.owl-carousel .owl-item.leaving .imagebox {
	transform: scale(1) translateX(0);
}



.fs_trop_slider.owl-carousel .owl-stage { width: 100% !important; height: 480px;
	transform: none !important;
}
.fs_trop_slider.owl-carousel { overflow: hidden; height: 480px;}
.fs_trop_slider.owl-carousel .owl-item { position: absolute; top: 0; overflow: hidden;
	animation: none !important;
	left: auto !important; right: 0;
	width: 0 !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
}
.fs_trop_slider.owl-carousel .owl-item.leaving {
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
}
.fs_trop_slider.owl-carousel .owl-item.active { z-index: 11;
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
}
.fs_trop_slider.owl-carousel .owl-item .item { float: right; /*width: calc(50vw + 12vw);*/ width: calc(50vw + 0vw);}
.fs_trop_slider .imagebox {
	transition: all cubic-bezier(.63,.04,.21,.94) 0.9s;
	transform: scale(1.2) translateX(100px);
}
.fs_trop_slider.owl-carousel .owl-item.active .imagebox,
.fs_trop_slider.owl-carousel .owl-item.leaving .imagebox {
	transform: scale(1) translateX(0);
}






.tropical_wrap .tro_left_part { padding: 0 0 0 0; position: relative; z-index: 2;}
.tropical_wrap .tro_left_part h6 { margin: 0 0 32px 0; color: #ffffff; font-size: 16px; line-height: 1.5; padding: 0; text-transform: uppercase; font-family: "Branding-Semibold"; letter-spacing: 0.05em;}
.tropical_wrap .tro_text_sl_wrap {/* background: #ffffff; margin: 0 -160px 0 0;*/}
.tropical_wrap .tro_text_sl {}
.tropical_wrap .tro_textbox {/* background: #ffffff; padding: 48px 64px 48px 56px; min-height: 352px;*/}
.tropical_wrap .tro_textbox h2 { font-size: 32px; line-height: 1.25; color: #141414; letter-spacing: 0.010625em; margin: 0; padding: 0 0 20px 0; font-family: "Branding-Medium";
	transform: translateY(40px); opacity: 0;
}
.tropical_wrap .tro_textbox p { font-size: 16px; line-height: 1.5; color: #373737; margin: 0; padding: 0; letter-spacing: 0.006875em;
	transform: translateY(40px); opacity: 0;
}
.tropical_wrap .slick-current .tro_textbox h2 { opacity: 1;
	transform: translateY(0);
	transition: all ease-in-out 0.8s;
}
.tropical_wrap .slick-current .tro_textbox p { opacity: 1;
	transform: translateY(0);
	transition: all ease-in-out 0.8s;
	transition-delay: 0.2s;
}

.tropical_wrap .tro_textbox .linkbtn { padding: 48px 0 0 0; opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(40px);
}
.tropical_wrap .slick-current .tro_textbox .linkbtn { opacity: 1;
	transform: translateY(0);
	transition: all ease-in-out 0.8s;
	transition-delay: 0.4s;
}


.tropical_wrap .tro_left_part,
.tropical_wrap .row .col-md-4{ position:static; }
.tropical_wrap .row{ position:relative; }
.tropical_wrap .tro_textbox .linkbtn a { display: block; text-transform: uppercase; font-size: 16px; line-height: 1.5; color: #fff; letter-spacing: 0.05em; font-family: "Branding-Semibold"; position: relative; margin:0 0 5px; }
.tropical_wrap .tro_textbox .linkbtn a::after { content: ''; width: 100%; position: absolute; left: 0; bottom: -2px; height: 1px; background: #fff; -webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out; }
.tropical_wrap .tro_textbox .linkbtn a:hover::after { opacity: 0; }
.tropical_wrap .bottom_wrap { padding: 48px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: space-between; align-items: center; position:absolute; left:80px; bottom:72px;
}

.tropical_wrap.first_tropical_wrap .row .col-md-4{ position:relative; }
.tropical_wrap .fs_bottom_wrap { padding: 48px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: space-between; align-items: center; position:absolute; left:48px; bottom:52px;
}
.tropical_wrap .bottom_wrap.desable_nav { pointer-events: none;}
.tropical_wrap .bottom_wrap .number_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; display:none;
}
.tropical_wrap .zero_number { font-size: 16px; color: #ffffff; font-family: "Branding-Semibold"; line-height: normal; padding: 0 2px 0 0; letter-spacing: 0.05em;}
.tropical_wrap .total_number { font-size: 16px; color: rgba(255, 255, 255, 0.32); font-family: "Branding-Semibold"; line-height: normal; letter-spacing: 0.05em;}
.tropical_wrap .number_slider { width: 15px; font-size: 16px; color: #ffffff; font-family: "Branding-Semibold"; line-height: normal; letter-spacing: 0.05em;}
.tropical_wrap .number_slider .slick-slide { border: none;}
.tropical_wrap .custom_slick_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tropical_wrap .custom_slick_nav .slider-nav {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.tropical_wrap .custom_slick_nav .slider-nav + .slider-nav { margin: 0 0 0 24px;}
.tropical_wrap .custom_slick_nav .slider-nav.disable { opacity: 0.3; pointer-events: none;}
.tropical_wrap .custom_slick_nav button { background: none; border: none; outline: none; box-shadow: none; display: block; float: left; width: 48px; height: 48px; border: solid 1px #ffffff; border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
}
.tropical_wrap .custom_slick_nav button img { float: left;}


.animatewn {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.image_animation div,
.image_animation img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    position: relative;
}


/*.image_animation:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    z-index: 1;
}
.image_animation.in_screen:before {
    -webkit-animation: image-anim 1s ease-in-out;
    animation: image-anim 1s ease-in-out;
    transition-delay: 0.3s;
}*/
.image_animation.in_screen div,
.image_animation.in_screen img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition-delay: 0.5;
}
.image_animation.right-to-left div,
.image_animation.right-to-left img {
     
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
    
}
.image_animation.right-to-left.in_screen div,
.image_animation.right-to-left.in_screen img {
   clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition-delay: 0.5;
}


@-webkit-keyframes image-anim {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
}
@keyframes image-anim {
    0% {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
        -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
}
.portfolio_loop_img {
    width: 100%;
    height: 456px;
    background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat;
}

.textplusimage_wrap { padding: 120px 0; position: relative;}
.textplusimage_wrap .imagebox {}
.textplusimage_wrap .detailbox { padding: 0 15px 0 58px;}
.textplusimage_wrap .detailbox p { font-size: 16px; line-height: 1.5; color: #373737; margin: 0; padding: 0; letter-spacing: 0.006875em;}
.textplusimage_wrap .detailbox p + p { padding-top: 24px;}
.textplusimage_wrap .detailbox .btnbox { padding: 48px 0 0 0;}

.brand_home_sec {  position: relative; z-index: 1;}
.brand_home_sec::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 15px; background: #ffffff; pointer-events: none; z-index: -1; display: none;}
.brand_home_sec .container { position: relative;padding-top: 120px; padding-bottom: 149px;}
.brand_home_sec .container::before { content: ''; position: absolute; left: auto; top: 0; bottom: 0; right: 15px; background: #ffffff; pointer-events: none; z-index: -1; width: 100vw;}
.brand_home_sec .sec_title h2 { margin: 0; padding: 0 0 0 0;}
.brand_home_sec .btnbox { padding: 40px 0 0 0;}
.brand_home_sec .brand_sl_wrap {}
.brand_home_sec .brand_slider { border-right: solid 1px #e2e2e2; border-bottom: solid 1px #e2e2e2; border-top: solid 1px #e2e2e2;}
.brand_home_sec .brand_slider .brand_img { height: 112px; border-left: solid 1px #e2e2e2; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
	transition: none;
}
.brand_home_sec .brand_slider .brand_img + .brand_img { border-top: solid 1px #e2e2e2;}
.brand_home_sec .brand_slider .brand_img img {/* max-width: 80%; max-height: 80%;*/  max-width:118px; max-height: 76px; width: auto; height: auto; align-self: center;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.brand_home_sec .brand_slider .brand_img:hover img { opacity: 0.6;}
.brand_home_sec .brand_nav { width: 100%; padding: 32px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: flex-end;
}
.brand_home_sec .brand_nav button { border: none; outline: none; box-shadow: none; cursor: pointer; margin: 0; padding: 0; background: none;}
.brand_home_sec .brand_nav button + button { margin: 0 0 0 25px;}
.brand_home_sec .brand_nav button img { float: left;}

.brand_slider.owl-carousel .owl-nav { margin: 0; position: absolute; left: 0; right: 0; bottom: -45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: flex-end;
}
.brand_slider.owl-carousel .owl-nav [class*="owl-"] { outline: none; opacity: 1; border: none; box-shadow: none;}
.brand_slider.owl-carousel .owl-nav [class*="owl-"] svg { float: left;}
.brand_slider.owl-carousel .owl-nav [class*="owl-"] + [class*="owl-"] { margin: 0 0 0 25px;}
.brand_slider.owl-carousel .owl-nav [class*="owl-"].disabled { opacity: 0.1;} 


.marquee_wrap { padding: 88px 0; overflow: hidden;}
.marquee_wrap p { color: #38635b; opacity: 0.4; line-height: normal; font-size: 100px; font-family: "Branding-Semibold"; letter-spacing: 0.0084em; margin: 0; padding: 0;}

/* homepage End */
/****************************/

.sec_title h6 { margin: 0; color: #38635b; font-size: 16px; line-height: 1.5; padding: 0 0 12px 0; text-transform: uppercase; font-family: "Branding-Semibold"; letter-spacing: 0.05em;}
.sec_title h2 { font-size: 32px; line-height: 1.25; color: #141414; letter-spacing: 0.010625em; margin: 0; padding: 0 0 24px 0; font-family: "Branding-Medium";}

/****************************/
/* Inner page start */

.about_nav_wrap {}
.about_nav { background: #2b554d; padding: 20px 0 22px 0;}
.about_nav ul { width: 100%; margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
}
.about_nav ul li { display: block; margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}

.about_nav ul li + li::before { content: ''; display: block; margin: 0 32px; height: 20px; width: 1px; background: #ffffff; opacity: 0.3;}
.about_nav ul li a { display: block; color: rgba(255, 255, 255, 0.3); font-size: 15px; line-height: normal; letter-spacing: 0.0625em;}
.about_nav ul li a:hover,
.about_nav ul li.active a  { color: #ffffff;}
.hasabtsticky .about_nav { position: fixed; left: 0; top: 0; right: 0; z-index: 1111;}


.about_number_wrap { padding: 36px 0 120px 0;}
.about_numbers {
	-webkit-flex-direction: row-reverse; 
  	flex-direction: row-reverse;
}
.about_numbers .imagebox { background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; height: 100%;}
.about_numbers .rightside { max-width: 242px; width: 100%; position: relative; z-index: 1;}
.about_numbers .rightside .number_box { width: 100%; padding: 100% 0 0 0; position: relative; background: #ffffff;}
.about_numbers .rightside .number_box .capbox { position: absolute; left: 0; top: 0; right: 0; bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: center;
	-webkit-flex-direction: column; 
  	flex-direction: column;
}
.about_numbers .rightside .number_box .counter-value { font-size: 64px; line-height: 1; font-family: "Branding-Semibold"; letter-spacing: 0.00641em; text-align: center; width: 100%; color: #2b554d;}
.about_numbers .rightside .number_box .counter_name { font-size: 16px; line-height: 1.63; color: #373737; letter-spacing: 0.01389em; font-family: "Inter-Medium"; text-align: center; padding: 16px 0 0 0;}

.about_numbers .rightside .number_box.nmwhite { background: #ffffff;}
.about_numbers .rightside .number_box.nmorange { background: #ffb14f; position: absolute; right: 100%; bottom: 0;}
.about_numbers .rightside .number_box.nmgreen { background: #2b554d;}
.about_numbers .rightside .number_box.nmgreen .counter-value { color: #ffb14f;}
.about_numbers .rightside .number_box.nmgreen .counter_name { color: #ffffff;}
.about_numbers .rightside .number_box.nmorange .counter-value { color: #ffffff;}
.about_numbers .rightside .number_box.nmorange .counter_name { color: #373737;}


.textplusimage_wrap.abtimgtxt { position: relative; z-index: 1;}
.textplusimage_wrap.abtimgtxt::before { content: ''; z-index: -1; width: 100vw; top: 0; bottom: 0; right: 50%; background: #ffffff; position: absolute; margin: 0 -315px 0 0;}
.textplusimage_wrap.abtimgtxt .detailbox { padding: 0;}


.ourvalue_wrap { padding: 112px 0 120px 0;}
.ourvalue_wrap .sec_title h2 { padding: 0 0 26px 0;}
.value_slider_wrap { padding: 18px 0 0 0; position: relative;}
.ourvalue_wrap .row { margin-left: -9px; margin-right: -9px;}
.ourvalue_wrap .row [class*="col-"] { padding-left: 9px; padding-right: 9px; margin-top: 18px;}
.ourvalue_wrap .valueblock { min-height:331px;  position: relative; height: 100%; text-align: center; background: #ffffff; padding: 40px 24px 47px;}
.ourvalue_wrap .valueblock .iconbox { width: 44px; height: 44px; margin: 0 auto 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
}
.ourvalue_wrap .valueblock .iconbox img { align-self: center; max-width: 100%; max-height: 100%; width: auto; height: auto;}
.ourvalue_wrap .valueblock h3 { margin: 0; padding: 0 0 17px 0; font-size: 20px; line-height: 1.2; color: #141414; font-family: "Inter-Medium"; letter-spacing: 0.01389em;}
.ourvalue_wrap .valueblock p { margin: 0; padding: 0; font-size: 15px; line-height: 1.5; color: #373737; letter-spacing: 0.01389em;}

.our_value_slider.owl-carousel .owl-nav { margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: flex-end;
}
.our_value_slider.owl-carousel .owl-nav.disabled { display: none;}
.our_value_slider.owl-carousel .owl-nav [class*="owl-"] { outline: none; opacity: 1; border: none; box-shadow: none;}
.our_value_slider.owl-carousel .owl-nav [class*="owl-"] svg { float: left;}
.our_value_slider.owl-carousel .owl-nav [class*="owl-"] + [class*="owl-"] { margin: 0 0 0 25px;}
.our_value_slider.owl-carousel .owl-nav [class*="owl-"].disabled { opacity: 0.1;} 

.ourteam_wrap { padding: 112px 0 60px 0; display: none;}
.ourteam_wrap .row { margin-left: -9px; margin-right: -9px;}
.ourteam_wrap .row [class*="col-"] { padding-left: 9px; padding-right: 9px; margin-top: 18px;}
.ourteam_wrap .team_row { padding: 20px 0 0 0; position: relative;}
.ourteam_wrap .teamblock { position: relative;}
.ourteam_wrap .teamblock .imagebox { position: relative; width: 100%; height: 360px; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.ourteam_wrap .teamblock .imagebox::after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 164px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.ourteam_wrap .teamblock .team_cap { position: absolute; padding: 24px; z-index: 1; left: 0; bottom: 0; right: 0;}
.ourteam_wrap .teamblock .team_cap .namebox { font-size: 20px; line-height: 1.4; margin: 0; padding: 0; letter-spacing: 0.01063em; color: #ffffff; font-family: "Branding-Medium";}
.ourteam_wrap .teamblock .team_cap .posibox { padding: 4px 0 0 0; font-size: 15px; line-height: 1.47; letter-spacing: 0.01063em; color: #ffffff; opacity: 0.8;}

.team_slider.owl-carousel .owl-nav { margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: flex-end;
}
.team_slider.owl-carousel .owl-nav [class*="owl-"] { outline: none; opacity: 1; border: none; box-shadow: none;}
.team_slider.owl-carousel .owl-nav [class*="owl-"] svg { float: left;}
.team_slider.owl-carousel .owl-nav [class*="owl-"] + [class*="owl-"] { margin: 0 0 0 25px;}
.team_slider.owl-carousel .owl-nav [class*="owl-"].disabled { opacity: 0.1;} 


.testimonial_wrap { padding: 66px 0 120px 0;}
.testimonial_wrap .testiblock { padding: 76px 100px; position: relative; border: solid 2px #ffb14f;}
.testimonial_wrap .testiblock p { font-size: 32px;   line-height: 1.38;  letter-spacing: 0.014em; color: #141414; margin: 0; padding: 0; font-family: 'Inter-LightItalic'; font-size: 23px;line-height: 1.5; }

.testimonial_wrap .testiblock .metabox { align-items: center; padding: 40px 0 0 0;}
.testimonial_wrap .testiblock .metabox strong { font-size: 20px; color: #161616; line-height: 1.6; letter-spacing: 0.01389em; display: block; margin: 0; padding: 0; font-family: "Inter-Medium"; font-weight: normal;}
.testimonial_wrap .testiblock .metabox span { font-size: 16px; line-height: 2; color: #666666; margin: 0; padding: 0; position: relative; letter-spacing: 0.01389em;}
.testimonial_wrap .testiblock .metabox span::before { content: ''; display: block; width: 20px; height: 1px; background: #ffb14f; margin: 15px 20px 0; float: left;}



.post_type_wrap { padding: 120px 0; background: #ffffff; position: relative;}
.imgtextvertical { position: relative; width: 100%;}
.imgtextvertical a { display: block;}
.imgtextvertical .image_wrap { overflow: hidden; margin: 0 0 32px 0; position: relative;}
.imgtextvertical .capbox { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; padding: 0 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.imgtextvertical .capbox .in_capbox { justify-content: space-between; align-items: center; width: 100%;}
.imgtextvertical .capbox h2 { color: #ffffff;}
.imgtextvertical .capbox span { display: block; width: 40px; height: 40px; background: #ffffff; border-radius: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
}
.imgtextvertical .capbox span img { align-self: center;}
.imgtextvertical .imagebox { height: 280px; width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat;
	will-change: transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
    transition: -webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94),-webkit-transform .5s cubic-bezier(.25,.46,.45,.94);
}
.imgtextvertical .detailbox { text-align: center; padding: 0 32px 0;}
.imgtextvertical h2 { text-align: center; font-size: 32px; line-height: 1.25; color: #141414; letter-spacing: 0.01063em; font-family: "Branding-Medium";}
.imgtextvertical p { letter-spacing: 0.01389em; margin: 0; padding: 20px 0 0 0; font-size: 16px; line-height: 1.5; color: #373737;}
.imgtextvertical .btnbox { padding: 40px 0 0 0; justify-content: center;}
.imgtextvertical a:hover .imagebox {
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.brand_page { padding: 32px 0 120px 0;}
.brand_nav { padding: 0; }
.brand_nav .brands_navin { padding: 32px 0; border-bottom: solid 1px #d8d8d8;}
.brand_nav .brands_navin .select_div { width: 256px;}
.brand_nav .brands_navin .select_div + .select_div { margin: 0 0 0 12px;}
.brand_nav .brands_navin .select_div.shortby { margin-left: auto;}

.brand_wrap { padding: 30px 0 0 0;}
.brand_wrap .btnbox { padding: 80px 0 0 0; justify-content: center;}
.brand_wrap .btnbox a { min-width: 174px; position: relative;}

.brand_wrap .btnbox a::before { content: ''; width: 22px; height: 22px; position: absolute; left: 0; top: 0; border: solid 2px rgba(255,255,255,0.4);  border-radius: 50px;}
.brand_wrap .btnbox a::after { content: ''; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-style: solid; border-color: #ffffff transparent transparent transparent; border-width: 2px; border-radius: 50px;}
.brand_wrap .btnbox a::before,
.brand_wrap .btnbox a::after { top: 50%; left: 50%; margin: -11px 0 0 -11px; opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.brand_wrap .btnbox a::after {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
.brand_wrap .btnbox.active a { color: #38635b; background: #38635b;}
.brand_wrap .btnbox.active a::before,
.brand_wrap .btnbox.active a::after { opacity: 1;}

.brand_wrap .row { margin-left: -9px; margin-right: -9px;}
.brand_wrap .row [class*="col-"] { padding-left: 9px; padding-right: 9px;}
.brand_wrap .row [class*="col-"] [class*="col-"] { margin-top: 18px;}
.brand_wrap .brandbox { width: 100%;}
.brand_wrap .brandbox a { height: 180px; width: 100%; position: relative; background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
}
.brand_wrap .brandbox a img {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	max-width:165px; max-height:116px;
}
.brand_wrap .brandbox a:hover img { opacity: 0.6;}

.brand_slider_wrap { position: relative; height: calc(100% - 18px); margin-top: 18px;}
.brand_slider_wrap .owl-carousel { position: relative; height: 100%; margin: 0;}
/*.brandpg_slider .owl-stage { width: 100% !important; transition: none !important; transform: none !important;}*/
.brand_slider_wrap .owl-stage-outer ,
.brand_slider_wrap .owl-stage,
.brand_slider_wrap .owl-item,
.brand_slider_wrap .item { position: relative; height: 100%;}
/*.brandpg_slider .owl-item { position: absolute;}*/
.brand_slider_wrap .imagebox { position: relative; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%;}
.brand_slider_wrap .imagebox::after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; top: 171px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.brand_slider_wrap .captionbox { position: absolute; left: 40px; bottom: 48px; max-width: 354px;}
.brand_slider_wrap .captionbox h3 { font-size: 32px; line-height: 1.25; letter-spacing: 0.00849em; color: #ffffff; font-family: "Branding-Medium"; padding: 0 0 12px 0; margin: 0;}
.brand_slider_wrap .captionbox p { color: #ffffff; margin: 0; padding: 0; letter-spacing: 0.01389em; line-height: 1.5;}
.brand_slider_wrap .captionbox .btnlink { padding: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.brand_slider_wrap .captionbox .btnlink a { display: block; position: relative; font-size: 16px; line-height: 1.5; letter-spacing: 0.050em; font-family: "Branding-Semibold"; color: #ffffff;}
.brand_slider_wrap .captionbox .btnlink a:before { content: ''; position: absolute; left: 0; bottom: -1px; right: 0; height: 1px; background: #ffffff;}
/*.brandpg_slider .owl-item { opacity: 1 !important; position: absolute !important; left: auto !important; right: 0;
	width: 0 !important; z-index: 10 !important; 
	transition: all ease-in-out 1s !important;
	transition-delay: 1.1s !important;
}
.brandpg_slider .owl-item.fadeOut { animation: none !important;}
.brandpg_slider .owl-item.active { z-index: 11 !important;
	width: 100% !important;
	transition-delay: 0s !important;
}*/

.brand_slider_wrap .owl-carousel .owl-nav { position: absolute; right: 32px; bottom: 32px;}
.brand_slider_wrap .owl-carousel .owl-nav button { background: none; border: none; outline: none; box-shadow: none; display: block; float: left; width: 40px; height: 40px; border: solid 1px #ffffff; border-radius: 100px; position: relative; left: auto; top: auto; right: auto; margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
}
.brand_slider_wrap .owl-carousel .owl-nav button + button { margin: 0 0 0 20px;}
.brand_slider_wrap .owl-carousel .owl-nav button.disabled { opacity: 0.3;} 
.brand_slider_wrap .owl-carousel .owl-nav button::before { display: none;}
.brand_slider_wrap .owl-carousel .owl-nav button svg { float: left; width: 18px;}

.brand_slider_wrap .owl-carousel.desable_nav .owl-nav { pointer-events: none;}


.brand_slider_wrap .owl-carousel { overflow: hidden;}
.brand_slider_wrap .owl-carousel.desable_nav .owl-dots { pointer-events: none;}
.brand_slider_wrap .owl-carousel .owl-stage { width: 100% !important; height: 100%;
	transform: none !important;
}
.brand_slider_wrap .owl-carousel .owl-item { position: absolute; top: 0; overflow: hidden;
	animation: none !important;
	left: auto !important; right: 0;
	width: 0 !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
}
.brand_slider_wrap .owl-carousel .owl-item.leaving {
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
}
.brand_slider_wrap .owl-carousel .owl-item.active { z-index: 10;
	width: 100% !important;
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
}
.brand_slider_wrap .owl-carousel .owl-item .item { float: right; width: 100%;}
.brand_slider_wrap .imagebox {
	transition: all cubic-bezier(.63,.04,.21,.94) 0.8s;
	transform: scale(1.2) translateX(100px);
}
.brand_slider_wrap .owl-carousel .owl-item.active .imagebox,
.brand_slider_wrap .owl-carousel .owl-item.leaving .imagebox {
	transform: scale(1) translateX(0);
}



.brand_slider_wrap .captionbox h3,
.brand_slider_wrap .captionbox p,
.brand_slider_wrap .captionbox .btnlink { opacity: 0;
	transform: translateY(30px);
	transition: all ease-in-out 0.5s;
}
.brand_slider_wrap .owl-carousel .owl-item.active .captionbox h3,
.brand_slider_wrap .owl-carousel .owl-item.leaving .captionbox h3 { opacity: 1;
	transition-delay: 0.7s;
	transform: translateY(0);
}
.brand_slider_wrap .owl-carousel .owl-item.active .captionbox p,
.brand_slider_wrap .owl-carousel .owl-item.leaving .captionbox p { opacity: 1;
	transition-delay: 0.75s;
	transform: translateY(0);
}
.brand_slider_wrap .owl-carousel .owl-item.active .btnlink,
.brand_slider_wrap .owl-carousel .owl-item.leaving .btnlink { opacity: 1;
	transition-delay: 0.8s;
	transform: translateY(0);
}





.no_banner .bd_detail_top { margin-top: 108px;}
.no_banner .bd_detail_top .backto_over .btnlink a { color: #9a9897;}
.no_banner .bd_detail_top .backto_over .btnlink a img { filter: invert(1); opacity: 0.5;}


.brand_detail_page {}
.bd_detail_top { margin: -127px 0 60px 0; position: relative; z-index: 4;}
.bd_detail_top .backto_over { position: absolute; left: 0; top: -50px; right: 0;}
.bd_detail_top .backto_over .btnlink {}
.bd_detail_top .backto_over .btnlink a { position: relative; letter-spacing: 0.07143em; text-transform: uppercase; font-size: 14px; line-height: 1.43; font-family: "Inter-Medium"; color: #ffffff; opacity: 0.8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.bd_detail_top .backto_over .btnlink a img { margin: 0 12px 0 0;}
.bd_detail_top .backto_over .btnlink a:hover { opacity: 1;}
.bd_detail_top .bd_detail_top_in { position: relative;}
.bd_detail_top .leftdetail { background: #ffffff; padding: 30px 40px;}
.bd_detail_top .leftdetail .topbox { flex-direction:row-reverse; border-bottom: solid 1px #e7e7e7; padding: 0 0 26px 0; align-items: center;}
.bd_detail_top .leftdetail .topbox .logobox { margin: 0 0px 0 auto; height: 64px;}
.bd_detail_top .leftdetail .topbox .logobox img { max-height: 100%; width: auto;}
.bd_detail_top .leftdetail .topbox h2 { font-size: 36px; line-height: 1.22; color: #141414; margin: 0; padding: 0; font-family: "Branding-Medium"; letter-spacing: 0.00861em;}
.bd_detail_top .leftdetail .txtbox { padding: 64px 59px 64px;}
.bd_detail_top .leftdetail .txtbox p { font-size: 20px; line-height: 1.6; color: #373737; letter-spacing: 0.014em; margin: 0; padding: 0;}
.bd_detail_top .rightdetail { background: #2b554d; padding: 47px 48px 47px 40px; width: 400px;}
.bd_detail_top .rightdetail ul { display: block; margin: 0; padding: 0;}
.bd_detail_top .rightdetail ul li { display: block; margin: 0; padding: 0 0 24px 0;}
.bd_detail_top .rightdetail ul li + li { padding-top: 24px; border-top: solid 1px rgba(230, 230, 230, 0.2);}
.bd_detail_top .rightdetail ul li span { font-size: 16px; line-height: 1.5; color: #95aaa6; display: block; letter-spacing: 0.050em; font-family: "Branding-Semibold";}
.bd_detail_top .rightdetail ul li span + p { padding-top: 8px;}
.bd_detail_top .rightdetail ul li p { font-size: 18px; line-height: 1.33; color: #ffffff; margin: 0; padding: 0; letter-spacing: 0.01389em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bd_detail_top .rightdetail ul li p a { display: block; position: relative; color: #ffffff;}
.bd_detail_top .rightdetail ul li p a::after { content: ''; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background: #ffffff;
-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bd_detail_top .rightdetail ul li p a:hover:after{ opacity:0; }


.bd_imgtxt_wrap { padding: 60px 0 60px 0;}
.bd_imgtxt_wrap .bd_imgtxt_row {}
.bd_imgtxt_wrap .bd_imgtxt_row:nth-child(odd) .row {
	-webkit-flex-direction: row-reverse; 
  	flex-direction: row-reverse;
}
.bd_imgtxt_wrap .bd_imgtxt_row .row { margin-left: 0; margin-right: 0; align-items: center;}
.bd_imgtxt_wrap .bd_imgtxt_row .row [class*="col-"] { padding-left: 0; padding-right: 0;}
.bd_imgtxt_wrap .bd_imgtxt_row .imagebox { height: 415px; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%;}
.bd_imgtxt_wrap .detailbox { padding: 30px 0 30px 75px;}
.bd_imgtxt_wrap .bd_imgtxt_row:nth-child(odd) .detailbox { padding: 30px 75px 30px 0;}
.bd_imgtxt_wrap .detailbox h2 { font-size: 32px; line-height: 1.25; color: #141414; margin: 0; padding: 0; font-family: "Branding-Medium"; letter-spacing: 0.01063em;}
.bd_imgtxt_wrap .detailbox p { font-size: 16px; line-height: 1.5; color: #373737; margin: 0; padding: 24px 0 0 0; letter-spacing: 0.01389em;}

.brand_detail_page .brand_home_sec { margin-bottom: 120px;}
.brand_detail_page .bd_imgtxt_wrap + .brand_home_sec { margin-top: 60px; }

.contact_page { padding: 88px 0 120px 0;}
.contact_page .row { margin-left: 0; margin-right: 0;}
.contact_page .row [class*="col-"] { padding-left: 0; padding-right: 0;}
.contact_page h4 { font-size: 16px; line-height: 1.5; color: #38635b; letter-spacing: 0.050em; font-family: "Branding-Semibold"; margin: 0; padding: 0 0 24px 0; text-transform: uppercase; width: 100%;}
.contact_page .form_contact { background: #ffffff; padding: 64px 80px 88px;}
.contact_page .form_contact .form_row { display: inline-block; vertical-align: top; width: 100%;}
.contact_page .form_contact .form_row + .form_row { margin: 20px 0 0 0;}
.contact_page .form_contact .input_text { width: 100%; height: 52px; border: solid 1px #b6b6b6; border-radius: 4px; padding: 0 18px; color: #3a3a3a; letter-spacing: 0.03125em; vertical-align: top;-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}
.contact_page .form_contact .input_text:focus{  border: solid 1px #4d4d4d;}
.contact_page .form_contact textarea.input_text { padding: 16px 18px; height: 175px; resize: none;}
.contact_page .form_contact .form_row.submit_wrap { margin-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: space-between; align-items: flex-start;
}
.contact_page .form_contact .submit_wrap {}
.contact_page .form_contact .submit_wrap .w3nbtn { min-width: 156px;}

.contact_page .form_contact ::-webkit-input-placeholder { color:#777777;}
.contact_page .form_contact :-moz-placeholder { opacity: 1; color: #777777;}
.contact_page .form_contact ::-moz-placeholder { opacity: 1; color: #777777;}
.contact_page .form_contact :-ms-input-placeholder { color: #777777;}
.contact_page .info_wrap { padding: 0 80px 0 0;}
.contact_page .info_wrap h5 { font-size: 15px; line-height: 1.87; color: #141414; margin: 0; padding: 0 0 8px 0; font-family: "Inter-SemiBold";}
.contact_page .info_wrap p { font-size: 16px; line-height: 1.75; color: #373737; letter-spacing: 0.03125em; margin: 0; padding: 0;}
.contact_page .info_wrap p a { text-decoration: none; color: #373737; pointer-events: none; }
.contact_page .info_wrap p a:hover { text-decoration: none; color: #373737; }
.contact_page .info_wrap .getlocation { align-items: center; padding: 20px 0 0 0;}
.contact_page .info_wrap .getlocation a { display: block; position: relative; font-size: 13px; color: #141414; line-height: 2.15; font-family: "Inter-Medium"; letter-spacing: 0.03125em; text-transform: uppercase;}
.contact_page .info_wrap .getlocation a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: #141414;
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.contact_page .info_wrap .getlocation a:hover:after{  opacity:0; }
.contact_page .info_wrap .getlocation span { display: block; margin: 0 12px 0 0;}
.contact_page .info_wrap .getlocation span img { float: left;}
.contact_page .info_row { padding: 40px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact_page .info_row + .info_row { border-top: solid 1px rgba(0, 0, 0, 0.1);}
.contact_page .info_row .info_col {}
.contact_page .info_row .coninfo {}
.contact_page .info_row .coninfo ul { display: block; margin: 0; padding: 0;}
.contact_page .info_row .coninfo ul li { margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact_page .info_row .coninfo ul li a { display: block; color: #373737; font-size: 16px; line-height: 1.75;}
.contact_page .info_row .coninfo ul li a:hover { opacity: 0.6;}
.contact_page .info_row .coninfo ul li a span { display: block; float: left; font-family: "Inter-SemiBold"; width: 28px;}

.contact_page .info_row .socialbox {}
.contact_page .info_row .socialbox ul { display: block; margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact_page .info_row .socialbox ul li { display: block; margin: 0; padding: 0;}
.contact_page .info_row .socialbox ul li + li { margin: 0 0 0 16px;}
.contact_page .info_row .socialbox ul li a { margin: 0; padding: 0; width: 44px; height: 44px; border-radius: 100px; border: solid 1px rgba(0, 0, 0, 0.2); color: #131313; font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: center; align-items: center;
}
.contact_page .info_row .socialbox ul li a:hover { background: #2b554d; border-color: #2b554d; color: #ffffff;}
.contact_page .info_row.row_1 .col_1 { padding: 0 48px 0 0;}
.contact_page .info_row.row_2 .col_1 { padding: 0 75px 0 0;}
.contact_page .info_row .socialbox ul li a svg path{ fill:#131313; -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; }
.contact_page .info_row .socialbox ul li a:hover svg path{ fill:#fff;   }	
.contact_page .info_row .socialbox ul li a i{ display:flex; align-items:center; }

.faq_page { padding: 80px 0 120px 0;}
.faq_page h1 { font-size: 48px; line-height: 1.17; margin: 0; padding: 0; text-align: center; color: #141414; font-family: "Branding-Medium";}
.faq_page .faq_list_wrap { background: #ffffff; padding: 72px 164px 104px; margin: 48px 0 0 0;}
.faq_page .w3nacc {}
.faq_page .w3nacc .card { border: none; border-radius: 0; border-bottom: solid 1px #d8d8d8;}
.faq_page .w3nacc button.btn { font-size: 18px; line-height: 1.56; color: #131313; margin: 0; padding: 24px 0; background: none; box-shadow: none; border: none; outline: none; text-align: left; letter-spacing: 00.03125em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: space-between; align-items: center;
}
.faq_page .w3nacc button.btn-link.focus, 
.faq_page .w3nacc button.btn-link:focus { outline: none; text-decoration: none;}
.faq_page .w3nacc button.btn:hover { text-decoration: none;}
.faq_page .w3nacc button.btn img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.faq_page .w3nacc button.btn.collapsed img {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.faq_page .w3nacc .card-body { padding: 0 0 48px 0;}
.faq_page .w3nacc .card-body p { margin: 0; padding: 0; font-size: 16px; line-height: 1.5; color: #4e4e4e; letter-spacing: 0.01389em;}

.faq_page .question_listed { padding: 104px 0 0 0; max-width: 472px; margin: 0 auto; text-align: center;}
.faq_page .question_listed h2 { font-size: 32px; line-height: 1.25; font-family: "Branding-Medium"; color: #141414; letter-spacing: 0.01063em; margin: 0; padding: 0 0 20px 0;}
.faq_page .question_listed p { font-size: 16px; line-height: 1.5; color: #373737; margin: 0; padding: 0; letter-spacing: 0.01389em;}
.faq_page .question_listed .btnbox { justify-content: center; padding: 40px 0 0 0;}
.faq_page .question_listed .btnbox a { min-width: 178px;}


.legal_page { padding: 88px 0 120px 0; counter-reset: my-awesome-counter;}
.legal_page h1 { font-size: 40px; line-height: 1.2; color: #131313; margin: 0; padding: 0 0 40px 0; letter-spacing: 0.0085em; font-family: "Branding-Medium";}
.legal_page h1 + * { padding-top: 0 !important; margin-top: 0 !important;}
.legal_page h5 { font-size: 18px; line-height: 1.56; color: #131313; padding: 0 0 0 28px; margin: 48px 0 0 0; font-family: "Inter-Medium"; letter-spacing: 0.03125em; counter-increment: my-awesome-counter; position: relative;}
.legal_page h5::before { content: counter(my-awesome-counter) "."; position: absolute; left: 0; top: 0;}
.legal_page p { font-size: 16px; line-height: 1.5; color: #4e4e4e; margin: 16px 0 0 0;}
.legal_page p a{    color: #4e4e4e; text-decoration:underline; }
.legal_page p a:hover{ text-decoration:none; }
.legal_page p + p { margin-top: 24px;}
.legal_page ul { display: block; margin: 0; padding: 16px 0 0 0;}
.legal_page ul li { display: block; margin: 0; padding: 0; position: relative; font-size: 16px; line-height: 1.5; color: #4e4e4e; margin: 0; padding: 0 0 0 30px;}
.legal_page ul li + li { margin-top: 12px;}
.legal_page ul li::before { content: '•'; position: absolute; left: 0; top: 0; }

.legal_page ol { display: block; margin: 0; padding: 16px 0 0 0; counter-reset: my-awesome-counter;}
.legal_page ol li { display: block; margin: 0; padding: 0; position: relative; font-size: 16px; line-height: 1.5; color: #4e4e4e; margin: 0; padding: 0 0 0 30px; counter-increment: my-awesome-counter;}
.legal_page ol li + li { margin-top: 12px;}
.legal_page ol li::before { content: counter(my-awesome-counter) "."; position: absolute; left: 0; top: 0; }

.errorpage_wrap { padding: 88px 0 120px 0;}
.errorpage_wrap h1 { font-size: 32px; line-height: 1.25; color: #131313; margin: 0 auto; padding: 0; text-align: center; max-width: 430px; font-family: "Branding-Medium"; letter-spacing: 0.0085em;}
.errorpage_wrap p { letter-spacing: 0.01389em; font-size: 16px; color: #4E4E4E; line-height: 1.5; margin: 0; padding: 24px 0 0 0; text-align: center;}
.errorpage_wrap .btnbox { justify-content: center; padding: 40px 0 0 0;}
.errorpage_wrap .btnbox a { min-width: 226px;}

/* Inner page End */
/****************************/

/*=========================================*/
/* Main Content End */
/*=========================================*/


/*=========================================*/
/* Footer main Start */
/*=========================================*/

.footer { position:relative; background:#203f3c; overflow: hidden; z-index: 1;}
.footer .footer_top { padding: 88px 0 72px 0;}
.footer h3 { padding: 0 0 20px 0; border-bottom: solid 1px #445d5b; font-size: 18px; line-height: 1.33; color: #a5b2b1; margin: 0 10px 32px 0; font-family: "Branding-Semibold"; letter-spacing: 0.105em; text-transform: uppercase;}
.footer h6 { font-size: 15px; line-height: 2.13; color: #ffffff; margin: 0; padding: 0; font-family: "Inter-SemiBold"; letter-spacing: 0.033em;}
.footer p { font-size: 15px; line-height: 1.87; color: #ffffff; margin: 0; padding: 4px 0 0 0; letter-spacing: 0.031em;}
.footer p + h6 { padding-top: 28px;}
.footer .linkbox {}
.footer .linkbox ul { display: block; margin: 0; padding: 0;}
.footer .linkbox ul li { margin: 0; padding: 0; font-size: 15px; line-height: 2.13; letter-spacing: 0.031em; color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
}
.footer .linkbox ul li a { display: block; color: #ffffff;}
.footer .linkbox ul li a:hover { opacity: 0.6;}
.footer .socialbox {}
.footer .socialbox ul { margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
}
.footer .socialbox ul li { display: block; margin: 0; padding: 0;}
.footer .socialbox ul li + li { margin: 0 0 0 20px;}
.footer .socialbox ul li a { display: block; width: 44px; height: 44px; border: solid 1px #f7f2ed; border-radius: 100px; font-size: 18px; color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  align-items: center; justify-content: center;
}
.footer .socialbox ul li a i { display: block;}
.footer .socialbox ul li a svg { float: left;}
.footer .socialbox ul li a svg path {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.footer .socialbox ul li a:hover { border-color: #ffffff; background: #ffffff; color: #203f3c;}
.footer .socialbox ul li a:hover svg path { fill: #203f3c;}

.footer .copyright {}
.footer .copyright_in { padding: 32px 0 40px 0; border-top: solid 1px #445d5b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: space-between;
	-webkit-flex-direction: row-reverse; 
  	flex-direction: row-reverse;
}
.footer .copyright p { margin: 0; padding: 0; font-size: 14px; line-height: 1.43; color: rgba(255, 255, 255, 0.7); letter-spacing: 0.0357em;}
.footer .copyright p span{ display:block; padding:0 0 9px; }
.footer .copyright p  a{color: rgba(255, 255, 255, 0.7);}
.footer .copyright p  a:hover{color: rgba(255, 255, 255, 1);}
.footer .copyright ul { margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
}
.footer .copyright ul li { display: block; margin: 0; padding: 0;}
.footer .copyright ul li + li { margin: 0 0 0 40px;}
.footer .copyright ul li a { display: block; font-size: 14px; line-height: 1.43; color: rgba(255, 255, 255, 0.7); letter-spacing: 0.0357em;}
.footer .copyright ul li a:hover { color: #ffffff;}

.footer .brandmark_wrap { z-index: -1; position: absolute; left: 0; right: 0; top: 50%; height: 0; pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.footer .brandmark_wrap .brandmark { margin: 0 0 0 -281px;}

/*=========================================*/
/* Footer main End */
/*=========================================*/

.contact_page .form_contact p { margin: 0; position: relative;}
.wpcf7-not-valid-tip { text-align: right; font-size: 12px; line-height: 1.33; color: #ff605a; letter-spacing: 0.024; padding: 8px 0 0 0;}
.contact_page .form_contact .input_text.wpcf7-not-valid { border-color: #ff605a;}
.contact_page .form_contact .form_row.submit_wrap .captcha_box { height: 56px; width: 223px;}
.contact_page .form_contact .form_row.submit_wrap .captcha_box .cf7sr-g-recaptcha {
	-webkit-transform: scale(0.735);
	-moz-transform: scale(0.735);
	transform: scale(0.735);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
}

/* rgba(21, 21, 21, 0.1) */
@media (min-width: 768px) {
	.pro_slider_wrap { position: relative;}
}

.wpcf7 form .wpcf7-response-output { margin: 0; border: none; padding: 0 0 0 31px; line-height: 22px; font-size: 15px; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { color: #FF605A; margin: 0 0 32px 0; background: url(../svg/remove_icon.svg) no-repeat left top;}
.contact_page .form_contact .form_row.submit_wrap .captcha_box .cf7sr-g-recaptcha-invalid { display: none !important;}

.wpcf7 form.sent .wpcf7-response-output { color: #2B554D; margin: 35px 0 0 0; background: url(../svg/check_icon.svg) no-repeat left top;}

.contact_page .form_contact .form_row.submit_wrap { position: relative;}
div.wpcf7 .ajax-loader { position: absolute; right: 0; border-radius: 100px; width: 100%; height: 100%; background: #38635b; top: 0;}
div.wpcf7 .ajax-loader img { display: none;}
div.wpcf7 .ajax-loader::before { content: ''; width: 22px; height: 22px; position: absolute; left: 0; top: 0; border: solid 2px rgba(255,255,255,0.4);  border-radius: 50px;}
div.wpcf7 .ajax-loader::after { content: ''; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-style: solid; border-color: #ffffff transparent transparent transparent; border-width: 2px; border-radius: 50px;}
div.wpcf7 .ajax-loader::before,
div.wpcf7 .ajax-loader::after { top: 50%; left: 50%; margin: -11px 0 0 -11px;}

div.wpcf7 .ajax-loader::after {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.wpcf7 form.invalid .submit_wrap + .wpcf7-response-output, 
.wpcf7 form.unaccepted .submit_wrap + .wpcf7-response-output { display: none !important;}
.wpcf7 form.sent .wpcf7-response-output { display: none !important;}
.wpcf7 form.sent .submit_wrap + .wpcf7-response-output { display: block !important;}

.customscroll { height: 2px; position: absolute; left: 0; bottom: 7px; right: 103px; border-radius: 2px; pointer-events: none;}
.customscroll:after{ position:absolute; right:0px; top:0px; height:10px; background:#f7f2ed; content:''; width:17px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { margin: 0; background: rgba(21, 21, 21, 0.1);}
.mCSB_scrollTools.mCSB_scrollTools_horizontal { background: rgba(21, 21, 21, 0.1); height: 2px;}
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-bottom: 2px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { background: #151515; height: 2px; margin: 0 auto;}



.main_wapper { opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.hide_loader .main_wapper { opacity: 1;}
.page_loader { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #f7f2ed; z-index: 111111; opacity: 0; visibility: hidden; pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.hide_loader .page_loader { opacity: 0; visibility: hidden; pointer-events: none;}
.home_sliderbox .imagebox { opacity: 0;}
.hide_loader .home_sliderbox .imagebox { opacity: 1;}
.show_ele .home_sliderbox .imagebox {
	transition-delay: 0.4s;
}
.show_ele .home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox h1, 
.show_ele .home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox h1 {
	opacity: 0;
    transform: translateY(30px);
}
.hide_loader .home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox h1, 
.hide_loader .home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox h1 {
	opacity: 1;
	transition-delay: 1.0s;
    transform: translateY(0);
}
.show_ele .home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox p, 
.show_ele .home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox p {
	opacity: 0;
    transform: translateY(30px);
}
.hide_loader .home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox p, 
.hide_loader .home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox p {
	opacity: 1;
    transition-delay: 1.05s;
    transform: translateY(0);
}
.regu_ele .home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox h1, 
.regu_ele .home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox h1 {
	transition-delay: 0.60s;
}
.regu_ele .home_bann_slider.owl-carousel .owl-item.active .home_sliderbox .captionbox p, 
.regu_ele .home_bann_slider.owl-carousel .owl-item.leaving .home_sliderbox .captionbox p {
	transition-delay: 0.65s;
}
.home_sec_1 { opacity: 0;
	transform: translateY(30px);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.hide_loader .home_sec_1 { opacity: 1;
	transform: translateY(0);
	transition-delay: 1.2s;
}
.page-template-about_tpl.hide_loader .home_sec_1 {transition-delay: 0.2s;}
.logo a { opacity: 0;}
.hide_loader .logo a { opacity: 1;
	transition-delay: 0.1s;
}
.navigation_main {  opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.brand_slider_wrap .owl-carousel .owl-item .item{ width:100% !important;}



.page-id-57 .legal_page h5{  padding-left:0px;   counter-increment: none;}
.page-id-57 .legal_page h5:before{ display:none; }



.brand_home_sec .brand_slider{ border:0px; }
.brand_home_sec .brand_slider::after { content: ''; position: absolute; top: 0; bottom: 0;left: 0; width: 1px; background-color: #e2e2e2; z-index: 2; }
.brand_home_sec .brand_slider::before { content: ''; position: absolute; top: 0; bottom: 0;right: 0; width: 1px; background-color: #e2e2e2; z-index: 2; }
.brand_list_item{  border :solid 1px #e2e2e2; border-left:0px; display:flex; width:100%; flex-wrap:wrap; }
.brand_list_item .brand_item{ border-left:solid 1px #e2e2e2; min-height:112px; width:20%;}
.brand_list_item .brand_item:nth-child(10),
.brand_list_item .brand_item:nth-child(6),
.brand_list_item .brand_item:nth-child(7),
.brand_list_item .brand_item:nth-child(8),
.brand_list_item .brand_item:nth-child(9){ border-top:solid 1px #e2e2e2; }
.brand_home_sec .brand_slider .brand_item .brand_img{ border:0px; }
.testimonial_wrap .testiblock p{ z-index:2; position:relative; }
.testimonial_wrap .testiblock p:after{ z-index:-1; position:absolute; left:-44px; top:-36px; width:120px; height:94px; content:''; background:url(../svg/quote-icon.svg) no-repeat center center; background-size:100% 100%; }

/*.brand_home_sec .testimonial_wrap .container::before{ display:none; }
.page-template-about_tpl{}*/


.brand_sl_wrap.mobile{ display:none; }
.brand_list_item_1{  border :solid 1px #e2e2e2; border-left:0px; display:flex; width:100%; flex-wrap:wrap; }
.brand_list_item_1 .brand_item{ border-left:solid 1px #e2e2e2; min-height:112px; width:25%;}
.brand_list_item_1 .brand_item:nth-child(5),
.brand_list_item_1 .brand_item:nth-child(6),
.brand_list_item_1 .brand_item:nth-child(7),
.brand_list_item_1 .brand_item:nth-child(8){ border-top:solid 1px #e2e2e2; }

.brand_sl_wrap.desktop-medium .brand_list_item .brand_item{ border-left:solid 1px #e2e2e2; min-height:112px; width:25%;}
.brand_sl_wrap.desktop-medium .brand_list_item .brand_item:nth-child(5),
.brand_sl_wrap.desktop-medium .brand_list_item .brand_item:nth-child(6),
.brand_sl_wrap.desktop-medium .brand_list_item .brand_item:nth-child(7),
.brand_sl_wrap.desktop-medium .brand_list_item .brand_item:nth-child(8){ border-top:solid 1px #e2e2e2; }
 
.brand_sl_wrap.desktop-large{ display:none; }
 

.header_wapper .container { width: 100%;max-width: 100%;  }


.brand_wrap .brand_slider_wrap{ opacity:0; 
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.hide_loader  .brand_wrap .brand_slider_wrap{ opacity:1; -webkit-transition-delay:0.5s; transition-delay:0.5s; }

.custom_ani { opacity: 0;transform: translate(-25px,0);  }
.hide_loader .custom_ani {-webkit-animation: anima-animate-enter23-frames 0.8s ease-in-out 1 normal forwards;
    -moz-animation: anima-animate-enter23-frames 0.8s ease-in-out 1 normal forwards;
    -o-animation: anima-animate-enter23-frames 0.8s ease-in-out 1 normal forwards;
    animation: anima-animate-enter23-frames 0.8s ease-in-out 1 normal forwards;
    }
@-webkit-keyframes anima-animate-enter23-frames {
	0% {
		opacity: 0;
		transform: translate(-25px, 0)
	}
	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@-moz-keyframes anima-animate-enter23-frames {
	0% {
		opacity: 0;
		transform: translate(-25px, 0)
	}
	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@-o-keyframes anima-animate-enter23-frames {
	0% {
		opacity: 0;
		transform: translate(-25px, 0)
	}
	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@keyframes anima-animate-enter23-frames {
	0% {
		opacity: 0;
		transform: translate(-25px, 0)
	}
	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}


.brand_wrap.brand_desk_wrap{ display:block; }
.brand_wrap.brand_large_desk_wrap{ display:none;	  }

.tropical_wrap{ background:none; }
.tropical_wrap .col-md-4{ position:static; background:#2b554d;    -ms-flex: 0 0 480px;flex: 0 0 480px;max-width: 480px;}
.tropical_wrap .col-md-8{    -ms-flex: 0 0 calc(100% - 480px);flex: 0 0 calc(100% - 480px);max-width:calc(100% - 480px); width:calc(100% - 480px);}
.tropical_wrap .imagebox_wrap{ margin:0px; padding:0px;  }
.tropical_wrap .trop_slider_wrap{ width:100%;}
.tropical_wrap .tro_left_part{ padding:48px 54px 48px 48px; }
.tropical_wrap .imagebox_wrap .imagebox{ height:480px; }
.tropical_wrap .bottom_wrap{ position:absolute; left:48px; bottom:52px; padding:0px; margin:0px; }
.trop_slider.owl-carousel .owl-stage{ height:480px; }
.trop_slider.owl-carousel{ height:480px; }
.tropical_wrap .tro_left_part h6{ margin:0 0 24px; }
.tropical_wrap .tro_textbox h2{ line-height: 1.25;
  letter-spacing: 0.34px;
  color: #ffffff; font-size:32px; padding:0 0 16px;}
  .tropical_wrap .tro_textbox p{line-height: 1.5;
  letter-spacing: 0.22px;
  color:rgba(255,255,255,0.90); font-size:16px;}
.tropical_wrap .tro_textbox .linkbtn{ padding:24px 0 0 0; }  

.tropical_wrap .number_wrap{ display:none; }
.tropical_wrap .owl-dots{ display:none; }


.tropical_wrap.first_tropical_wrap .row{ background-color: #ffb85f;}
.tropical_wrap.first_tropical_wrap .row .col-md-4{ background-color: #ffb85f;}
.tropical_wrap.first_tropical_wrap .tro_left_part h6{ color: #191919;}
.tropical_wrap.first_tropical_wrap   .tro_textbox h2{ color: #191919;}
.tropical_wrap.first_tropical_wrap .slick-current .tro_textbox p{ color: #191919;}
.tropical_wrap.first_tropical_wrap .tro_textbox .linkbtn a{ color: #191919;}
.tropical_wrap.first_tropical_wrap .tro_textbox .linkbtn a::after{ background:#191919; }
.tropical_wrap.first_tropical_wrap .custom_slick_nav button{ border:#191919 solid 1px; }
.tropical_wrap.second_tropical_wrap .row { background: #2b554d; }

.tropical_wrap.first_tropical_wrap .fs_trop_slider.owl-carousel .owl-item .item { float: left; }





.tropical_wrap .custom_slick_nav .slider-nav.arrow_disable { pointer-events:none; cursor:pointer; }
.tropical_wrap .custom_slick_nav .slider-nav.arrow_disable button{ pointer-events:none; cursor:pointer; }







.brand_home_sec .brand_slider .brand_item a.brand_img  { -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;   opacity:0;  visibility:hidden; } 
.brand_home_sec .brand_slider  .active .brand_item a.brand_img{visibility:visible; opacity:1; -webkit-transition-delay: 0.15s; transition-delay: 0.15s; }
.brand_home_sec .brand_slider  .active .brand_item:first-child a.brand_img {-webkit-transition-delay: 0.15s;  transition-delay: 0.15s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(2) a.brand_img {-webkit-transition-delay: 0.30s;   transition-delay: 0.30s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(3) a.brand_img {-webkit-transition-delay: 0.45s;   transition-delay: 0.45s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(4) a.brand_img {-webkit-transition-delay: 0.6s;  transition-delay: 0.6s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(5) a.brand_img {-webkit-transition-delay: 0.75s;   transition-delay: 0.75s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(6)  a.brand_img {-webkit-transition-delay: 0.9s;  transition-delay: 0.9s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(7)  a.brand_img {-webkit-transition-delay: 1.05s;   transition-delay: 1.05s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(8)  a.brand_img {-webkit-transition-delay: 1.20s;   transition-delay: 1.20s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(9)  a.brand_img {-webkit-transition-delay: 1.35s;   transition-delay: 1.35s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(10)  a.brand_img {-webkit-transition-delay: 1.5s;   transition-delay: 1.50s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(11)  a.brand_img {-webkit-transition-delay: 1.65s;   transition-delay: 1.65s; }
.brand_home_sec .brand_slider  .active .brand_item:nth-child(12)  a.brand_img { -webkit-transition-delay: 1.80s;  transition-delay: 1.80s; }
 
 
 
 