@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap');


@import url(plugin/animate.css);
@import url(plugin/bootstrap-select.min.css);
@import url(plugin/jquery.bootstrap-touchspin.css);
@import url(plugin/jquery.mCustomScrollbar.min.css);
@import url(plugin/jquery-ui.css);




/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #8a8c93;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #353742;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin: 0;
}
h3 {
    font-size: 18px; 
    line-height: 30px;
    font-weight: 700;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
img.lazy-image{
	background:url(../images/icon/image-bg.svg) center center no-repeat;	
}
img.lazy-image.loaded{
	background-image:none;
}
.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}



/* Tiny Scrollbar */
#scrollbar1 {
    width: 500px;
    margin: 0;
}
#scrollbar1 .viewport { 
    position: relative; 
    overflow: hidden; 
    width: 500px; 
    height: 870px; 
}
#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
}



#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: -30px;
    background: #02c18d;
    width: 10px;
}
#scrollbar1 .track {
    background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 10px;
    position: relative;
    padding: 0;
}

#scrollbar1 .thumb {
    background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    background-image: none;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 1;
}
#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 120px;
    width: 10px;
}
#scrollbar1 .disable { 
    display: none; 
}
.noSelect { 
    user-select: none; 
    -o-user-select: none; 
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
}




@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}




i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-right: 10px;
    background-color: #02c18d;
    color: #ffffff;
    font-size: 16px;
    line-height: 70px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 40px;
    font-family: 'Inter', sans-serif;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;    
}
.btn-one:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #03a67a;
    content: "";
    border-radius: 40px;
    transform: scaleX(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-one:hover:after{
    transform: scaleX(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.btn-one i.round {
    position: relative;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 16px;
    color: #02c18d;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;  
}
.btn-one:hover i.round{
    color: #ffffff;
    margin-left: 25px;
    transform: rotate(360deg);
    background: #02c18d;
}
.btn-one:hover,
.btn-one:focus{
    color: #f7f7f7;
}


.btn-one.style2{
    line-height: 50px;
}
.btn-one.style2 i.round{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.btn-one.style2:hover i.round{
    margin-left: 15px;    
}

.btn-style3{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f4f5f7;
    border-radius: 50%;
    color: #353742;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.btn-style3:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}
.btn-style3:hover:before{
    transform: scale(1.0);    
}
.btn-style3:hover{
    color: #ffffff;
}



.gra-bgclr1{
    background: rgba(0,0,0,0);/* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(43%, rgba(0,0,0,0.29)), color-stop(100%, rgba(0,0,0,1)));/* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%);/* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );/* IE6-9 */
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 59px;
}
.sec-title h2{
    color: #353742;
    font-size: 38px;
    line-height: 54px;
    font-weight: 900;
    text-transform: capitalize;
}
.sec-title h2 span{
    color: #02c18d;
}
.sec-title h2.clrwhite{
    color: #ffffff;
}
.map_location iframe{
    border: 15px solid #fff!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 6px;
}
.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 

.owl-carousel .owl-dots{
    display: none;
}

/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, 
.owl-theme .owl-next span {
    display: none;
}





.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span, 
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    top: -3px;
    display: block;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 10;
    display: block;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #031f4b;
    border-radius: 7px;
    color: #031f4b;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #0098ff;
    border-color: #0098ff;
}




.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    line-height: 8px;
    height: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 10px;
	height: 4px;
    border: 0px solid transparent;
    background: #031f4b;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{
	display: none;	
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    background: #0098ff;
    width: 20px;
    height: 8px;
}




/* Accordion Box Css */
.accordion-box {
    position: relative;
    display: block;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    background: #ffffff;
    border-bottom: 1px solid #dbdee4;
    border-radius: 0px;
}
.accordion-box .accordion.bordernone{
    border-bottom: none;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #353742;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 30px;
    color: #353742;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; 
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #02c18d;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #02c18d;
    content: "\f107";
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    border-top: 1px solid #dbdee4;
    padding-top: 25px;
    padding-bottom: 29px;
    padding-left: 30px;
    padding-right: 40px;    
    display: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}



@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    color: #031f4b;
    font-size: 18px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    overflow: hidden;  
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}


/*________________Preloader_______________ */
.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}
.preloader.style-two {
    background-image: url(../images/icon/preloader-1.html);
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #02c18d;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}



/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}







/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(3, 13, 40, 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;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}








/*==============================================
    Main Header Css        
===============================================*/
.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
    margin: 0px;
	z-index: 999999;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
    background: rgba(255, 255, 255, 0.97);
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	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;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li{
    padding: 0;
    margin-right: 40px;
}
.sticky-header .main-menu .navigation> li> a {
    padding: 15px 0 28px;
}



.header-style-one {
    position: relative;
}
.header-style-one .border-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #0098ff;
    content: "";
}


