/* ----------------------------------------------------

1. Global Area 
2. Header Section

----------------------------------------------------  */

/*

font-family: 'DM Sans', sans-serif;
font-family: 'Playfair Display', serif;

*/

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}


/* Sec Title */

.sec-title{
	position:relative;
	margin-bottom:40px;
}

.sec-title h2{
	position:relative;
	color:#282F3B;
	font-weight:800;
	font-size:50px;
	font-family: 'Playfair Display', serif;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title .text{
	position:relative;
	color:#BBC2CC;
	font-size:16px;
	line-height:28px;
	margin-top:40px;
}

/* Btn Style One */

.btn-style-one{
	position: relative;
	line-height: 30px;
	font-weight:700;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	padding: 13px 40px;
	display:inline-block;
	font-family: 'DM Sans', sans-serif;
	border:1px solid rgba(255,255,255,0.20);
}

.btn-style-one:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: #ffffff;
}

.btn-style-one:hover:before{
	top: 0%;
}

.btn-style-one .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-one .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two{
	color: #118586;
}

.btn-style-one:hover{
	color: #118586;
}

.btn-style-one:hover:before{
	top: -40%;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	line-height: 30px;
	font-weight:700;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	padding: 14px 40px;
	display:inline-block;
	background-color:#118586;
	font-family: 'DM Sans', sans-serif;
}

.btn-style-two:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: #ffffff;
}

.btn-style-two:hover:before{
	top: 0%;
}

.btn-style-two .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-two{
	color: #118586;
}

.btn-style-two:hover{
	color: #118586;
}

.btn-style-two:hover:before{
	top: -40%;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	border:none;
	line-height: 30px;
	font-weight:700;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	padding: 16px 40px;
	display:inline-block;
	background-color:#118586;
	font-family: 'DM Sans', sans-serif;
}

.btn-style-three:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: #0F0F0F;
}

.btn-style-three:hover:before{
	top: 0%;
}

.btn-style-three .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two{
	color: #ffffff;
}

.btn-style-three:hover{
	color: #118586;
}

.btn-style-three:hover:before{
	top: -40%;
}

/*** 

====================================================================
	Header style One
====================================================================

***/

.gl-header-type-four{
	position:relative;
	z-index:99;
	width:100%;
	background-color:#118586;
}

.gl-header-type-four .header-upper{
	position:relative;
}

.gl-header-type-four .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .logo-box{
	position:relative;
	float:left;
	z-index:10;
	padding:25px 0px;
}

.main-header .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.gl-header-section .header-lower{
	position:relative;
}

.gl-header-section .auto-container{
	max-width:1340px;
}

.main-header .header-lower .inner-container{
	position:relative;
}

.main-header .header-lower .nav-outer{
	position:static;
	float:left;
	padding-left:80px;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:10px 0px 10px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

/* Main Menu */

.menu_wrapper .main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.menu_wrapper .main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.menu_wrapper .header-lower .main-menu .navigation{
	position:relative;
}

.menu_wrapper .main-menu .navigation > li{
	position:relative;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-right:25px;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a{
	color:#ffffff;
}

.main-header .sticky-header .nav-outer .options-box{
	margin-top:40px;
}

/*Sticky Header*/

.main-header .sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#111111;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.main-header .sticky-header .mobile-nav-toggler{
	display:none;
	cursor:pointer;
	color:#000000;
	padding:34px 0px;
	font-size:30px;
	font-family: "Flaticon";
}

.main-header .sticky-header .logo{
	position:relative;
	padding:0px 0px;
}

.main-header.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.menu_wrapper .main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	padding:45px 0px;
	font-size:16px;
	color:#ffffff;
	text-transform: uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.menu_wrapper .main-menu .navigation > li:last-child{
	margin-right:0px;
}

.menu_wrapper .main-menu .navigation > li:last-child > a{
	padding-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	position:relative;
}

.main-header .sticky-header .main-menu .navigation > li:last-child{
	margin-right:0px;
}

.menu_wrapper .main-menu .navigation > li:last-child ul{
	right:0px;
}

.menu_wrapper .main-menu .navigation > li:hover > a,
.menu_wrapper .main-menu .navigation > li.current > a{
	opacity:1;
	color:#282F3B;
}

.menu_wrapper .main-menu .navigation > li > ul {
	position:absolute;
	width:15rem;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibilitsy: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:#118586;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.gl-header-type-five .menu_wrapper .main-menu .navigation > li > a {
	color: #282F3B;
	text-transform: capitalize;
}
.menu_wrapper .main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.menu_wrapper.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.menu_wrapper .main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.menu_wrapper .main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.menu_wrapper .main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:11px;
	opacity:0;
	font-weight:700;
	font-size:12px;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.menu_wrapper .main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
	color:#118586;
}

.main-header .sticky-header .main-menu .navigation > li > a:before{
	
}

.menu_wrapper .main-menu .navigation > li > ul > li:hover > a{
	padding-left:30px;
	color:#118586;
	background-color:#ffffff;
}

.menu_wrapper .main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:15rem;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:#118586;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#118586;
	background-color:#ffffff;
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:11px;
	opacity:0;
	font-weight:700;
	font-size:12px;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
	color:#118586;
}

.menu_wrapper .main-menu .navigation > li > ul > li > ul > li:hover > a{
	padding-left:30px;
	color:#118586;
	background-color:#ffffff;
}

.menu_wrapper .main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.menu_wrapper .main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.menu_wrapper .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid rgba(255,255,255,0.10);
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.menu_wrapper .navigation > li > ul > li.updates{
	padding:12px 15px;
	color:#ffffff;
	left:0px;
	right:0px;
	width:auto;
	font-weight:600;
	font-size:16px;
	background-color:#118586;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	padding:25px 0px;
	font-size: 30px;
	line-height: 44px;
	cursor: pointer;
	color:#ffffff;
	display: none;
	font-family: "Flaticon";
}

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	text-align:center;
	padding:40px 20px 0px;
}

.mobile-menu .nav-logo img{
	max-width:200px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	

}

.mobile-menu .menu-box{
	position: absolute;
	left: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	left:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	margin-bottom:5px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#111111;
}

.mobile-menu .navigation li > ul > li > a{
	font-size:14px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	cursor:pointer;
	opacity:0.60;
	z-index:5;
	color:#111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	background-color:#111111;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
	padding-left:15px;
}

.mobile-menu .navigation li > ul > li,
.mobile-menu .navigation li > ul > li > ul > li{
	margin-bottom:0px;
}

.mobile-menu .navigation li > ul > li >  a,
.mobile-menu .navigation li > ul > li > ul > li > a{
	padding:7px 20px;
	font-size:14px;
}

