*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

body {
	font-size: 16px;
	color:#666666;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Arimo', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #f74883;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
}

h1{
	font-size: 60px;
}

h2{
	font-size: 44px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 10px;
}

input,select,button{
	font-family: 'Arimo', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:rgba(0,0,0,0);
} 

.preloader .icon{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:5; 
	background-color:rgba(0,0,0,0); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 

.page-loaded .preloader .icon{
	opacity:0; 
}

.preloader:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:0; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:before{
	-webkit-transform:translateX(-101%);
	-ms-transform:translateX(-101%);
	transform:translateX(-101%);
}

.preloader:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:51%;
	height:100%;
	background:#ffffff;
	z-index:2; 
	-webkit-transform:translateX(0%);
	-ms-transform:translateX(0%);
	transform:translateX(0%);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.page-loaded .preloader:after{
	-webkit-transform:translateX(101%);
	-ms-transform:translateX(101%);
	transform:translateX(101%);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
	border-bottom: 0.9px solid #EEEEEE;
}

.main-header .header-upper{
	position:relative;
	display: block;
	z-index: 1;
	background: #ffffff;
}

.header-style-one .header-upper .inner-container{
	position:relative;	
}

.main-header .header-upper .logo-box{
	position: relative;
	float:left;
	padding: 29px 0px;
	z-index:10;
}

.main-header .header-upper .logo-box .logo{
	position: relative;
	display:block;
}

.main-header .header-upper .right-nav{
	position: relative;
	float: right;
}

.main-header .nav-outer{
	position: relative;
	float: left;
	z-index:1;
}

.main-header .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Arimo', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:25px 0px;
	margin-right: 40px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu #navbarSupportedContent li:last-child {
	padding: unset;
}

.main-menu #navbarSupportedContent li:last-child a {
	padding: 9px 17px !important;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30.4px;
	font-weight:700;
	text-transform:capitalize;
	letter-spacing: 0.03em;
	color:#222222;
	padding:15px 0px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	border-bottom: 2px solid #f74883;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before{
	width:100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #f74883;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #f74883;
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #4a3d8f;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:red;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#f74883;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #4a3d8f;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:#4a3d8f;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-header .header-upper .right-info{
	position: relative;
	float: right;
	padding-top: 33px;
}

.main-header .header-upper .info{
	position: relative;
	float: left;
}

.main-header .header-upper .info .info-block{
	position: relative;
	float: left;
	padding-left: 50px;
	min-height: 44px;
	margin-left: 55px;
}

.main-header .header-upper .info .info-block:before{
	content: '';
	position: absolute;
	left: -28px;
	top: 0px;
	height: 44px;
	border-left: 1px solid #f0f0f0;
}

.main-header .header-upper .info .info-block:first-child{
	margin-left: 0;
}

.main-header .header-upper .info .info-block:first-child:before{
	display: none;
}

.main-header .header-upper .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 0px;
	width: 36px;
	height: 44px;
	font-size: 36px;
	color: #f74883;
	line-height: 44px;
}

.main-header .header-upper .info strong{
	position: relative;
	display: block;
	color: #222222;
	font-weight: 700;
}

.main-header .header-upper .info .info-text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 22px;
}

.main-header .header-upper .info a{
	color: #222222;
}

.main-header .header-upper .info a:hover,
.main-header .header-upper .info a:hover strong{
	text-decoration: underline;
	color: #f74883;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
	border-bottom:1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99901;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding:20px 0px;
}

.header-style-one.fixed-header .sticky-header .logo {
    padding: 20px 0px;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:21px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#25283a;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

header .main-menu .navigation > li > a, header .sticky-header .main-menu .navigation > li > a {
	font-size:20px;
}

header .main-menu .navigation > li:last-child > a, header .sticky-header .main-menu .navigation > li:last-child > a {
	font-size:16px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #222222;
	margin: 35px 0px 0px;
	display: none;
}

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 85.56% !important;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 15px;
    text-align: left;
    background: #ffffff;
    padding-top: 8px;
	border-bottom: 1px solid #E2E4E5;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(-100%) !important;
	/* transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease; */
	transition: none !important;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	transition: none !important;
	opacity: 0 !important;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%) !important;
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #fff !important;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(-100%) !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%) !important;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 11px;
    top: 18px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
	background: transparent !important;
	transform: translateX(-100vw) !important;
}

.mobile-menu-visible .mobile-menu .close-btn{
	transform: translateX(0) !important;
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin-top: 28px;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 20.7px !important;
	padding: 18px 0 17px 82px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #0f0f0f !important;
	text-transform: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}



.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:35px !important;
	top:15px !important;
	height:0;
	border-left: 3px solid #f74883;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
	padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
} 

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title.centered{
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.sec-title .upper-text {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    font-size: 16px;
    color: #4a3d8f;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.sec-title h2 strong {
    font-weight: 600;
}

.sec-title .upper-text:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #f74883;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:44px;
	line-height: 1.20em;
	color: #222222;
	font-weight: 600;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 400;
	color: #666666;
	padding: 20px 0px 0px;
}

.theme-separator{
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e2eef2;
}

.theme-separator:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35.5px;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	background:#ffffff url('../../assets/images/icon/theme-icon.gif') center center no-repeat;
	animation: none !important;
	border-radius: 50%;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 120px 0px 70px;
}

.about-section .text-column .sec-title{
	position:relative;
	margin-bottom:20px;
}