.header-social-link {
    position: relative;
    display: block;
    float: left;
    padding: 7px 0 8px;
    margin-right: 40px;
}
.header-social-link ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.header-social-link ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.header-social-link ul li:last-child{
    margin-right: 0;
}
.header-social-link ul li a{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header{
    position: relative;
    display: block;
}
.header .outer-box{
    position: relative;
    display: block;
}
.header-left {
    position: relative;
    display: block;
}
.header-left .logo {
    position: relative;
    display: block;
    padding: 10px 0;
}
.header-left .logo a{
    position: relative;
    display: inline-block; 
}
.header-left .logo a img{
    width: auto;
}


.header-right {
    position: relative;
    display: block;
}
.header-right .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: relative;
	display: block;
}
.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-top: 20px;
    padding: 15px 0;
    align-items: center;
}
.main-menu .navigation>li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #8a8c93;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 500ms ease;
	opacity: 1;
    font-family: 'Inter', sans-serif;
}
.main-menu .navigation> li> ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation> li> ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation> li> ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> a{
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #353742;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}
.main-menu .navigation> li> ul> li:last-child> a{
    border: none;
} 
.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #02c18d;
    opacity: 0;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li:hover> a:before{
    width: 5px;    
}


.main-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #031f4b;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}
.main-menu .navigation> li> ul> li> ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 250px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 100;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation>li>ul>li>ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #353742;;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: #02c18d;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li> ul> li:hover> a:before{
    width: 5px;
}
/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}






/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}
.main-slider.style1 {
    margin-top: 0px;
}
.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 178px 0px 185px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
    transition: all .8s ease-in-out .4s;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black !important;
    content: "";
    z-index: -1;
    opacity: 0.5;
}
.main-slider .active .slide .image-layer{
	/*-webkit-transform:scale(1.05);*/
	/*-ms-transform:scale(1.05);*/
	/*transform:scale(1.05);*/
}
.main-slider .content{
	position:relative;
	z-index:11;
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container{
    position: relative;
    overflow: hidden;
}

.main-slider .content h3{
    color: #02c18d;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.1em;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}
.main-slider .active .content h3{
	opacity: 1;
	transform: translateY(0px);
    transition: all .4s ease-in-out .3s;    
}
.main-slider .content h2{
	position: relative;
	color: #f4f5f7;
	font-size: 90px;
	line-height: 1.1em;
	font-weight: 900;
    margin-top: 15px;
    margin-bottom: 54px;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s; 
}
.main-slider .active .content h2{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .5s;       
}
.main-slider .content .btns-box{
	position: relative; 
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s; 
}
.main-slider .active .content .btns-box{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .7s;    
}



.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
    transform: scale(1.0);
}
.main-slider .owl-theme .owl-prev span, 
.main-slider .owl-theme .owl-next span{
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-prev:hover{
    background: #02c18d;    
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-next:hover{
    background: #02c18d;    
}


.banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    display: block;
    text-align: center;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
    line-height: 0;
    display: none;
}
.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.banner-carousel .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}
.banner-carousel .owl-dots .owl-dot.active{
    background-color: #0098ff;
    border-color: #0098ff;
}




/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
    position: relative;
}
.main-slider.style2 .slide {
    padding: 180px 0px 180px;
}
.main-slider .slide .image-layer:before {
    background-color: rgba(255, 255, 255, 0.30);
}
.main-slider.style2 .content .sub-title{
    position: relative;
    display: inline-block;
    background: #02c18d;
    padding: 11px 20px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.01em;
	opacity: 0;
	transform: translateY(-80px);
    transition: all .4s ease-in-out .1s;
}
.main-slider.style2 .active .content .sub-title{
	opacity: 1;
	transform: translateY(0px);
    transition: all .4s ease-in-out .3s;    
}
.main-slider.style2 .content h2 {
    line-height: 1.1em;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 44px;
}
.main-slider.style2 .content h2 span{
    font-weight: 700;
}



/*** 
=============================================
    Welcome Area Css
=============================================
***/
.welcome-area{
    position: relative;
    display: block;
    background: #f4f5f7;
    padding: 120px 0 120px;
}
.welcome-image-box{
    position: relative;
    display: block;
    max-width: 510px;
    width: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
}
.welcome-image-box:before{
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 40px;
    width: 15px;
    background: #02c18d;
    content: "";
    border-radius: 10px;
}

.welcome-image-box img {
    width: 100%;
}

