/* style.css */ /*
Theme Name: Evans Tours & Travels
Author: Sam Ahino.
Description: This theme brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats.
Version: 1.0
Text Domain: Sam Ahino
Tags: custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, theme-options, responsive-design

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*======================================
[ CSS Table of contents ]
* Global CSS
* Header CSS
	+ Topbar
	+ Logo
	+ Widget
	+ Main Menu
	+ Search
* Hero Slider CSS
* Schedule CSS
* Feautes CSS
* Fun Facts CSS
* Why Choose CSS
* Call to Action CSS
* Portfolio CSS
	+ Portfolio Single CSS
* Services CSS
* Testimonials CSS
* Departments CSS
* Pricing Table CSS
* Clients CSS
* Team CSS
	+ Single Team
* Blog CSS
	+ Latest Blog CSS
	+ Blog Single CSS
	+ Blog Sidebar CSS
* Appointment CSS
* Login CSS
* Register CSS
* Faq CSS
* Contact Us CSS
* Error 404 CSS
* Mail Success CSS
* Newsletter CSS
* Doctor Calendar CSS
* About Us CSS
* Footer CSS
========================================*/ 
/*=============================
	Global CSS 
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap');
.calligraffitti-regular {
  font-family: "Calligraffitti", cursive;
  font-weight: 400;
  font-style: normal;
}

body{
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#000;
}
.pro-features {
	position: fixed;
	right: -300px;
	width: 300px;
	height: auto;
	line-height: 46px;
	font-size: 14px;
	background: #fff;
	text-align: left;
	color: #333;
	top: 50%;
	transform:translateY(-50%);
	box-shadow: -4px 0px 5px #00000036;
	color: #fff;
	z-index: 9999;
	padding:20px 30px 30px 30px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.current-menu-item a{
  color:#070626;  
  font-weight:bold;
}
.text-orange{
    color:#f29129;
}
.header .nav li.current-menu-item a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #070626;
    border-radius: 5px 5px 0 0;
    opacity:1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight:bold;
}
.pro-features.active{
	right:0;
}
.pro-features li.big-title {
	font-weight: 600;
	color: #070626;
	font-size: 15px;
}
.pro-features li.title {
	font-weight: 600;
	color: #070626;
	font-size: 15px;
}
.pro-features .button{}
.pro-features .button .btn {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	display: inline-block;
	float: left;
	font-size: 13px;
	width: 100%;
	text-transform: capitalize;
}
.pro-features li {
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 22px;
	margin-bottom: 10px;
}
.get-pro {
	position: absolute;
	left: -80px;
	width:80px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 5px 0 0 5px;
	background: #070626;
	text-align: center;
	color: #fff;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}
.get-pro:hover{
	
}
#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: -webkit-linear-gradient(45deg, #f4952b, #252450 80%);
    color: var(--evans-white, #ffffff);
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover{
	background:#2C2D3F;
}
/* Color Plate */
.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active{
	right:0;
}
.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	background: #070626;
	text-align: center;
	color: #fff !important;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}