.mobile-menu .navigation li > ul > li > a{
	
}

.mobile-menu .navigation li > ul > li > ul{
	padding-left:15px;
}

.mobile-menu .navigation li > ul > li > ul > li > a{
	padding-left:40px;
}

.main-header .mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.main-header .mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.main-header .mobile-menu .navigation li > ul > li:first-child{
	/* border-top: 1px solid #dddddd; */
}
.gl-header-type-five.sticky-on {
	background-color: #fff;
}
.main-header .mobile-menu .navigation li > a{
	position: relative;
	display: block;
	font-weight:600;
	line-height: 24px;
	padding: 12px 20px;
	font-size: 16px;
	color: #111111;
	text-transform: uppercase;
}

.main-header .mobile-menu .navigation li:hover > a,
.main-header .mobile-menu .navigation li.current > a{
	color: #111111;
}

.main-header .sticky-header .navbar-header{
	display:none;
}
.header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-icon {
	display: flex;
	align-items: center;
}
.header-icon .outer-box{
	position: absolute;
	right:0px;
	top:28px;
}
.header-icon .button-box {
	margin-left: 30px;
}
/* Search Box Outer */

.header-icon .search-box-outer{
	position: relative;
    width: 65px;
    height: 65px;
	float:left;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
	border-radius:50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Flaticon";
	border:1px solid rgba(255,255,255,0.20);
}
.gl-header-type-five .search-box-outer {
	color: #118586;
	border-color: #ffffff;
	background-color: #ffffff;
}

.header-icon .search-box-outer:hover{
	background-color:#ffffff;
	color:#118586;
}

.header-icon .nav-btn{
	position: relative;
    width: 65px;
    height: 65px;
	float:left;
    cursor: pointer;
    line-height: 55px;
    text-align: center;
    color: #118586;
    font-size: 22px;
	border-radius:50px;
	margin-left:20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Flaticon";
	border:1px solid rgba(255,255,255,0.20);
}
.gl-header-type-five .header-icon .nav-btn {
	color: #118586;
	border-color: #ffffff;
	background-color: #ffffff;
}

.main-header .outer-box .nav-btn:hover{
	
}

.header-icon .cart-btn{
	position: relative;
    width: 65px;
    height: 65px;
	float:left;
    cursor: pointer;
    line-height: 63px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
	border-radius:50px;
	margin-left:20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Flaticon";
	border:1px solid rgba(255,255,255,0.20);
}

.main-header .outer-box .cart-btn:hover{
	background-color:#ffffff;
	color:#118586;
}

.gmain-header.fixed-header .sticky-header .main-menu .navigation > li > a{
	padding:22px 0px;
}

.main-header .button-box{
	position:relative;
	float:left;
	margin-left:22px;
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools{
	width:3px;
}

.gl-header-type-five{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	background:none;
	z-index: 3;
}

.main-header.gl-header-type-five .main-menu .navigation > li > a{
	color:#282F3B;
	text-transform:capitalize;
}

.main-header.gl-header-type-five .search-box-outer{
	color:#118586;
	border-color:#ffffff;
	background-color:#ffffff;
}

.main-header.gl-header-type-five .outer-box .nav-btn{
	color:#118586;
	border-color:#ffffff;
	background-color:#ffffff;
}

.main-header.gl-header-type-five .outer-box .cart-btn{
	color:#118586;
	border-color:#ffffff;
	background-color:#ffffff;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#ffffff;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	background-color:#282f3b;
}

.banner-section .content-column{
	position:relative;
}

.banner-section .content-column .inner-column{
	position:relative;
	padding-top:200px;
}

.banner-section h1{
	position:relative;
	color:#ffffff;
	font-size:70px;
	line-height:80px;
	font-weight:800;
	font-family: 'Playfair Display', serif;
}

.banner-section .options-list{
	position:relative;
	margin-top:35px;
}

.banner-section .options-list li{
	position:relative;
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
	padding-left:25px;
	font-family: 'DM Sans', sans-serif;
}

.banner-section .options-list li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#118586;
	font-family: "Font Awesome 5 Pro";
}

.banner-section .options-list li:last-child{
	margin-bottom:0px;
}

.banner-section .buttons-box{
	position:relative;
	margin-top:40px;
}

.banner-section .buttons-box .btn-style-two{
	margin-right:15px;
}

.banner-section .image-column{
	position:relative;
}

.banner-section .image-column .inner-column{
	position:static;
}

.banner-section .image-column .banner_img{
	position:relative;
}

.banner-section .image-column .banner_img img{
	max-width:inherit;
	overflow:hidden;
	border-radius:0% 0% 50% 50%;
}

/*** 

====================================================================
	Expertise Section
====================================================================

***/

.espertise-section{
	position:relative;
	padding-bottom:100px;
	background-color:#f0f3f9;
}

.espertise-section .upper-box{
	position:relative;
	background-color:#118586;
}

.espertise-section .upper-box .auto-container{
	position:relative;
}

.espertise-section .general-box {
	position: absolute;
	left: 0px;
	top: -48px;
	padding: 30px 55px;
	border-radius: 50px;
	background-color: #118586;
	z-index: 2;
}
.espertise-section .general-box .box-inner{
	position:relative;
}

.espertise-section .general-box .dots{
	position:relative;
	margin-right:30px;
	line-height:1em;
	float: left;
}

.espertise-section .general-box i{
	position:relative;
	font-size:15px;
	font-weight:400;
	opacity:0.60;
	color:#ffffff;
	float: left;
	padding:5px 0px;
	font-style:normal;
	font-family: 'DM Sans', sans-serif;
}

.espertise-section .general-box .info-box{
	position:relative;
	margin-left:50px;
	padding-left:35px;
	margin-top:-6px;
	display:inline-block;
	border-left:1px solid rgba(255,255,255,0.20);
}

.espertise-section .general-box .info-box a{
	position:relative;
	color:#ffffff;
}

.espertise-section .title-box{
	position:relative;
	padding:140px 0px 200px;
}

.espertise-section .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:800;
	font-family: 'Playfair Display', serif;
}

.espertise-section .title-box .text{
	position:relative;
	color:#A0CECF;
	margin-top:20px;
	line-height:26px;
	padding-left:100px;
	border-left:1px solid rgba(255,255,255,0.20);
}

.espertise-section .lower-box{
	position:relative;
	margin-top:-110px;
}

.espertise-section .lower-text{
	position:relative;
	color:#667279;
	font-size:16px;
	margin-top:60px;
	text-align:center;
}