.welcome-content-box{
    position: relative;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
}
.welcome-content-box .sec-title {
    padding-bottom: 39px;
}
.welcome-content-box .inner-content{
    position: relative;
    display: block;    
}
.welcome-content-box .inner-content .text{
    position: relative;
    display: block;
}
.welcome-content-box .inner-content .text p{
    margin: 0;    
}
.welcome-content-box .inner-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 29px 0 45px;
}
.welcome-content-box .inner-content ul li{
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 20px;
    line-height: 44px;
}
.welcome-content-box .inner-content ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\f103";
    font-family: 'Flaticon';
    color: #02c18d;
    font-size: 20px;
}

.author-info-box1{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
}
.author-info-box1 .image-box{
    width: 90px;
}
.author-info-box1 .image-box .inner{
    position: relative;
    display: block;
    padding: 4px;
    border: 2px solid #02c18d;
    border-radius: 50%;
}
.author-info-box1 .image-box .inner img{
    width: 100%;
}
.author-info-box1 .image-box,
.author-info-box1 .signature-box{
    display: table-cell;
    vertical-align: middle;
}

.author-info-box1 .signature-box{
    position: relative;
    padding-left: 15px;
}

.patients-box {
    position: relative;
    display: block;
    width: 200px;
    background: #ffffff;
    padding: 6px 0 7px;
}
.patients-box i{
    color: #02c18d;
    font-size: 67px;
}
.patients-box h2 {
    color: #353742;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    margin: 1px 0 8px;
}
.patients-box h2 span{
    position: relative;
    display: block;
    line-height: 50px;
}
.patients-box p{
    margin: 0;
}

/*** 

/*** 
=============================================
    Service Style1 Area Css
=============================================
***/
.services-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 90px;
    z-index: 1;
}
.services-style1-area:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 578px;
    background: #353742;
    content: "";
    z-index: -1;
}

.services-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.services-style1-area .sec-title{
    padding-bottom: 49px;
}
.services-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}
.services-style1-area .top-title .text p{
    color: #a5a7b3;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}
.services-style1-area.services-style1-instyle2:before {
    background: #f4f5f7;
}
.services-style1-area.services-style1-instyle2 .top-title .text p{
    color: #8a8c93;
}







.single-service-style1{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-service-style1:before{
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #02c18d;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;    
}
.single-service-style1:hover:before{
    transform: scaleY(1.0);      
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.single-service-style1 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img{
    transform: scale(1.2);    
}
.single-service-style1 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.single-service-style1 .img-holder .icon{
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 110px;
    height: 110px;
    background: #02c18d;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1;
}
.single-service-style1 .img-holder .icon:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #353742;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;    
}
.single-service-style1:hover .img-holder .icon:before{
    transform: scale(1.0);      
}


.single-service-style1 .img-holder .icon span:before{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 65px;
    line-height: 110px;
    text-align: center;
}
.flaticon-contact-lens:before {
    margin: 9px 6px 0px 0px;
}
.flaticon-focus:before {
    margin: 7px 0px 0px 1px;
}
.single-service-style1 .text-holder{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 40px 40px;
    -webkit-box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.06); 
    box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.06);
}
.single-service-style1 .text-holder h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 13px;
}
.single-service-style1 .text-holder h3 a{
    color: #353742;
}
.single-service-style1 .text-holder p{
    margin: 0;
}

.single-service-style1 .counting {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #f4f5f7;
    font-size: 180px;
    line-height: 100px;
    font-weight: 900;
    z-index: -1;
    transition: all 0.5s;
}

.single-service-style1:hover .counting{
    left: 100px;
}



/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.slogan-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(2, 193, 141, 0.90);
    content: "";
    z-index: -1;
}

.slogan-content {
    position: relative;
    overflow: hidden;
    padding: 104px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.slogan-content .left{
    position: relative;
    display: block;
}
.slogan-content .left .title h2{
    color: #ffffff;
    font-size: 44px;
    line-height: 56px;
    font-weight: 900;
}
.slogan-content .right{
    position: relative;
    display: block;
}
.slogan-content .right .btns-box{
    position: relative;
}
.slogan-content .right .btns-box a{
    background: #353742;
}



/*** 
=============================================
    choose Area Css
=============================================
***/
.choose-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 1;
}
.choose-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background: #f4f5f7;
    content: "";
    z-index: -1;
}
.choose-area.bg-transparent:before{
     background: transparent;
}
.video-holder-box {
    position: relative;
    display: block;
    z-index: 1;
}
.video-holder-box .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: #02c18d;
    border-top-left-radius: 0px;
    z-index: 1;
}
.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    z-index: -1;
}
.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}
.video-holder-box .icon a {
    position: relative;
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 150px;
}