.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}
.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}
.color-plate span:hover{
	cursor:pointer;
}
.color-plate span.color1{
	background:#070626;
}
.color-plate span.color2{
	background:#2196F3;
}
.color-plate span.color3{
	background:#32B87D;
}
.color-plate span.color4{
	background:#FE754A;
}
.color-plate span.color5{
	background:#F82F56;
}
.color-plate span.color6{
	background:#01B2B7;
}
.color-plate span.color7{
	background:#6c5ce7;
}
.color-plate span.color8{
	background:#85BA46;
}
.color-plate span.color9{
	background:#273c75;
}
.color-plate span.color10{
	background:#FD7272;
}
.color-plate span.color11{
	background:#badc58;
}
.color-plate span.color12{
	background:#44ce6f;
}
/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	background-color:#070626;
	border-bottom:1px solid #eee;
}
.header .topbar{
	padding:15px 0;
}
.header .top-link{
	float:left;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#2C2D3F;
	font-size:14px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#070626;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#fff;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;
}
.header .top-contact li a:hover{
	color:#efefef;
}
.header .top-contact li i{
	color:#070626;
	margin-right:8px;
}
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%;
}
.get-quote{
	margin-top:12px;
}
.get-quote .btn{
	color:#fff;
}
.header .logo {
	float: left;
	margin-top: 18px;
	width:100px;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position:relative;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #070626;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#070626;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#070626;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #070626;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #070626;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#070626;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #070626;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.header .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}
/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #070626;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
.header .search-form button:hover{
	background:#fff;
	color:#070626;
	border-color:#e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}
/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 675px;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.slider .single-slider .text{
	margin-top:120px;
	background-color: rgba(255,255,255,0.8);
    padding: 25px;
    border-radius: 25px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h1 {
	color: #070626;
	font-size: 45px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
.slider .single-slider h1 span{
	color:#070626;
}
.slider .single-slider p {
	color: #070626;
	margin-top: 5px;
	font-weight: 400;
	font-size: 16px;
}
.slider .single-slider .button{
	margin-top:30px;
}
.slider .single-slider .btn{
	color:#fff;
	background:#070626;
	font-weight:500;
	display:inline-block;
	margin:0;
	margin-right:10px;
}
.slider .single-slider .btn:last-child{
	margin:0;
}
.slider .single-slider .btn.primary{
	background:#2C2D3F;
	color:#fff;
}
.slider .single-slider .btn.primary:before{
	background:#070626;
}
.slider .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: -webkit-linear-gradient(45deg, #f4952b, #252450 80%);
    color: var(--evans-white, #ffffff);
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
	background: -webkit-linear-gradient(45deg, #f4952b, #252450 80%);
    color: var(--evans-white, #fefefe);
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}
/* Slider Animation */
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}
/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/
.schedule {
	background: #fff;
	margin: 0;
	padding: 0;
}
.schedule .schedule-inner {
	position: relative;
	transform: translateY(-50%);
	z-index:9;
}
.schedule .single-schedule {
	position: relative;
	text-align: left;
	z-index:3;
	border-radius:50px;
	background-color:#fff;
	border:10px solid #070626;
	 -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.schedule .single-schedule .inner {
	overflow:hidden;
	position: relative;
	padding:30px;
	z-index:2;
}
.schedule .single-schedule:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background:#efefef;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.schedule .single-schedule:hover:before{
	opacity: 0.8;
}
.schedule .single-schedule:hover{
	transform: translateY(-5px);
}
.schedule .single-schedule .icon i{
	position: absolute;
	font-size: 110px;
	color: #000;
	 -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	z-index:-1;
	visibility:visible;
	opacity:0.2;
	right: -25px;
	bottom: -30px;
}
.schedule .single-schedule span{
	display:block;
	color:#000;
}
.schedule .single-schedule h4{
	font-size: 20px;
	font-weight:600;
	display:inline-block;
	text-transform:capitalize;
	color:#000;
	margin-top:13px;
}
.schedule .single-schedule p{
	color:#000;
	margin-top:22px;
}
.schedule .single-schedule a {
	color: #000;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.schedule .single-schedule a:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:1px;
	width:0%;
	background:#fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.schedule .single-schedule a:hover:before{
	width:100%;
	width:100%;
}
.schedule .single-schedule a i{
	margin-left:10px;
}
.schedule .single-schedule .time-sidual{
	
}
.schedule .single-schedule .time-sidual{
	overflow:hidden;
	margin-top:17px;
}
.schedule .single-schedule .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom:3px;
}
.schedule .single-schedule .time-sidual li:last-child{
	margin:0;
}
.schedule .single-schedule .time-sidual li span{
	display:inline-block;
	float:right;
}
.schedule .single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}
/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes{
	padding-top:0;
}
.Feautes.index2{
	padding-top:100px;
}
.Feautes.testimonial-page{
	padding-top:100px;
}
.Feautes .single-features{
	text-align:center;
	position:relative;
	padding:10px 20px;
}
.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #070626;
}
.Feautes .single-features.last::before{
	display:none;
}
.Feautes .single-features .signle-icon{
	position:relative;
}
.Feautes .single-features .signle-icon i{
	font-size:50px;
	color:#070626;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #dddddd;
	border-radius:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.Feautes .single-features:hover .signle-icon i{
	background:#070626;
	color:#fff;
	border-color:transparent;
}
.Feautes .single-features h3{
	padding-top: 128px;
	color:#2C2D3F;
	font-weight:600;
	font-size:21px;
}
.Feautes .single-features p {
	margin-top: 20px;
}
/*=============================
	End Feautes CSS
===============================*/

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts{
	position:relative;
}
.fun-facts.section{
	padding:120px 0;
}
.fun-facts{
	background:url('img/fun-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-facts .single-fun {
	
}
.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts .single-fun:hover i{
	color:#070626;
	background:#fff;
	border-color:transparent;
}
.fun-facts .single-fun .content {
	padding-left: 80px;
}
.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}
.fun-facts .single-fun p{
	color:#fff;
	font-size:15px;
}
/*===================
	End Fun Facts
=====================*/

/*===================
	Why choose CSS
=====================*/
.why-choose .choose-left h3{
	font-size:24px;
	font-weight:600;
	color:#2C2D3F;
	position:relative;
	padding-bottom:20px;
	margin-bottom:24px;
}
.why-choose .choose-left h3:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#070626;
}
.why-choose .choose-left p{
	margin-bottom:35px;
}
.why-choose .choose-left .list{}
.why-choose .choose-left .list li {
	color: #868686;
	margin-bottom: 12px;
}
.why-choose .choose-left .list li:last-child{
	margin-bottom:0px;
}
.why-choose .choose-left .list li i{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	background:#070626;
	color:#fff;
	font-size:14px;
	border-radius:100%;
	padding-left:2px;
	margin-right:16px;
}
/* Start Faq CSS */
.why-choose{
	background:#fff;
}
.why-choose .choose-right{
	height:100%;
	width:100%;
	background-image:url('img/video-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.why-choose .choose-right .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 21px;
	background: #070626;
	padding-left: 4px;
}
.why-choose .choose-right .video:hover{
	transform:scale(1.1);
}
.why-choose .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.why-choose .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.why-choose .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.why-choose .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/*=======================
	End Why choose CSS
=========================*/

/*===============================
	Start Call to action CSS
=================================*/
.call-action{
	background-image:url('img/call-bg.jpg');
	background-size:cover;
	background-position:center;
	position:relative;
	background-repeat:no-repeat;
}
.call-action .content{
	text-align:center;
	padding:100px 265px;
}
.call-action .content h2{
	color:#fff;
	font-size:32px;
	font-weight:600;
	line-height:46px;
}
.call-action .content p {
	color: #fff;
	margin: 30px 0px;
	font-size: 15px;
}
.call-action .content .btn{
	background:#fff;
	margin-right:20px;
	font-weight:500;
	border:1px solid #fff;
	color:#070626;
}
.call-action .content .btn:before{
	background:#070626;
}
.call-action .content .btn:hover{
	background:#070626;
	color:#fff;
}
.call-action .content .btn:last-child{
	margin-right:0px;
}
.call-action .content .second {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	color: #fff !important;
}
.call-action .content .second:before{
	background:#fff;
}
.call-action .content .second:hover{
	color:#070626;
	border-color:transparent;
	background:#fff;
}
.call-action .content .second i{
	margin-left:10px;
}
/*===============================
	Start Call to action CSS
=================================*/

/*==========================
	Start Portfolio CSS
============================*/
.portfolio{
	background:#FDFDFD;
}
.portfolio .single-pf{
	position:relative;
}
.portfolio .single-pf img{
	height:100%;
	width:100%;
}
.portfolio .single-pf:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#070626;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	z-index:1;
}
.portfolio .single-pf:hover:before{
	opacity:0.7;
	visibility:visible;
}
.portfolio .single-pf .btn {
	color: #070626;
	z-index: 3;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 48px;
	width: 150px;
	text-align: center;
	line-height: 48px;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	margin-left: -75px;
	margin-top: -24px;
	border-radius:4px;
}
.portfolio .single-pf:hover .btn{
	opacity:1;
	visibility:visible;
}
.portfolio .single-pf .btn:hover{
	color:#fff;
}
.portfolio .owl-nav{
	display:none;
}
/* Slider Nav */
.pf-details .image-slider .owl-nav{
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.pf-details .image-slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #fff;
	color: #070626;
	position: absolute;
	margin: 0;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #0000001a;
}
.pf-details .image-slider .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#070626;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}
.pf-details .image-slider{
	border-radius:8px 8px 0 0;
}
.pf-details .image-slider img{
	height:100%;
	width:100%;
}
.pf-details .date{
	background: #070626;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -1px;
}
.pf-details .date ul li{
	font-size:16px;
	color:#fff;
	display:inline-block;
	margin-right:60px;
}
.pf-details .date ul li:last-child{
	margin:0;
}
.pf-details .date ul li span{
	font-weight:500;
	display:inline-block;
	margin-right:5px;
}
.pf-details .body-text{}
.pf-details .body-text h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-top: 40px;
}
.pf-details .body-text p{
	margin-top:20px;
}
.pf-details .body-text .share{
	margin-top:40px;
}
.pf-details .body-text .share h4 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
}
.pf-details .body-text .share ul{
	display:inline-block;
	margin-left:12px;
}
.pf-details .body-text .share ul li{
	display:inline-block;
	margin-right:10px;
}
.pf-details .body-text .share ul li:last-child{
	margin-right:0;
}
.pf-details .body-text .share ul li a{
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #C8C8C8;
	color:#757575;
	display:block;
	border-radius:50%;
}
.pf-details .body-text .share ul li a:hover{
	color:#fff;
	border-color:transparent;
	background:#070626;
}
/*==========================
	End Portfolio CSS
============================*/

/*=========================
	Srart service CSS
===========================*/
.services .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.services .single-service i{
	font-size:45px;
	color:#070626;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-service h4{
	text-transform:capitalize;
	margin-bottom:25px;
	color:#2C2D3F;
}
.services .single-service h4 a{
	color:#2C2D3F;
	font-size:20px;
	font-weight:600;
}
.services .single-service h4 a:hover{
	color:#070626;
}
.services .single-service p{
	color:#868686;
}
/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.services-details-img P {
  margin-bottom: 20px;
}
.services-details-img blockquote {
	font-size: 15px;
	color: #4a6f8a;
	background-color: #070626;
	padding: 30px 75px;
	line-height: 26px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}
.services-details-img blockquote i {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 38px;
  font-size: 32px;
}
.service-details-inner-left {
  background-image: url("img/signup-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service-details-inner-left img {
  display: none;
}
.service-details-inner {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #070626;
	padding-left: 15px;
}
.service-details-inner p {
  margin-bottom: 15px;
}
.service-details-inner p:last-child {
  margin-bottom: 0;
}
/*=========================
	End service CSS
===========================*/

/*=============================
	Start Testimonials CSS
===============================*/
.testimonials{
	background-image:url('img/testi-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.testimonials .section-title h2{
	color:#fff;
}
.testimonials .single-testimonial {
	text-align: left;
	position: relative;
	background: #fff;
	padding: 40px 30px;
	margin: 5px;
	margin-bottom: 27px;
	margin-right: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0;
	margin: 30px 20px;
}
.testimonials .single-testimonial:hover{
	box-shadow: 0px 10px 10px #0000001c;
	transform: translateY(-4px);
}
.testimonials .single-testimonial img {
	position: absolute;
	left: 30px;
	bottom:-26px;
	height: 53px;
	width: 53px;
	border-radius: 100%;
}
.testimonials .single-testimonial p{
	color:#868686;
	font-size:14px;
}
.testimonials .single-testimonial .name {
	margin-top: 22px;
	color: #2C2D3F;
	font-weight: 500;
	font-size: 15px;
}
.testimonials .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -55px;
	margin-top: -47px;
	padding: 10px 25px;
	border-radius: 3px;
	margin: 0 0 0 -52px;
	margin-top: 49px;
	box-sizing: ;
}
.testimonials .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
.testimonials .owl-dots .owl-dot:last-child{
	margin:0px;
}
.testimonials .owl-dots .owl-dot span {
	width: 10px;
	height:10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #fff;
	position: relative;
}
.testimonials .owl-dots .owl-dot span:hover{
	background:#fff;
}
.testimonials .owl-dots .owl-dot.active span{
	background:#fff;
	width:20px;
}
.testimonial-two {
  position: relative;
  background-color: var(--evans-white2, #FAF5EE);
  overflow: hidden;
  padding: 120px 0 150px;
}
@media (max-width: 767px) {
  .testimonial-two {
    padding: 80px 0 100px;
  }
  .side-bar-contact{
    margin-top: 0;
}
.side-bar-contact {
    margin-top: 50px !important;
}
.h2, h2 {
    font-size: 1.2rem;
}
.h4, h4 {
    font-size: 1rem;
}
.cta-one__title {
    font-size: 20px;
    line-height: 38px;
}
.cta-one__sub-title {
    font-size: 18px;
}
}
.testimonial-two__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
  mix-blend-mode: luminosity;
}

.testimonials-card-two {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5px 60px 52px 51px;
  min-height: 332px;
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.05));
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-card-two {
    padding: 5px 25px 52px 32px;
  }
}
@media (max-width: 991px) {
  .testimonials-card-two {
    max-width: 570px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .testimonials-card-two {
    padding: 5px 25px 52px 30px;
  }
}
.testimonials-card-two__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--evans-white, #ffffff);
  z-index: -1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 332"><path d="M45.4912 34.408C32.2997 35.3647 20.0556 41.6029 11.5328 51.7038C3.01363 61.8046 -1.05936 74.9117 0.236102 88.0546L18.8642 277.025C21.2865 301.584 41.6263 320.51 66.3298 321.187L458.862 331.98C481.71 332.607 501.964 317.397 507.699 295.303L568.431 61.26C572.396 45.9815 568.743 29.7356 558.624 17.6139C548.504 5.49212 533.152 -1.01842 517.388 0.128178L45.4912 34.408Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.testimonials-card-two__meta {
  position: relative;
  min-height: 118px;
  padding: 49px 0 0 134px;
  margin: -10px 0 17px -5px;
  z-index: 2;
}
.testimonials-card-two__meta__name {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 26px;
  margin-bottom: 5px;
  transition: all 400ms ease;
}
.testimonials-card-two__meta__designation {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  transition: all 400ms ease;
}
.testimonials-card-two__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 4px solid #483749;
  overflow: hidden;
}
.testimonials-card-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-card-two__ratings {
  position: absolute;
  right: 42px;
  top: 51px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 19px;
  color: var(--evans-base, #bc5a7c);
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-card-two__ratings {
    right: 22px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .testimonials-card-two__ratings {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .testimonials-card-two__ratings {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 0 15px;
  }
}
.testimonials-card-two__quote {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.testimonials-card-two svg {
  position: absolute;
  left: 78px;
  bottom: -19px;
  width: 54px;
  height: 46px;
  fill: #483749;
}
@media (max-width: 767px) {
  .testimonials-card-two svg {
    left: 35px;
  }
}

/*=============================
	End Testimonials CSS
===============================*/

/*==========================
	Start Departments CSS
============================*/
.departments .department-tab .nav{
	margin-bottom: 30px;
    background:transform;
	position:relative;
}
.departments .department-tab .nav li{
	text-align:center;
	margin-right:54px;
}
.departments .department-tab .nav li a i {
	font-size: 50px;
	color: #868686;
}
.departments .department-tab .nav li a:hover{
	background:transparent;
}
.departments .department-tab .nav li a.active i{
	color:#070626;
}
.departments .department-tab .nav li a {
	color: #fff;
	margin-top: 20px;
	border: none;
	padding: 0;
	padding-bottom: 20px;
	border-bottom:2px solid transparent;
	padding:0 10px 20px 10px;
}
.departments .department-tab .nav li a.active{
	border-color:#070626;
}
.departments .department-tab .nav li span{
	display:block;
}
.departments .department-tab .nav li .first {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #868686;
}
.departments .department-tab .nav li a.active .first{
	color:#2C2D3F;
}
.departments .department-tab .nav li .second {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	margin-top: 3px;
}
.departments .department-tab .tab-pane .department-left{}
.departments .department-tab .tab-pane .department-left h3{
	color:#2C2D3F;
	font-weight:600;
	font-size:26px;
	position:relative;
	padding-bottom:15px;
	margin-bottom:30px;
}
.departments .department-tab .tab-pane .department-left h3:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:3px;
	width:50px;
	background:#2C2D3F;
}
.departments .department-tab .tab-pane .department-left .p1 {
	color: #070626;
	font-weight: 500;
	margin-bottom: 18px;
}
.departments .department-tab .tab-pane .department-left p {
	margin-bottom: 20px;
}
.departments .department-tab .tab-pane .department-left .list{}
.departments .department-tab .tab-pane .department-left .list li{
	position:relative;
	padding-left: 30px;
	margin-bottom:6px;
}
.departments .department-tab .tab-pane .department-left .list li:last-child{
	margin-bottom:0px;
}
.departments .department-tab .tab-pane .department-left .list li i {
	position: absolute;
	left: 0;
	height: 15px;
	width: 15px;
	line-height: 15px;
	color: #fff;
	background: #070626;
	text-align: center;
	border-radius: 100%;
	font-size: 8px;
	margin-right: 20px;
	top: 4px;
}
.departments .department-tab .tab-content .tab-text h2{
	font-size:18px;
}
.departments .department-tab .tab-content .tab-text p{
	color:#555;
	margin-top:10px;
}
/*==========================
	End Departments CSS
============================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table{
	background:#f9f9f9;
	position:relative;
}
.pricing-table .single-table {
	background: #fff;
	border:1px solid #ddd;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	padding:45px 35px 30px 35px;
}
/* Table Head */
.pricing-table .single-table .table-head {
	text-align:center;
}
.pricing-table .single-table .icon i{
	font-size:65px;
	color:#070626;
}
.pricing-table .single-table .title {
	font-size: 21px;
	color: #2C2D3F;
	margin-top: 30px;
	margin-bottom: 15px;
}
.pricing-table .single-table .amount {
	font-size:36px;
	font-weight:600;
	color:#070626;
}
.pricing-table .single-table .amount span{
	display:inline-block;
	font-size:14px;
	font-weight:400;
	color:#868686;
	margin-left:8px;
}
/* Table List */
.pricing-table .single-table .table-list {
	padding: 10px 0;
	text-align: left;
	margin-top: 30px;
}
.pricing-table .table-list li {
	position: relative;
	color: #666;
	text-transform: capitalize;
	margin-bottom: 18px;
	padding-right: 32px;
}
.pricing-table .table-list li:last-child{
	margin-bottom:0px;
}
.pricing-table .table-list li.cross i{
	background:#aaaaaa;
}
.pricing-table .table-list i {
	font-size: 7px;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	right: 0;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #070626;
	border-radius: 100%;
	padding-left: 1px;
}

/* Table Bottom */
.pricing-table .table-bottom {
	margin-top: 25px;
}
.pricing-table .btn {
	padding: 12px 25px;
	width: 100%;
	color:#fff;
}
.pricing-table .btn:before{
	background:#2C2D3F;
}
.pricing-table .btn:hover{
	color:#fff;
}
.pricing-table .btn i {
	font-size: 16px;
	margin-right: 10px;
}
/*=============================
	End Pricing Table CSS
===============================*/

/*========================
	Start Clients CSS
==========================*/
.clients{
	background-image:url('img/client-bg.jpg');
	background-size:cover;
	background-position:center;
	padding:100px 0px;
	position:relative;
}
.clients .single-clients{
	
}
.clients .single-clients img {
	width: 100%;
	cursor: pointer;
	text-align: center;
	float: none;
	padding: 0 35px;
}
/*========================
	End Clients CSS
==========================*/

/*====================
	Start Team CSS
======================*/ 
.team{
	background-image:url('img/testi-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.team.single-page{
	background:#fff;
}
.team .section-title h2{
	color:#fff;
}
.team .section-title p{
	color:#fff;
}
.team .single-team {
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #00000021;
	border-radius: 5px;
	overflow: hidden;
}
.team .t-head{
	position:relative;
	overflow:hidden;
}
.team .t-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity:0;
	visibility:hidden;
	content: "";
	z-index: 2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.team .single-team:hover .t-head::before{
	visibility:visible;
	opacity:0.5;
}
.team .t-head img{
	width:100%;
	position:relative;
}
.team .t-icon a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 46px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-radius: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
	margin: -23px 0 0 -75px;
	font-size: 15px;
	background: #070626;
	font-size: 13px;
	line-height: 46px;
	padding:0;
	border-radius:4px;
}
.team .single-team:hover .t-icon a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity:1;
	visibility:visible;
}
.team .t-bottom {
	text-align: center;
	position: relative;
	padding: 0 20px;
	padding: 25px 20px;
}
.team .t-bottom p {
	color: #666;
	font-size: 13px;
	display: block;
	margin-bottom: 4px;
}
.team .t-bottom h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	color: #2C2D3F;
}
.team .t-bottom h2 a:hover{
	color:#070626;
}
/*-- Doctor Details --*/
.doctor-details-left {
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.doctor-details-item img {
  width: 100%;
  border-radius:0;
}
.doctor-details-item .doctor-details-contact {
	padding: 50px;
}
.doctor-details-item .doctor-details-contact h3 {
	font-weight: 600;
	font-size: 20px;
	color: #2C2D3F;
	margin-bottom: 30px;
}
.doctor-details-item .doctor-details-contact .basic-info {
  margin: 0;
  padding: 0;
}
.doctor-details-item .doctor-details-contact .basic-info li {
	list-style-type: none;
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: #2C2D3F;
	margin-bottom: 10px;
}
.doctor-details-item .doctor-details-contact .basic-info li:last-child {
  margin-bottom: 0;
}
.doctor-details-item .doctor-details-contact .basic-info li i {
	display: inline-block;
	color: #070626;
	margin-right: 8px;
	font-size: 16px;
	position: relative;
	top: 1px;
}
.doctor-details-area .doctor-details-left .social{
	margin-top:25px;
}
.doctor-details-area .doctor-details-left .social li{
	display:inline-block;
	margin-right:10px;
}
.doctor-details-area .doctor-details-left .social li:last-child{
	margin-right:0px;
}
.doctor-details-area .doctor-details-left .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #C8C8C8;
	text-align: center;
	padding: 0;
	border-radius: 4px;
	display: block;
	color: #757575;
	font-size: 16px;
}
.doctor-details-area .doctor-details-left .social li a:hover{
	color:#fff;
	background:#070626;
	border-color:transparent;
}
.doctor-details-item .doctor-details-work h3 {
	font-weight: 600;
	font-size: 20px;
	color: #2C2D3F;
	margin-top: 30px;
}
.doctor-details-item .doctor-details-work .time-sidual{
	
}
.doctor-details-item .doctor-details-work .time-sidual{
	overflow:hidden;
}
.doctor-details-item .doctor-details-work .time-sidual li {
	display: block;
	color: #2C2D3F;
	width: 100%;
	margin-bottom: 10px;
}
.doctor-details-item .doctor-details-work .time-sidual li span{
	display:inline-block;
	float:right;
}
.doctor-details-item .doctor-details-work .day-head .time {
	font-weight: 400;
	float: right;
}

.doctor-details-area .doctor-details-right{
	padding-left: 60px;
	padding-top: 70px;
}
.doctor-details-item .doctor-details-biography {
 
}
.doctor-details-item .doctor-details-biography h3 {
  font-weight: 600;
  font-size: 24px;
  color: #2f60bd;
  margin-bottom: 25px;
  margin-top: 25px;
}
.doctor-details-item .doctor-details-biography p {
  margin-bottom: 0;
}
.doctor-details-item .doctor-details-biography ul {
  margin: 0;
  padding: 0;
}
.doctor-details-item .doctor-details-biography ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.doctor-details-item .doctor-details-biography ul li:last-child {
  margin-bottom: 0;
}
.doctor-details-item .doctor-name .name{
	font-size:30px;
	font-weight:600;
}
.doctor-details-item .doctor-name .deg {
	font-size: 22px;
	margin: 10px 0 5px 0;
}
.doctor-details-item .doctor-name .degree{
	font-size: 16px;
}
/*====================
	End Team CSS
======================*/ 

/*=======================
	Start Blog CSS
=========================*/
.blog{
	background:#fff;
}
.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#070626;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#070626;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #070626;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog.grid .single-news{
	margin-top:30px;
}
/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}
.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #070626;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}
.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
	background:#070626;
	color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}