.espertise-section .lower-text a{
	position:relative;
	color:#118586;
	font-weight:600;
	padding-right:20px;
	display:inline-block;
}

.espertise-section .lower-text a:before{
	position:absolute;
	content:'\f061';
	right:0px;
	font-family: "Font Awesome 5 Pro";
}

.espertise-section .lower-text a:hover{
	color:#111111;
}

.espertise-section .service-block{
	padding:0px 0px;
	float:left;
}

.service-block{
	position:relative;
}

.service-block .inner-box{
	position:relative;
	padding:50px 30px;
	background-color:#ffffff;
	border-right:1px solid #f0f3f9;
}

.service-block .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#118586;
	background-repeat:repeat;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-position:right top;
	background-repeat:no-repeat;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block .inner-box:hover .pattern-layer{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block .icon-box{
	position:relative;
	color:#118586;
	font-size:44px;
	line-height:1em;
	display:inline-block;
	font-family: "Flaticon";
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block .inner-box:hover .icon-box{
	color:#ffffff;
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block h5{
	position:relative;
	font-weight:700;
	margin:30px 0px 25px;
	font-family: 'Playfair Display', serif;
}

.service-block h5 a{
	color:#282F3B;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block .inner-box:hover h5 a{
	color:#ffffff;
}

.service-block .text{
	position:relative;
	color:#667279;
	font-size:16px;
	line-height:26px;
	margin-bottom:30px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block .inner-box:hover .text{
	color:#A0CECF;
}

.service-block .read-more{
	position:relative;
	color:#282F3B;
	font-size:14px;
	font-weight:700;
	padding:12px 20px;
	border-radius:3px;
	display:inline-block;
	border:1px solid #F0F3F9;
	background: rgba(240, 243, 249, 0.16);
	font-family: 'DM Sans', sans-serif;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block .inner-box:hover .read-more{
	color:#ffffff;
	border-color:rgba(255,255,255,0.15);
	background-color:rgba(255,255,255,0.07);
}

/*** 

====================================================================
	Trend Section
====================================================================

***/

.trend-section{
	position:relative;
	padding:0px 0px 60px;
	background-color:#282f3b;
	background-repeat:repeat;
}

.trend-section .video-column{
	position:relative;
	margin-bottom:30px;
}

.trend-section .video-column .inner-column{
	position:relative;
	margin-right:-40px;
}

/* Video Box */

.video-box{
	position:relative;
	display:inline-block;
}

.video-box:before{
	position:absolute;
	content:'';
	left:-10px;
	top:0px;
	right:10px;
	bottom:-10px;
	background-color:#127f7f;
	border-radius:0px 0px 50% 50%;
}

.video-box .video-image{
	position:relative;
	margin:0px;
	overflow:hidden;
	border-radius:0px 0px 50% 50%;
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	overflow:hidden;
	border-radius:50% 50% 50% 50%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
}

.video-box .overlay-box span{
	position: absolute;
	width:100px;
	height: 100px;
	left:50%;
    top: 50%;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:24px;
	text-align: center;
	padding-left:4px;
	display: inline-block;
	margin-top: -50px;
	margin-left:-50px;
	line-height:100px;
	border-radius:50%;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#118586;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
	height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.trend-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.trend-section .content-column .inner-column{
	position:relative;
	padding-top:90px;
	padding-left:110px;
}

.trend-section .options-list{
	position:relative;
	margin-top:35px;
}

.trend-section .options-list li{
	position:relative;
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:15px;
	padding-left:25px;
	font-family: 'DM Sans', sans-serif;
}

.trend-section .options-list li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#118586;
	font-family: "Font Awesome 5 Pro";
}

.trend-section .options-list li:last-child{
	margin-bottom:0px;
}

.trend-section .buttons-box{
	position:relative;
	margin-top:40px;
}

.trend-section .buttons-box .theme-btn{
	margin-right:20px;
}

/*** 

====================================================================
	CaseStudy Section
====================================================================

***/

.casestudy-section{
	position:relative;
	padding:100px 0px 90px;
}

.casestudy-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:40px;
}

.casestudy-section .owl-dots .owl-dot{
	position:relative;
	margin:0px 6px;
	width:13px;
	height:13px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #118586;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.casestudy-section .owl-dots .owl-dot.active,
.casestudy-section .owl-dots .owl-dot:hover{
	background-color:#118586;
}

.casestudy-section .owl-nav{
	position:absolute;
	left:-25px;
	top:50%;
	right:-25px;
	margin-top:-60px;
}

.casestudy-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:65px;
	height:65px;
	color:#118586;
	font-size:24px;
	line-height:65px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.casestudy-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:65px;
	height:65px;
	color:#118586;
	font-size:24px;
	line-height:65px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.casestudy-section .owl-nav .owl-prev:hover,
.casestudy-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#118586;
}

.service-block-two{
	position:relative;
}

.service-block-two .inner-box{
	position:relative;
	overflow:hidden;
}

.service-block-two .inner-box .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#118586;
	background-repeat:repeat;
	z-index:1;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-position:right top;
	background-repeat:no-repeat;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block-two .inner-box:hover .pattern-layer{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block-two .image{
	position:relative;
}

.service-block-two .image img{
	position:relative;
	width:100%;
	display:block;
	filter: grayscale(100%);
}

.service-block-two .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.service-block-two .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	bottom:0px;
	height:100%;
	z-index:1;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.service-block-two .inner-box:hover .overlay-box:before{
	opacity:0;
}

.service-block-two .title{
	position:absolute;
	left:30px;
	top:30px;
	z-index:2;
	color:#ffffff;
	font-size:14px;
	padding:4px 14px;
	display:inline-block;
	background-color:#282F3B;
}

.service-block-two .content{
	position:absolute;
	left:30px;
	z-index:1;
	right:15px;
	bottom:-72px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block-two .inner-box:hover .content{
	bottom:30px;
}

.service-block-two .content h5{
	font-weight:700;
	font-family: 'Playfair Display', serif;
}

.service-block-two .content h5 a{
	color:#ffffff;
}

.service-block-two .content .text{
	position:relative;
	color:#A0CECF;
	font-size:16px;
	line-height:26px;
	margin-top:18px;
}
.service-block-two .content .text p{
	margin: 0;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding-bottom:100px;
}

.clients-section .inner-container{
	position:relative;
}

.clients-section .image-box img{
	position:relative;
	max-width:100%;
	width:auto;
	display:inline-block;
	/* -webkit-filter: grayscale(0%);
	filter: grayscale(0%); */
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .image-box:hover img{
	/* opacity:0.7;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%); */
}

.clients-section .owl-dots,
.clients-section .owl-nav{
	display:none;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px;
	background-color:#f0f3f9;
}

.fluid-section-one .outer-container{
	position:relative;
}

.fluid-section-one .left-column{
	position:relative;
	width:50%;
	height:100%;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#282f3b;
}

.fluid-section-one .left-column .inner-column{
	position:relative;
	max-width:700px;
	width:100%;
	float:right;
	padding:110px 15px;
}

.fluid-section-one .left-column .title-box{
	position:relative;
	max-width:490px;
}

.fluid-section-one .left-column .title-box h2{
	position:relative;
	color:#ffffff;
	font-weight:800;
	font-size:50px;
	font-family: 'Playfair Display', serif;
}

.fluid-section-one .left-column .title-box .text{
	position:relative;
	color:#BBC2CC;
	font-size:16px;
	line-height:28px;
	margin-top:25px;
}

.fluid-section-one .left-column .options-list{
	position:relative;
	margin-top:35px;
}

.fluid-section-one .left-column .options-list li{
	position:relative;
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:15px;
	padding-left:25px;
	font-family: 'DM Sans', sans-serif;
}

.fluid-section-one .left-column .options-list li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#118586;
	font-family: "Font Awesome 5 Pro";
}

.fluid-section-one .left-column .options-list li:last-child{
	margin-bottom:0px;
}

.fluid-section-one .left-column .subscribe{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	margin-top:30px;
	padding-left:40px;
	font-family: 'Playfair Display', serif;
}

.fluid-section-one .left-column .subscribe:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:22px;
	height:22px;
	border-radius:50px;
	background-color:#118586;
	border:1px solid #ffffff;
}

.fluid-section-one .left-column .subscribe-form{
	max-width:550px;
}

/* Subscribe Form */

.subscribe-form{
	position:relative;
	margin-top:40px;
}

.subscribe-form .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"]{
	position:relative;
	height:60px;
	width:100%;
	display:block;
	font-size:16px;
	color: #ffffff;
	border-radius:50px;
	padding:10px 15px 10px 30px;
	background-color:rgba(255,255,255,0.10);
	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.90);
}

.subscribe-form .form-group input::placeholder,
.subscribe-form .form-group textarea::placeholder{
	color: #939AA5;
}

.subscribe-form .form-group button {
	position: absolute;
	right: 2px;
	top: 2px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background: #118586;
	border-radius: 50px;
	padding: 14px 35px;
	height: 56px;
}

.subscribe-form .form-group button i{
	position:relative;
	font-style:normal;
	margin-left:8px;
}

.fluid-section-one .right-column{
	position:relative;
	width:50%;
	z-index:1;
}

.fluid-section-one .right-column .inner-column{
	position:relative;
	max-width:700px;
	width:100%;
	float:left;
	padding-right:15px;
	padding-left:100px;
}

.fluid-section-one .right-column .title-box{
	position:relative;
	margin-bottom:40px;
}

.fluid-section-one .right-column .title-box .title{
	position:relative;
	color:#0F0F0F;
	font-weight:800;
	font-size:24px;
	padding-left:50px;
	font-family: 'Playfair Display', serif;
}

.fluid-section-one .right-column .title-box .title:before{
	position:absolute;
	left:0px;
	top:-2px;
	content: "\f101";
	color:#118586;
	font-size:30px;
	font-weight:normal;
	font-family: flaticon;
}

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form .form-group{
	margin-bottom:20px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#8F9DA5;
	height:54px;
	font-size:16px;
	border-radius:4px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #dfe3ed;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus{
	border-color:#118586;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px 25px;
	color:#8F9DA5;
	height:175px;
	font-size:16px;
	border-radius:4px;
	background:#ffffff;
	resize:none;
	border:1px solid #dfe3ed;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .btn-style-three:hover {
	color: #fff;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#8F9DA5;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	bottom:0px;
	height:100%;
	z-index:1;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #282F3B 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #282F3B 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #282F3B 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #282F3B));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #282F3B 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #282F3B 100%);
}

.counter-section .auto-container{
	position:relative;
	max-width:1600px;
}

.counter-section.style-two{
	padding:100px 0px 100px;
	background-color:#118586;
}

.counter-section.style-two::before{
	display:none;
}

.counter-section.style-two .auto-container{
	max-width:1200px;
}

.counter-section.style-two .counter-block .inner-block{
	padding:0px 0px;
	border:none;
}

.counter-section.style-two .counter-block .inner-block:before{
	position:absolute;
	content:'';
	right:50px;
	top:0px;
	width:1px;
	height:100%;
	background-color:rgba(255,255,255,0.20)
}

.counter-section.style-two .counter-block:last-child .inner-block:before{
	display:none;
}

.counter-block{
	position:relative;
	z-index:1;
}

.counter-block .inner-block{
	position:relative;
	padding-top:350px;
	padding-left:40px;
	padding-bottom:40px;
	border-right:1px solid rgba(255,255,255,0.10);
}

.counter-block:last-child .inner-block{
	border:none;
}

.counter-block .icon{
	position:relative;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
	display:inline-block;
	font-family: "Flaticon";
	margin-bottom:20px;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.counter-block .inner-block:hover .icon{
	transform:rotateY(180deg);
}

.counter-block .counter{
	position:relative;
	line-height:1em;
	color:#ffffff;
	font-size:55px;
	font-weight:700;
	font-family: 'DM Sans', sans-serif;
}

.counter-block .counter-text{
	position:relative;
	font-weight:400;
	color:#ffffff;
	font-size:18px;
	margin-top:5px;
	text-transform:capitalize;
	font-family: 'DM Sans', sans-serif;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:110px 0px 110px;
}

.testimonial-section .inner-container{
	position:relative;
	border:1px solid #F0F3F9;
}

.testimonial-section .inner-container:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	bottom:0px;
	width:1px;
	border-right:1px solid #F0F3F9;
}

.testimonial-section .title-column{
	position:relative;
}

.testimonial-section .title-column .inner-column{
	position:relative;
	padding:0px 60px 100px;
}

.testimonial-section .title-column .quote-icon{
	position:relative;
	color:#118586;
	font-size:40px;
	width:96px;
	height:107px;
	line-height:107px;
	text-align:center;
	background-color:#e9eef5;
	border-radius:0px 0px 50px 50px;
}

.testimonial-section .title-column h2{
	position:relative;
	color:#282F3B;
	font-weight:800;
	font-size:55px;
	line-height:60px;
	margin-top:50px;
	margin-bottom:80px;
	font-family: 'Playfair Display', serif;
}

.testimonial-section .carousel-column{
	position:relative;
}

.testimonial-section .carousel-column .inner-column{
	position:relative;
	padding:0px 50px 100px;
}

.testimonial-section .carousel-column .owl-dots{
	position:relative;
	text-align:right;
	margin-top:-30px;
}

.testimonial-section .carousel-column .owl-dots .owl-dot{
	position:relative;
	margin:0px 6px;
	width:13px;
	height:13px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #118586;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .carousel-column .owl-dots .owl-dot.active,
.testimonial-section .carousel-column .owl-dots .owl-dot:hover{
	background-color:#118586;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .author-image{
	position:relative;
	width:96px;
	height:107px;
	overflow:hidden;
	border-radius:0px 0px 50px 50px;
}

.testimonial-block .rating{
	position:relative;
	margin-top:50px;
}

.testimonial-block .rating .fa{
	position:relative;
	font-size:14px;
	color:#ffbe73;
}

.testimonial-block .designation{
	position:relative;
	font-size:18px;
	color:#282F3B;
	font-weight:700;
	margin-top:12px;
	margin-bottom:40px;
}

.testimonial-block p{
	position:relative;
	font-size:16px;
	color:#667279;
	font-weight:400;
	line-height:28px;
	margin-bottom:20px;
}

.testimonial-block .quote-icon{
	position:relative;
	left:1px;
	font-size:40px;
	line-height:1em;
	color:#118586;
	margin-top:30px;
}

.testimonial-block .client-logo{
	position:relative;
	margin-top:50px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding-bottom:100px;
	background-color:#f0f3f9;
}

.news-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:50px;
}

.news-section .owl-dots .owl-dot{
	position:relative;
	margin:0px 6px;
	width:13px;
	height:13px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	border:2px solid #118586;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover{
	background-color:#118586;
}

.news-section .owl-nav{
	display:none;
}

.news-section .upper-box{
	position:relative;
	background-color:#118586;
}

.news-section .title-box{
	position:relative;
	padding:100px 0px 280px;
}

.news-section .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:800;
	font-family: 'Playfair Display', serif;
}

.news-section .title-box .text{
	position:relative;
	color:#A0CECF;
	margin-top:20px;
	line-height:26px;
	padding-left:100px;
	border-left:1px solid rgba(255,255,255,0.20);
}

.news-section .news-block{
	padding:0px 0px;
	float:left;
}

.news-section .inner-container{
	margin-top:-211px;
}

.news-section .button-box{
	position:relative;
	margin-top:60px;
}

.news-block{
	position:relative;
}

.news-block .inner-box{
	position:relative;
	background-color:#ffffff;
}

.news-block .image{
	position:relative;
	overflow:hidden;
	background-color:#118586;
}

.news-block .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.70;
	transform:scale(1.05,1.05);
}

.news-block .lower-content{
	position:relative;
	padding:30px 30px;
	border-left:1px solid #f0f3f9;
	border-right:1px solid #f0f3f9;
}

.news-block h5{
	font-weight:800;
	line-height:30px;
	font-family: 'Playfair Display', serif;
}

.news-block h5 a{
	color:#282F3B;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box:hover h5 a{
	color:#118586;
}

.news-block .text{
	position:relative;
	color:#667279;
	font-size:15px;
	line-height:25px;
	margin-top:15px;
}

.news-block .post-meta{
	position:relative;
	margin-top:20px;
}

.news-block .post-meta li{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#171151;
	margin-right:15px;
	padding-left:25px;
	display:inline-block;
	text-transform:uppercase;
}

.news-block .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 8px;
	color: #118586;
}