.choose-content-box {
    position: relative;
    display: block;
    padding-left: 33px;
    padding-bottom: 63px;
}
.choose-content-box .sec-title{
    padding-bottom: 49px;
}
.choose-content-box .inner-content{
    position: relative;
    display: block;
}


.choose-tabs{
	position:relative;
    display: block
}
.choose-tabs .tab-button-column {
    position: relative;
    display: flex;
    justify-content: center;
}
.choose-tabs .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
}
.choose-tabs .tab-buttons .tab-btn{
	position: relative;
    display: block;
	float: left;
	padding: 8px 30px;
	cursor: pointer;
	color: #353742;
	font-size: 18px;
	font-weight: 600;
    margin-right: 10px;
	transition:all 300ms ease;
    z-index: 1;
    text-align: center;
        border: 1px solid rgb(212, 212, 212,  0.3);
    border-radius: 10px;
}
.choose-tabs .tab-buttons .tab-btn:last-child{
    margin-right: 0;
}
.choose-tabs .tab-buttons .tab-btn:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #02c18d;
    content: "";
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}
.choose-tabs .tab-buttons .tab-btn:hover:before,
.choose-tabs .tab-buttons .tab-btn.active-btn:before{
    height: 100%; 
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.choose-tabs .tab-buttons .tab-btn:hover,
.choose-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
}



.choose-tabs .tabs-content .tab{
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	z-index:10;
}
.choose-tabs .tabs-content .tab.active-tab{
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.choose-tab-content-box{
    position: relative;
    display: block;
    padding-top: 30px;
}
.choose-tab-content-box .top-content{
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.choose-tab-content-box .bottom-content{
    position: relative;
    display: flex;
    justify-content: center;    
}
.choose-tab-content-box .bottom-content .image-box{
    width: 170px;
}
.choose-tab-content-box .bottom-content .image-box,
.choose-tab-content-box .bottom-content .text-box{
    display: table-cell;
    vertical-align: middle;
}
.coustem-cols{

    max-width: 36.666667%
}
.text-box-2{
    width: 71%;
}
.choose-tab-content-box .bottom-content .text-box{
    position: relative;
    padding-left: 30px;
}
.choose-tab-content-box .bottom-content .text-box ul{
    overflow: hidden;
}
.choose-tab-content-box .bottom-content .text-box ul li{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 44px;
    padding-left: 40px;
}
.choose-tab-content-box .bottom-content .text-box ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\f103";
    font-family: 'Flaticon';
    color: #02c18d;
    font-size: 20px;    
}

/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 77px;
}
.testimonial-style1-area .shape1 {
    position: absolute;
    left: -80px;
    bottom: -90px;
}
.testimonial-style1-area .shape2 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}


.testimonial-style1-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.testimonial-style1-area .sec-title{
    padding-bottom: 49px;
}
.testimonial-style1-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}
.testimonial-style1-area .top-title .text p{
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}



.single-testimonial-style1{
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 40px;
    z-index: 10;
}
.single-testimonial-style1 .inner-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 44px 40px 0;
    z-index: 1;
}
.single-testimonial-style1 .inner-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    -webkit-box-shadow: 0px -2px 11px 2px rgba(0,0,0,0.05); 
    box-shadow: 0px -2px 11px 2px rgba(0,0,0,0.05);
    content: "";
    z-index: -1;
    transform: scaleX(0);  
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;  
}
.single-testimonial-style1:hover .inner-content:before{
    transform: scaleX(1.0);     
}
.single-testimonial-style1 .inner-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-testimonial-style1:hover .inner-content .bg{
    transform: scaleY(0);        
}
.single-testimonial-style1 .inner-content .bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: -1;
    transform: scaleX(0);  
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;       
}
.single-testimonial-style1:hover .inner-content .bg-overlay{
    transform: scaleX(1.0); 
}

.single-testimonial-style1 .quote-icon{
    position: relative;
    display: block;
    width: 36px;
    height: 27px;
    margin: 0 auto 30px;
}
.single-testimonial-style1 .quote-icon .main-icon{
    transform: scale(1.0);  
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
}
.single-testimonial-style1:hover .quote-icon .main-icon{
    transform: scale(0);     
}
.single-testimonial-style1 .quote-icon .overlay-icon{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; 
    transform: scale(0);
}
.single-testimonial-style1:hover .quote-icon .overlay-icon{
    transform: scale(1.0);
}


.single-testimonial-style1 .text-box {
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.single-testimonial-style1 .text-box p{
    margin: 0;
}
.single-testimonial-style1 .img-box{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    transition: all 900ms linear;
    transition-delay: 0.1s;
}
.single-testimonial-style1:hover .img-box{
    
}
.single-testimonial-style1 .img-box:before{
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 10px solid #02c18d;
    content: "";
    border-radius: 50%;
}
.single-testimonial-style1 .img-box img{
    width: 100%;
    border-radius: 50%;
}

.single-testimonial-style1 .client-info-box{
    position: relative;
    display: block;
    padding-top: 17px;
}
.single-testimonial-style1 .client-info-box h3{
    color: #02c18d;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.single-testimonial-style1 .client-info-box span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

/*** 
=============================================
    Home Map Area Css
=============================================
***/
.home-map-area{
    position: relative;
    display: block;
}
.home-map-area .outer-container{
    display: block;
}
.home-map-area .map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 550px;
}

/*** 
 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}
.footer-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #353742;
    z-index: -1;
}
.footer-area .layer-outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.footer-area .layer-outer .shape1{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .03;

}
.footer-area .layer-outer .shape2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 510px;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .03;
}


.footer{
    position: relative;
    display: block;
    padding: 80px 0 75px;
}
.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget.martop16{
    margin-top: 16px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 42px;
}
.single-footer-widget .title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}


.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-footer-widget .our-company-info .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
    padding-bottom: 34px;
}
.single-footer-widget .our-company-info .text p{
    color: #a5a7b3;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}
.single-footer-widget .our-company-info .btns-box{
    position: relative;
    display: block;    
}
.single-footer-widget .our-company-info .btns-box a{

}



.single-footer-widget .link1{
    position: relative;
    display: block;
    margin-top: -14px;
}
.single-footer-widget .link1 ul.marlft40{
    margin-left: 40px;
}
.single-footer-widget .link1 ul li{
    position: relative;
    display: block;
    line-height: 40px;
}
.single-footer-widget .link1 ul li a{
    position: relative;
    color: #a5a7b3;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Inter', sans-serif;
}
.single-footer-widget .link1 ul li a:hover{
    color: #02c18d;      
}



.footer-news-links{
    position: relative;
    display: block;
}
.footer-news-links .single-news{
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 75px;
    margin-bottom: 35px;
}
.footer-news-links .single-news:last-child{
    margin-bottom: 0;
}
.footer-news-links .single-news .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 6px;
}


.footer-news-links .single-news .img-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-news-links .single-news .img-holder .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(2, 193, 141, 0.70);
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.footer-news-links .single-news:hover .img-holder .overlay-content{
	opacity: 1;
    transform: perspective(400px) rotate(0deg); 
    transition: all 0.4s ease-in-out 0.2s;    
}
.footer-news-links .single-news .img-holder .overlay-content a{
    color: #353742;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-news-links .single-news .img-holder .overlay-content a:hover{
    color: #ffffff;
}



.footer-news-links .single-news .title-holder{
    position: relative;
    display: block;
    padding-left: 20px;
}
.footer-news-links .single-news .title-holder p{
    position: relative;
    top: -3px;
    color: #02c18d;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 7px;
}
.footer-news-links .single-news .title-holder h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.footer-news-links .single-news .title-holder h5 a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-news-links .single-news .title-holder h5 a:hover{
    color: #02c18d;
}


.single-footer-widget .footer-contact-info{
    position: relative;
    display: block;
    margin-top: -6px;
}
.single-footer-widget .footer-contact-info ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .footer-contact-info ul li{
    position: relative;
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid #4a4b55;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.single-footer-widget .footer-contact-info ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-footer-widget .footer-contact-info ul li .icon{
    position: absolute;
    top: -1px;
    left: 0;
}
.single-footer-widget .footer-contact-info ul li .icon span:before{
    font-size: 18px;
    line-height: 18px;
}
.single-footer-widget .footer-contact-info ul li .text{
    position: relative;
    display: block;
}
.single-footer-widget .footer-contact-info ul li .text p{
    color: #a5a7b3; 
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}
.single-footer-widget .footer-contact-info ul li .text p a{
    color: #a5a7b3;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-footer-widget .footer-contact-info ul li .text p a:hover{
    color: #02c18d;
}

.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid #4a4b55;
    padding: 20px 0;
}
.footer-bottom a{
    padding: 0 10px 0 10px;
    font-size: 28px;
    color: #ffffff;
    transition: all 0.5s;
}

.footer-bottom a:hover{
    color: #02c18d;
}

.footer-bottom .outer-box {
    position: relative;
    display: block;
}
.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color: #a5a7b3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.copyright-text p a {
    color: #02c18d;
    font-weight: 700;
    transition: all 500ms ease;
}






/*** 
=============================================
    Featured Area Css
=============================================
***/
.featured-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}
.featured-area .top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.featured-area .sec-title{
    padding-bottom: 49px;
}
.featured-area .top-title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    top: -9px;
}
.featured-area .top-title .text p{
    color: #8a8c93;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.single-featured-box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 30px 38px;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.07); 
    box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.07); 
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 40px;
    z-index: 1;
}
.single-featured-box:hover{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; 
    -webkit-box-shadow: 0px 4px 16px 2px rgba(0,0,0,0.04); 
    box-shadow: 0px 4px 16px 2px rgba(0,0,0,0.04);
}
.single-featured-box:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #02c18d;
    content: "";
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1;
}
.single-featured-box:hover:before{
    transform: scaleY(1.0);       
}