.about-section .text-column{
	position: relative;
	margin-bottom: 20px;
}

.about-section .text-column .inner{
	position: relative;
	display: block;
	padding-top: 20px;
	padding-right: 30px;
}

.about-section .text-column .text-content{
	position: relative;
}

.about-section .text-column .text-content p{
	position: relative;
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 28px !important;
	color: rgba(66, 66, 66, 1);
}

.about-section .text-column .text-content ul{
	position: relative;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
    gap: 14px;
}

.about-section .image-column{
	position: relative;
	margin-bottom: 30px;
	margin-top: 50px;
}

.about-section .image-column .inner{
	position: relative;
	display: block;
	padding-left: 70px;
}

.about-section .images{
	position: relative;
}

.about-section .image-column .images:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	background: #ffffff;
	margin: -35px 0px 0px -35px;
	border-radius: 50%;
	z-index: 2;
	display: none;
}

.about-section .images .row{
	position: relative;
	margin: 0px -10px;
}

.about-section .images .image{
	position: relative;
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
	margin: 0px 0px;
	padding: 10px 10px;
}

.about-section .images .image:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-section .images .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .images .image img{
	display: block;
	width: 100%;
}

.list-style-one{
	position: relative;
}

.list-style-one li{
	position: relative;
	margin-bottom: 7px;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 16px;
}

.list-style-one li:before{
	content: "\f11c";
	position: absolute;
	left: 0px;
	top: 2px;
	font-family: 'Flaticon';
	color: #f74883;
	border: 1px solid lightgrey;
	padding: 7px 5px;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 8px;
	font-size: 12px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding: 120px 0px 90px;
}

.services-section .gradient-layer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: -webkit-linear-gradient(bottom,#edf5f8,#ffffff);
}

.services-section .pattern-layer{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -240px;
	width: 220px;
	height: 480px;
	background: url('../images/icons/pattern-1.png') right center no-repeat;
}

.services-section .sec-title{
	position:relative;
	margin-bottom:50px;
}

.services-section .sec-title .lower-text{
	color: #666666;
	padding-top: 15px;
}

.services-section .row{
	margin: 0px -20px;
}

.services-section .column{
	position: relative;
	padding: 0px 20px;
}

.services-section .column:nth-child(1){
	padding-top: 110px;
}

.services-section .column:nth-child(2){
	padding-top: 60px;
}

.services-section .row .column:nth-child(3) .service-block:nth-child(2) img{
	height: 185px !important;
	width: 190px !important;
}

.service-block{
	position: relative;
	margin-bottom: 90px;
}

.service-block .inner-box{
	position: relative;
	display: block;
	padding: 30px 35px 0px;
	height: 441.66px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.service-block .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #f74883;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 900ms ease;
	z-index: 2;
}

.service-block .inner-box:hover:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-block h3{
	position: relative;
	color: #222222;
	text-transform: capitalize;
	margin: 0 0 12px;
	font-weight:600;
}

.service-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block h3 a:hover{ color: #f74883; }

.service-block .icon-outer{
	position: relative;
	display: block;
	padding: 31px;
	margin: 0 auto 30px;
	overflow: hidden;
	z-index: 2;
	width: 170px;
    height: 170px;
	border-radius: 50%;
}

.service-block .icon-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#ffffff url('../images/icons/theme-icon-2.png') center center no-repeat;
	transition: all 500ms ease;
	animation: none !important;
}

.service-block:hover .icon-bg{
	transform: scale(1.05);
}

.service-block .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.service-block .icon-outer .icon-box img{
	position: relative;
	max-width: 100px;
	max-height: 100px;
}

.service-block .text{
	position: relative;
	display: block;
	color: #666666;
	font-size: 16px;
}

.service-block .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
}

.service-block .more-link a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #f74883;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box .more-link a:hover{
	color: #ffffff !important;
	background: #f74883;
}

.services-section .bottom-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 30px;
}

.services-section .bottom-text .text{
	position: relative;
	color: #222222;
	font-size: 18px;
	line-height: 1.5em;
}

.services-section .bottom-text .text a{
	color: #4a3d8f;
	text-decoration: underline;
	text-decoration-color: #f74883;
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position:relative;
}

.fun-facts-section.alternate{
	background: #4a3d8ff0;
	padding: 110px 0px 70px;
}

.fun-facts-section .title-box{
	position:relative;
	text-align: center;
	margin-bottom: 60px;
}

.fun-facts-section .title-box h1 {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1.20em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.fun-facts-section .title-box h1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	border-bottom: 2px solid #f74883;
}

.fun-facts-section .map-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.05;
}

.fact-counter{
	position: relative;
	z-index: 1;
}

.fact-counter .counter-column{
	position:relative;
	text-align: center;
}

.fun-facts-section.alternate .fact-counter .counter-column{
	margin-bottom: 50px;
}

.fact-counter .counter-column:nth-child(2){
	border-left:1px solid #e2eef2;
	border-right:1px solid #e2eef2;
}

.fun-facts-section.alternate .fact-counter .counter-column:nth-child(2){
	border: none;
}

.fact-counter .counter-column .inner{
	position: relative;
	display: block;
	padding: 110px 20px;
}

.fun-facts-section.alternate .fact-counter .counter-column .inner{
	padding: 0px;
}

.fact-counter .upper-title{
	position: relative;
	display: block;
	font-size:20px;
	line-height:1.5em;
	font-weight:400;
	color:#222222;
	text-transform: capitalize;
	margin-bottom: 22px;
}