.news-block .post-meta li:last-child{
	margin-right:0px;
}

/* Main Footer */

/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-color: #282f3b;
	background-repeat:repeat;
}

.widgets-section{
	position:relative;
	padding: 100px 0px 30px;
}

.footer-column{
	position:relative;
	margin-bottom:30px;
}

.footer-widget{
	position:relative;
	margin-bottom:30px;
}

.footer-widget h6{
	color:#ffffff;
	font-weight:700;
	margin-bottom:20px;
	margin-top:30px;
	text-transform:capitalize;
	font-family: 'DM Sans', sans-serif;
}

.logo-widget{
	position:relative;
}

.logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.logo-widget .text{
	position:relative;
	color:#BBC2CC;
	font-weight:400;
	font-size:15px;
	line-height:32px;
	margin-bottom:25px;
}

.logo-widget .social-nav{
	position:relative;
	padding:15px 0px;
}

.logo-widget .social-nav li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.logo-widget .social-nav li a{
	position:relative;
	width:48px;
	height:48px;
	color:#ffffff;
	font-size:16px;
	line-height:48px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#313A49;
}

.logo-widget .social-nav li a:hover{
	background-color:#118586;
	color:#ffffff;
}

/* Footer List */

.footer-list{
	position:relative;
}

.footer-list li{
	position:relative;
	margin-bottom:12px;
}