.single-featured-box h3{
    font-size:20px;
    line-height: 30px;
    font-weight: 700;
    margin: 28px 0 22px;
}
.single-featured-box p{
    margin: 0;
}


.opening-hours-contact-box {
    position: relative;
    display: block;
    background: #353742;
    border-radius: 8px;
    padding: 48px 50px 49px;
    margin-bottom: 40px;
}
.opening-hours-contact-box h3{
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}
.opening-hours-contact-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 34px;
}
.opening-hours-contact-box ul li{
    position: relative;
    display: block;
    margin-bottom: 27px;
}
.opening-hours-contact-box ul li:last-child{
    margin-bottom: 0;
}
.opening-hours-contact-box ul li p {
    color: #02c18d;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 13px;
}
.opening-hours-contact-box ul li h4{
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}



/*** 
=============================================
    Emergency Contact Area Css
=============================================
***/
.emergency-contact-area {
    position: relative;
    display: block;
    padding: 83px 0px;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.emergency-contact-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(2, 193, 141, 0.90);
    content: "";
    z-index: -1;
}
.emergency-contact-number {
    position: relative;
    display: block;
}
.emergency-contact-number .icon{
    width: 90px;
}
.emergency-contact-number .icon span:before{
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}
.emergency-contact-number .icon,
.emergency-contact-number .title{
    display: table-cell;
    vertical-align: middle;
}
.emergency-contact-number .title h2{
    color: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin: 0px 0 5px;
}
.emergency-contact-number .title a{
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.emergency-contact-number .title a:hover{
    color: #000000;
}
.emergency-contact-text {
    position: relative;
    display: block;
    padding: 8px 0;
}
.emergency-contact-text p{
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}

.emergency-contact-btns-box {
    position: relative;
    display: block;
    padding: 7px 0;
}
.emergency-contact-btns-box .btn-one {
    background-color: #353742;
}



/*** 
=============================================
    Slogan Style3 Area Css
=============================================
***/
.slogan-style3-area {
    position: relative;
    display: block;
    padding: 104px 0px 120px;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.slogan-style3-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(56, 58, 69, 0.90);
    content: "";
    z-index: -1;
}

.slogan-content-style3 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.slogan-content-style3 .title h2{
    color: #ffffff;
    font-size: 70px;
    line-height: 86px;
    font-weight: 900;
}
.slogan-content-style3 .title h2 span{
    color: #02c18d;    
}
.slogan-content-style3 .btns-box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.slogan-content-style3 .btns-box a{
   
}

/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
}
.about-style1-area:before{
    content: "";
    position:absolute;
    max-width: 50%;
    height: auto;
    background-color: #02c18d;
    top:0;
    left:0;
    bottom:0;
    right: 0;
}
.about-style1-text-box {
    position: relative;
    display: block;

}
.about-style1-text-box .sec-title{
    padding-bottom: 39px
}
.about-style1-text-box .inner-contant{
    position: relative;
    display: block;
}
.about-style1-text-box .inner-contant .text-box {
    position: relative;
    display: block;
}
.about-style1-text-box .inner-contant .text-box p{
    margin: 0;
}
.about-left-title h2{
    font-size: 55px;
    line-height: 1.8;
    color:#ffffff;

}










/*==============================================
   Theme Hover Color Css
===============================================*/
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a{
    color: #353742;    
}
.main-menu .navigation>li>ul>li>a:hover {
    color: #02c18d;   
}
.main-menu .navigation> li> ul> li:hover> a{
    color: #02c18d;   
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    color: #02c18d;   
}
.sticky-header .main-menu .navigation>li:hover>a, 
.sticky-header .main-menu .navigation>li.current>a {
    color: #02c18d;   
}






/*==============================================
   Theme Background Css
===============================================*/
.thm-bgclr{
    background-color: #0098ff;
}




/*==============================================
   Theme Hover Background Color Css
===============================================*/
.overlay-bgc1{
    background-color: rgba(54, 124, 232, 0.80);
}
.overlay-bgc2{
    background-color: rgba(0, 0, 0, 0.70);
}

.fancybox-image, 
.fancybox-spaceball {
    border-radius: 15px;
}

.cd-timeline__img [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 40px !important;
    font-style: normal;
    color: white;
    text-align: center;
}



/*** 
=============================================
    Product Page
=============================================
***/

/*** 
=============================================
    Breadcrumb area style
=============================================
***/


.product_page_breadcrumb{
 background-image: url(../images/product/bredcump2.jpg);
background-attachment: unset!important;
}
.product_page_breadcrumb .inner-content,.product_page_breadcrumb .inner-content * {
    visibility: hidden!important;
}

.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 132px 0 130px;
    z-index: 10;
    background-attachment: fixed;
}
.breadcrumb-area .layer-outer-icon {
    position: absolute;
    left: 0;
    bottom: -106px;
    right: 0;
    text-align: center;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    background-color: rgba(255,255,255,0.5);
    padding: 15px;
}


.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    color: rgba(53, 55, 66, 0.70);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 10px;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
}
.breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 1px;
    background: #353742;
    content: "";
    margin: 15px 0;
}
.breadcrumb-menu ul li:last-child:before{
    display: none;
}
.breadcrumb-menu ul li a {
    color: rgba(53, 55, 66, 0.70);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li a:hover{
    color: #02c18d;
}
.breadcrumb-menu ul li.active{
    color: #02c18d;    
}

.breadcrumb-area .title {
    position: relative;
    display: block;
    margin: 11px 0 0;
}
.breadcrumb-area .title h2{
    color: #353742;
    font-size: 55px;
    line-height: 1.1em;
    font-weight: 900;
    text-transform: capitalize;
}



/*** 

/* Blue Ray Start */

.blue-ray{
    padding-top: 100px;
    padding-bottom: 100px;
}

.blue-ray .blue-ray-main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
}

.blue-ray .blue-ray-main .blueray-details{
    text-align: center;
}
.blueray-headr{
    justify-content: center;
}
.blueray-details{
    text-align: center;
    
}


.blueray-wrap{
    display: flex;
    justify-content: space-between;
}