.fact-counter .count-box{
	position: relative;
	font-size:75px;
	line-height: 1.20em;
	color:#4a3d8f;
	text-transform: capitalize;
	font-weight:400;
	margin-bottom: 10px;
}

.fact-counter .count-box .count-text{
	position:relative;
	display: inline-block;
	font-weight: 800;
}

.fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color: #666;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.fun-facts-section.alternate .fact-counter .counter-title {
	color: #fff;
}


.fun-facts-section.alternate .fact-counter .upper-title,
.fun-facts-section.alternate .fact-counter .count-box{
	color:#ffffff;
}

#home-why-choose-genesis-section .appointment-section{
	position:relative;
	padding: 120px 0px 47px;
}

.appointment-section .pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../images/icons/pattern-1.png') center top no-repeat;
}

.appointment-section .sec-title{
	max-width: 480px;
}

.appointment-section .sec-title .lower-text{
	color: #666;
}

.appointment-section .text-column{
	position: relative;
	margin-bottom: 20px;
}

.appointment-section .text-column .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.service-block-two{
	position: relative;
	margin-bottom: 30px;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
	padding: 8px 0px 0px 125px;
	min-height: 101px;
}

.service-block-two h3{
	position: relative;
	color: #222222;
	text-transform: capitalize;
	margin: 0 0 10px;
	font-weight:600;
}

.service-block-two h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two h3 a:hover{
	color: #f74883;
}

.service-block-two .icon-outer{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 101px;
	height: 101px;
	padding: 20px;
	margin: 0 0;
}

.service-block-two .icon-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/icons/theme-icon-3.png') center center no-repeat;
}

.service-block-two .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.service-block-two .icon-outer .icon-box img{
	max-width: 60px;
	max-height: 60px;
	border: 4px solid #edf5f8;
    border-radius: 50%;
}

.service-block-two .text{
	position: relative;
	display: block;
	font-size: 16px;
}

.appointment-section .form-column{
	position: relative;
	margin-bottom: 50px;
	padding-top: 15px;
}

.appointment-section .form-column .inner{
	position: relative;
	display: block;
	text-align: center;
}

.appointment-section .form-column .image{
	position: relative;
	display: block;
	margin: 0;
}

.appointment-section .form-column .image img{
	position: relative;
	display: block;
	width: 100%;
}

.appointment-section .form-box{
	position: relative;
	display: block;
	background: #ffffff url(../images/icons/round-pattern-1.png) 60px -350px no-repeat;
	padding: 50px 45px;
}

.appointment-section .title{
	position: relative;
	margin-bottom: 30px;
}

.appointment-section .title h3{
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	font-size: 24px;
	color: #222222;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 10px;
}

.appointment-section .title h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	border-bottom: 2px solid #f74883;
}

.appointment-form .row{
	margin: 0 -7px;
}

.appointment-form .form-group{
	padding: 0 7px;
	margin-bottom: 14px;
}

.appointment-form form button{
	text-transform: none;
	margin-top: 5px;
	width: 100%;
}

/*** 

====================================================================
	Testimonilas Section
====================================================================

***/

.testimonials-section{
	position:relative;
	background: #fbf9f9;
}

.testimonials-section .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.testimonials-section .carousel-box{
	position: relative;
	display: block;
	padding: 100px 20px;
	background: rgba(255,255,255,0.94);
	border-bottom: 2px solid #4a3d8f;
	text-align: center;
	z-index: 1;
}

.testimonials-section .slide-item{
	position: relative;
	display: block;
}

.testimonials-section .slide-item .inner{
	position: relative;
	display: block;
	max-width: 731px;
	margin: 0 auto;
}

.testimonials-section .slide-item .icon-box{
	position: relative;
	display: block;
	color: #f74883;
	font-size: 48px;
	line-height: 1em;
	margin-bottom: 30px;
}

.testimonials-section .slide-item .title{
	position: relative;
	display: block;
	color: #313131;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
	font-weight: 600;
}

.testimonials-section .slide-item .text{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.6em;
	color: #666;
	margin-bottom: 30px;
}

.testimonials-section .slide-item .info{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
}

.testimonials-section .slide-item .info .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}

.testimonials-section .owl-theme .owl-nav{
	display: none;
}

.testimonials-section .owl-theme .owl-dots{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 35px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #cccccc;
	border-radius: 50%;
	-ms-transform: scale(0.7);
	transform: scale(0.7);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span{
	background: #f74883;
	-ms-transform: scale(1);
	transform: scale(1);
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding: 60px 0px;
	background: #edf5f8;
	background: #edf5f8;
}

.sponsors-section.alternate{
	position:relative;
	background: #ffffff;
}

.sponsors-outer{
	position:relative;
	text-align:center;
}

.sponsors-outer .auto-container{
	max-width: 1340px;
}

.sponsors-outer .slide-item{
	display: block;
	text-align: center;
}

.sponsors-outer .image-box{
	position:relative;
	display: inline-block;
}

#home-client-logo-slider-section .sponsors-outer .image-box a{
	pointer-events: none;
	cursor: default;
}

.sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	opacity:0.20;
	-webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.sponsors-outer .image-box img:hover{
	opacity:1;
}


.sponsors-section.alternate .sponsors-outer .image-box img{
	-webkit-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
}

.sponsors-section.alternate .sponsors-outer .image-box img:hover{
	-webkit-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background: #1f174e;
}