.footer-list li:last-child{
	margin-bottom:0px;
}

.footer-list li a{
	position:relative;
	color:#BBC2CC;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-list li a:hover{
	color:#ffffff;
}

.contact-widget{
	position:relative;
}

.contact-widget ul{
	position:relative;
}

.contact-widget ul li{
	position:relative;
	color:#BBC2CC;
	font-size:16px;
	line-height:34px;
	margin-bottom:10px;
}

.contact-widget ul li a{
	position:relative;
	color:#BBC2CC;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-widget ul li a:hover{
	color:#118586;
}

/* Newslettter Form */

.newsletter-widget .text{
	position:relative;
	color:#BBC2CC;
	font-weight:400;
	font-size:15px;
	line-height:30px;
	margin-bottom:40px;
}

.newsletter-form{
	margin-bottom:15px;
}

.newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 55px 10px 25px;
	height:50px;
	font-size:14px;
	color:#ffffff;
	border:none;
	background:rgba(255,255,255,0.08);
	border-radius:50px;
	border:2px solid rgba(255,255,255,0.80);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.newsletter-form .form-group input::-webkit-input-placeholder,
.newsletter-form .form-group textarea::-webkit-input-placeholder{
	color:#ffffff;
}

.newsletter-form .form-group .submit-btn{
	position:absolute;
	right:3px;
	top:3px;
	width:45px;
	height:45px;
	color:#ffffff;
	text-align:center;
	border-radius:50px;
	line-height:45px;
	border:none;
	background-color:#118586;
}

.footer-bottom{
	position:relative;
	padding:35px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.footer-bottom .copyright-column{
	position:relative;
}

.footer-bottom .copyright{
	position:relative;
	font-size:16px;
	color:#ffffff;
}

.footer-bottom .copyright a{
	color:#ffffff;
}

.footer-bottom .nav-column{
	position:relative;
	text-align:right;
}

.page-nav{
	position:relative;
	text-align: right;
}

.page-nav li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}
.page-nav li:first-child {
	margin-left: 0;
}

.page-nav li a{
	position:relative;
	color:#ffffff;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	background-color:#f0f3f9;
}

.banner-section-two .content-column{
	position:relative;
}

.banner-section-two .content-column .inner-column{
	position:relative;
	padding-top:200px;
}

.banner-section-two .title{
	position:relative;
	color:#282F3B;
	font-weight:500;
	font-size:16px;
	padding-left:25px;
	
	opacity:0;
	transform: translateY(180px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .title:before{
	position: absolute;
    content: '\f00c';
    left: 0px;
    top: 0px;
    color: #118586;
    font-family: "Font Awesome 5 Pro";
}

.banner-section-two .active .title{
	opacity:1;
	transform: translateY(0px);
}

.banner-section-two h1{
	position:relative;
	color:#282F3B;
	font-size:70px;
	line-height:80px;
	font-weight:800;
	margin-top:35px;
	font-family: 'Playfair Display', serif;
	
	opacity:0;
	transform: translateY(180px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active h1{
	opacity:1;
	transform: translateY(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-two .text{
	position:relative;
	color:#667279;
	font-size:18px;
	line-height:30px;
	font-weight:400;
	margin-top:40px;
	
	opacity:0;
	transform: translateY(180px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .text{
	opacity:1;
	transform: translateY(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-two .buttons-box{
	position:relative;
	margin-top:40px;
	opacity:0;
	transform: translateY(180px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .buttons-box{
	opacity:1;
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-two .buttons-box .theme-btn{
	margin-right:15px;
	border-radius:4px;
	float:left;
}

.banner-section-two .play-box{
	position:relative;
}

.banner-section-two .play-box .fa{
	position:relative;
	width:56px;
	height:56px;
	float:left;
	margin-top:3px;
	color:#118586;
	font-size:16px;
	margin-left:20px;
	text-align:center;
	max-width:56px;
	line-height:54px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.banner-section-two .play-box i{
	position:relative;
	font-style:normal;
	font-weight:600;
	font-size:20px;
	color:#282F3B;
	padding-top:20px;
	margin-left:20px;
	display:inline-block;
}

.banner-section-two .social-box{
	position:absolute;
	right:45px;
	top:150px;
	z-index:10;
	width:30px;
	writing-mode: vertical-rl;
	transform:rotate(0deg);
}

.banner-section-two .social-box li{
	position:relative;
	display:inline-block;
	margin-top:40px;
}

.banner-section-two .social-box li a{
	position:relative;
	font-weight:700;
	font-size:18px;
	color:#282F3B;
	opacity:0.40;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; 
}

.banner-section-two .social-box li a:hover{
	color:#118586;
	opacity:1;
}

.banner-section-two .social-box li a::before{
	transform:rotate(90deg);
	display:inline-block;
}

.banner-section-two .social-box li span{
	position:relative;
	margin-top:5px;
	letter-spacing:3px;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'DM Sans', sans-serif;
}

.banner-section-two .image-column{
	position:relative;
}

.banner-section-two .image-column .inner-column{
	position:relative;
}

.banner-section-two .image-column .image{
	position:relative;
	opacity:0;
	transform: translateX(220px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .image{
	opacity:1;
	transform: translateX(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-two .image-column .image img{
	position:relative;
	max-width:inherit;
}

.banner-section-two .general-box{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:1;
	padding:50px 60px 40px;
	background-color:#118586;
}

.banner-section-two .general-box .box-inner{
	position:relative;
}

.banner-section-two .general-box .dots{
	position:relative;
	margin-right:30px;
	line-height:1em;
	float: left;
}

.banner-section-two .general-box i{
	position:relative;
	font-size:15px;
	font-weight:400;
	opacity:0.60;
	color:#ffffff;
	float: left;
	padding:5px 0px;
	font-style:normal;
	font-family: 'DM Sans', sans-serif;
}

.banner-section-two .general-box .info-box{
	position:relative;
	margin-left:50px;
	padding-left:35px;
	margin-top:-6px;
	display:inline-block;
	border-left:1px solid rgba(255,255,255,0.20);
}

.banner-section-two .general-box .info-box a{
	position:relative;
	color:#ffffff;
	font-size:15px;
}

/*** 

====================================================================
	Professional Section
====================================================================

***/

.professional-section{
	position:relative;
	padding:100px 0px 0px;
}

.professional-section:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	width:50.85%;
	background-color:#f0f3f9;
}

.professional-section .image-column{
	position:relative;
}

.professional-section .image-column .inner-column{
	position:relative;
}

.professional-section .image-column .image{
	position:relative;
}

.professional-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.professional-section .image-column h2{
	font-weight:800;
	color:#282F3B;
	font-size:55px;
	margin-bottom:40px;
	font-family: 'Playfair Display', serif;
}

.professional-section .image-column .theme-btn{
	border-radius:4px;
}

.professional-section .image-column .image{
	position:relative;
	margin-top:60px;
}

.professional-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.professional-section .content-column{
	position:relative;
}

.professional-section .content-column .inner-column{
	position:relative;
	padding-left:80px;
	padding-bottom:70px;
}

.professional-section .content-column .title-box{
	position:relative;
	margin-bottom:30px;
}

.professional-section .content-column .title-box .title{
	position:relative;
	display:block;
	color:#118586;
	font-size:24px;
	font-weight:500;
}

.professional-section .content-column .title-box h2{
	font-weight:800;
	color:#282F3B;
	font-size:50px;
	margin-bottom:40px;
	font-family: 'Playfair Display', serif;
}

.professional-section .content-column .text{
	position:relative;
	color:#565F66;
	font-size:16px;
	line-height:30px;
	margin-bottom:25px;
}

.professional-section .content-column .quote-text{
	position:relative;
	color:#565F66;
	font-size:16px;
	line-height:28px;
	margin-bottom:25px;
	font-style:italic;
	text-decoration:underline;
}

.professional-section .content-column .quote-text .fa{
	position:relative;
	color:#118586;
	margin-right:5px;
}

.professional-section .content-column .blocks-outer{
	position:relative;
	margin-top:40px;
}

.featured-block{
	position:relative;
	margin-bottom:30px;
}

.featured-block:last-child{
	margin-bottom:0px;
}

.featured-block .inner-box{
	position:relative;
	padding-left:80px;
	padding-top:3px;
}

.featured-block .icon{
	position:absolute;
	left:0px;
	top:8px;
	width:56px;
	height:58px;
	color:#118586;
	font-size:30px;
	line-height:58px;
	border-radius:5px;
	text-align:center;
	display:inline-block;
	font-family: "Flaticon";
	background-color:#ffffff;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.featured-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
	background-color:#118586;
	color:#ffffff;
}

.featured-block strong{
	position:relative;
	display:block;
	color:#152A38;
	font-weight:800;
	font-size:22px;
	font-family: 'Playfair Display', serif;
}

.featured-block .feature-text{
	position:relative;
	color:#667279;
	font-size:15px;
	margin-top:8px;
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section{
	position:relative;
	padding:100px 0px 70px;
	background-color:#f0f3f9;
}

.business-section .owl-dots{
	display:none;
}

.business-section .owl-nav{
	position:absolute;
	left:-100px;
	top:50%;
	right:-100px;
	margin-top:-30px;
}

.business-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:65px;
	height:65px;
	color:#118586;
	font-size:24px;
	line-height:65px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.business-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:65px;
	height:65px;
	color:#118586;
	font-size:24px;
	line-height:65px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.business-section .owl-nav .owl-prev:hover,
.business-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#118586;
}

/* Business Block */

.business-block{
	position:relative;
	margin-bottom:30px;
}

.business-block .inner-box{
	position:relative;
	padding:20px 20px 28px;
	background-color:#ffffff;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	border-bottom:3px solid transparent;
}

.business-block .inner-box:hover{
	border-color:#118586;
}

.business-block .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.business-block .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.business-block .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	background-color:rgba(17,133,134,0.40);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.business-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.business-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.business-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.business-block .inner-box .image .overlay-box .icon{
	position:relative;
	width:60px;
	height:60px;
	color:#118586;
	line-height:60px;
	font-size:18px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: "Font Awesome 5 Pro";
}

.business-block .inner-box .image .overlay-box .icon:hover{
	background-color:#118586;
	color:#ffffff;
}

.business-block .lower-content{
	position:relative;
	padding-top:30px;
}

.business-block .icon{
	position:relative;
	width:60px;
	height:60px;
	color:#118586;
	font-size:30px;
	line-height:60px;
	border-radius:4px;
	text-align:center;
	display:inline-block;
	background-color:#e7f3f3;
	font-family: "Flaticon";
}

.business-block h4{
	font-weight:800;
	margin-top:25px;
	font-family: 'Playfair Display', serif;
}

.business-block h4 a{
	position:relative;
	color:#282F3B;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.business-block .inner-box:hover h4 a{
	color:#118586;
}

.business-block .text{
	position:relative;
	margin-top:20px;
	color:#667279;
	line-height:28px;
}

.business-block .read-more{
	position:relative;
	color:#282F3B;
	font-size:15px;
	font-weight:700;
	margin-top:25px;
	padding:12px 36px;
	border-radius:3px;
	display:inline-block;
	border:2px solid #F0F3F9;
	background: rgba(240, 243, 249, 0.16);
	font-family: 'DM Sans', sans-serif;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.business-block .inner-box:hover .read-more{
	color:#ffffff;
	border-color:#118586;
	background-color:#118586;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px;
}

.fluid-section-two .outer-container{
	position:relative;
	min-height:250px;
	background-color:#f0f3f9;
}

.fluid-section-two .image-column{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.fluid-section-two .image-column .image-box{
	position:relative;
	display:none;
}

.fluid-section-two .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-two .image-column .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	overflow:hidden;
}

.fluid-section-two .image-column .overlay-box span{
	position: absolute;
	width:120px;
	height: 120px;
	left:50%;
    top: 50%;
	z-index:10;
	font-weight:700;
	text-align: center;
	display: inline-block;
	margin-top: -60px;
	margin-left:-60px;
	line-height:120px;
	border-radius:50%;
	font-size:24px;
	color: #ffffff;
	padding-left:5px;
	background-color:#118586;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.fluid-section-two .image-column .overlay-box span:hover{
	color:#118586;
	background-color:#ffffff;
}

.fluid-section-two .image-column .ripple,
.fluid-section-two .image-column .ripple:before,
.fluid-section-two .image-column .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:120px;
	height: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-two .image-column .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-two .image-column .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.fluid-section-two .content-column{
	position:relative;
	float:left;
	width:50%;
	z-index:1;
}

.fluid-section-two .content-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:200px;
	background-color:#118586;
}

.fluid-section-two .content-column .inner-column{
	position:relative;
	max-width:780px;
	width:100%;
	float:right;
	padding-right:50px;
	padding-left:15px;
}

/* Mission Tabs */

.mission-tabs{
	position:relative;	
}

.mission-tabs .tab-btns{
	position:relative;
}

.mission-tabs .tab-btns .tab-btn{
	position:relative;
	margin-right:8px;
	font-size:22px;
	color:#FAF0EC;
	font-weight:500;
	line-height:24px;
	cursor:pointer;
	opacity:0.60;
	padding:88px 40px;
	border-radius:0px;
	margin-bottom:12px;
	display:inline-block;
	transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'DM Sans', sans-serif;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.mission-tabs .tab-btns .tab-btn:after{
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	width:1px;
	opacity:0.20;
	height:40px;
	transform:translateY(-50%);
	background-color:#ffffff;
}

.mission-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	opacity:1;
	opacity:0;
	margin-left:-10px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #f0f3f9;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.mission-tabs .tab-btns .tab-btn:last-child{
	margin-right:0px;
	border:0px;
}

.mission-tabs .tab-btns .tab-btn:hover,
.mission-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	opacity:1;
}

.mission-tabs .tab-btns .tab-btn:hover::before,
.mission-tabs .tab-btns .tab-btn.active-btn::before{
	opacity:1;
}

.mission-tabs .tab-btns .tab-btn:last-child::after{
	display:none;
}

.mission-tabs .tabs-content{
	position:relative;	
}

.mission-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.mission-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.mission-tabs .content{
	position:relative;
	padding:90px 15px 100px 0px;
}

.mission-tabs .title{
	position: relative;
    display: block;
    color: #118586;
    font-size: 24px;
    font-weight: 500;
}

.mission-tabs h2{
	position:relative;
	font-weight: 800;
    color: #282F3B;
    font-size: 50px;
	margin-top:10px;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}

.mission-tabs .text{
	position: relative;
    color: #565F66;
    font-size: 16px;
	max-width:490px;
    line-height: 30px;
    margin-bottom: 25px;
}

.mission-tabs .options-list{
	position:relative;
	margin-top:35px;
}

.mission-tabs .options-list li{
	position:relative;
	font-size:15px;
	color:#152A38;
	font-weight:500;
	margin-bottom:15px;
	padding-left:25px;
	font-family: 'DM Sans', sans-serif;
}

.mission-tabs .options-list li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#118586;
	font-family: "Font Awesome 5 Pro";
}

.mission-tabs .options-list li:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:110px 0px 160px;
}

.testimonial-section-two .inner-container{
	position:relative;
	padding:0px 70px 50px;
	border:1px solid #F0F3F9;
}

.testimonial-section-two .inner-container:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	bottom:0px;
	width:1px;
	border-right:1px solid #F0F3F9;
}

.testimonial-section-two .owl-dots{
	position:relative;
	text-align:center;
	top:130px;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	margin:0px 6px;
	width:13px;
	height:13px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #118586;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover{
	background-color:#118586;
}

.testimonial-section-two .owl-nav{
	display:none;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:110px 0px 100px;
	background-color:#f0f3f9;
}

.team-section .lower-text{
	position:relative;
	color:#667279;
	font-size:16px;
	margin-top:60px;
	text-align:center;
}

.team-section .lower-text a{
	position:relative;
	color:#118586;
	font-weight:600;
	padding-right:20px;
	display:inline-block;
}

.team-section .lower-text a:before{
	position:absolute;
	content:'\f061';
	right:0px;
	top:3px;
	font-size:14px;
	font-family: "Font Awesome 5 Pro";
}

.team-section .lower-text a:hover{
	color:#111111;
}

.team-section .owl-dots{
	display:none;
}

.team-section .owl-nav{
	position:absolute;
	left:-100px;
	top:50%;
	right:-100px;
	margin-top:-50px;
}

.team-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:65px;
	height:65px;
	color:#118586;
	font-size:24px;
	line-height:65px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:65px;
	height:65px;
	color:#118586;
	font-size:24px;
	line-height:65px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#118586;
}

.team-block{
	position:relative;
}

.team-block .inner-box{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	background-color:#ffffff;
}

.team-block .image{
	position:relative;
	overflow:hidden;
	background-color:#118586;
}

.team-block .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.team-block .inner-box:hover .image img{
	opacity:0.90;
	transform:scale(1.04,1.04);
}

.team-block .options{
	position:absolute;
	left:0px;
	bottom:-60px;
	right:0px;
	text-align:center;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.team-block .inner-box:hover .options{
	bottom:25px;
}

.team-block .options a{
	position:relative;
	color:#ffffff;
	width:42px;
	height:42px;
	margin:0px 3px;
	line-height:42px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	background-color:#118586;
}

.team-block .lower-content{
	position:relative;
	text-align:center;
	padding:28px 15px 25px;
}

.team-block h5{
	position:relative;
	font-weight:800;
	font-family: 'Playfair Display', serif;
}

.team-block h5 a{
	position:relative;
	color:#171151;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.team-block .inner-box:hover h5 a{
	color:#118586;
}

.team-block .designation{
	position:relative;
	color:#939CA1;
	font-size:16px;
	margin-top:5px;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	z-index:1;
}

.newsletter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:100px;
	background-color:#f0f3f9;
}

.newsletter-section .inner-container{
	position:relative;
	padding:65px 80px;
	border-radius:12px;
	background-color:#ffffff;
	box-shadow:0px 10px 20px rgba(0,0,0,0.10);
}

.newsletter-section h3{
	position:relative;
	font-weight:800;
	font-size:32px;
	color:#282F3B;
	padding:12px 0px;
	font-family: 'Playfair Display', serif;
}
.bg-none .newsletter-section::before {
	background: none;
}
/* Subscribe Form */

.subscribe-form-two{
	position:relative;
}

.subscribe-form-two .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}

.subscribe-form-two .form-group input[type="text"],
.subscribe-form-two .form-group input[type="email"]{
	position:relative;
	height:66px;
	width:100%;
	display:block;
	font-size:16px;
	color: #667279;
	padding:5px 5px;
	border-radius:5px;
	padding:10px 15px 10px 30px;
	border:1px solid #ECEEF3;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.subscribe-form-two .form-group input::placeholder,
.subscribe-form-two .form-group textarea::placeholder{
	color: #939AA5;
}

.subscribe-form-two .form-group button {
	position: absolute;
	right: 5px;
	top: 3px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background: #118586;
	border-radius: 5px;
	padding: 16px 35px;
}
.subscribe-form-two br {
	display: none;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	margin-top:-100px;
}

.footer-style-two .upper-box{
	position:relative;
	padding:190px 0px 70px;
}

.footer-style-two .menu-nav{
	position:relative;
}

.footer-style-two .menu-nav li{
	position:relative;
	margin-right:30px;
	display:inline-block;
}

.footer-style-two .menu-nav li a{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#282F3B;
}

.footer-style-two .social-box{
	position:relative;
	text-align:right;
}

.footer-style-two .social-box li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}

.footer-style-two .social-box li a{
	position:relative;
	color:#0A142F;
	font-size:24px;
	opacity:0.30;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.footer-style-two .social-box li a:hover{
	opacity:1;
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:30px 0px 40px;
}

.footer-style-two .footer-bottom .logo-box{
	position:absolute;
	left:50%;
	bottom:20px;
	transform:translateX(-50%);
}

.footer-style-two .footer-bottom .copyright-column{
	position:relative;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	font-size:16px;
	color:#0A142F;
}

.footer-style-two .footer-bottom .copyright a{
	color:#0A142F;
}

.footer-style-two .footer-bottom .nav-column{
	position:relative;
	text-align:right;
}

.page-nav{
	position:relative;
}

.page-nav li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}

.page-nav li a{
	position:relative;
	color:#0A142F;
}

.page-nav li a {
	position: relative;
	color: #ffffff;
}

.elementor-social-icon i {
	transition: .3s;
}

.gl-header-type-four .mobile_menu_button {
	color: #fff;
	top: -62px;
}

.gl-header-type-five .mobile_menu_button {
	color: #000;
}
.admin-bar header#gl-header.gl-header-type-four {
	margin-top: 0 !important;
}
.admin-bar header#gl-header.gl-header-type-four.sticky-on {
	margin-top: 32px !important;
}
.gl-header-type-five .mobile_menu_button {
	top: -57px;
}
.gl-header-type-five.sticky-on .search-box-outer,
.gl-header-type-five.sticky-on .header-icon .nav-btn {
	border: 1px solid #118586; 
}

.menu_wrapper ul li.dropdown > a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	transform: translateY(0px);
	display: inline-block;
	padding-left: 7px;
	font-weight: 400;
}

@media screen and (max-width: 991px){
	.gl-header-type-two .mobile_menu_button {
		right: 0;
	}
}