.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
}
.main-sidebar .categor-list li a:hover{
	color:#070626;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#070626;
}
.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#070626;
	border-color:transparent;
}
/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:100%;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #070626;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#070626;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background-image: url('img/blockqoute-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-single blockquote::before {
	opacity: 0.9;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.news-single .blog-bottom {
	overflow: hidden;
}
/* Social Share */
.news-single .social-share {
	float: left;
}
.news-single .social-share li {
	float: left;
}
.news-single .social-share li span{
	padding-left:5px;
}
.news-single .social-share li.facebook a{
	background:#5d82d1;
}
.news-single .social-share li.twitter a{
	background:#40bff5;
}
.news-single .social-share li.google-plus a{
	background:#eb5e4c;
}
.news-single .social-share li.linkedin a{
	background:#238cc8;
}
.news-single .social-share li.pinterest a{
	background:#e13138;
}
.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}
.news-single .social-share li a:hover{
	background:#2B343E;
}
/* Prev Next Button */
.news-single .prev-next {
	float: right;
}
.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
.news-single .prev-next li:last-child{
	border:none;
}
.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}
.news-single .prev-next li a:hover{
	color:#fff;
	background:#070626;
	border-color:transparent;
}
/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
	float:right;
}
.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}
.news-single .single-comments.left img{
	position:absolute;
	left:0;
	top:0;
}
.news-single .single-comments:last-child{
	margin:0;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.news-single .single-comments .main {
	overflow: hidden;
}
.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}
.news-single .single-comments .body {
	float: left;
	width: 85%;
}
.news-single .single-comments.left .body{
	float: noene;
	width:100%;
}
.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.news-single .single-comments .comment-list .body {
	width: 78%;
}
.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}
.news-single .single-comments .comment-meta{
	margin-bottom:5px;
}
.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
	margin:0;
}
.news-single .comment-meta span i{
	margin-right:5px;
}
.news-single .comment-meta span:last-child{
	margin:0;
}
.news-single .single-comments p {
	font-size: 13px;
}
.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background:#070626;
	color:#fff;
}
.news-single .single-comments a:hover{
	background:#2C2D3F;
	color:#fff;
}
.news-single .single-comments a i{
	margin-right:5px;
}
.news-single .comment-list {
	padding-left:50px;
}
.news-single .single-comments.login{
	text-align:center;
}
.news-single .single-comments.login i{
	font-size:20px;
}
.news-single .single-comments.login a{
	text-align:center;
}
.news-single .single-comments.login a:hover{
	color:#353535;
}
.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #070626;
}
.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height:50px;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
}
.news-single .form-group input, .news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}
.news-single .form-group.message i {
	top: 22px;
}
.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
	
}
.news-single .form-group .button:hover {
	background: #353535;
}
.news-single .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-single .form-group.button {
	margin: 0;
	text-align: left;
}
.news-single .form-group.button .btn{
	background:#fff;
	background:#070626;
	color:#fff;
}
.news-single .form-group.button .btn:hover{
	color:#fff;
}
.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
/*===================
	End Blog CSS
=====================*/

/*==========================
	Start Appointment CSS
============================*/
.appointment{
	background:#fff;
	padding-top:100px;
}
.appointment.single-page {
	background: #fff;
	padding-top: 100px 0;
	padding: 0;
	padding: 100px 0;
}
.appointment.single-page .appointment-inner {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .title{}
.appointment.single-page .title h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	font-weight:600;
}
.appointment.single-page .title p{}
.appointment .form{
	margin-top:30px;
}
.appointment .form .form-group{}
.appointment .form input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight:400;
	border-radius:0;
	border-radius: 4px;
}
.appointment .form textarea{
	width: 100%;
	height:200px;
    padding: 18px;
	border:1px solid #eee;
	text-transform:capitalize;
	resize:none;
	border-radius: 4px;
}
.appointment .form-group .nice-select{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;
	font-weight:400;
	border-radius: 4px;
	font-weight:400;
}
.appointment .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}
.appointment .form-group .list{
	border-radius: 4px;
}
.appointment .form-group .list li{
	color:#757575;
	border-radius:0;
}
.appointment .form-group .list li.selected{
	color:#757575;
	font-weight:400;
}
.appointment .form-group .list li:hover {
	color:#fff;
	background: #070626;
}
.appointment .appointment-image{}
.appointment.single-page .button .btn{
	width:100%;
}
.appointment .button .btn{
	font-weight:500;
}
.appointment .button .btn:hover{
	color:#fff;
}
.appointment .form p{
	margin-top: 10px;
	color:#868686;
}
.appointment.single-page .work-hour{
	background:#070626;
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .work-hour h3 {
	font-size: 25px;
	display: block;
	font-weight:600;
	margin-bottom: 20px;
	color:#fff;
}
.appointment.single-page .time-sidual{
	margin-top:15px;
}
.appointment.single-page .time-sidual{
	overflow:hidden;
}
.appointment.single-page .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.appointment.single-page .time-sidual li span{
	display:inline-block;
	float:right;
}
.appointment.single-page .day-head .time {
	font-weight: 400;
	float: right;
}
/*==========================
	End Appointment CSS
============================*/

/*====================
   Start Login CSS
======================*/
.login .inner{
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow:hidden;
}
.login .login-left{
	background-image: url(img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.login .login-form{
	padding:50px 40px;
}
.login .login-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.login .login-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#070626;
}
.login .login-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px;
}
.login .login-form p a{
	display:inline-block;
	margin-left:5px;
	color:#070626;
}
.login .login-form p a:hover{
	color:#2C2D3F;
}
.login .form {
	margin-top: 30px;
}
.login .form .form-group {
	margin-bottom: 22px;
}
.login .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.login .form .form-group.login-btn {
	margin: 0;
}
.login .form button {
	border: none;
}
.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.login .form .btn:hover{
	background:#070626;
	color:#fff;
}
.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
	
}
.login .login-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.login .login-form .checkbox label:hover{
	cursor:pointer;
}
.login .login-form .checkbox label input{
	display:none;
}
.login .login-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #070626;
	border-radius: 100%;
}
.login .login-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #070626;
	border-radius: 100%;
}
.login .login-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.login .login-form .lost-pass{
	display:inline-block;
	margin-left:25px;
	color:#333;
	font-size:14px;
	font-weight:400;
}
.login .login-form .lost-pass:hover{
	color:#070626;
}
/*====================
   End Login CSS
======================*/

/*=========================
   Start Register CSS
===========================*/
.register .inner{
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow:hidden;
}
.register .register-left{
	background-image: url(img/signup-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.register .register-form{
	padding:50px 40px;
}
.register .register-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.register .register-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#070626;
}
.register .register-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px;
}
.register .register-form p a{
	display:inline-block;
	margin-left:5px;
	color:#070626;
}
.register .register-form p a:hover{
	color:#2C2D3F;
}
.register .form {
	margin-top: 30px;
}
.register .form .form-group {
	margin-bottom: 22px;
}
.register .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.register .form .form-group.login-btn {
	margin: 0;
}
.register .form button {
	border: none;
}
.register .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.register .form .btn:hover{
	background:#070626;
	color:#fff;
}
.register .register-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
	
}
.register .register-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.register .register-form .checkbox label:hover{
	cursor:pointer;
}
.register .register-form .checkbox label input{
	display:none;
}
.register .register-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #070626;
	border-radius: 100%;
}
.register .register-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #070626;
	border-radius: 100%;
}
.register .register-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.register .register-form  .terms{
	display:inline-block;
	margin-left:5px;
	color:#070626;
}
.register .register-form .terms:hover{
	color:#2C2D3F;
}
/*=========================
   End Register CSS
===========================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}
.faq-wrap {
  margin-bottom: 50px;
}
.faq-wrap:last-child {
  margin-bottom: 30px;
}
.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}
.accordion a {
	font-size: 16px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 400;
	padding: 15px 0 15px 18px;
	border-radius: 0;
	background: #fff;
	color: #333;
	border: 1px solid #eee;
}
.accordion a:hover {
  color:#fff !important;
  background:#070626 !important;
}
.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 16px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}
.accordion a:hover:after {
  color: #fff !important;
}
.accordion li {
  position: relative;
  list-style-type: none;
}
.accordion li:first-child {
  border-top: 0;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li a.active {
  color: #ffffff;
  background-color: #070626;
  border: 1px solid #070626;
}
.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}
/*=====================
   End Faq CSS
=======================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us .inner{
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow:hidden;
}
.contact-us .contact-us-left{
    width: 100%;
    height: 100%;
}
.contact-us .contact-us-form{
	padding:50px 40px;
}
.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.contact-us .contact-us-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#070626;
}
.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px;
}
.contact-us .form {
	margin-top: 30px;
}
.contact-us .form .form-group {
	margin-bottom: 22px;
}
.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us .form .form-group textarea {
	width: 100%;
	height:100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding:18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.contact-us .form .form-group.login-btn {
	margin: 0;
}
.contact-us .form button {
	border: none;
}
.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width:100%;
}
.contact-us .form .btn:hover{
	background:#070626;
	color:#fff;
}
.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display:inline-block;
	
}
.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}
.contact-us .contact-us-form .checkbox label:hover{
	cursor:pointer;
}
.contact-us .contact-us-form .checkbox label input{
	display:none;
}
.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #070626;
	border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #070626;
	border-radius: 100%;
}
.contact-us .contact-us-form .checkbox label.checked::after{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.contact-us .contact-info{
	margin-top:50px;
}
.contact-us .single-info {
	background: #070626;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position:relative;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#070626;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:hover:before{
	opacity: 0.8;
}
.contact-us .single-info:hover{
	transform: translateY(-5px);
}
.contact-us .single-info i{
	font-size:42px;
	color:#fff;
	position:absolute;
	left:40px;
}
.contact-us .single-info .content {
	margin-left: 45px;
}
.contact-us .single-info .content h3{
	color:#fff;
	font-size:18px;
	font-weight:600;
	
}
.contact-us .single-info .content p{
	color:#fff;
	margin-top:5px;
}
/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}
/*=========================
   End Contact Us CSS
===========================*/

/*========================
	Start Error 404 CSS
==========================*/ 
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #070626;
	font-weight: 700;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
}
.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight:400;
	font-size:14px;
}
.error-page .search-form input:hover{
	padding-left:35px;
}
.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #070626;
	display: inline-block;
	position: relative;
	top: -2px;
}
.error-page .search-form .btn i{
	font-size:16px;
}
/*========================
	End Error 404 CSS
==========================*/ 

/*===========================
	Start Mail Success CSS
=============================*/ 
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #070626;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
/*===========================
	End Mail Success CSS
=============================*/ 

/*=========================
	Start Newsletter CSS
===========================*/  
.newsletter{
	background:#EDF2FF;
}
.newsletter .subscribe-text{}
.newsletter .subscribe-text h6{
	font-size:22px;
	margin-bottom:10px;
	color:#2C2D3F;
}
.newsletter .subscribe-text p{}
.newsletter .subscribe-form{
	position:relative;
}
.newsletter .common-input {
	height: 60px;
	width: 300px;
	border: none;
	color: #333;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	font-weight:400;
}
.newsletter .btn {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0;
	width: 180px;
	position: relative;
	top: -2px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
}
.newsletter .btn:before{
	border-radius: 5px;
}
.newsletter .button:hover{
	box-shadow:none;
}
/*=========================
	End Newsletter CSS
===========================*/  

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
  position: relative;
  z-index: 1;
}
.doctor-calendar-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.doctor-calendar-table table {
  margin-bottom: 0;
}
.doctor-calendar-table table thead tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #070626;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}
.doctor-calendar-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}
.doctor-calendar-table table tbody tr td:first-child {
  border-left: none;
}
.doctor-calendar-table table tbody tr td:last-child {
  border-right: none;
}
.doctor-calendar-table table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}
.doctor-calendar-table table tbody tr td span {
  display: block;
  color: #7d7d7d;
  font-size: 14.5px;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doctor-calendar-table table tbody tr td span.time {
  display: inline-block;
  background-color: #dff5e8;
  color: #070626;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}
.doctor-calendar-table table tbody tr td:hover {
  background-color: #070626;
  border-color: #070626;
}
.doctor-calendar-table table tbody tr td:hover h3 {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span {
  color: #ffffff;
}
.doctor-calendar-table table tbody tr td:hover span.time {
  background-color: #ffffff;
  color: #070626;
}
.doctor-calendar-table table tbody tr:last-child td {
  border-bottom: none;
}
/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
  position: relative;
  z-index: 1;
}
.about-image {
  width: 100%;
  height: 100%;
  background-image: url(img/about-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-image img {
  display: none;
}
.about-content {
  max-width: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}
.about-content span {
  display: block;
  margin-bottom: 5px;
  color: #070626;
  font-size: 17px;
}
.about-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.about-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.about-content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
}
.about-content ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #0706262B;
	color: #070626;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: -2px;
}
.about-content ul li:hover i {
  background-color: #070626;
  color: #ffffff;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content .btn {
  margin-top: 30px;
}
/* Start Our Vision Area CSS */
.our-vision-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}
.single-vision-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.single-vision-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  background-color: #070626;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
.single-vision-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}
.single-vision-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #070626;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-vision-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.single-vision-box:hover::before {
  width: 100%;
}
.single-vision-box:hover .icon {
  background-color: #fff;
  color: #070626;
}
.single-vision-box:hover h3 {
  color: #ffffff;
}
.single-vision-box:hover p {
  color: #ffffff;
}
.single-vision-box:hover::after {
  left: -50px;
  bottom: -50px;
}
/* End Our Vision CSS */

/* Our Mission Area CSS */
.our-mission-area {
  position: relative;
  z-index: 1;
}
.our-mission-image {
  width: 100%;
  height: 100%;
  background-image: url(img/mission-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-mission-image img {
  display: none;
}
.our-mission-content {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}
.our-mission-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #070626;
  font-size: 17px;
}
.our-mission-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}
.our-mission-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.our-mission-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.our-mission-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}
.our-mission-content ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #070626;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.our-mission-content ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}
.our-mission-content ul li:hover .icon {
  background-color: #070626;
  color: #ffffff;
  border-radius: 100%;
}
/* End Our Mission CSS */

/*=========================
	End About Us CSS
===========================*/

/*=========================
	Start Footer CSS
===========================*/
.footer{
	position:relative;
	background-color:#070626;
}
.footer .footer-top{
	padding:100px 0px;
	position:relative;
	background-color:transparent;
}
.bg-f29053{
   background-color:#f29053 !important; 
}
.footer .footer-top:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.1;
}
.footer .single-footer{
	
}
.footer .single-footer .social{
	margin-top:25px;
}
.footer .single-footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color:#fff;
	font-size: 16px;
}
.footer .single-footer .social li a:hover{
	color:#070626;
	background:#fff;
	border-color:transparent;
}
.footer .single-footer .social li a i{
	
}
.footer .single-footer.f-link li a i{
	margin-right:10px;
}
.footer .single-footer.f-link li{
	display:block;
	margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
.footer .single-footer h2{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:40px;
	padding-bottom:20px;
	text-transform:capitalize;
	position:relative;
}
.footer .single-footer h2::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}
.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	float:right;
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#fff;
}
.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}
.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #070626;
	font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
	color:#2C2D3F;
}
.footer .copyright{
	background-color:#171028;
    padding: 25px 0px 25px 0px;
    text-align: center;
    opacity: 0.9;
}
.footer .copyright .copyright-content p{
	color:#fff;
}
.footer .copyright .copyright-content p a{
	color:#fff;
	font-weight:400;
	text-decoration:underline;
	display:inline-block;
	margin-left:4px;
}
.svg-25 svg{
    width:15px;
    fill: #fff;
}
.contact-info-section .svg-25 svg{
    width:25px;
    fill: #000;
}
.content-section p{
    padding:0 0 25px 0;
}
.content-section p:last-child{
    padding:0;
}
.text-pink{
    color:#c32f90;
}
.list-style ul{
    list-style:none;
    margin-left:35px !important;
}
.list-style ul li{
    position:relative;
}
.list-style ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: -30px;
    color: #070626;
}
.list-style.pb-list ul li{
    padding:0 0 15px 0;
}

.accordion-item {
  margin-bottom:15px;
}

.accordion-title {
    background-color: transparent;
    padding: 20px;
    cursor: pointer;
    border: 2px solid #fbeee6;
    border-radius: 10px;
}

.accordion-content {
  display: none;
  padding: 10px;
}
.icon {
    float: left;
    font-size: 30px;
    color: #f3904d;
    margin-right: 15px;
}
.banner-image-and-description p{
    padding-bottom:25px;
}
.banner-image-and-description p:last-child{
    padding-bottom:0;
}
.left-image-block{
    float: left;
    padding-right: 25px;
    padding-bottom: 25px;
}
.popup {
    position: fixed;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
    opacity: 0;
    text-align: center;
    z-index: 9999999;
    padding: 50px 0;
}
.popup-close{
    font-size: 40px;
    position: absolute;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f29053;
    outline: none !important;
    color:#fff;
}
.press-media-slider .item{
    height:250px;
    cursor:pointer;
}
.press-media-slider .item img{
    height:100%;
    object-fit:cover;
}
.press-media-slider .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: unset;
    z-index:-1;
}
.press-media-slider .owl-prev{
    margin-left: -50px !important;
    float: left;
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding:8px !important;
}
.press-media-slider .owl-next{
    margin-right: -50px !important;
    float: right;
    font-size: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding:8px !important;
}
.press-media-slider .owl-prev::before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 35px;
  }
.press-media-slider .owl-next::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 35px;
  }
 .mt-m-80{
     margin-top:-80px;
 }
.bg-fff7ef{
    background-color:#fff7ef;
}
.border-rounded{
    border-radius:15px;
}
.object-fit-cover{
    object-fit:cover;
}
img.zoom-in{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
        
}
.tours-card{
    box-shadow: 0 0 12px 0 rgb(6 30 98 / 10%);
    will-change: transform;
    transform: perspective(300px) rotateX(0deg) rotateY(0deg) scale(1);
}
.tours-card:hover img.zoom-in{
  -webkit-animation-name: wobble-horizontal-on-hover;
  animation-name: wobble-horizontal-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  will-change: transform;
    transform: perspective(300px) rotateX(4deg) rotateY(3deg) scale(1.1);
}
.overflow-hidden{
    overflow:hidden;
}
.days-name{
    margin-top: -45px;
    z-index: 9;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(6 30 98 / 10%);
    border-radius: 5px;
}
.evans_scroll_icons_one {
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
  height: 194px;
  opacity: 0.05;
  background-repeat: repeat-x;
  animation: evansMovetoright 60s linear 0s infinite;
  background-position: left top;
}
.evans_feature-one {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: evansMovetoleft 60s linear 0s infinite;
}
@keyframes evansMovetoright {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes evansMovetoleft {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}

/*=========================
	End Footer CSS
===========================*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  background-color: var(--evans-white, #ffffff);
  padding: 0 0 160px;
}
@media (max-width: 991px) {
  .about-one {
    padding: 0 0 120px;
  }
}
@media (max-width: 767px) {
  .about-one {
    padding: 0 0 80px;
  }
}
.about-one__shape-one {
  position: absolute;
  left: -270px;
  top: 90px;
}
.about-one__shape-one img {
  max-width: 100%;
  animation: treeMove 4s linear 0s infinite;
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    display: none;
  }
}
.about-one__shape-two {
  position: absolute;
  left: -188px;
  top: 185px;
  z-index: -1;
}
.about-one__shape-two img {
  max-width: 100%;
  -webkit-animation: airTree 4s ease-in infinite;
  animation: airTree 4s ease-in infinite;
}
@keyframes airTree {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@media (max-width: 1399px) {
  .about-one__shape-two {
    display: none;
  }
}
.about-one__image {
  position: relative;
  margin: 28px 0 0;
}
@media (max-width: 767px) {
  .about-one__image .col-md-5,
  .about-one__image .col-md-7 {
    width: 50%;
  }
}
.about-one__image__one {
  position: relative;
}
.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 119px;
}
.about-one__image__one img + img {
  margin-top: 16px;
}
.about-one__image__one svg {
  width: 178px;
  height: 30px;
  stroke-width: 2px;
  stroke: var(--evans-base, #bc5a7c);
  position: absolute;
  left: 10px;
  bottom: -23px;
  fill: transparent;
  animation: zumpTop 3s infinite linear;
}
@media (max-width: 767px) {
  .about-one__image__one svg {
    display: none;
  }
}
.about-one__image__two {
  position: relative;
}
.about-one__image__two svg {
  width: 163px;
  height: 75px;
  stroke-width: 2px;
  stroke: var(--evans-base, #bc5a7c);
  position: absolute;
  left: 0;
  top: -28px;
  fill: transparent;
  animation: zumpBottom 3s infinite linear;
}
@media (max-width: 767px) {
  .about-one__image__two svg {
    display: none;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 135px;
}
.about-one__image__two__shape {
  position: absolute;
  bottom: -147px;
  left: -100px;
}
.about-one__image__two__shape img {
  border-radius: 0;
  animation: zoomBig 3s linear infinite;
}
@keyframes zoomBig {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
.about-one__counter {
  position: absolute;
  z-index: 2;
  left: -28px;
  bottom: -44px;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-one__counter__number {
  display: flex;
  align-items: baseline;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--evans-white, #ffffff);
  margin: 0 0 -6px;
}
.about-one__counter__number .count-text {
  font-size: 30px;
}
.about-one__counter__title {
  font-weight: 400;
  line-height: 1;
  color: var(--evans-white, #ffffff);
  font-size: 31px;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  margin: 0;
}
.about-one__content {
  position: relative;
}
@media (max-width: 991px) {
  .about-one__content {
    padding: 40px 0 0;
  }
}
.about-one__content__text {
  margin: 0 0 40px;
}
.about-one__content .evans_btn {
  margin-top: 30px;
}
.about-one__content .evans_btn:hover {
  color: var(--evans-white, #ffffff);
}
.about-one .sec-title {
  margin-bottom: 20px;
}
.about-one__box {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 76px;
  padding: 0 0 0 97px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-one__box {
    display: block;
    padding: 0;
  }
}
.about-one__box__icon {
  width: 76px;
  height: 76px;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  font-size: 40px;
  color: var(--evans-white, #ffffff);
}
@media (max-width: 767px) {
  .about-one__box__icon {
    position: relative;
    margin-bottom: 18px;
  }
}
.about-one__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-one__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--evans-primary, #2D2330);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-one__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.about-one__box__icon .icon-friendly-Guide {
  font-size: 50px;
}
.about-one__box:hover .about-one__box__icon span {
  transform: scale(0.95);
}
.about-one__box:hover .about-one__box__icon::before {
  top: 100%;
}
.about-one__box:hover .about-one__box__icon::after {
  bottom: -50%;
}
.about-one__box__title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  min-width: 110px;
}
.about-one__box__text {
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0 5px 35px;
  margin: 0 0 0 42px;
  border-left: 1px solid var(--evans-white3, #EBE6DE);
}
@media (max-width: 767px) {
  .about-one__box__text {
    border: none;
    margin: 0;
    padding: 0;
  }
}

.about-two {
  position: relative;
  padding: 114px 0 0;
}
@media (max-width: 767px) {
  .about-two {
    padding-top: 80px;
  }
}
.about-two__image {
  position: relative;
  max-width: 580px;
  text-align: right;
}
.about-two__image__one {
  position: absolute;
  z-index: 2;
  left: -7px;
  top: -34px;
  border: 31px solid var(--evans-white, #ffffff);
  border-radius: 203px;
  display: inline-block;
}
.about-two__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 203px;
}
@media (max-width: 767px) {
  .about-two__image__one {
    display: none;
  }
}
.about-two__image__two {
  position: relative;
  display: inline-block;
}
.about-two__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 50px;
}
.about-two__image__two svg {
  width: 196px;
  height: 76px;
  stroke-width: 2px;
  stroke: #f69b32;
  position: absolute;
  left: -39px;
  bottom: -28px;
  fill: transparent;
  animation: zumpLeftBottom 3s infinite linear;
}
@media (max-width: 767px) {
  .about-two__image__two svg {
    display: none;
  }
}
@keyframes zumpLeftBottom {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25%, 75% {
    transform: translateY(-5px) translateX(5px);
  }
  50% {
    transform: translateY(-10px) translateX(10px);
  }
}
.about-two__image__content {
  position: absolute;
  left: 55px;
  bottom: 48px;
  z-index: 1;
  border-radius: 16px;
  background: var(--evans-white, #ffffff);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  max-width: 313px;
  text-align: left;
  padding: 29px 20px 28px 116px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-two__image__content {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-two__image__content {
    left: 0;
    bottom: -5px;
  }
}
.about-two__image__content img {
  width: 75px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.about-two__image__content__title {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}
.about-two__content {
  position: relative;
}
@media (min-width: 1200px) {
  .about-two__content {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .about-two__content {
    margin-top: 40px;
  }
}
.about-two__content .sec-title {
  margin-bottom: 20px;
}
.about-two__content__text {
  margin: 0 0 22px;
}
.about-two__content__heading {
  color: var(--evans-base, #bc5a7c);
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 25px;
}
@media (min-width: 1200px) {
  .about-two__content__heading {
    padding-right: 30px;
  }
}
.about-two__content__list {
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}
.about-two__content__list li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--evans-primary, #2D2330);
  padding-left: 36px;
  margin-bottom: 3px;
}
.about-two__content__list li span {
  color: var(--evans-base, #bc5a7c);
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.about-three {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .about-three {
    padding: 80px 0;
  }
}
.about-three__content {
  position: relative;
}
.about-three__content .sec-title {
  margin-bottom: 20px;
}
.about-three__content__text {
  font-weight: 700;
  margin: 0 0 30px;
}
.about-three__content__quote {
  background-color: var(--evans-white2, #FAF5EE);
  color: var(--evans-primary, #2D2330);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 34px;
  border-radius: 10px;
  padding: 22px 30px 23px 40px;
}
.about-three__content__list {
  margin: 0 0 41px;
  padding: 0;
  list-style: none;
}
.about-three__content__list li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: var(--evans-primary, #2D2330);
  padding-left: 36px;
  margin-bottom: 4px;
}
.about-three__content__list li span {
  color: var(--evans-base, #bc5a7c);
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.about-three__image {
  position: relative;
}
@media (max-width: 1199px) {
  .about-three__image {
    margin: 30px auto 0;
    max-width: 680px;
  }
}
.about-three__image__one {
  position: relative;
  margin-left: 38px;
}
@media (max-width: 767px) {
  .about-three__image__one {
    margin: 0;
  }
}
.about-three__image__one img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.about-three__image__right {
  position: relative;
  margin-top: -307px;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .about-three__image__right {
    display: none;
  }
}
.about-three__image__two {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--evans-white3, #EBE6DE);
  background: var(--evans-white, #ffffff);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  max-width: 335px;
  transform: rotate(6.371deg);
  text-align: center;
  margin-left: auto;
  padding: 12px 14px;
}
.about-three__image__two img {
  max-width: 100%;
  height: auto;
}
.about-three__counter {
  position: relative;
  margin-left: auto;
  z-index: 2;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: -42px;
}
.about-three__counter__number {
  display: flex;
  align-items: baseline;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--evans-white, #ffffff);
  margin: 0 0 -6px;
}
.about-three__counter__number .count-text {
  font-size: 30px;
}
.about-three__counter__title {
  font-weight: 400;
  line-height: 1;
  color: var(--evans-white, #ffffff);
  font-size: 31px;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  margin: 0;
}
.about-three__info {
  z-index: 2;
  display: inline-block;
  max-width: 210px;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  border-radius: 10px;
  text-align: center;
  padding: 0 20px 17px;
  position: absolute;
  left: -96px;
  bottom: 65px;
}
@media (max-width: 991px) {
  .about-three__info {
    left: 0;
  }
}
@media (max-width: 767px) {
  .about-three__info {
    bottom: 0;
  }
}
.about-three__info__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 5px solid var(--evans-white, #ffffff);
  background-color: var(--evans-primary, #2D2330);
  font-size: 18px;
  color: var(--evans-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -22px auto 18px;
}
.about-three__info__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-three__info:hover .about-three__info__icon span {
  transform: rotateY(360deg);
}
.about-three__info__title {
  color: var(--evans-white, #ffffff);
  font-size: 15.493px;
  line-height: 23.24px;
  margin: 0 0 15px;
}
.about-three__info__text {
  color: var(--evans-white, #ffffff);
  font-size: 12.395px;
  line-height: 1;
  margin: 0 0 4px;
}
.about-three__info__number {
  color: var(--evans-white, #ffffff);
  font-size: 18.592px;
  line-height: 22.781px;
  margin: 0;
}
.about-three__info__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-three__info__number a:hover {
  background-size: 100% 1px;
}
.about-three__info__number a:hover {
  color: var(--evans-primary, #2D2330);
}

/*-----------------------------------------
# About Four
-----------------------------------------*/
.about-four {
  background-color: var(--evans-white, #ffffff);
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .about-four {
    padding: 80px 0 100px;
  }
}
.about-four__img-column {
  order: 0;
}
@media (max-width: 991px) {
  .about-four__img-column {
    order: 1;
  }
}
.about-four__content-column {
  order: 1;
}
@media (max-width: 991px) {
  .about-four__content-column {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .about-four__content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .about-four__content {
    padding-left: 0px;
  }
}
.about-four__img-box {
  display: flex;
  align-items: flex-end;
  gap: 21px;
}
.about-four__inner-img-box-one {
  max-width: 245px;
  position: relative;
  z-index: 1;
}
.about-four__img-one {
  max-width: 100%;
  height: auto;
  border-radius: 140px;
}
.about-four__shape-one {
  position: absolute;
  top: -50px;
  right: -127px;
  z-index: -1;
  animation: zumpTop 3s infinite linear;
}
.about-four__shape-two {
  width: 165px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  margin: auto;
  z-index: -1;
  animation: zumpTop 3s infinite linear;
}
@media (max-width: 412px) {
  .about-four__shape-two {
    width: 130px;
  }
}
.about-four__inner-img-box-two {
  max-width: 245px;
  position: relative;
  z-index: 1;
}
.about-four__img-two {
  max-width: 100%;
  height: auto;
  border-radius: 140px;
}
.about-four__discount {
  padding: 15px;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  max-width: 244.931px;
  height: 213.973px;
  border-radius: 116.092px;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
@media (max-width: 500px) {
  .about-four__discount {
    top: -130px;
  }
}
@media (max-width: 425px) {
  .about-four__discount {
    top: -120px;
  }
}
@media (max-width: 375px) {
  .about-four__discount {
    top: -110px;
  }
}
.about-four__discount-inner {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 500px) {
  .about-four__discount-inner {
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .about-four__discount-inner {
    margin-top: 15px;
  }
}
.about-four__discount-percentage {
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: var(--evans-size-9xl, 45px);
  color: var(--evans-white, #ffffff);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .about-four__discount-percentage {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .about-four__discount-percentage {
    font-size: 35px;
  }
}
.about-four__discount-percentage span {
  font-size: 33px;
}
@media (max-width: 500px) {
  .about-four__discount-percentage span {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .about-four__discount-percentage span {
    font-size: 20px;
  }
}
.about-four__discount-title {
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: 47px;
  color: var(--evans-white, #ffffff);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .about-four__discount-title {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  .about-four__discount-title {
    font-size: 30px;
  }
}
.about-four__content {
  position: relative;
}
.about-four__content .sec-title {
  margin-bottom: 19px;
}
.about-four__text {
  margin-bottom: 30px;
}
.about-four__service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 425px;
}
@media (max-width: 767px) {
  .about-four__service {
    display: block;
  }
}
.about-four__service-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .about-four__service-box {
    margin-top: 25px;
  }
}
.about-four__service-icon {
  position: relative;
  width: 76px;
  height: 76px;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  z-index: 1;
}
.about-four__service-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  transition: transform 400ms ease;
  background-color: var(--evans-primary, #2D2330);
}
.about-four__service-icon span {
  font-size: 40px;
  color: var(--evans-white, #ffffff);
}
.about-four__service-box:hover .about-four__service-icon::after {
  transform: scale(1);
}
.about-four__service-title {
  font-size: var(--evans-size-4xl, 20px);
  line-height: 1.5;
}
.about-four__service-title br {
  display: block;
}
.about-four__progress {
  margin: 38px 0 49px;
}
.about-four__btn span {
  color: var(--evans-white, #ffffff);
}
.evans_btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%) !important;
  color: #ffffff !important;
  font-size: var(--evans-size-2xl, 16px);
  font-family: var(--evans-font, "DM Sans", sans-serif);
  font-weight: 700;
  padding: 20px 40px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.evans_readmore {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  color: var(--evans-white, #ffffff);
  font-size: var(--evans-size-2xl, 16px);
  font-family: var(--evans-font, "DM Sans", sans-serif);
  font-weight: 700;
  padding: 10px 30px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.evans_btn span {
  position: relative;
  color: inherit;
  z-index: 2;
  transition: 0s;
}
.evans_btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--evans-primary, #2D2330);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.evans_btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.evans_btn:hover {
  color: var(--evans-primary, #2D2330);
}
.evans_btn:hover::before {
  top: 100%;
}
.evans_btn:hover::after {
  bottom: -50%;
}
.evans_btn--primary:hover {
  color: var(--evans-primary, #2D2330);
}
.evans_btn--primary::after {
  background-color: var(--evans-white, #ffffff);
}
.evans_btn--primary::before {
  background-color: var(--evans-primary, #2D2330);
}
.evans_btn--secondary:hover {
  color: var(--evans-white, #ffffff);
}
.evans_btn--secondary::after {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--secondary::before {
  background-color: var(--evans-secondary, #736D75);
}
.evans_btn--black:hover {
  color: var(--evans-white, #ffffff);
}
.evans_btn--black::after {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--black::before {
  background-color: var(--evans-primary, #2D2330);
}
.evans_btn--base:hover {
  color: var(--evans-white, #ffffff);
}
.evans_btn--base::after {
  background-color: var(--evans-primary, #2D2330);
}
.evans_btn--base::before {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--base-two:hover {
  color: var(--evans-white, #ffffff);
}
.evans_btn--base-two::after {
  background-color: var(--evans-black4, #241C26);
}
.evans_btn--base-two::before {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--base-three:hover {
  color: var(--evans-primary, #2D2330);
}
.evans_btn--base-three::after {
  background-color: var(--evans-white, #ffffff);
}
.evans_btn--base-three::before {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--white {
  color: var(--evans-base, #bc5a7c);
}
.evans_btn--white:hover {
  color: var(--evans-white, #ffffff);
}
.evans_btn--white::after {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--white::before {
  background-color: var(--evans-white, #ffffff);
}
.evans_btn--white-two {
  color: var(--evans-secondary, #736D75);
  background-color: var(--evans-white2, #FAF5EE);
}
.evans_btn--white-two:hover {
  color: var(--evans-white, #ffffff);
}
.evans_btn--white-two::after {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--white-two::before {
  background-color: var(--evans-white2, #FAF5EE);
}
.evans_btn--gray:hover {
  color: var(--evans-white, #ffffff);
}
.evans_btn--gray::after {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
.evans_btn--gray::before {
  background-color: RGBA(var(--evans-white-rgb, 255, 255, 255), 0.14);
}
.destination-two__card-btn .evans_btn.evans_btn--base-three{
    padding: 8px 10.5px;
    font-size: var(--evans-size-md, 12px);
    text-transform: uppercase;
    font-weight: 700;
}
.destination-two__card-btn .evans_btn.evans_btn--base-three:hover span{
    color:#fff;
}
.z-index-9{
    z-index:9;
}
#evans-tours-owl .owl-item:nth-child(odd) .destination-two__card-img-box>img{
    border-radius:40px;
    height:350px;
    object-fit:cover;
}
#evans-tours-owl .owl-item:nth-child(even) .destination-two__card-img-box>img{
    border-radius:140px;
    height:350px;
    object-fit:cover;
}
.destination-two__card-btn{
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#evans-tours-owl .owl-prev, #evans-tours-owl .owl-next{
    background: -webkit-linear-gradient(45deg, #f4952b, #252450 80%);
    padding: 5px 15px;
    font-size: 40px;
    line-height: 40px;
    margin: 0 20px;
}
#evans-tours-owl .owl-controls{
    margin-top: 35px;
}


.benefit-two {
  position: relative;
  background-color:#060522;
}
.benefit-two__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.benefit-two .sec-title__title,
.benefit-two .sec-title__heading {
  color: var(--evans-white, #ffffff);
}
.benefit-two .noPadding {
  padding: 0;
  margin: 0;
}
.benefit-two__left-content {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
}
.benefit-two__left-content__inner {
  position: relative;
  max-width: 558px;
  margin: auto;
  background-color: rgba(var(--evans-white-rgb, 255, 255, 255), 0.6);
  border-radius: 20px;
  width: 100%;
  padding: 73px 80px 78px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-two__left-content__inner {
    max-width: 415px;
    padding: 73px 40px 78px;
  }
}
@media (max-width: 991px) {
  .benefit-two__left-content__inner {
    margin: 100px auto;
  }
}
@media (max-width: 767px) {
  .benefit-two__left-content__inner {
    margin: 80px auto;
    max-width: 90%;
    padding: 50px 30px;
  }
}
.benefit-two__left-content__title {
  font-size: 60px;
  line-height: 70px;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  letter-spacing: -1.8px;
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .benefit-two__left-content__title {
    font-size: 46px;
    line-height: 60px;
  }
}
.benefit-two__left-content .trevlo-btn:hover {
  color: var(--evans-white, #ffffff);
}
.benefit-two__content {
  position: relative;
  padding: 90px 0 115px 77px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-two__content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .benefit-two__content {
    padding: 70px 0 75px;
  }
}
.benefit-two__box {
  position: relative;
  padding: 0 0 0 112px;
  min-height: 82px;
  margin-top: 48px;
}
.benefit-two__box {
    position: relative;
    padding: 0 0 0 112px;
    min-height: 15px;
    margin-top: 48px;
}
.benefit-two__box {
    position: relative;
    padding: 0 0 0 50px;
    min-height: 15px;
    margin-top: 35px;
}
.benefit-two__box::after {
  position: absolute;
  left: -92px;
  top: 3px;
  width: 141px;
  height: 79px;
  content: "";
  background-color: var(--evans-black4, #241C26);
  z-index: -1;
}
.benefit-two__box::after {
    position: absolute;
    left: -92px;
    top: 3px;
    width: 113px;
    height: 33px;
    content: "";
    background-color: var(--evans-black4, #241C26);
    z-index: -1;
}
.benefit-two__box__icon {
  width: 82px;
  height: 82px;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  border: none;
  left: 0;
  top: 1px;
  overflow: hidden;
  font-size: 40px;
  color: var(--evans-white, #ffffff);
}
.benefit-two__box__icon {
    width: 35px;
    height: 35px;
    background: -webkit-linear-gradient(45deg, #f4952b, #252450 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    border: none;
    left: 0;
    top: 1px;
    overflow: hidden;
    font-size: 40px;
    color: var(--evans-white, #ffffff);
}
.benefit-two__box__icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-two__box__icon::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--evans-white, #ffffff);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.benefit-two__box__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.benefit-two__box:hover .benefit-two__box__icon {
  color: var(--evans-base, #bc5a7c);
}
.benefit-two__box:hover .benefit-two__box__icon span {
  transform: scale(0.95);
}
.benefit-two__box:hover .benefit-two__box__icon::before {
  top: 100%;
}
.benefit-two__box:hover .benefit-two__box__icon::after {
  bottom: -50%;
}
.benefit-two__box__title {
  font-size: 20px;
  color: var(--evans-white, #ffffff);
  margin: 0 0 9px;
}
.benefit-two__box__text {
  color: var(--evans-gray, #928496);
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefit-two__box__text br {
    display: none;
  }
}
/*-----------------------------------------
# Counter Two
-----------------------------------------*/
.counter-two {
  position: relative;
  padding: 120px 0;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
}
@media (max-width: 767px) {
  .counter-two {
    padding-top: 80px;
  }
}
.counter-two__shape {
  position: absolute;
  left: 0;
  bottom: -51px;
  width: 100%;
  height: 84px;
  background-color: var(--evans-white, #ffffff);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M1922.5 17.8963C1921.48 26.1494 1886.73 25.7401 1880.89 25.6378C1866.08 23.2506 1849.4 27.9228 1835.06 24.2396C1824.44 21.2726 1815.05 17.5553 1804 17.8963C1794.75 24.8875 1784.72 16.5322 1775.85 19.0218C1769.7 20.3518 1763.86 26.3199 1757.58 23.7962C1755.45 24.2055 1754.77 24.0009 1752.89 24.8875C1751.65 24.6147 1751.06 23.8986 1749.48 27.5476C1745.34 24.376 1735.53 27.7522 1731.26 27.684C1725.2 28.9118 1720.47 27.8545 1715.09 24.717C1709.8 22.1252 1707.45 17.0097 1700.8 21.7841C1696.4 18.2033 1679.55 18.6466 1675.2 22.5344C1672.77 27.8886 1674.17 26.1153 1673.06 27.8204C1671.7 29.4233 1668.76 29.5949 1665.68 29.3562C1657.15 33.8919 1642.56 34.6422 1633 30.4475C1620.25 34.0284 1604.97 36.7566 1592.51 31.0273C1588.25 31.1978 1588.03 29.1175 1583.55 23.4222C1580.18 16.9426 1576.13 26.8655 1572.5 25.706C1566.36 26.3199 1555.44 25.4673 1549.98 24.9216C1544.56 20.8974 1544.26 21.9547 1537.69 19.8402C1523.78 17.8281 1509.61 20.4882 1496.39 18.3738C1487.68 16.3958 1477.1 20.0108 1468.1 17.9305C1456.75 6.4035 1440.07 34.2396 1431.45 24.0427C1428.34 20.7346 1426.59 15.1417 1422.15 18.4497C1419.55 19.2682 1417.03 16.233 1414.43 15.244C1404.62 14.3573 1399.11 21.8941 1389.77 18.3133C1385.29 25.0658 1380.72 20.0185 1376.24 18.211C1370.27 16.6763 1362.21 17.7676 1356.45 17.8699C1352.01 14.0504 1349.49 16.1307 1344.5 12.7885C1340.57 10.8105 1336.65 14.4596 1332.68 12.3793C1321.42 11.7313 1309.73 19.7115 1298.25 14.4255C1288.91 10.8446 1278.84 8.01406 1269.11 8.73023C1270.48 18.7566 1234.34 7.12737 1226.7 14.3573C1214.97 19.3023 1203.53 9.92385 1192.01 9.95795C1182.16 0.81824 1172.69 12.0042 1162.53 8.49151C1155.28 6.75223 1150.5 6.82044 1144.02 10.4354C1140.35 13.266 1142.35 12.6862 1138.21 12.4134C1137.06 21.4849 1134.89 13.5047 1133.56 12.3793C1127.29 16.7445 1120.04 10.0944 1113.89 12.5157C1109.41 9.68513 1105.92 11.7313 1102.12 7.50251C1095.21 9.07127 1088.12 3.78524 1079.98 2.65982C1068.5 2.86444 1057.06 5.14937 1046.27 1.09107C1037.23 -2.48979 1027.24 4.16037 1018.41 4.56962C1013.59 8.28689 1012.44 6.17248 1008.38 7.33199C1006.12 6.75223 1004.33 12.5157 1001.77 8.55971C995.669 6.51351 989.44 5.66092 983.296 8.4574C977.409 14.3232 971.137 5.83144 965.292 8.25278C958.508 -1.94414 952.961 11.8336 946.391 12.4475C934.359 10.299 921.347 8.76433 909.187 12.3452C904.28 11.1516 898.35 12.7885 893.614 12.7544C888.494 12.8567 887.897 16.9492 883.972 19.3705C875.865 25.3045 861.53 14.9371 852.4 20.0526C847.792 17.563 845.232 25.2363 840.197 22.0647C831.622 24.486 832.432 23.0537 826.032 27.112C818.907 33.6939 804.742 28.4761 797.489 26.464C791.772 20.2572 789.084 23.5652 786.482 21.6554C783.794 20.8369 783.581 17.0856 778.546 13.1978C774.322 12.4816 770.866 4.53551 765.149 6.47941C758.664 2.76213 754.44 8.3892 749.534 8.32099C741.769 15.3804 729.95 9.4123 721.759 8.49151C710.452 6.54761 699.146 9.71923 687.797 8.49151C679.776 12.6521 671.755 8.76433 663.734 8.49151C659.254 9.00306 650.977 6.64992 651.148 12.0724C642.956 14.9712 633.442 13.4024 625.079 12.6862C624.439 16.7445 625.805 20.7346 624.781 21.7577C616.93 18.6543 609.506 28.5102 601.357 26.0889C595.64 27.112 589.838 20.871 584.121 25.9866C571.065 27.6235 557.967 22.8831 544.911 25.9866C539.749 26.6345 536.421 26.8732 531.984 28.101C525.243 30.3518 521.019 36.2517 513.126 31.8182C505.915 33.2165 498.748 29.8061 491.75 30.8292C483.26 30.761 486.076 33.6939 480.06 33.8985C475.794 38.5707 467.133 31.5454 462.525 33.7621C454.589 26.9415 446.525 37.8545 438.59 33.7962C431.763 31.6818 431.294 32.1252 426.131 28.0328C420.926 30.8633 413.545 25.9866 407.273 24.0427C400.404 20.2572 394.901 25.3386 388.031 21.6895C383.424 22.8831 381.632 16.574 377.066 21.4508C373.824 21.0416 372.544 22.9514 369.771 26.6686C366.741 34.2737 365.675 30.3177 361.792 27.9987C357.27 29.7379 352.705 26.0889 348.139 27.9646C343.02 23.9745 337.9 33.4552 332.78 27.9646C327.831 30.8292 320.151 27.6576 315.714 27.7599C311.49 25.9866 308.759 27.0779 304.28 32.3639C298.989 34.6488 296.6 38.7753 290.968 32.398C279.747 27.9305 272.921 25.6455 259.566 22.0988C250.564 24.4178 241.562 18.8248 232.517 22.0988C224.709 23.8721 218.693 15.0735 211.184 20.1208C205.126 19.4728 198.769 21.2121 192.497 20.0867C186.481 20.9393 180.465 24.3837 174.492 20.1208C170.481 20.2231 163.996 22.2693 160.54 18.2792C150.983 10.4354 144.84 9.61692 134.045 8.4233C128.67 7.94585 123.208 4.09217 117.961 7.97996C113.694 11.7995 109.385 6.4453 105.033 4.4332C94.6227 1.53441 82.0791 3.27369 75.85 10.3331C67.9143 18.9613 57.0773 18.5179 44.2778 18.1428C38.1766 14.8006 33.2275 20.2572 27.425 20.1208C26.0171 16.4717 23.6705 18.3133 22.4332 19.9162C20.0866 20.2231 20.5133 20.5982 18.7213 22.7467C9.20697 28.4761 -0.563364 29.5333 -8.88308 20.0867C-8.88308 20.2913 -11.9123 32.7049 -14.9415 40.4805C-17.9708 50.0977 -21 60.0218 -21 60.9085C-13.7469 57.123 -6.53649 49.7566 1.14324 49.0064C5.45243 50.4728 15.1801 45.5278 19.4466 49.1087C26.2304 50.1659 30.5396 56.2363 36.7687 52.0075C43.3391 54.838 49.9949 56.7137 56.3947 51.7687C63.3491 49.4497 68.085 36.5927 75.6794 43.3452C86.9003 43.1747 93.8121 42.1857 102.686 35.9448C111.859 29.6015 126.11 36.1835 136.52 40.2418C146.034 41.2308 156.103 46.2781 166.044 41.1626C176.028 43.2088 185.884 42.5267 194.971 44.1296C205.595 51.7005 215.963 55.145 228.08 52.6895C239.13 50.9503 248.857 47.0625 260.206 53.1329C265.454 47.4717 269.422 52.86 274.67 54.9062C286.19 56.5432 296.728 58.2825 307.693 61.0108C316.482 63.1593 321.388 73.1857 329.751 72.2649C335.98 81.7115 343.062 68.1384 349.419 72.3672C355.99 69.673 360.982 73.4244 367.851 76.6642C373.696 71.5487 379.968 78.6081 385.855 76.4596C397.247 77.1417 414.1 79.2561 424.211 74.1406C427.411 76.7665 429.331 76.3914 433.043 68.991C437.566 69.0251 443.411 73.5608 448.104 68.7522C453.992 68.7522 456.338 61.7951 461.928 64.728C464.615 61.1813 467.09 64.4211 469.778 64.4552C470.973 64.3188 473.362 67.4563 475.282 60.3628C480.018 60.1241 486.503 63.8413 491.58 57.4981C495.804 55.0086 499.601 50.3364 503.995 55.6224C509.201 59.8512 510.609 65.6488 516.88 62.8182C520.763 61.9998 523.152 60.2946 525.925 56.8501C532.112 49.1769 541.199 56.0999 548.623 55.0427C563.385 52.3485 578.276 48.8358 593.038 55.0427C596.792 53.8831 599.736 55.3155 603.32 54.2924C608.738 49.211 608.44 51.871 614.498 49.0064C624.653 49.5179 635.319 55.6906 645.687 51.2231C651.404 44.1637 656.225 50.6092 662.027 49.1769C665.526 52.0416 669.963 51.7005 673.163 48.563C677.174 45.3573 675.424 43.1065 677.643 39.7643C681.483 36.1494 695.05 35.3309 702.133 37.5817C708.447 44.8116 714.762 41.7423 721.119 37.5476C730.334 34.5124 737.161 36.4904 744.883 41.8446C749.448 52.7236 751.582 44.7434 756.445 47.3353C760.968 45.1527 763.954 52.9624 768.008 51.7005C775.005 56.3727 783.965 51.4277 793.223 57.5663C802.524 59.4761 812.166 62.1703 820.571 57.0207C831.067 58.6576 841.776 55.7929 851.802 55.0768C856.879 49.5179 856.623 51.0526 862.17 53.2352C867.546 52.2803 869.85 51.6323 874.287 49.5861C881.711 56.3727 891.14 54.4288 898.947 49.2451C906.456 51.5641 914.093 49.5179 921.56 49.1428C931.629 46.4145 942.594 52.0757 953.516 52.9624C964.438 48.4607 975.275 46.2781 985.174 49.2792C988.246 45.1186 990.336 47.6081 993.067 43.8567C993.664 47.1989 997.973 40.5487 998.315 39.8666C1004.46 35.6378 1010.39 41.5036 1016.06 41.299C1023.74 43.2088 1030.01 37.6158 1036.93 45.3573C1042.05 47.1648 1047.08 49.8248 1053.48 54.7357C1060.52 55.486 1066.62 54.7357 1072.89 52.5531C1079.29 52.1098 1082.49 52.2803 1087.66 56.3386C1090.68 61.2836 1090.68 63.0911 1095.08 58.3848C1099.6 61.5905 1104.21 47.5058 1108.69 50.9844C1114.83 47.9151 1122.26 50.7797 1128.96 49.6543C1138.04 51.4959 1147.43 59.4761 1156.9 51.4959C1166.37 49.5179 1175.89 53.9172 1185.15 51.1549C1188.9 56.6796 1196.92 46.2099 1200.04 50.9503C1203.15 48.6994 1202.98 48.6653 1206.22 43.1065C1209.46 33.9668 1216.08 34.1032 1220.09 41.2649C1225.68 41.3672 1229.18 41.299 1235.11 43.3452C1242.06 50.8138 1249.23 43.7544 1256.14 43.5498C1263.27 44.1296 1267.66 43.1065 1274.32 39.7643C1284.17 36.2176 1289.85 41.6059 1297.35 45.8688C1301.79 51.1208 1302.43 48.2902 1307.59 50.0636C1310.97 54.4629 1313.82 50.2682 1317.28 54.6334C1323.21 52.8259 1330.93 59.8853 1337.16 54.9745C1343.31 56.7819 1347.02 53.6103 1352.48 52.86C1356.36 53.9514 1358.45 48.6312 1361.44 55.4178C1366.3 62.409 1366.34 50.3364 1372.19 58.9646C1379.53 52.4849 1387.25 58.9646 1394.63 58.8964C1398.34 62.6136 1402.61 57.464 1406.28 58.9646C1412.12 59.6466 1409.39 57.7027 1413.96 55.4178C1419.46 50.5069 1424.8 46.0735 1431.92 53.0306C1437.17 48.7676 1442.42 51.4277 1447.66 53.0306C1451.76 53.9855 1456.07 52.5872 1460.08 53.3716C1463.88 50.8479 1467.55 55.7929 1471.6 57.4981C1475.61 62.2726 1479.92 56.6114 1483.93 59.5784C1491.1 57.6345 1496.47 65.8534 1503.6 68.2407C1510.72 77.1076 1518.62 68.5817 1525.91 68.8886C1531.67 72.9128 1535.9 58.9338 1541.7 65.0724C1545.28 55.6257 1548.82 67.1527 1552.24 66.3683C1554.46 65.9249 1556.84 74.3485 1559.36 69.5399C1561.54 72.3705 1564.14 64.1857 1566.4 69.233C1573.44 68.5168 1575.7 69.0625 1581.04 75.2352C1592.34 80.7599 1605.57 88.0922 1619.56 80.9987C1626.86 82.2946 1634.11 80.5212 1641.41 80.9987C1651.35 84.4772 1661.29 79.8391 1671.19 80.9305C1681.13 83.9657 1691.07 80.9987 1700.97 80.9646C1706.86 79.5663 1710.87 77.4178 1716.2 78.9866C1720.25 77.4519 1724.86 82.1241 1728.96 79.1571C1736.51 81.1351 1747 82.8061 1753.32 73.5982C1756.09 70.2902 1756.86 66.266 1759.25 68.9943C1760.78 71.1428 1762.32 69.1307 1763.81 65.3793C1766.37 60.4684 1767.53 57.5014 1767.18 59.3771C1775.25 52.9315 1797.6 67.8314 1810.06 64.2506C1819.07 63.0229 1827.94 60.6697 1837.58 62.8864C1842.96 65.8876 1845.73 60.1241 1850.64 59.1692C1857.63 58.0097 1866.21 61.8633 1873.34 58.8281C1883.15 57.2253 1892.83 63.1252 1902.52 59.783C1912.2 59.5102 1921.89 57.8391 1931.74 60.772C1932 59.2374 1922.5 19.2946 1922.5 17.8963Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 84"><path d="M1922.5 17.8963C1921.48 26.1494 1886.73 25.7401 1880.89 25.6378C1866.08 23.2506 1849.4 27.9228 1835.06 24.2396C1824.44 21.2726 1815.05 17.5553 1804 17.8963C1794.75 24.8875 1784.72 16.5322 1775.85 19.0218C1769.7 20.3518 1763.86 26.3199 1757.58 23.7962C1755.45 24.2055 1754.77 24.0009 1752.89 24.8875C1751.65 24.6147 1751.06 23.8986 1749.48 27.5476C1745.34 24.376 1735.53 27.7522 1731.26 27.684C1725.2 28.9118 1720.47 27.8545 1715.09 24.717C1709.8 22.1252 1707.45 17.0097 1700.8 21.7841C1696.4 18.2033 1679.55 18.6466 1675.2 22.5344C1672.77 27.8886 1674.17 26.1153 1673.06 27.8204C1671.7 29.4233 1668.76 29.5949 1665.68 29.3562C1657.15 33.8919 1642.56 34.6422 1633 30.4475C1620.25 34.0284 1604.97 36.7566 1592.51 31.0273C1588.25 31.1978 1588.03 29.1175 1583.55 23.4222C1580.18 16.9426 1576.13 26.8655 1572.5 25.706C1566.36 26.3199 1555.44 25.4673 1549.98 24.9216C1544.56 20.8974 1544.26 21.9547 1537.69 19.8402C1523.78 17.8281 1509.61 20.4882 1496.39 18.3738C1487.68 16.3958 1477.1 20.0108 1468.1 17.9305C1456.75 6.4035 1440.07 34.2396 1431.45 24.0427C1428.34 20.7346 1426.59 15.1417 1422.15 18.4497C1419.55 19.2682 1417.03 16.233 1414.43 15.244C1404.62 14.3573 1399.11 21.8941 1389.77 18.3133C1385.29 25.0658 1380.72 20.0185 1376.24 18.211C1370.27 16.6763 1362.21 17.7676 1356.45 17.8699C1352.01 14.0504 1349.49 16.1307 1344.5 12.7885C1340.57 10.8105 1336.65 14.4596 1332.68 12.3793C1321.42 11.7313 1309.73 19.7115 1298.25 14.4255C1288.91 10.8446 1278.84 8.01406 1269.11 8.73023C1270.48 18.7566 1234.34 7.12737 1226.7 14.3573C1214.97 19.3023 1203.53 9.92385 1192.01 9.95795C1182.16 0.81824 1172.69 12.0042 1162.53 8.49151C1155.28 6.75223 1150.5 6.82044 1144.02 10.4354C1140.35 13.266 1142.35 12.6862 1138.21 12.4134C1137.06 21.4849 1134.89 13.5047 1133.56 12.3793C1127.29 16.7445 1120.04 10.0944 1113.89 12.5157C1109.41 9.68513 1105.92 11.7313 1102.12 7.50251C1095.21 9.07127 1088.12 3.78524 1079.98 2.65982C1068.5 2.86444 1057.06 5.14937 1046.27 1.09107C1037.23 -2.48979 1027.24 4.16037 1018.41 4.56962C1013.59 8.28689 1012.44 6.17248 1008.38 7.33199C1006.12 6.75223 1004.33 12.5157 1001.77 8.55971C995.669 6.51351 989.44 5.66092 983.296 8.4574C977.409 14.3232 971.137 5.83144 965.292 8.25278C958.508 -1.94414 952.961 11.8336 946.391 12.4475C934.359 10.299 921.347 8.76433 909.187 12.3452C904.28 11.1516 898.35 12.7885 893.614 12.7544C888.494 12.8567 887.897 16.9492 883.972 19.3705C875.865 25.3045 861.53 14.9371 852.4 20.0526C847.792 17.563 845.232 25.2363 840.197 22.0647C831.622 24.486 832.432 23.0537 826.032 27.112C818.907 33.6939 804.742 28.4761 797.489 26.464C791.772 20.2572 789.084 23.5652 786.482 21.6554C783.794 20.8369 783.581 17.0856 778.546 13.1978C774.322 12.4816 770.866 4.53551 765.149 6.47941C758.664 2.76213 754.44 8.3892 749.534 8.32099C741.769 15.3804 729.95 9.4123 721.759 8.49151C710.452 6.54761 699.146 9.71923 687.797 8.49151C679.776 12.6521 671.755 8.76433 663.734 8.49151C659.254 9.00306 650.977 6.64992 651.148 12.0724C642.956 14.9712 633.442 13.4024 625.079 12.6862C624.439 16.7445 625.805 20.7346 624.781 21.7577C616.93 18.6543 609.506 28.5102 601.357 26.0889C595.64 27.112 589.838 20.871 584.121 25.9866C571.065 27.6235 557.967 22.8831 544.911 25.9866C539.749 26.6345 536.421 26.8732 531.984 28.101C525.243 30.3518 521.019 36.2517 513.126 31.8182C505.915 33.2165 498.748 29.8061 491.75 30.8292C483.26 30.761 486.076 33.6939 480.06 33.8985C475.794 38.5707 467.133 31.5454 462.525 33.7621C454.589 26.9415 446.525 37.8545 438.59 33.7962C431.763 31.6818 431.294 32.1252 426.131 28.0328C420.926 30.8633 413.545 25.9866 407.273 24.0427C400.404 20.2572 394.901 25.3386 388.031 21.6895C383.424 22.8831 381.632 16.574 377.066 21.4508C373.824 21.0416 372.544 22.9514 369.771 26.6686C366.741 34.2737 365.675 30.3177 361.792 27.9987C357.27 29.7379 352.705 26.0889 348.139 27.9646C343.02 23.9745 337.9 33.4552 332.78 27.9646C327.831 30.8292 320.151 27.6576 315.714 27.7599C311.49 25.9866 308.759 27.0779 304.28 32.3639C298.989 34.6488 296.6 38.7753 290.968 32.398C279.747 27.9305 272.921 25.6455 259.566 22.0988C250.564 24.4178 241.562 18.8248 232.517 22.0988C224.709 23.8721 218.693 15.0735 211.184 20.1208C205.126 19.4728 198.769 21.2121 192.497 20.0867C186.481 20.9393 180.465 24.3837 174.492 20.1208C170.481 20.2231 163.996 22.2693 160.54 18.2792C150.983 10.4354 144.84 9.61692 134.045 8.4233C128.67 7.94585 123.208 4.09217 117.961 7.97996C113.694 11.7995 109.385 6.4453 105.033 4.4332C94.6227 1.53441 82.0791 3.27369 75.85 10.3331C67.9143 18.9613 57.0773 18.5179 44.2778 18.1428C38.1766 14.8006 33.2275 20.2572 27.425 20.1208C26.0171 16.4717 23.6705 18.3133 22.4332 19.9162C20.0866 20.2231 20.5133 20.5982 18.7213 22.7467C9.20697 28.4761 -0.563364 29.5333 -8.88308 20.0867C-8.88308 20.2913 -11.9123 32.7049 -14.9415 40.4805C-17.9708 50.0977 -21 60.0218 -21 60.9085C-13.7469 57.123 -6.53649 49.7566 1.14324 49.0064C5.45243 50.4728 15.1801 45.5278 19.4466 49.1087C26.2304 50.1659 30.5396 56.2363 36.7687 52.0075C43.3391 54.838 49.9949 56.7137 56.3947 51.7687C63.3491 49.4497 68.085 36.5927 75.6794 43.3452C86.9003 43.1747 93.8121 42.1857 102.686 35.9448C111.859 29.6015 126.11 36.1835 136.52 40.2418C146.034 41.2308 156.103 46.2781 166.044 41.1626C176.028 43.2088 185.884 42.5267 194.971 44.1296C205.595 51.7005 215.963 55.145 228.08 52.6895C239.13 50.9503 248.857 47.0625 260.206 53.1329C265.454 47.4717 269.422 52.86 274.67 54.9062C286.19 56.5432 296.728 58.2825 307.693 61.0108C316.482 63.1593 321.388 73.1857 329.751 72.2649C335.98 81.7115 343.062 68.1384 349.419 72.3672C355.99 69.673 360.982 73.4244 367.851 76.6642C373.696 71.5487 379.968 78.6081 385.855 76.4596C397.247 77.1417 414.1 79.2561 424.211 74.1406C427.411 76.7665 429.331 76.3914 433.043 68.991C437.566 69.0251 443.411 73.5608 448.104 68.7522C453.992 68.7522 456.338 61.7951 461.928 64.728C464.615 61.1813 467.09 64.4211 469.778 64.4552C470.973 64.3188 473.362 67.4563 475.282 60.3628C480.018 60.1241 486.503 63.8413 491.58 57.4981C495.804 55.0086 499.601 50.3364 503.995 55.6224C509.201 59.8512 510.609 65.6488 516.88 62.8182C520.763 61.9998 523.152 60.2946 525.925 56.8501C532.112 49.1769 541.199 56.0999 548.623 55.0427C563.385 52.3485 578.276 48.8358 593.038 55.0427C596.792 53.8831 599.736 55.3155 603.32 54.2924C608.738 49.211 608.44 51.871 614.498 49.0064C624.653 49.5179 635.319 55.6906 645.687 51.2231C651.404 44.1637 656.225 50.6092 662.027 49.1769C665.526 52.0416 669.963 51.7005 673.163 48.563C677.174 45.3573 675.424 43.1065 677.643 39.7643C681.483 36.1494 695.05 35.3309 702.133 37.5817C708.447 44.8116 714.762 41.7423 721.119 37.5476C730.334 34.5124 737.161 36.4904 744.883 41.8446C749.448 52.7236 751.582 44.7434 756.445 47.3353C760.968 45.1527 763.954 52.9624 768.008 51.7005C775.005 56.3727 783.965 51.4277 793.223 57.5663C802.524 59.4761 812.166 62.1703 820.571 57.0207C831.067 58.6576 841.776 55.7929 851.802 55.0768C856.879 49.5179 856.623 51.0526 862.17 53.2352C867.546 52.2803 869.85 51.6323 874.287 49.5861C881.711 56.3727 891.14 54.4288 898.947 49.2451C906.456 51.5641 914.093 49.5179 921.56 49.1428C931.629 46.4145 942.594 52.0757 953.516 52.9624C964.438 48.4607 975.275 46.2781 985.174 49.2792C988.246 45.1186 990.336 47.6081 993.067 43.8567C993.664 47.1989 997.973 40.5487 998.315 39.8666C1004.46 35.6378 1010.39 41.5036 1016.06 41.299C1023.74 43.2088 1030.01 37.6158 1036.93 45.3573C1042.05 47.1648 1047.08 49.8248 1053.48 54.7357C1060.52 55.486 1066.62 54.7357 1072.89 52.5531C1079.29 52.1098 1082.49 52.2803 1087.66 56.3386C1090.68 61.2836 1090.68 63.0911 1095.08 58.3848C1099.6 61.5905 1104.21 47.5058 1108.69 50.9844C1114.83 47.9151 1122.26 50.7797 1128.96 49.6543C1138.04 51.4959 1147.43 59.4761 1156.9 51.4959C1166.37 49.5179 1175.89 53.9172 1185.15 51.1549C1188.9 56.6796 1196.92 46.2099 1200.04 50.9503C1203.15 48.6994 1202.98 48.6653 1206.22 43.1065C1209.46 33.9668 1216.08 34.1032 1220.09 41.2649C1225.68 41.3672 1229.18 41.299 1235.11 43.3452C1242.06 50.8138 1249.23 43.7544 1256.14 43.5498C1263.27 44.1296 1267.66 43.1065 1274.32 39.7643C1284.17 36.2176 1289.85 41.6059 1297.35 45.8688C1301.79 51.1208 1302.43 48.2902 1307.59 50.0636C1310.97 54.4629 1313.82 50.2682 1317.28 54.6334C1323.21 52.8259 1330.93 59.8853 1337.16 54.9745C1343.31 56.7819 1347.02 53.6103 1352.48 52.86C1356.36 53.9514 1358.45 48.6312 1361.44 55.4178C1366.3 62.409 1366.34 50.3364 1372.19 58.9646C1379.53 52.4849 1387.25 58.9646 1394.63 58.8964C1398.34 62.6136 1402.61 57.464 1406.28 58.9646C1412.12 59.6466 1409.39 57.7027 1413.96 55.4178C1419.46 50.5069 1424.8 46.0735 1431.92 53.0306C1437.17 48.7676 1442.42 51.4277 1447.66 53.0306C1451.76 53.9855 1456.07 52.5872 1460.08 53.3716C1463.88 50.8479 1467.55 55.7929 1471.6 57.4981C1475.61 62.2726 1479.92 56.6114 1483.93 59.5784C1491.1 57.6345 1496.47 65.8534 1503.6 68.2407C1510.72 77.1076 1518.62 68.5817 1525.91 68.8886C1531.67 72.9128 1535.9 58.9338 1541.7 65.0724C1545.28 55.6257 1548.82 67.1527 1552.24 66.3683C1554.46 65.9249 1556.84 74.3485 1559.36 69.5399C1561.54 72.3705 1564.14 64.1857 1566.4 69.233C1573.44 68.5168 1575.7 69.0625 1581.04 75.2352C1592.34 80.7599 1605.57 88.0922 1619.56 80.9987C1626.86 82.2946 1634.11 80.5212 1641.41 80.9987C1651.35 84.4772 1661.29 79.8391 1671.19 80.9305C1681.13 83.9657 1691.07 80.9987 1700.97 80.9646C1706.86 79.5663 1710.87 77.4178 1716.2 78.9866C1720.25 77.4519 1724.86 82.1241 1728.96 79.1571C1736.51 81.1351 1747 82.8061 1753.32 73.5982C1756.09 70.2902 1756.86 66.266 1759.25 68.9943C1760.78 71.1428 1762.32 69.1307 1763.81 65.3793C1766.37 60.4684 1767.53 57.5014 1767.18 59.3771C1775.25 52.9315 1797.6 67.8314 1810.06 64.2506C1819.07 63.0229 1827.94 60.6697 1837.58 62.8864C1842.96 65.8876 1845.73 60.1241 1850.64 59.1692C1857.63 58.0097 1866.21 61.8633 1873.34 58.8281C1883.15 57.2253 1892.83 63.1252 1902.52 59.783C1912.2 59.5102 1921.89 57.8391 1931.74 60.772C1932 59.2374 1922.5 19.2946 1922.5 17.8963Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.counter-two__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
}
@keyframes cloudMove3 {
  0% {
    background-position: 1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
.counter-two__box {
  position: relative;
  z-index: 2;
  padding: 5px 0 0 121px;
  min-height: 100px;
}
.counter-two__box__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--evans-white, #ffffff);
  font-size: 48px;
  background-color: rgba(var(--evans-primary-rgb, 45, 35, 48), 0.22);
  transition: all 0.4s ease;
}
.counter-two__box__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.counter-two__box:hover .counter-two__box__icon {
  background-color: rgba(var(--evans-primary-rgb, 45, 35, 48), 0.22);
}
.counter-two__box:hover .counter-two__box__icon span {
  transform: rotateY(360deg);
}
.counter-two__box__title {
  color: var(--evans-white, #ffffff);
  margin: 0 0 6px;
}
.counter-two__box__number {
  font-size: 45px;
  color: var(--evans-white, #ffffff);
  margin: 0;
  display: flex;
}

/*-----------------------------------------
# Counter Three
-----------------------------------------*/
/*--------------------------------------------------------------
# Tab Section
--------------------------------------------------------------*/
.tab-one {
  position: relative;
  background-color: var(--evans-primary, #fff);
  padding: 100px 0 125px;
}
@media (max-width: 767px) {
  .tab-one {
    padding: 50px 0 50px;
  }
}
.tab-one .sec-title__title,
.tab-one .sec-title__heading {
  color: var(--evans-white, #000);
}
.tab-one__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: evansMovetoleft 60s linear 0s infinite;
  opacity: 0.1;
}
.tab-one .container {
  position: relative;
  z-index: 1;
}
.tab-one__list {
  position: relative;
  margin: 0;
  padding: 40px;
  border-radius: 20px;
  background-color: #f5f5ff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-one__list {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .tab-one__list {
    padding: 40px 20px;
  }
}
.tab-one__list li {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--evans-white, #fff);
  text-transform: capitalize;
  background-color:#060522;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .tab-one__list li {
    padding: 12px 20px;
  }
}
.tab-one__list li span {
  color: var(--evans-base, #bc5a7c);
  margin-right: 20px;
  transition: all 500ms ease;
  font-size: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-one__list li span {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .tab-one__list li span {
    margin-right: 12px;
  }
}
.tab-one__list li:hover, .tab-one__list li.active-btn {
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  color: var(--evans-white, #fff);
}
.tab-one__list li:hover span, .tab-one__list li.active-btn span {
  color: var(--evans-white, #fff);
}
.tab-one__list li + li {
  margin-top: 20px;
}
.tab-one__content {
  position: relative;
}
@media (min-width: 1200px) {
  .tab-one__content {
    padding-left: 30px;
  }
}
.tab-one__content__img {
  position: relative;
  margin: 0 0 32px;
}
.tab-one__content__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.tab-one__content__img:hover .tab-one__content__icon span {
  -webkit-animation-name: wobble-horizontal-on-hover;
  animation-name: wobble-horizontal-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.tab-one__content__icon {
  width: 102px;
  height: 102px;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 46px;
  color: var(--evans-white, #000);
  position: absolute;
  right: 40px;
  bottom: -53px;
}
@media (max-width: 767px) {
  .tab-one__content__icon {
    width: 80px;
    height: 80px;
    font-size: 36px;
    bottom: -33px;
    right: 30px;
  }
}
.tab-one__content__icon span {
  display: inline-block;
}
.tab-one__content__title {
  color: var(--evans-white, #000);
  font-size: 30px;
  margin: 0 0 13px;
}
.tab-one__content__text {
  margin: 0 0 30px;
}
.tab-one__content__list {
  margin: 0;
  padding: 0;
}
.tab-one__content__list li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  color: var(--evans-white, #000);
}
@media (max-width: 767px) {
  .tab-one__content__list li {
    float: none;
    width: 100%;
  }
}
.tab-one__content__list li span {
  color: var(--evans-base, #bc5a7c);
  margin-right: 7px;
}
.tab-one .client-carousel {
  background-color: transparent;
  padding: 125px 0 0;
}
@media (max-width: 767px) {
  .tab-one .client-carousel {
    padding-top: 80px;
  }
}
.tab-one .client-carousel__title {
  border-color: rgba(var(--evans-white-rgb, 255, 255, 255), 0.1);
  color: var(--evans-white, #000);
}
.tab-one .client-carousel__title span {
  background-color: var(--evans-primary, #2D2330);
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  padding-bottom: 10px;
  margin-bottom:-2px;
}
.cta-one::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#060522;
  height: 50px;
  content: "";
}
.cta-one__wrapper {
  position: relative;
  z-index: 2;
  background-color: #483749;
  border-radius: 30px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
}
.cta-one__wrapper svg {
  position: absolute;
  left: 0;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 74px;
  height: 100%;
  fill: var(--evans-white, #ffffff);
}
@media (max-width: 1199px) {
  .cta-one__wrapper svg {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .cta-one__wrapper svg {
    display: none;
  }
}
.cta-one__shape-one {
  position: absolute;
  left: 35%;
  top: 10%;
}
@media (max-width: 991px) {
  .cta-one__shape-one {
    display: none;
  }
}
.cta-one__shape-one img {
  max-width: 100%;
  height: auto;
  -webkit-animation: airTree 5s ease-in infinite;
  animation: airTree 5s ease-in infinite;
}
.cta-one__shape-two {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .cta-one__shape-two {
    display: none;
  }
}
.cta-one__shape-two img {
  max-width: 100%;
  height: auto;
  animation: carMove 4s linear 0s infinite;
}
@keyframes carMove {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-20px);
  }
  50% {
    transform: rotate(-15deg) translateX(-40px);
  }
}
.cta-one__shape-three {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cta-one__shape-three img {
  max-width: 100%;
  height: auto;
  animation: carMove2 4s linear 0s infinite;
}
@keyframes carMove2 {
  0%, 100% {
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-5deg) translateX(-10px);
  }
  50% {
    transform: rotate(-10deg) translateX(-20px);
  }
}
.cta-one__content {
  position: relative;
  padding: 82px 0 80px 80px;
}
@media (max-width: 1199px) {
  .cta-one__content {
    padding-left: 30px;
  }
}
.cta-one__sub-title {
  color: var(--evans-white, #ffffff);
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 3px;
}
.cta-one__title {
  color: var(--evans-white, #ffffff);
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 39px;
}
@media (max-width: 991px) {
  .cta-one__title {
    font-size: 34px;
    line-height: 45px;
  }
}
.cta-one__counter {
  position: absolute;
  z-index: 2;
  left: 0;
  right: -42px;
  top: auto;
  bottom: 55px;
  margin: auto;
  width: 165px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: zumpTop 3s infinite linear;
}
@media (max-width: 991px) {
  .cta-one__counter {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cta-one__counter {
    bottom: 0;
    top: 0;
    right: 0;
  }
}
.cta-one__counter__number {
  display: flex;
  align-items: baseline;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--evans-white, #ffffff);
  margin: 0 0 -6px;
}
.cta-one__counter__number .count-text {
  font-size: 30px;
}
.cta-one__counter__title {
  font-weight: 400;
  line-height: 1;
  color: var(--evans-white, #ffffff);
  font-size: 31px;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  margin: 0;
}
.cta-one__thumb {
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .cta-one__thumb {
    width: 100%;
  }
}

.cta-two {
  position: relative;
  background:-webkit-linear-gradient(45deg, #524c93, #cf5c77 80%);
  padding: 76px 0 84px;
}
.cta-two__sub-title {
  color: var(--evans-white2, #FAF5EE);
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 3px;
}
.cta-two__title {
  color: var(--evans-white2, #FAF5EE);
  font-size: 50px;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 1199px) {
  .cta-two__title {
    font-size: 45px;
  }
}
.cta-two__btn {
  text-align: right;
  margin-top: 51px;
}
@media (max-width: 991px) {
  .cta-two__btn {
    text-align: left;
    margin-top: 31px;
  }
}
.cta-two .trevlo-btn::after {
  background-color: var(--evans-white, #ffffff);
}

.cta-three {
  position: relative;
  overflow: hidden;
  background:-webkit-linear-gradient(45deg, #524c93, #cf5c77 80%);
}
.cta-three .row > * {
  padding: 0;
  margin: 0;
}
.cta-three__image {
  position: relative;
}
.cta-three__image img {
  width: 100%;
  height: 100%;
  min-height: 715px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cta-three__image img {
    min-height: auto;
  }
}
.cta-three__content {
  width: 100%;
  height: 100%;
  position: relative;
  background:-webkit-linear-gradient(45deg, #524c93, #cf5c77 80%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-three__content__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 75.7%;
  background-color: var(--evans-white, #ffffff);
  padding: 148px 155px;
  border-radius: 0 50px 0 0;
}
@media (max-width: 1499px) {
  .cta-three__content__inner {
    max-width: 82.7%;
    padding: 128px 90px;
  }
}
@media (max-width: 1199px) {
  .cta-three__content__inner {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .cta-three__content__inner {
    position: relative;
    border-radius: 0;
    padding: 118px 90px;
  }
}
@media (max-width: 767px) {
  .cta-three__content__inner {
    padding: 75px 20px 90px;
  }
}
.cta-three__content__inner__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: repeat-x;
  animation: cloudMove3 70s linear 0s infinite;
  mix-blend-mode: difference;
  opacity: 0.05;
}
.cta-three__title {
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta-three__title {
    font-size: 60px;
    margin: 0 0 15px;
  }
}
.cta-three__sub-title {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 29px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta-three__sub-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 18px;
  }
}

.main-footer__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  min-height: 276px;
  z-index: 0;
  background-repeat: repeat-x;
  animation: evansMovetoleft 60s linear 0s infinite;
}
/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
}
.main-slider-one__carousel {
  position: relative;
  margin: 0 auto;
}
.main-slider-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: right;
  position: absolute;
  outline: none;
  top: 46%;
  transform: translateY(-50%);
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  z-index: 4;
  left: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  background-color: transparent;
  color: rgba(var(--evans-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--evans-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-prev:hover {
  background-color: transparent;
  border-color: var(--evans-white, #ffffff);
  color: var(--evans-white, #ffffff);
}
@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
    left: 49px;
  }
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 4;
  right: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  color: rgba(var(--evans-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--evans-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}
.main-slider-one__carousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  border-color: var(--evans-white, #ffffff);
  color: var(--evans-white, #ffffff);
}
@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
    right: 49px;
  }
}
.main-slider-one__carousel .active .main-slider-one__image {
  transform: scale(1.12);
}
.main-slider-one__carousel .active .main-slider-one__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
.main-slider-one__carousel .active .main-slider-one__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.main-slider-one__carousel .container {
  padding-top: 195px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .main-slider-one__carousel .container {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__carousel .container {
    padding-top: 110px;
  }
}
.main-slider-one__content {
  position: relative;
}
.main-slider-one__sub-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: var(--evans-white, #ffffff);
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 3px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(50px);
}
@media (max-width: 991px) {
  .main-slider-one__sub-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__sub-title {
    font-size: 30px;
  }
}
.main-slider-one__sub-title img {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  width: 63px !important;
}
.main-slider-one__title {
  font-size: 100px;
  letter-spacing: -1.4px;
  display: inline-block;
  color: var(--evans-white, #ffffff);
  margin-bottom: 0;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(30px);
}
@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 70px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 42px;
    letter-spacing: 0;
  }
}
.main-slider-one__title img {
  position: absolute;
  right: -36px;
  bottom: 0;
  width: 330px !important;
}
@media (max-width: 767px) {
  .main-slider-one__title img {
    display: none !important;
  }
}
.main-slider-one__image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 668px;
  width: 100%;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
  background-color: var(--evans-black, #000000);
}
.main-slider-one__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--evans-primary-rgb, 45, 35, 48), 0.6);
}
.main-slider-one .banner-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 121px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .main-slider-one .banner-form {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-slider-one .banner-form {
    bottom: 0;
  }
}

.main-slider-two {
  position: relative;
  background-color: #483749;
}
.main-slider-two__shape-one {
  position: absolute;
  left: 0;
  top: 47px;
  width: 100%;
  height: 194px;
  opacity: 0.05;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
  background-position: left top;
}
@media (max-width: 767px) {
  .main-slider-two__shape-one {
    width: 100%;
  }
}
.main-slider-two__shape-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 235px;
  opacity: 0.15;
  background-repeat: repeat-x;
  animation: evansMovetoright 60s linear 0s infinite;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .main-slider-two__shape-two {
    width: 100%;
  }
}
.main-slider-two__carousel {
  position: relative;
  z-index: 2;
}
.main-slider-two__carousel .active .main-slider-two__image {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}
.main-slider-two__carousel .active .main-slider-two__text-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1100ms;
}
.main-slider-two__carousel .active .main-slider-two__text-two {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1100ms;
}
.main-slider-two__carousel .active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.main-slider-two__carousel .active .main-slider-two__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}
.main-slider-two__carousel .active .main-slider-two__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}
.main-slider-two__carousel .container {
  padding-top: 140px;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .main-slider-two__carousel .container {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__carousel .container {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
.main-slider-two__image {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 52.4%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  filter: blur(10px);
  overflow: hidden;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .main-slider-two__image {
    display: block;
  }
  .main-slider-two__image {
  position: relative;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  filter: blur(10px);
  overflow: hidden;
  -webkit-mask: unset;
  mask: unset;
}
}
.main-slider-two__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}
.main-slider-two__text-one {
  position: relative;
  display: inline-block;
  background-color: var(--evans-white, #ffffff);
  font-size: 20px;
  font-weight: 700;
  color: var(--evans-black, #000000);
  text-transform: capitalize;
  padding: 6px 18px;
  margin-left: 190px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145 51"><path d="M139.878 50.2369L5.77363 49.0844L0 3.86671L145 0L139.878 50.2369Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145 51"><path d="M139.878 50.2369L5.77363 49.0844L0 3.86671L145 0L139.878 50.2369Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .main-slider-two__text-one {
    margin-left: 150px;
  }
}
.main-slider-two__text-two {
  position: relative;
  display: block;
  background:-webkit-linear-gradient(45deg, #f4952b, #252450 80%);
  font-size: 13px;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  font-weight: 400;
  color: var(--evans-white, #ffffff);
  text-transform: capitalize;
  padding: 0 0;
  text-align: center;
  width: 113px;
  height: 38px;
  margin-left: 222px;
  top: -5px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 38"><path d="M108.734 24.6339L4.57374 22.5337L0.474609 2.2904L112.697 0.432861L108.734 24.6339Z"/><path d="M79.9568 24.0502L63.8861 37.8793L108.734 24.6339L79.9568 24.0502Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 38"><path d="M108.734 24.6339L4.57374 22.5337L0.474609 2.2904L112.697 0.432861L108.734 24.6339Z"/><path d="M79.9568 24.0502L63.8861 37.8793L108.734 24.6339L79.9568 24.0502Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 767px) {
  .main-slider-two__text-two {
    margin-left: 182px;
  }
  .cta-one__counter {
   right: -42px;
    top: auto;
    bottom: 55px;
    margin: auto;
    width: 100px;
    height: 100px;
}
.cta-one__counter {
    bottom: 0;
    top: 150px;
    right: 0;
}
}
.main-slider-two__sub-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #f6972d;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 7px;
  margin-top: -8px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-50px);
}
@media (max-width: 767px) {
  .main-slider-two__sub-title {
    margin-top: -12px;
    font-size: 28px;
  }
}
.main-slider-two__title {
  font-size: 60px;
  line-height: 77px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--evans-white, #ffffff);
  margin-bottom: 33px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100px);
}
@media (max-width: 1199px) {
  .main-slider-two__title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 42px;
    line-height: 50px;
  }
}
.main-slider-two__btn {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-two__btn .trevlo-btn::after {
  background-color: var(--evans-white, #ffffff);
}
.main-slider-two__btn .trevlo-btn:hover {
  color: var(--evans-black, #000000);
}
.main-slider-two .banner-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 1200px;
}

.main-slider-three {
  position: relative;
  z-index: 2;
  background-color: var(--evans-white2, #FAF5EE);
  padding: 189px 0 0;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .main-slider-three {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .main-slider-three > .container {
    max-width: 100%;
    padding-left: 10.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .main-slider-three > .container {
    padding-left: 2%;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .main-slider-three > .container {
    padding-left: 15px;
  }
}
.main-slider-three__content {
  position: relative;
}
.main-slider-three__sub-title {
  font-size: 24px;
  color: var(--evans-base, #bc5a7c);
  font-weight: 400;
  font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 10px;
}
.main-slider-three__title {
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 40px;
    line-height: 46px;
  }
}
.main-slider-three .banner-form {
  margin-top: 90px;
  max-width: 1200px;
  position: relative;
  left: -15px;
}
@media (max-width: 1199px) {
  .main-slider-three .banner-form {
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .main-slider-three .banner-form {
    margin-top: 50px;
  }
}
.main-slider-three__shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 369px;
  z-index: -1;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
  background-position: left bottom;
  mix-blend-mode: difference;
  opacity: 0.05;
}
@media (max-width: 767px) {
  .main-slider-three__shape-one {
    width: 100%;
  }
}
.main-slider-three__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 59.8%;
  height: 767px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 0 0 0 55px;
}
@media (max-width: 1399px) {
  .main-slider-three__image {
    width: 62%;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__image {
    display: none;
  }
}
.main-slider-three__image::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 259px;
  content: "";
  background-image: linear-gradient(180deg, #1A141C 0%, rgba(30, 30, 30, 0) 74.04%);
}
.main-slider-three__customer {
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -92px;
  z-index: -1;
}
@media (max-width: 767px) {
  .main-slider-three__customer {
    display: block;
    bottom: -120px;
  }
}
.main-slider-three__customer__image {
  display: flex;
  align-items: center;
}
.main-slider-three__customer__image img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--evans-white, #ffffff);
  border-radius: 50%;
  margin-right: -11px;
}
.main-slider-three__customer__number {
  width: 50px;
  height: 50px;
  background:-webkit-linear-gradient(45deg, #524c93, #cf5c77 80%);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: var(--evans-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
}
.main-slider-three__customer__title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0 46px;
}
@media (min-width: 1360px) and (max-width: 1499px) {
  .main-slider-three__customer__title {
    margin-left: 15px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .main-slider-three__customer__title {
    margin-left: 12px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__customer__title {
    margin: 15px 0 0;
  }
  .topbar{
      display:none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-slider-three {
    margin-left: 12px;
    font-size: 17px;
  }
}
.w-116{
    width:116px !important;
} 
.h-116{
    height:116px !important;
}
.h-233{
    height:233px;
}
.h-300{
    height:300px;
}
.cursive-text{
    font-family: var(--evans-special-font, "Covered By Your Grace", cursive);
    color:#f6972d;
    font-weight:bold;
}
.top-0{
    top:0 !important;
} 
.left-0{
    left:0 !important;
} 
.right-0{
    right:0 !important;
}
.banner-title {
    position: relative;
    z-index: 10;
    color: #fff;
}
.banner-image-section.position-relative::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(45deg, #f4952b, #252450 80%);
    z-index: 9;
    opacity: 0.75;
}
.mt-m-35{
    margin-top:-35px;
}
.service-card{
    border-radius:10px;
    box-shadow:0 1px 11px #efefef;
}
.owl-gallery-section .owl-item{
    height:300px;
}
.related-tours-sec.owl-gallery-section .owl-item{
    height:auto;
}
.owl-gallery-section .owl-item img{
    height:300px;
    width:100%;
    object-fit:cover;
}
.owl-gallery-section .owl-nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.owl-gallery-section .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-gallery-section .owl-carousel .owl-controls .owl-nav .owl-next {
    background: -webkit-linear-gradient(45deg, #f4952b, #252450 80%) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.owl-gallery-section .owl-controls{
    position:absolute;
    top:40%;
    width:100%;
}

.f-30{
    font-size:30px !important;
}
.toggle-header{
    background-color:#ffedd9;
    padding:8px 15px;
}
.toggle-btn{
    cursor: pointer;
    color: #2c2d3f;
    font-size: 30px;
    font-weight: bold;
}
 #toggle-content ul {
    list-style: none;
    padding-left: 20px;
  }
  #toggle-content ul li {
    position: relative;
    padding-left: 25px; /* Adjust spacing between marker and text */
    margin-bottom: 15px; /* Adjust vertical spacing between list items */
  }
 #toggle-content ul li::before {
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 6px;
    line-height: 1;
}
.side-bar-contact{
    margin-top: -100px;
    background-color: #f4f4ff;
    padding: 15px;
    z-index: 9;
    position: relative;
    border-radius: 15px;
}
.related-tours-sec h3{
    font-size:1.15rem;
}
.w-50px{
    width:50px;
}