.main-footer .auto-container{
	max-width: 1340px;
}

.main-footer .widgets-section{
	position:relative;
	padding:40px 0px 40px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widget-title{
	position:relative;
	margin-bottom:20px;
}

.main-footer .widget-title.empty-title{
	opacity: 0;
	visibility: hidden;
}

.main-footer .widget-title h4 {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500 !important;
    margin: 0 0;
	padding-top: 50px;
}
.main-footer .widget-title h4:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	border-bottom: 2px solid #f74883;
}

.main-footer .about-widget{
	position:relative;
}

.main-footer .about-widget .text{
	position:relative;
	margin-bottom: 18px !important;
	color: #fff;
}

.main-footer .links-widget{
	margin-bottom: 10px;
}

.main-footer .links-widget .widget-content{
	position: relative;
	padding-left: 20px;
}

.main-footer .links-widget .column{
	position:relative;
	margin-bottom: 30px;
}

.main-footer .links-widget .links li{
	position:relative;
	margin-bottom:12px;
	line-height: 24px;
	font-size: 15px;
	color: #666666;
}

.main-footer .links-widget .links li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #f74883;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .links-widget .links li:hover:before{
	opacity: 1;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .links-widget .links li a{
	position:relative;
	display: block;
	color: #ffffff;
	font-size:15px;
	text-transform: capitalize;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .links-widget .links li a:hover{
	color:#f74883;
	padding-left: 15px;
}

.main-footer .info ul{
	position:relative;
}

.main-footer .info ul li{
	position:relative;
	line-height: 1.6em;
	color: #fff;
	margin-bottom: 18px !important;
}

#footer-section .main-footer .info ul li strong{
	font-weight: 500;
}

.main-footer .info ul li a{
	color: #fff;
}

.main-footer .info ul li a:hover{
	color: #f74883;
	text-decoration: underline;
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
	border-top: 1px solid #ffffff1f;
}

.main-footer .footer-bottom .inner{
	position: relative;
	display: block;
	text-align: center;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color: #fff;
}

.main-footer .footer-bottom .copyright strong{
	color: #ffffff;
}

.main-footer .footer-bottom .copyright a{
	text-transform: capitalize;
	color: #666666;
	text-decoration: underline;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .footer-bottom .copyright a:hover{
	color: #f74883;
}

/***

====================================================================
		Inner Banner Section
====================================================================

***/

.inner-banner {
    position: relative;
    background: #4a3d8f;
    color: #ffffff;
    z-index: 1;
}
.inner-banner.alternate{
	text-align: center;
}

.inner-banner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.60);
}