.blue-logo{
    width: auto;
    height: 200px;
    background: #02c18d;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    -moz-display: flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    -ms-display: flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    -o-display: flex;
    -o-justify-content: center;
    -o-align-items: center;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.blue-logo span{
    position: absolute;
    z-index: 2;
}

.blue-logo:after{
    content: "";
    width: 100%;
    background: #2b2b2b;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: all 0.5s;
}

.blue-details:hover  .blue-logo:after{
    transform: scale(1);
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 120px;
    font-style: normal;
}

.blue-info{
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 5px 12px 2px rgba(0,0,0,0.06);
    padding: 10px;
}
/* Blue Ray End */

/* Glass start */
.glass-header{
    justify-content: center;
}
.glass-text{
    display: block;
    text-align: center;
}
.glass-text h2{
    color:#02c18d !important;
}
.glass-text {
    color: #ffffff !important;
}
.glass-main{
    background: #2b2b2b;
    padding: 100px 0;
}

.glass-wrap{
    display: flex;
    justify-content: space-between;
}

.glass-color{
    width: 100%;
    height: 400px;
    background: url(../images/product/bredcump.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.glass-color{
    position: relative;
}

.glass-info{
    
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.glass-color svg{
    width: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}
.info-1{
    background: url(../images/shape/color-1.png);
}
.info-2{
    background: url(../images/shape/color-2.png);
}

.info-3{
    background: url(../images/shape/color-3.png);
}

.info-4{
    background: url(../images/shape/color-4.png);
}

.info-5{
    background: url(../images/shape/color-5.png);
}

.info-6{
    background: url(../images/shape/color-6.png);
}
.info-1, .info-2, .info-3, .info-4, .info-5, .info-6{
    width: 300px;
    height: 60px;
    
    background-size: cover;
    margin-bottom: 5px;
    background-position: center;
    background-repeat: repeat;
    cursor: pointer;
}

/* Glass End */

/* Product Details Start */

.product-bgcolor{
    background-color: #f2f2f2;
}

.product-details .product-img{
    width: auto;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.product-details .product-img .product-img-contant{
    position: absolute;
    width: 100%;
    height: 350px;
    transition: all 0.5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-details .product-hover:hover .product-img-contant{
    transform: scale(1.2)
}

.product-info-1 .sec-title{
    padding-bottom: 5px !important;
}

.product-info-1 .inner-content ul li{
    margin-left: 30px;
}

.product-info-1 .inner-content ul li:before{
    position: absolute;
    content: "\f103";
    font-family: 'Flaticon';
    color: #02c18d;
    font-size: 20px;
    left: 15px;
}




/* Product Details End */



/*** 
=============================================
    contact page 
=============================================
***/

/*** 
=============================================
    Contact Form Style1 Area Contact Page Css
=============================================
***/
.contact-form-style1-area.contact-page{
    padding-top: 120px;
    padding-bottom: 110px;
}
.contact-p-contact-info-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.contact-p-contact-info-box .sec-title {
    padding-bottom: 46px;
}
.contact-p-contact-info-box .inner-content{
    position: relative;
    display: block;
    overflow: hidden;
}
.contact-p-contact-info-box .inner-content ul{
    overflow: hidden;
}
.contact-p-contact-info-box .inner-content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dde0e6;
    padding-bottom: 26px;
    margin-bottom: 27px;
}
.contact-p-contact-info-box .inner-content ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-p-contact-info-box .inner-content ul li .icon{
    width: 65px;
}
.contact-p-contact-info-box .inner-content ul li .icon span:before{
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: #02c18d;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 65px;
    text-align: center;
}
.contact-p-contact-info-box .inner-content ul li .icon,
.contact-p-contact-info-box .inner-content ul li .text{
    display: table-cell;
    vertical-align: middle;
}
.contact-p-contact-info-box .inner-content ul li .text{
    position: relative;
    padding-left: 20px;
}
.contact-p-contact-info-box .inner-content ul li .text a{
    position: relative;
    display: inline-block;
    color: #8a8c93;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.contact-p-contact-info-box .inner-content ul li .text a:hover{
    color: #02c18d;
}
.contact-p-contact-info-box .inner-content ul li .text p{
    color: #8a8c93;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
}



.contact-form.contact-page {
    float: right;
    padding: 0;
}



/*** 
=============================================
    Google Map Area Css
=============================================
***/
.contact-p-map-area{
    position: relative;
    display: block;
    background: #f5f5f5;
}
.contact-p-map-area .map-outer{
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}
.contact-p-map-area .map-outer .map-canvas{
	position: relative;
	width: 100%;
	height: 550px;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}

/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 0px;
    overflow: hidden;
}
.contact-form-style1-area .shape{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1.0;
}


.contact-form {
    position: relative;
    display: block;
    max-width: 610px;
    width: 100%;
    padding: 121px 0;
    z-index: 10;
}
.contact-form .sec-title{
    padding-bottom: 49px;    
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
    width: 100%;
    height: 70px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding-left: 29px;
    padding-right: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    font-family: 'Inter', sans-serif;
}
.contact-form form textarea {
    height: 190px;
    padding-top: 17px;
    padding-left: 29px;
    padding-right: 20px;
}
.contact-form form input[type="text"]:focus{
    color: #222222;
    border-color: #e8e3e3; 
}
.contact-form form input[type="email"]:focus{
    color: #222222;
    border-color: #e8e3e3;
}
.contact-form form textarea:focus{
    color: #222222;
    border-color: #e8e3e3;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #8a8c93;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #8a8c93;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #8a8c93;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #8a8c93;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #8a8c93;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #8a8c93;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #8a8c93;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #8a8c93;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #8a8c93;
}
.contact-form form textarea:-moz-placeholder {
    color: #8a8c93;
}
.contact-form form textarea::-moz-placeholder {
    color: #8a8c93;
}
.contact-form form textarea:-ms-input-placeholder {
    color: #8a8c93;
}
.contact-form form .button-box {
    position: relative;
    display: block;
}
.contact-image-box {
    position: relative;
    display: block;
    margin-left: -190px;
    z-index: 1;
}
.contact-image-box img {
    max-width: none;
    float: left;
}

/*** 
=============================================
            technology page
=============================================
***/

.technology-header{
    padding: 100px 0;
}
.technology-header-text{
    display: block;
    text-align: center;
}
.technology-header-div{
    justify-content: center;
}
.technology-header-div h2{

    color: #02c18d;
    margin-bottom: 20px;
}

.tech-info .sec-title{
    margin-top: 0px;
    padding-bottom: 15px;
}
.tech-info .tech-info-ul ul , .tech-info .tech-info-ul ul li{
    list-style-type: square;
}

.tech-info .tech-info-ul ul{
    padding-left: 17px;
}
.tech-lens-detail h2{
    font-size: 44px;
    color: #02c18d;
    margin-bottom: 15px;
}
.tech-lens-detail p{
    line-height: 25px;
    font-size: 16px;
}



.view{
    overflow: hidden;
}

.jarallax img{
          transition-delay: unset; 
    transition-timing-function:  unset;
     transition-duration:  unset; 
    transition-property: unset;
}

.choose-tabs .tab-buttons .tab-btn span{
    font-weight: 400;
    display: block;
    font-size: 16px;
}



/**/