.inner-banner .banner-curve{
	position:absolute;
	left:0;
	bottom: -1px;
	width:100%;
	height:78px;
	background-image:url('../../assets/images/banner-curve.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

.inner-banner .inner{
	position: relative;
	display: block;
	padding: 100px 0px 120px;
}

.inner-banner .theme-icon{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -255px;
	width: 510px;
	height: 510px;
	background:url('../../assets/images/theme-icon-5.png') center center no-repeat;
	opacity: 0.05;
}

.inner-banner .title-box{
	position: relative;
}

.inner-banner .title-box h1{
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 3px;
}

.inner-banner .d-text{
	position: relative;
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 24px;
}

.inner-banner .d-text:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	border-bottom: 2px solid #f74883;
}

.inner-banner.alternate .d-text:before{
	left: 50%;
	margin-left: -25px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section-two{
	position:relative;
}

.contact-section-two .sec-title{
	position:relative;
	margin-bottom: 30px;
}

.contact-section-two .social-links{
	position: relative;
	display: block;
}

.contact-section-two .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

.contact-section-two .social-links li a{
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	color: #4a3d8f;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-section-two .social-links li a:hover{
	color: #ffffff;
	background: #f74883;
	border-color: #f74883;
}

.contact-section-two .text-column,
.contact-section-two .form-column{
	position: relative;
	margin-bottom: 50px;
}

.contact-section-two .text-column .inner{
	position: relative;
	display: block;
	max-width: 440px;
}

.contact-section-two .form-column .inner{
	position: relative;
	display: block;
	padding-top: 40px;
}

.contact-form .row{
	margin: 0 -10px;
}

.contact-form .form-group{
	padding: 0 10px;
	margin-bottom: 20px;
}

.contact-form form button{
	text-transform: none ;
	margin-top: 5px;
}

.contact-section-two .lower-row{
	position: relative;
}

.contact-info-block{
	position: relative;
	margin-bottom: 50px;
}

.contact-info-block .inner{
	position: relative;
	display: block;
}

.contact-info-block .content-box{
	position: relative;
	display: block;
	background: #ffffff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}

.contact-info-block .content-box .title-box{
	position: relative;
	display: block;
	line-height: 1.5em;
	padding: 25px 40px;
	color: #ffffff;
	background: #4a3d8f;
}

.contact-info-block .content-box .title-box h4{
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	line-height: 1.4em;
	margin-bottom: 2px;
}

.contact-info-block .content-box .title-box h4 a{
	color: #ffffff;
}

.contact-info-block .content-box .title-box .sub-text{
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
}

.contact-info-block .content-box .text-content{
	position: relative;
	display: block;
	padding: 42px 35px 30px;
	background: #ffffff;
}

.contact-info-block .content-box .text{
	position: relative;
	margin-bottom: 20px;
}

.contact-info-block .content-box .info ul{
	position:relative;
}

.contact-info-block .content-box .info ul li{
	position:relative;
	line-height: 1.6em;
	color: #222222;
	margin-bottom: 14px;
}

.contact-info-block .content-box .info ul li .icon {
	margin-right: 10px;
}

.contact-info-block .content-box .info ul li strong{
	font-weight: 700;
}

.contact-info-block .content-box .info ul li a{
	color: #222222;
}

.contact-info-block .content-box .info ul li a:hover{
	color: #f74883;
	text-decoration: underline;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

#service-page-main-content .sidebar-page-container{
	position:relative;
	padding: 47px 0px 70px;
}

.sidebar-page-container.services-page{
	padding-bottom: 50px;
}

.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 30px;
}

.services-page .content-side{
	order: 12;
}

.sidebar-page-container .blog-content{
	position: relative;
	display: block;
}

.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 30px;
}

.services-page .sidebar-side{
	order: 0;
}

.sidebar-page-container .sidebar{
	position: relative;
}

.sidebar-page-container .blog-sidebar{
	margin-left: -30px;
}

.sidebar-page-container .services-sidebar{
	padding-right: 20px;
}

.sidebar .sidebar-widget{
	position: relative;
	display: block;
	margin-bottom: 50px;
}
 

.sidebar .sidebar-widget:last-child{
	margin-bottom: 10px;
}

.sidebar .sidebar-widget .widget-inner{
	position: relative;
	display: block;
}

.sidebar .info-widget{
	text-align: center;
}

.sidebar .info-widget .widget-inner{
	background: #f74883;
	color: #ffffff;
}

.sidebar .info-widget .lower{
	display: block;
	padding: 30px 20px;
}

.sidebar .info-widget .image{
	position: relative;
	display: block;
	margin: 0;
}

.sidebar .info-widget .image img{
	position: relative;
	display: block;
	width: 100%;
}

.sidebar .info-widget .subtitle{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.sidebar .info-widget .icon-box{
	position: relative;
	display: block;
	font-size: 52px;
	line-height: 1em;
	margin-bottom: 30px;
}

.sidebar .info-widget .phone{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}

.sidebar .info-widget .phone a{
	display: inline-block;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}

.sidebar .info-widget .email{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
}

.sidebar .info-widget .email a{
	color: #ffffff;
}

.sidebar .downloads-widget{
	position: relative;
}

.sidebar .downloads-widget .widget-inner{
	background: rgba(0,0,0,0.03);
	padding: 25px 30px;
}

.sidebar .downloads-widget li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.sidebar .downloads-widget li:last-child{
	border-bottom: none;
}

.sidebar .downloads-widget li a{
	position: relative;
	display: block;
	padding: 12px 0px;
	line-height: 30px;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
}

.sidebar .downloads-widget li .fa,
.sidebar .downloads-widget li .far{
	position: relative;
	padding-right: 10px;
	font-size: 20px;
	top: 2px;
}

.sidebar .downloads-widget li a:hover{
	color: #f74883;
}

.sidebar-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-title h3{
	position: relative;
	display: inline-block;
	font-size:22px;
	line-height: 1.25em;
	color: #222222;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sidebar-title h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	border-bottom: 2px solid #f74883;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:14px 50px 14px 30px;
	border:1px solid #f0f0f0;
	background:#ffffff;
	color:#222222;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#f74883;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:50px;
	line-height:60px;
	display:block;
	font-size:16px;
	color:#222222;
	background:none;
	font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color: #f74883;
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	color:#777777;
	padding:0px 0px 25px 100px;
	min-height:105px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:25px;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .recent-posts .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border-radius:0;	
}

.sidebar .recent-posts .post-thumb img{
	position:relative;
	display:block;
	width: 100%;	
}

.sidebar .recent-posts .text{
	font-size:16px;
	line-height:1.5em;
	color:#222222;
	font-weight:700;
	text-transform: capitalize;
	margin-bottom:7px;
}

.sidebar .recent-posts .text a{
	color:#333333;
}

.sidebar .recent-posts .text a:hover{
	color:#f74883;	
}

.sidebar .recent-posts .meta-info{
	position: relative;
	color: #999999;
}

.sidebar .recent-posts .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.sidebar .recent-posts .meta-info li:last-child{
	margin-right: 0;
}

.sidebar .recent-posts .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.sidebar .recent-posts .meta-info li:last-child:after{
	display: none;
}

.sidebar .recent-posts .meta-info li a{
	position: relative;
	color: #999999;
}

.sidebar .recent-posts .meta-info li a:hover{
	color: #f74883;
}

.sidebar .popular-tags .tags-list li{
	position:relative;
	display:inline-block;
	margin:0px 6px 10px 0px;
}

.sidebar .popular-tags .tags-list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 20px;
	background:#edf5f8;
	text-align:center;
	font-size:13px;
	font-weight: 700;
	color:#222222;
	text-transform:capitalize;
	border-radius:0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover{
	background-color:#f74883;
	border-color:#f74883;
	color:#ffffff;	
}

.sidebar .archives ul{
	position:relative;
}

.sidebar .archives ul li{
	position:relative;
	line-height:24px;
	font-size: 15px;
	margin-bottom: 10px;
}

.sidebar .archives ul li:last-child{
	padding-bottom: 0;
	border:none;	
}

.sidebar .archives ul li a{
	position:relative;
	color: #222222;
	display: block;
	padding-left: 22px;
	line-height:24px;
	font-weight: 400;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .archives ul li a:before{
	font-family: 'Fontawesome';
	content: "\f061";
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	font-size:12px;
	font-weight:700;
	color: #666666;
	z-index:5;
}

.sidebar .archives ul li a:hover:before,
.sidebar .archives ul li.active a:before{
	color: #f74883;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a{
	color: #f74883;
}

.sidebar .services-widget ul{
	position: relative;
	display: block;
}

.sidebar .services-widget ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.sidebar .services-widget ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	border-left: 3px solid #f74883;
	background: #f74883;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before{
	width: 100%;
}

.sidebar .services-widget ul li a{
	position: relative;
	display: block;
	background: rgba(0,0,0,0.03);
	padding: 12px 20px;
	padding-right: 50px;
	line-height: 30px;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before{
	content: "\f061";
	font-family: 'Fontawesome';
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 30px;
	padding: 12px 5px;
	width: 50px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.07);
	font-size: 12px;
	font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon{
	color: #ffffff;
}

.sidebar .services-widget ul li:hover a:before,
.sidebar .services-widget ul li.active a:before{
	color: #ffffff;
	border-color: rgba(255,255,255,0.20);
	-webkit-transition: all 300ms ease 200ms;
	-moz-transition: all 300ms ease 200ms;
	-ms-transition: all 300ms ease 200ms;
	-o-transition: all 300ms ease 200ms;
	transition: all 300ms ease 200ms;
}

/* Post Details */

.post-details{
	position: relative;
	display: block;
}

.post-details .news-block-three{
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2eef2;
}

.post-details .news-block-three .meta-info{
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2eef2;
}

.post-details .news-block-three .inner-box{
	box-shadow: none;
}

.post-details .news-block-three .lower-box{
	box-shadow: none;
	padding: 40px 0px 0px;
}

.post-details .news-block-three .lower-box:before{
	display: none;
}

.post-details .text p{
	margin-bottom: 40px;
}

blockquote {
    color: #222;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.7em;
    border-left: 3px solid #4a3d8f;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    display: block;
    padding: 33px;
    margin: 41px 0 41px;
    background: #ffffff;
    padding: 30px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-right:82px!important;
    margin-left: 40px;
}

 blockquote p{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 0px!important;
}

blockquote .info{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	color: #f74883;
}

.post-details .image-column{
	margin-bottom: 40px;
}

.post-details .image-column img{
	display: block;
	width: 100%;
}

.post-details .lower-row{
	position: relative;
}

.post-details .lower-row .tags{
	position: relative;
	float: left;
	line-height: 24px;
}

.post-details .lower-row .tags .icon{
	position: relative;
	top: -1px;
	font-weight: 400;
	color: #4a3d8f;
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}

.post-details .lower-row .tags a{
	color: #666666;
}

.post-details .lower-row .tags a:hover{
	text-decoration-line: underline;
	color: #f74883;
}

.post-details .lower-row .share-it{
	position: relative;
	float: right;
}

.post-details .lower-row .share-toggler{
	position: relative;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
	color: #4a3d8f;
	font-weight: 700;
}

.post-details .lower-row .share-it .icon{
	position: relative;
	top: -1px;
	font-weight: 400;
	color: #222222;
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}

.author-box{
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.author-box .inner-box{
	position: relative;
	display: block;
	padding-top: 5px;
	padding-left: 150px;
	min-height: 120px;
}

.author-box .thumb{
	position: absolute;
	left: 0;
	top: 20px;
	width: 120px;
	border-radius: 50%;
}

.author-box .thumb img{
	display: block;
	width: 100%;
	border-radius: 50%;
}

.author-box .name{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.25em;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.author-box .text{
	margin-bottom: 25px;
}

.author-box .social-links{
	position:relative;
}

.author-box .social-links ul{
	position:relative;
}

.author-box .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	line-height: 24px;
}

.author-box .social-links li a{
	color: #4a3d8f;
	font-size: 16px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.author-box .social-links li a:hover{
	color: #f74883;
}

/* Service Details */

.service-details{
	position: relative;
	display: block;
}

.service-details .image-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.service-details .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.service-details .content{
	position: relative;
	display: block;
}

.service-details .content p{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.service-details .content .text{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.service-details .content h3{
	color: #222222;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight:600;
}

.service-details .two-col{
	position: relative;
	display: none;
}

.service-details .two-col .column{
	position: relative;
	margin-bottom: 30px;
}

.service-details .two-col .image{
	position: relative;
	display: block;
	margin: 0;
}

.service-details .two-col .image img{
	position: relative;
	display: block;
	width: 100%;
}

.mrsidebar {
    padding-left: 20px;
}
.footer-area{
    background: #4a3d8f;
}
.main-footer .tagcloud a{
	color:#222;
}
.fixed-header .sticky-header .logo img{
    width: 175px !important;
}

.main-footer .about-widget {
    margin-top: 70px;
}

main.theme-layout.boxed_wrapper {
    overflow: hidden;
}

.mobile-menu {
	transition: .5s;
}

.mobile-menu .menu-backdrop {
    background-image: -moz-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
}

.list-style-one li:before {
    border: 0;
    left: -5px;
    top: 3px;
}

.list-style-one li {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    padding-left: 24px;
    margin-bottom: 5px;
}

.about-section .author-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 30px;
}

.about-section .author-info:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 125px;
    height: 2px;
    background: #222222 !important;
}

.about-section .author-info .signature {
    margin-right: 30px;
}

.about-section .author-info h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.about-section .year-experience {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 9;
    background: #fff;
    padding-top: 40px;
    padding-right: 45px;
}

.about-section .year-experience .exprerience-year {
    font-size: 58px;
    font-weight: 700;
    color: #4a3d8f;
    line-height: 60px;
}

.about-section .year-experience .text {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #f74883;
}

.about-section .year-experience:before {
    position: absolute;
    content: '';
    top: 43px;
    right: 33px;
    width: 50px;
    height: 51px;
}

.about-section .images .image:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-section .image-column .inner {
    padding-left: 0;
    margin-left: 0;
}

.about-section .image-column .row {
    margin: 0 -7.5px;
}

.about-section .image-column .image {
    padding: 0 7.5px;
    margin-bottom: 15px !important;
}

.service-block .inner-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #4a3d8f;
    opacity: 0;
    transition: .7s;
    transform: scaleY(.9);
    transform-origin: top;
}

.service-block .inner-box:hover:after {
	opacity: 1;
	transform: scale(1);
}

.service-block h3 {
    z-index: 2;
	transition: .5s;	
}

.service-block .inner-box:hover h3 a {
	color: #fff;
}

.service-block .text {
    z-index: 2;
	transition: .5s;
}

.service-block .inner-box:hover .text {
	color: #fff;
}

.service-block .more-link {
    z-index: 2;
}

.service-block .icon-bg {
    background-color: transparent;
}

.service-block .icon-outer .icon-box:before {
    position: absolute;
    content: '';
    top: 1px;
    left: -2px;
    width: 104px;
    height: 104px;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
    transform: scale(.8);
    opacity: 0;
}

.service-block .inner-box:hover .icon-outer .icon-box:before {
    opacity: 1;
    transform: scale(1);
}

.services-section {
    padding-bottom: 0;
}

.services-section .gradient-layer {
    display: none;
}

.services-section .bottom-text {
    padding: 59px 0;
    background-size: cover;
    background: #f64883;
}

.services-section.azim_new{
	overflow: hidden;
}

.services-section.azim_new .bottom-text .text .btn-titlexx{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 16.5px 40px;
}

.services-section.azim_new .bottom-text .text .btn-titlexx a{
	color: #ffffff;
	font-size: 16px;
}

.services-section .bottom-text .text h2{
    position: relative;
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
	padding-left: 75px;
	margin: 0px;
}

.services-section .bottom-text .text h2:before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Flaticon";
    content: "\f139";
    color: rgb(253 109 158);
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
}

.services-section .bottom-text .text a .icon {
    margin-right: 8px;
    margin-left: 5px;
}

.services-section .bottom-text .text a {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.default-bg-section .content-box .lower-text {
    font-size: 24px;
    color: #222;
}

.fact-counter .counter-column .inner {
    text-align: left;
    padding-left: 140px;
}

.fact-counter .counter-column .inner .icon {
    position: absolute;
    left: 0;
    top: 117px;
    width: 100px;
    box-shadow: 0px 12px 40px 0px rgba(75, 62, 143, 0.15);
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}
.fact-counter .counter-column:nth-child(2) {
    border: none;
}

.fun-facts-section .auto-container {
    max-width: 1500px;
}

.fact-counter .upper-title {
    position: relative;
    padding-bottom: 10px;
}

.fact-counter .upper-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -7px;
    width: 45px;
    height: 2px;
    background: #f74983;
}

@media only screen and (max-width: 1199px) {
	.fact-counter .counter-column .inner {
	    text-align: center;
	    padding-left: 0;
	}
	.fact-counter .counter-column .inner .icon {
		position: relative;
		top: 0;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.fact-counter .upper-title:before {
		left: 50%;
		margin-left: -22.5px;
	}
}

.main-footer {
    position: relative;
    background: #1f174e00;
}

.contact-info-section .info-blocks .info-block .inner .icon-box {
    margin-bottom: 25px;
    background-color: #ffffff00!important;
}
.contact-info-section h3 {
    position: relative;
    color: #ffffff;
    font-size: 40px!important;
    font-weight: 700!important;
    text-align: center;
    margin-bottom: 40px;
}
.contact-info-section .info-blocks .info-block .inner .icon-box .icon{
    font-size: 38px;
    color: #fff;
}
.contact-info-section {
    background-image: -webkit-linear-gradient( 
0deg
, rgb(0 54 164 / 46%) 0%, rgb(0 126 255 / 39%) 100%)!important;
}
@media only screen and (max-width:1199px) {
	.banner-carousel .content-box h1 {
		display: block;
	}
}

.services-section .bottom-text .text:before {
    left: 0;
}

.banner-section.banner-one .banner-carousel .content-box .inner {
    background: #fff;
    padding: 60px;
    padding-bottom: 45px;
}

.banner-section.banner-one .banner-carousel .content-box h1 {
    font-size: 50px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.banner-section.banner-one .banner-carousel .content-box .text {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-carousel .content-box .inner {
	max-width: 615px;
}

.team-section .text-content {
    position: relative;
	margin-bottom: 30px;
}

.mobile-menu .nav-logo img {
    padding: 35px;
}
.locations-section .map-box .location-point .inner {
    z-index: 99;
}

.main-footer .about-widget .logo img{
	width:190px;
}
.main-footer .footer-bottom .copyright a {
    color: #f64883;
}

.fun-facts-section .theme-separator:before {
    display:none!important;
}
.inner-banner .title-box h1 {
    margin-bottom: 30px;
}

.banner-section.banner-one .banner-carousel .content-box h1 {
    display: block;
}

.homefooter  .footer-bottom .copyright {
    color: #585858;
}
.homefooter a {
    color: #585858;
}
.homefooter .about-widget .text {
    color: #585858;
}
.homefooter .info ul li {
    color: #212121;
}
.homefooter .info ul li a {
    color: #1d1d1d;
}

.main-footer .social-links li {
    font: normal normal normal 14px/1 FontAwesome;
}
.share-post i {
    font: normal normal normal 14px/1 FontAwesome;
}
.zentec-comment-item .comment {
    padding-left: 0;
}

#footer-section .main-footer .links-widget .links li:before {
	top: 4px;
}

.service-block-two .icon-bg {
    animation-iteration-count: 1!important;
}

.banner-carousel .links-box .call-btn .btn-title:before {
    background-color: transparent;
}

.elementor-1838 .elementor-element.elementor-element-8194750 > .elementor-background-overlay{
	top: 10px;
}

.call-to-action .btn-style-one .btn-title{
	padding: 15px 40px;
}

.services-section .sec-title .upper-text {
	font-weight: 600;
}

.services-section .sec-title h2 strong {
	font-weight: 700;
}


/* Project detail slider */

.project-detail-image-slider-section .hero-image-slider {
    position: relative;
    width: 80%;
    margin:  auto;
    perspective: 1400px;
    transform-style: preserve-3d;
	height: 800px;
	display: flex;
	justify-content: center;
}

.project-detail-image-slider-section .hero-image-slider input[type=radio] {
    position: relative;
    left: 0;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    opacity: 1;
    transform: translate(-83px,310px);
    cursor: pointer;
    accent-color: gray;
    border: none;
    z-index: 3;
	transform: translate(0, 745px);
}

.project-detail-image-slider-section .hero-image-slider input[type=radio]:checked::after {
    content: "";
    width: 12px;
    height: 8px;
    background: black;
    position: absolute;
    border-radius: 20px;
    
}

.project-detail-image-slider-section .hero-image-slider input[type=radio]::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #EFEFEF;
    position: absolute;
    border-radius: 20px;
}

/* end */

.project-detail-image-slider-section .hero-image-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}

.project-detail-image-slider-section .hero-image-slider .image-wrapper{
	height: 80%;
}

.project-detail-image-slider-section .hero-image-slider .image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

/* Styling for Previous and Next Buttons */

.project-detail-image-slider-section .hero-image-slider .slider-controls {
    position: absolute;
    left: 50%;
    transform: translate(-50%,276px);
    display: flex;
    justify-content: space-between;
    width: 250px;
	transform: translate(-50%, 737px);
}

.project-detail-image-slider-section .hero-image-slider .slider-controls button {
    color: #605e5e;
    cursor: pointer;
    border: none;
    font-size: 24px;
	background: none;
}

.project-detail-image-slider-section .hero-image-slider .slider-controls button:hover {
    color: black;
}


#service-page-main-content .sidebar .info-widget .image  a {
    pointer-events: none;
}


@media(max-width: 1200px) {
	#home-testimonials-section .testimonial-ex-section .thumb-box{
		display: block;
	}
}

@media(max-width: 767px) {
	#home-testimonials-section .testimonial-ex-section .pattern-layer, .testimonial-ex-section .pattern-layer-2, .testimonial-ex-section .pattern-layer-3{
		display: block !important;
	}

	#home-testimonials-section .testimonial-ex-section .pattern-layer-2{
		transform: scale(0.25) !important;
		bottom: -120px !important;
		left: -140px !important;
		z-index: 1;
	}

	#home-testimonials-section .testimonial-ex-section .pattern-layer-3{
		transform: scale(0.25) !important;
		top: -157px !important;
		right: -156px !important;
	}

	#home-why-choose-genesis-section .appointment-section{ padding-top: unset !important; }

	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb{
		width: 20px;
		height: 20px;
		border: unset;
	}

	#home-testimonials-section .testimonial-ex-section .slide-item .inner{ background-color: transparent; }
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-1, #home-testimonials-section .testimonial-ex-section .thumb-box .thumb-4{
		/* top: 61% !important; */
		top: 53% !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-2, #home-testimonials-section .testimonial-ex-section .thumb-box .thumb-5{
		/* top: 70% !important; */
		top: 63% !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-3, #home-testimonials-section .testimonial-ex-section .thumb-box .thumb-6{
		/* top: 78% !important; */
		top: 73% !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-1{
		left: 20px !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-4{
		right: 20px !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-2{
		/* left: 0 !important; */
		left: 20px !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-5{
		/* right: 0 !important; */
		right: 20px !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-6{
		left: 20px !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-3{
		right: 20px !important;
		left: unset !important;
	}

	.home-why-choose-genesis-section::before{
		top: -377px !important;
		transform: scale(0.6) !important;
		left: -156px !important;
	}
}

@media(max-width: 390px){
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-1,
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-2,
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-6{
		left: 5px !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-4,
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-5{
		right: 5px !important;
	}
	#home-testimonials-section .testimonial-ex-section .thumb-box .thumb-3{
		right: 5px !important;
		left: unset !important;
	}
}



 .preloader .icon {
    width: 64px;
    height: 64px;
    animation: spin 1.5s linear infinite;
    transform-origin: center;
  }

  @keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }