/* Zentec - Business and Consulting  theme*/

/*** 

====================================================================
			Fonts
====================================================================

 ***/



/*
	font-family: 'Arimo', sans-serif;
*/



/*** 

====================================================================
	Reset
====================================================================

 ***/

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

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

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;
}

.theme_color{
	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;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 13px 40px;
	background: #f74883;
	border-radius:0px;
	z-index:1;
	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;
}

.btn-style-one:hover .btn-title{
	color: #ffffff;
}



/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	background: #4a3d8f;
	border-radius:0px;
	z-index:1;
	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;
}

.btn-style-two:hover .btn-title{
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.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;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:54px;
	height:54px;
	color:#ffffff;
	font-size:30px;
	line-height:54px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#25283a;
	border-radius: 0px;
	margin-left:-26px;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	-webkit-box-shadow:2px 2px 0px #25283a;
	-ms-box-shadow:2px 2px 0px #25283a;
	box-shadow:2px 2px 0px #25283a;
}


/*** 

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

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

.header-top{
	position: relative;
}

.header-top .inner{
	position:relative;
}

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

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

.header-top-one{
	background: none;
	padding: 15px 0px;
	border-bottom: 1px solid #e2eef2;
	line-height: 24px;
	background: #f9f9f9;
	background: -webkit-linear-gradient(bottom,#f9f9f9,#ffffff);
}

.header-top-one .top-text{
	position: relative;
	color: #222222;
}

.header-top-one .info{
	position:relative;
	float: left;
}

.header-top-one .info li{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-top-one .info li a{
	color: #222222;
}

.header-top-one .info li .icon{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #4a3d8f;
	padding-right: 8px;
}

.header-top-one .info li a:hover{
	text-decoration: underline;
	color: #f74883;
}

.header-top-one .language{
	position:relative;
	float: left;
	margin-left: 30px;
	z-index: 5;
}

.header-top-one .language .lang-btn{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.header-top-one .language .lang-btn .flag{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.header-top-one .language .lang-btn .txt{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-top-one .language .lang-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-size: 12px;
}

.header-top-one .language .lang-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 16px;
}

.header-top-one .language .lang-dropdown{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 16px;
	width: 150px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 2px solid #f74883;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-top-one .language:hover .lang-dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.header-top-one .language .lang-dropdown li{
	position: relative;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}

.header-top-one .language .lang-dropdown li:last-child{
	border: none;
}

.header-top-one .language .lang-dropdown li a{
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.header-top-one .language .lang-dropdown li a:hover{
	text-decoration: underline;
	color: #f74883;
}

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

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

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

.main-header .header-upper{
	position:relative;
	background: #ffffff;
}

.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 .logo-box .logo img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 80px;
	z-index:1;
}

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

.main-header .search-btn{
	position:relative;
	float:left;
	margin-top: 40px;
	margin-left: 40px;
}

.main-header .search-btn button{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #222222;
	cursor: pointer;
}

.main-header .search-btn button .fa{
	vertical-align: middle;
}

.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 .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;
}

.sticky-header .main-menu .navigation > li:before{
	display:none;
}

.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:#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: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-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#f74883;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Fontawesome';
	content: "\f105";
	position:absolute;
	right:0px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
	position: relative;
}

.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;
}

.header-style-two .header-upper .lang-block{
	position: relative;
	float: left;
	margin-left: 55px;
	padding-top: 10px;
}

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

.header-style-two .language{
	position:relative;
}

.header-style-two .language .lang-btn{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.header-style-two .language .lang-btn .flag{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.header-style-two .language .lang-btn .txt{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-style-two .language .lang-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-size: 12px;
}

.header-style-two .language .lang-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 16px;
}

.header-style-two .language .lang-dropdown{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 16px;
	width: 150px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 2px solid #f74883;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-style-two .language:hover .lang-dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li{
	position: relative;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}

.header-style-two .language .lang-dropdown li:last-child{
	border: none;
}

.header-style-two .language .lang-dropdown li a{
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.header-style-two .language .lang-dropdown li a:hover{
	text-decoration: underline;
	color: #f74883;
}

.header-style-two .header-lower{
	position:relative;
	display: block;
	background: #f74883;
	color: #ffffff;
}

.header-style-two .header-lower .nav-box{
	position:relative;
	display: block;
}

.header-style-two .header-lower .search-btn{
	margin-top: 18px;
	float: right;
}

.header-style-two .header-lower .search-btn button{
	color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation > li{
	padding:3px 0px;
}

.header-style-two .nav-box .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation > li:before{
	border-bottom-color: #ffffff;
}

/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header{
	position: relative;
}

/*** 

====================================================================
				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,
.sticky-header .main-menu .navigation > li:before{
	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;
}



.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;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	z-index:99999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	background:rgba(0,0,0,0.0);
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
}

.search-popup:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.70);
	-webkit-transform:translateY(101%);
	-ms-transform:translateY(101%);
	transform:translateY(101%);
}

.search-popup.popup-visible:before{
	transition:all 500ms ease 100ms;
	-moz-transition:all 500ms ease 100ms;
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	-o-transition:all 500ms ease 100ms;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.search-popup.popup-visible{
	opacity:1;
	visibility:visible;
}

body.search-visible{
	overflow: hidden;
}

.search-popup .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 0px;
	max-width:1024px;
	margin:0 auto;	
	margin-top:150px;
	margin-bottom: 100px;
	opacity: 0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset{
	position:relative;
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#f74883;
	line-height:30px;
	font-size:20px;
	cursor:pointer;
	text-transform:uppercase;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#f74883;
}

.search-popup h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-align:center;	
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{
	color:#f74883;
	border-color:#f74883;	
}



/*** 

====================================================================
			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;
	right: 0;
	top: 0;
	width: 300px;
	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;
}

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

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

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 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(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

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

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

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

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 7px;
    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: #282828;
}

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

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

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

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

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

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

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	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;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-section .banner-curve{
	position:absolute;
	left:0;
	bottom: -1px;
	width:100%;
	height:78px;
	/* background-image:url('../images/main-slider/banner-curve-two.png'); */
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	padding: 35px 0px 50px;
	overflow:hidden;
}

.banner-two .banner-carousel .slide-item{
	background: #000000;
	color: #ffffff;
	padding: 25px 0px;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.50;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	padding: 0 0px;
	z-index:5;
}

.banner-carousel .round-layer{
	position: absolute;
	right: -130px;
	top: -35px;
	width: 100%;
	height: 685px;
	background:url('../images/main-slider/round-box.png') right 0 no-repeat;
	background-size: auto 100%;
	opacity: 0;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .active .content-box .round-layer{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 100px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	max-width: 650px;
}

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

.banner-carousel .content-box .sub-title{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #4a3d8f;
	font-weight: 700;
	opacity: 0;
	text-transform: capitalize;
	margin-bottom: 20px;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}

.banner-carousel .content-box .sub-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #f74883;
}

.banner-two .banner-carousel .sub-title{
	color: #ffffff;
}

.banner-carousel .active .content-box .sub-title{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 60px;
	line-height: 1.15em;
	color: #222222;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-two .banner-carousel h1{
	color: #ffffff;
}

.banner-carousel .content-box h1 strong{
	font-weight: 700;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 22px;
	line-height: 1.5em;
	color: #222222;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 45px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-two .banner-carousel .text{
	color: #ffffff;
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-carousel .content-box .links-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .content-box .content-image{
	position: absolute;
	right: -80px;
	top: 0px;
	width: 575px;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-ms-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	z-index:5;
}

.banner-carousel .active .content-box .content-image{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}

.banner-carousel .content-box .content-image img{
	width: auto !important;
	max-width: 100%;
}

.banner-carousel .links-box .theme-btn{
	vertical-align: top;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
}

.banner-carousel .alternate .links-box .theme-btn{
	margin-right: 12px;
}

.banner-carousel .links-box .theme-btn:last-child{
	margin-right: 0;
}

.banner-carousel .links-box .video-btn{
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #4a3d8f;
}

.banner-carousel .links-box .video-btn .btn-title{
	position: relative;
	display: block;
	padding: 13px 33px 10px;
	border: 1px solid #4a3d8f;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
}

.banner-carousel .links-box .video-btn .icon{
	padding-right: 8px;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -2px;
}

.banner-carousel .links-box .call-btn{
	position: relative;
	display: inline-block;
	line-height: 30px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.banner-carousel .links-box .call-btn .btn-title{
	position: relative;
	display: block;
	padding: 15px 0px;
}

.banner-section .owl-dots,
.banner-one .banner-carousel .owl-nav,
.banner-two .banner-carousel .owl-nav{
	display: none;
}


/*** 

====================================================================
		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;
    font-weight: 700;
    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;
}

.about-section .text-column .text-content ul{
	position: relative;
	margin-bottom: 25px;
}

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

.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;
}

.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;
	/* position: absolute; */
	/* left: 0%; */
	/* top: 0%; */
	/* width: 20px; */
	/* height: 20px; */
	/* border: 2px solid #f74883; */
	/* background: none; */
	/* cursor: pointer; */
	/* border-radius: 50%; */
	/* border: 1px solid rebeccapurple; */
	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;
	/* margin-bottom: 23px; */
	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;
}

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

.service-block .inner-box{
	position: relative;
	display: block;
	padding: 30px 35px 90px;
	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;
	width: 162px;
	height: 162px;
	padding: 31px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.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{
	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{
	color: #222222;
	font-size: 18px;
	line-height: 1.5em;
}

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


/*** 

====================================================================
	Locations Section
====================================================================

***/

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

.locations-section .map-box{
	position: relative;
	display: block;
	width: 100%;
}

.locations-section .map-box .map-image{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.locations-section .map-box .map-image img{
	display: block;
	width: 100%;
}

.locations-section .map-box .location-point{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 20px;
	height: 20px;
	border: 2px solid #f74883;
	background: none;
	cursor: pointer;
	border-radius: 50%;
}

.locations-section .map-box .location-point:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #f74883;
	margin: -3px 0px 0px -3px;
	border-radius: 50%;
}

.locations-section .map-box .location-point .inner{
	position: absolute;
	left: 7px;
	bottom: 100%;
	margin-bottom: 25px;
	width: 200px;
	padding: 15px 20px;
	line-height: 24px;
	color: #ffffff;
	background: #4a3d8f;
	-ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05),0px 20px 30px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05),0px 20px 30px 0px rgba(0,0,0,0.05);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.locations-section .map-box .location-point .inner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	border: 7px solid transparent;
	border-top: 7px solid #4a3d8f;
	border-left: 7px solid #4a3d8f;
}

.locations-section .map-box .location-point:hover .inner{
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.locations-section .map-box .loc-one{
	left: 11%;
	top: 17%;
}

.locations-section .map-box .loc-two{
	left: 16%;
	top: 23%;
}

.locations-section .map-box .loc-three{
	left: 26%;
	top: 62%;
}

.locations-section .map-box .loc-three.location-point .inner,
.locations-section .map-box .loc-nine.location-point .inner,
.locations-section .map-box .loc-twelve.location-point .inner{
	-ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.locations-section .map-box .loc-four{
	left: 23%;
	top: 80%;
}

.locations-section .map-box .loc-five{
	left: 46%;
	top: 21%;
}

.locations-section .map-box .loc-six{
	left: 44%;
	top: 40%;
}

.locations-section .map-box .loc-seven{
	left: 56%;
	top: 52%;
}

.locations-section .map-box .loc-eight{
	left: 52%;
	top: 70%;
}

.locations-section .map-box .loc-nine{
	left: 60%;
	top: 15%;
}

.locations-section .map-box .loc-ten{
	left: 80%;
	top: 16%;
}

.locations-section .map-box .loc-eleven{
	left: 70%;
	top: 35%;
}

.locations-section .map-box .loc-twelve{
	left: 90%;
	top: 77%;
}

/*** 

====================================================================
	Default Background Section
====================================================================

***/

.default-bg-section{
	position:relative;
	/* padding: 120px 0px; */
}

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

.default-bg-section .content-box{
	position: relative;
	display: block;
	max-width: 760px;
	z-index: 1;
	padding: 100px 0;
}

.default-bg-section .content-box h2{font-size: 56px;font-weight: 700;border-bottom: 1px solid #c1d6de;display: inline-block;padding-bottom: 20px;}

/*** 

====================================================================
	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;
}

/*** 

====================================================================
	Cases Section
====================================================================

***/

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

.cases-section.cases-page{
	padding-bottom: 40px;
}

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

.cases-section .carousel-box{
	position: relative;
	display: block;
	margin-right: -30px;
}

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

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

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

.cases-section .cases-box .row{
	margin: 0px -25px;
}

.case-block{
	position: relative;
	margin-bottom: 10px;
}

.cases-section .cases-box .row .case-block{
	padding: 0px 25px;
}

.owl-theme .case-block{
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-right: 30px;
}

.case-block .inner-box{
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.case-block .inner-box .image-box{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
	margin: 0;
	margin-right: 0 !important;
}

.case-block .inner-box .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.case-block .inner-box:hover .image-box img{
	opacity: 0.50;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



.case-block .inner-box:hover .image-box:before {
    transform: scale(1);
    opacity: 1;
}

.case-block .content-box{
	position: relative;
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.case-block .content-box .title-box{
	position: relative;
	display: block;
	line-height: 1.5em;
	padding: 25px 40px;
	color: #ffffff;
	background: #4a3d8f;
}
.case-block .content-box .title-box .icon {
    position: absolute;
    top: 22px;
    right: 33px;
}
.case-block .content-box .title-box h4{
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	line-height: 1.4em;
	margin-bottom: 2px;
}

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

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

.case-block .content-box .text-content{
	position: relative;
	display: block;
	padding: 35px 40px;
	background: #ffffff;
}

.case-block .content-box .text{
	position: relative;
	margin-bottom: 25px;
	font-size: 16px;
}

.case-block .content-box .link-box{
	position: relative;
	display: block;
}

.case-block .content-box .link-box a{
	position: relative;
	color: #222;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
	padding: 13.5px 35px;
	background: #f2f0fa;
	z-index: 1;
}

.case-block .content-box .link-box a:before{
		position: absolute;
		content: '';
		background: #f74983;
		width: 0%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: -1;
		transition: all 500ms ease;
	}
	
.case-block .content-box .link-box a:hover:before{
		width: 100%;
	}

.cases-section-ex .case-block .content-box .link-box a:before{
	display: none !important;
}

.case-block .content-box .link-box a .arrow{
	padding-left: 5px;
	vertical-align: middle;
	color: #4a3d8f;
	font-size: 12px;
	transition: all 500ms ease;
}

.case-block .content-box .link-box a:hover .arrow{
	color: #fff;
	padding-left: 10px;
}

.case-block .content-box .link-box a:hover{
	color: #ffffff !important;
}

.cases-carousel .owl-dots{
	display: none;
}

.cases-carousel .owl-nav{
	position: relative;
	left: 0;
	right: 0;
	margin-top: 30px;
	height: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin-bottom: 30px;
}

.cases-carousel .owl-nav .owl-prev,
.cases-carousel .owl-nav .owl-next{
	position: relative;
	top: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	outline: none;
	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;
}

.cases-carousel .owl-nav .owl-prev{
	position: relative;
	left: -10px;
	float: none;
}

.cases-carousel .owl-nav .owl-next{
	position: relative;
	float: none;
	right: -10px;
}

.cases-carousel .owl-nav .owl-prev:hover,
.cases-carousel .owl-nav .owl-next:hover{
	background: #f74883;
	color: #ffffff;
}

/*** 

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section{
	position:relative;
	padding: 120px 0px 145px;
}

.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;
	/* color: #222222; */
	font-size: 16px;
}

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

.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%;
}

/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -15px;
}

.default-form .form-group{
	position:relative;
	padding: 0 15px;
	margin-bottom: 25px;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #333333;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #e2eef2;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
	margin-top:5px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #f74883;
}

.default-form ::-webkit-input-placeholder{color: #aaaaaa;}

.default-form ::-moz-input-placeholder{color: #aaaaaa; }

.default-form ::-ms-input-placeholder{color: #aaaaaa;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

.content-box .default-form label.error{
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:52px;
	padding:10px 20px;
	line-height:30px;
	font-family: 'Arimo', sans-serif;
	color:#222222;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Fontawesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #666666;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
	font-family: 'Arimo', sans-serif;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:9px 20px !important;
	font-size:15px;
	line-height:24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: #f74883;
}

.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%;
	text-transform: uppercase;
}

/*** 

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

***/

.testimonials-section{
	position:relative;
	/* padding: 120px 0px; */
	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;
	/* max-width: 803px; */
	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);
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding: 120px 0px 30px;
}

.news-section .upper-row{
	position: relative;
	margin-bottom: 10px;
}

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

.news-block .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 40px 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;
}

.news-block .image-box,
.news-block .image{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.news-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.news-block .inner-box:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-box{
	position: relative;
	display: block;
	padding: 35px 35px 70px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.news-block .lower-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.news-block .lower-box .category{
	position: relative;
	color: #4a3d8f;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block .lower-box .category a {
	color: #4a3d8f;
}

.news-block .lower-box h3{
	position: relative;
	color: #222222;
	font-weight: 700;
	margin: 0 0 25px;
}

.news-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;
}

.news-block h3 a:hover,
.news-block .lower-box .meta-info li a:hover{
	color: #f74883;
}

.news-block .text{
	position: relative;
	display: block;
	color: #222222;
	margin-bottom: 30px;
}

.news-block .lower-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block .lower-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

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

.news-block .lower-box .meta-info li:last-child:after{
	display: none;
}

.news-block .lower-box .meta-info li a{
	position: relative;
	color: #999999;
}

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

.news-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: 10px 10px 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;
}

.news-block .inner-box:hover .more-link a{
	color: #ffffff !important;
	background: #f74883;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-section .lower-row{
	position: relative;
	margin-bottom: 30px;
}

.news-section .lower-row .row{
	margin: 0px -40px;
}

.news-block-two{
	position: relative;
	margin-bottom: 50px;
	border-right: 1px solid #e2eef2;
}

.news-section .lower-row .news-block-two{
	padding: 0px 40px;
}

.news-section .lower-row .news-block-two:last-child{
	border: none;
}

.news-block-two .inner-box{
	position: relative;
	display: block;
	padding: 10px 0px;
}

.news-block-two .inner-box .category{
	position: relative;
	color: #4a3d8f;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block-two .inner-box h3{
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	margin: 0 0 20px;
}

.news-block-two .inner-box 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;
}

.news-block-two .inner-box h3 a:hover,
.news-block-two .inner-box .meta-info li a:hover{
	color: #f74883;
}

.news-block-two .inner-box .text{
	position: relative;
	display: block;
	color: #222222;
	margin-bottom: 30px;
}

.news-block-two .inner-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block-two .inner-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.news-block-two .inner-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block-two .inner-box .meta-info li:last-child:after{
	display: none;
}

.news-block-two .inner-box .meta-info li a{
	position: relative;
	color: #999999;
}

.news-section .load-more{
	position: relative;
	display: block;
	padding: 10px 0px 80px;
	text-align: center;
}

.news-section.blog-fullwidth{
	padding-bottom: 120px;
}

.news-section.blog-fullwidth .auto-container{
	max-width: 810px;
}

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

.news-block-three .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 40px 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;
}

.news-block-three .image-box,
.news-block-three .image{
	position: relative;
	display: block;
}

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

.news-block-three .lower-box{
	position: relative;
	display: block;
	padding: 30px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.news-block-three .lower-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.news-block-three .lower-box .category{
	position: relative;
	color: #4a3d8f;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 25px;
}

.news-block-three .lower-box .category a{
	color: #ffffff;
	padding: 10.5px 20px;
	background: #f74883;
	transition: .5s;
}

.news-block-three .lower-box h3{
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 15px;
}
.mrsingle .news-block-three .lower-box h3{
	font-size: 35px;

}
.news-block-three 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;
}

.news-block-three h3 a:hover,
.news-block-three .lower-box .meta-info li a:hover{
	color: #f74883;
}

.news-block-three .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-block-three .lower-box .meta-info{
	position: relative;
	color: #999999;
}
.news-block-three .lower-box .meta-info li {
    position: relative;
    float: left;
    margin-right: 31px;
    color: #4d3f90;
    vertical-align: middle;
    transition: .5s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.news-block-three .lower-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block-three .lower-box .meta-info li:last-child:after{
	display: none;
}

.news-block-three .lower-box .meta-info li a {
    position: relative;
    /* color: #222222; */
    /* margin-right: 31px; */
    color: #4d3f90;
    vertical-align: middle;
    transition: .5s;
    text-transform: uppercase;
    font-size: 16px;
    /* font-weight: 600; */
    /* color: #757575; */
    vertical-align: middle;
    transition: .5s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.news-block-three .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
	text-align: right;
	padding-right: 50px;
}

.news-block-three .more-link a{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #f74883;
	box-shadow: 10px 10px 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;
}

.news-block-three .inner-box:hover .more-link a{
	color: #ffffff !important;
	background: #f74883;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-image-carousel{
	text-align: center;
}

.news-image-carousel .owl-dots{
	position: absolute;
	bottom: 40px;
	display: inline-block;
	padding: 10px 10px;
	height: 30px;
	margin: 0 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	background: rgba(0,0,0,0.30);
	border-radius: 15px;
}

.news-image-carousel .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	padding: 0;
}

.news-image-carousel .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-image-carousel .owl-dots .owl-dot.active span{
	background: #f74883;
}

.news-image-carousel .owl-nav{
	display: none;
}

.news-block-three .image-box .video-play-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0);
	color: #ffffff;
	font-size: 60px;
	line-height: 60px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .image-box .video-play-btn .fa{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.news-block-three .image-box .video-play-btn:hover{
	background: rgba(0,0,0,0.50);
}

.news-block-four{
	position: relative;
	margin-bottom: 50px;
}

.news-block-four .inner-box{
	position: relative;
	display: block;
}

.news-block-four blockquote{
	position: relative;
	display: block;
	padding: 60px 80px 60px 60px;
	background: #4a3d8f;
	color: #ffffff;
	margin: 0px 0px;
}

.news-block-four blockquote .txt{
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.news-block-four blockquote .info{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ffffff;
}

.news-block-four blockquote .icon{
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #f74883;
	font-size: 60px;
	line-height: 1em;
	font-weight: 400;
	opacity: 1;
}

.news-block-four blockquote .icon span{
	position: relative;
	display: block;
	font-weight: 400;
	text-shadow: 0px 0px 1px #84b040;
}

/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.pagination-box{
	position:relative;
}

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	font-size:15px;
	height:46px;
	min-width:46px;
	padding: 12px 5px;
	text-align: center;
	color:#666666;
	font-weight:400;
	text-align:center;
	background:#ffffff;
	border-radius: 50%;
	border:1px solid rgba(0,0,0,0.10);
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.styled-pagination li a.next{
	font-size: 14px;
	color: #4a3d8f;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background: #f74883;
	border-color: #f74883;
}


/*** 

====================================================================
	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;
}

.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: 700;
    margin: 0 0;
}
.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 .logo{
	position:relative;
	margin-top: -25px;
	margin-bottom:20px;
}

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

.newsletter-form{
	position:relative;
}

.newsletter-form form{
	position:relative;
}

.newsletter-form .form-group{
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.07);
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea{
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 11px 20px;
    height: 54px;
	display:inline-block;
    font-size: 15px;
    background: #ffffff;
	font-weight:400;
	color:#222222;
	border-radius: 2px;
	border:1px solid rgba(0,0,0,0.04);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group input[type="tel"]:focus{
	border-color:#f74883;
}

.newsletter-form .form-group input::-webkit-input-placeholder{
	color:#848484;
}

.newsletter-form .form-group .newsletter-btn{
	position: absolute;
	width:50px;
	height:54px;
	top: 0px;
	right: 0px;
	float:right;
	color:#ffffff;
	background: #f74883;
	font-size:20px;
	padding:12px 0px;
	line-height: 30px;
	border-radius: 2px;
	display:block;
	text-align: center;
}

.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: 8px;
}

.main-footer .info ul li strong{
	font-weight: 700;
}

.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;
	padding: 40px 0px;
}

.main-footer .footer-bottom .outer-container{
	position: relative;
	max-width: 1200px;
	padding:28px 0px;
	margin: 0 auto;
	border-top:1px solid rgba(255,255,255,0.10);
}

.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;
}

.main-footer .social-links{
	position:relative;
	padding-top: 25px;
	text-align: center;
}

.main-footer .social-links .title{
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
}

.main-footer .social-links ul{
	position:relative;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 2px;
	line-height: 24px;
}

.main-footer .social-links li a{
	color: #fff;
	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;
	width: 38px;
	height: 38px;
	background: #191245;
	display: inline-block;
	line-height: 38px;
}

.main-footer .social-links li a:hover{
	color: #f74883;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

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

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

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

.services-section-two .services-box{
	position: relative;
	display: block;
}

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

.service-block-three .inner-box{
	position: relative;
	display: block;
	padding: 8px 0px 0px 90px;
	min-height: 72px;
}

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

.service-block-three 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-three h3 a:hover,
.service-block-three .inner-box:hover h3 a{
	color: #f74883;
}

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

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

.service-block-three .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: #4a3d8f;
	width: 71px;
	height: 71px;
	line-height: 71px;
	text-align: center;
}

.service-block-three .icon-outer .icon-box img{
	max-width: 71px;
	max-height: 71px;
}

.service-block-three .text{
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.service-block-three .more-link{
	position: relative;
	display: block;
}

.service-block-three .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;
	text-align: center;
	z-index: 1;
	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 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

.service-block-three .inner-box .more-link a:before{
	position: absolute;
	content: '';
	background: #4a3d8f;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: scale(0,0);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover .more-link a:before{
	transform: scale(1,1);
	opacity: 1;
}

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

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

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

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding: 100px 0px 90px;
	background: #4a3d8f;
	color: #ffffff;
	text-align: center;
}

.video-section .auto-container{
	position: relative;
	max-width: 720px;
}

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

.video-section .video-link{
	position: relative;
	margin-bottom: 25px;
}

.video-section .video-link a{
	color: #f74883;
	font-size: 48px;
	line-height: 1em;
	width: 48px;
    height: 48px;
}

.video-section .video-link a:after, 
.video-section .video-link a:before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .video-link a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-section.alternate .video-link a{
	color: #ffffff;
}

.video-section .video-link a:hover{
	color: #ffffff;
	opacity: 0.70;
}

.video-section h2{
	line-height: 1.30em;
	margin: 0;
	font-weight:600;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

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

.about-section-two .sec-title{
	margin-bottom: 40px;
}

.about-section-two .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;
}

.about-section-two .left-column{
	position: relative;
}

.about-section-two .left-column .inner{
	position: relative;
}

.about-section-two .left-column .image{
	position: relative;
	display: block;
	margin-bottom: 50px;
	max-width: 555px;
	max-height: 300px;
}

.about-section-two .left-column .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-two .left-column .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-section-two .left-column .image img{
	display: block;
	width: 100%;
}

.about-section-two .left-column .image .over-icon{
	position: absolute;
	bottom: -66px;
	right: -81px;
	width: 132px;
	height: 132px;
	background: #ffffff;
	line-height: 132px;
	border-radius: 50%;
	z-index: 1;
}

.about-section-two .left-column .image .over-icon img{
	width: 100%;
	width: 132px;
	height: 132px;
	border-radius: 50%;
}

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

.feature-block .inner-box{
	position: relative;
	display: block;
	padding: 15px 10px 20px;
	text-align: center;
	color: #222222;
	text-transform: capitalize;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.05);
}

.feature-block .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #4a3d8f;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.feature-block .icon-box{
	position: relative;
	display: block;
	padding: 15px 0px 0px;
	text-align: center;
	color: #222222;
	font-size: 48px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box{
	color: #f74883;
}

.feature-block .inner-box .title{
	position: relative;
	display: block;
	padding: 18px 0px 0px;
	text-align: center;
	color: #222222;
	line-height: 1.4em;
}

.about-section-two .right-column{
	position: relative;
}

.about-section-two .right-column .inner{
	position: relative;
}

.about-section-two .right-column .image{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 50px;
}

.about-section-two .right-column .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-two .right-column .image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-section-two .right-column .image img {
    display: block;
    width: 100%;
}

.about-section-two .right-column h3{
	color: #222222;
	margin-bottom: 20px;
	font-weight: 700;
}

.about-section-two .right-column .list-style-one{
	position: relative;
	padding-top: 15px;
}

/*** 

====================================================================
	Cases Section Two
====================================================================

***/

.cases-section-two{
	position:relative;
	padding: 120px 0px 100px;
}

.cases-section-two.cases-page{
	padding-bottom: 70px;
}

.cases-section-two .sec-title{
	margin-bottom: 30px;
}

.cases-section-two.cases-page .sec-title{
	margin-bottom: 50px;
}

.cases-section-two .carousel-box{
	position: relative;
	display: block;
	margin: 0px -30px;
}

.case-block-two{
	position: relative;
	margin-bottom: 50px;
}

.owl-theme .case-block-two{
	margin-bottom: 0;
	padding: 30px 30px;
}

.case-block-two .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}

.case-block-two .image-column{
	position: absolute;
	float: left;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.case-block-two .image-column .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.case-block-two .image-column .link-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.case-block-two .image-column .image-box{
	position: relative;
	margin: 0;
	display: none;
}

.case-block-two .image-column .image-box img{
	display: block;
	width: 100%;
}

.case-block-two .content-column{
	position: relative;
	float: left;
	width: 50%;
}

.case-block-two .content-column .content-box{
	position: relative;
	padding: 65px 75px;
	background: #ffffff;
	min-height: 200px;
}

.case-block-two .content-box .title-box{
	position: relative;
	display: block;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #222222;
}

.case-block-two .content-box .title-box h3{
	font-weight: 400;
	font-size: 30px;
	text-transform: capitalize;
	color: #222222;
	line-height: 1.3em;
	margin-bottom: 2px;
}

.case-block-two .content-box .title-box h3 a{
	color: #222222;
	font-weight:600;
}

.case-block-two .content-box .title-box h3 a:hover{
	color: #f74883;
}

.case-block-two .content-box .title-box .sub-text{
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	color: #4a3d8f;
}

.case-block-two .content-box .text-content{
	position: relative;
	display: block;
}

.case-block-two .content-box .text{
	position: relative;
	margin-bottom: 30px;
}

.case-block-two .content-box .link-box{
	position: relative;
	display: block;
}

.case-block-two .content-box .link-box a{
	position: relative;
	color: #f74883;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.case-block-two .content-box .link-box a .arrow{
	padding-left: 5px;
	vertical-align: middle;
	color: #4a3d8f;
	font-size: 12px;
	transition: all 500ms ease;
}

.case-block-two .content-box .link-box a:hover .arrow{
	padding-left: 10px;
	color: #f74883;
}

.case-block-two .content-box .link-box a:hover{
	color: #4a3d8f !important;
}

.cases-carousel-two .owl-dots{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

.cases-carousel-two .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.cases-carousel-two .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;
}

.cases-carousel-two .owl-dots .owl-dot.active span{
	background: #f74883;
	-ms-transform: scale(1);
	transform: scale(1);
}

.cases-carousel-two .owl-nav{
	position: absolute;
	left: -120px;
	right: -120px;
	margin-top: -30px;
	top: 50%;
	height: 0;
	display: none;
}

.cases-carousel-two .owl-nav .owl-prev,
.cases-carousel-two .owl-nav .owl-next{
	position: relative;
	top: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	outline: none;
	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;
}

.cases-carousel-two .owl-nav .owl-prev{
	position: absolute;
	left: 0;
}

.cases-carousel-two .owl-nav .owl-next{
	position: absolute;
	right: 30px;
}

.cases-carousel-two .owl-nav .owl-prev:hover,
.cases-carousel-two .owl-nav .owl-next:hover{
	background: #f74883;
	color: #ffffff;
}

.cases-section-two .sponsors-outer{
	padding-top: 70px;
}

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

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

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	background: #edf5f8;
	padding: 120px 0px;
}

.team-section .pattern-layer{
	position: absolute;
	right: -150px;
	top: 50%;
	width: 654px;
	height: 702px;
	margin-top: -351px;
	display: block;
	background: #edf5f8 url(../images/icons/round-pattern-1.png) right 0px no-repeat;
	opacity: 0.80;
}

.team-section .column{
	position: relative;
}

.team-section .column .sec-title{
	margin-bottom: 25px;
	padding-top: 10px;
}

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

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

.team-block .inner-box{
	position: relative;
	display: block;
	margin-top: 40px;
	margin-left: 80px;
	min-height: 210px;
	padding: 42px 40px 42px 175px;
	background: #ffffff;
}

.team-block .inner-box:before{
	position: absolute;
	content: '';
	/* background: #4a3d8f; */
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	opacity: 0;
	transition: all 500ms ease;
}

.team-block .inner-box:hover:before{
	width: 100%;
	opacity: 1;
	left: 0px;
}

.team-block .image-box{
	position: absolute;
	left: -70px;
	top: -40px;
	width: 210px;
	display: block;
	overflow: hidden;
	box-shadow: 0px 10px 40px 0px rgba(8, 13, 62, 0.2);
}

.team-block .image-box img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
}

.team-block .social-links {
    position: relative;
    margin: 20px 0 10px;
}

.team-block .social-links li {
    display: inline-block;
    margin-right: 7px;
}

.team-block .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #eaeaea;
    line-height: 40px;
    border-radius: 50%;
    color: #999999;
    transition: .5s;
}

.team-block .social-links li a:hover {
    color: #fff;
    background-color: #f74883;
    border-color: #f74883;
}

.team-block .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.team-block .title-box{
	position: relative;
	margin-bottom: 5px;
}

.team-block .title-box h3{
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 3px;
	color: #222222;
	transition: all 500ms ease;
}

.team-block .title-box h3 a{
	color: #222222;
	transition: all 500ms ease;
}

.team-block .inner-box:hover .title-box h3,
.team-block .inner-box:hover .title-box h3 a{
	/* color: #fff; */
}

.team-block .inner-box .text{
	position: relative;
	transition: all 500ms ease;
}

.team-block .inner-box:hover .text{
	/* color: rgba(255,255,255,0.6); */
}


.team-block .title-box .designation{
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0;
	color: #f74883;
}

.team-section .view-all{
	position: relative;
	display: block;
	padding-top: 40px;
	text-align: center;
}

/*** 

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

***/

.testimonials-two{
	position:relative;
	padding: 120px 0px 100px;
}

.testimonials-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials-two .owl-carousel.owl-drag .owl-item {
    opacity: 0;
}

.testimonials-two .owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
}

.testimonials-two .auto-container{
	max-width: 1170px;
}

.testimonials-two .carousel-box{
	position: relative;
	display: block;
}

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

.owl-theme .testimonial-block{
	margin: 0 0 25px;
}

.testimonial-block .inner{
	position: relative;
	display: block;
}

.testimonial-block .content-box{
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.testimonial-block .content-box {
    transition: .5s;
}

.testimonial-block:hover .content-box {box-shadow: 0px 12px 40px 0px rgba(42, 35, 78, 0.15);}

.testimonial-block .content-box:before{
	content: '';
	position: absolute;
	left: 20px;
	bottom: -2px;
	width: 100px;
	height: 100px;
	border: 1px solid #e2eef2;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: #fff;
}

.testimonial-block .content-box:after{
	content: '';
	position: absolute;
	left: 48px;
	bottom: 0px;
	width: 45px;
	height: 10px;
	border: 5px solid #ffffff;
	z-index: 2;
}

.testimonial-block:hover .content-box:before,
.testimonial-block:hover .content-box .content{
	border-color: transparent;
}

.testimonial-block .content{
	position: relative;
	display: block;
	margin-left: 1px;
	padding: 35px 40px;
	background: #ffffff;
	border: 1px solid #e2eef2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}

.testimonial-block .content .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.7em;
}

.testimonial-block .info{
	position: relative;
	display: block;
	margin-left: 25px;
	padding: 16px 0px 0 95px;
	line-height: 1.5em;
	color: #666666;
	min-height: 80px;
}

.testimonial-block .info .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
}

.testimonial-block .info .image img{
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonial-block .info .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	color: #272727;
	font-weight: 700;
	text-transform: capitalize;
}

.testimonial-block .info .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	font-weight: 400;
	text-transform: capitalize;
}

.testimonial-block .rating{
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	color: #ffab01;
	left: 0;
}

.testimonials-two .owl-theme .owl-nav,
.testimonials-two .owl-theme .owl-dots{
	display: none;
}

/*** 

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

***/

.contact-section{
	position:relative;
	background: #4a3d8fdb;
	padding: 110px 0px 80px;
	color: #ffffff;
}

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

.contact-section .map-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/icons/map-pattern-two.png') center center no-repeat;
	opacity: 0.05;
}

.contact-section .sec-title .upper-text,
.contact-section .sec-title .lower-text,
.contact-section .sec-title h2{
	color: #ffffff;
}

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

.contact-section .info .phone-title{
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contact-section .info .phone{
	display: block;
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.contact-section .info .phone .icon{
	position: relative;
	vertical-align: middle;
	padding-right: 10px;
}

.contact-section .info .email{
	display: block;
	font-size: 18px;
	line-height: 1.4em;
}

.contact-section .info .phone a,
.contact-section .info .email a{
	position: relative;
	color: #ffffff;
}

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

.contact-section .text-column .inner{
	position: relative;
	display: block;
}

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

.contact-section .appointment-form .form-group{
	margin-bottom: 20px;
}

/*** 

====================================================================
		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;
}

/*** 

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

***/

.about-section-three{
	position:relative;
	padding: 110px 0px 80px;
}

.about-section-three .upper-row{
	position: relative;
	margin-bottom: 25px;
}

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

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

.about-section-three .text-column p{
	position: relative;
	margin-bottom: 23px;
}

.about-section-three .text-column ul{
	position: relative;
	margin-bottom: 15px;
}

.about-section-three .text-column ul li{
	margin-bottom: 8px;
}

.about-section-three .lower-row{
	position: relative;
}

.featured-block{
	position: relative;
	margin-bottom: 70px;
}

.featured-block .inner-box{
	position: relative;
	display: block;
	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;
}

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

.featured-block .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.featured-block .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.featured-block .image-box: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);
}

.featured-block .inner-box:hover .image-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.featured-block .image-box img{
	display: block;
	width: 100%;
}

.featured-block .lower-box{
	position: relative;
	display: block;
	padding: 50px 30px 75px;
}

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

.featured-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;
}

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

.featured-block .text{
	position: relative;
	display: block;
	color: #222222;
}

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

.featured-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;
}

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

/*** 

====================================================================
	Services Section Three
====================================================================

***/

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

.services-section-three .services-box{
	position: relative;
	display: block;
}

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

.service-block-four .inner-box{
	position: relative;
	display: block;
	padding: 0px 0px 0px 90px;
	min-height: 72px;
}

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

.service-block-four 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-four h3 a:hover,
.service-block-four .inner-box:hover h3 a{
	color: #f74883;
}

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

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

.service-block-four .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: #4a3d8f;
	width: 71px;
	height: 71px;
	line-height: 71px;
	text-align: center;
	-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-four:hover .icon-outer .icon-box{
	color: #f74883;
}

.service-block-four .icon-outer .icon-box img{
	max-width: 71px;
	max-height: 71px;
}

.service-block-four .text{
	position: relative;
	display: block;
	max-width: 450px;
}

/*** 

====================================================================
	FAQs Section
====================================================================

***/

.faqs-section{
	position:relative;
	padding: 120px 0px 110px;
}

.accordion-box{
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 30px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	line-height:30px;
	font-weight:700;
	cursor:pointer;
	padding:15px 30px;
	padding-right: 60px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #e2eef2;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.accordion-box .block .icon{
	position:absolute;
	right: 25px;
	top:15px;
	font-size: 12px;
	font-weight: 700;
	color: #222222;
	height: 30px;
	line-height: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #ffffff;
}

.accordion-box .block .acc-btn.active{
	background-color: #4a3d8f;
	border-color: #4a3d8f;
	color: #ffffff;
}

.accordion-box .block.active-block{

}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
}

.accordion-box .block .content{
	position:relative;
	padding: 35px 30px;
	background: #ffffff;
}

.accordion-box .block.current .acc-content{ 
	display: block;
}

.accordion-box .block.active-block .acc-content{
	border-top-color:#f74883;
}

.accordion-box .block .content .text{
	position: relative;
	display: block;
}

.faqs-section .load-more{
	position: relative;
	display: block;
	padding: 50px 0px 0px;
	text-align: center;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	background: #edf5f8;
	padding: 100px 0px 70px;
}

.call-to-action .map-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/icons/map-pattern-two.png') center center no-repeat;
	opacity: 0.05;
}

.call-to-action .auto-container{
	max-width: 1270px;
}

.call-to-action .title-column{
	position: relative;
	margin-bottom: 30px;
}

.call-to-action .title-column .inner{
	position: relative;
	display: block;
}

.call-to-action .title-column h2{
	font-size: 44px;
	margin: 0;
	color: #222222;
	line-height: 1.2em;
	font-weight:600;
}

.call-to-action .links-column{
	position: relative;
	margin-bottom: 15px;
}

.call-to-action .links-column .inner{
	position: relative;
	display: block;
	padding-top: 20px;
	text-align: right;
}

.call-to-action .links-column .theme-btn{
	margin-left: 12px;
	margin-bottom: 15px;
}

/*** 

====================================================================
	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;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:15px;
	color: #222222;
	font-weight:400;
	line-height:1.7em;
}

.map-data h6{
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#222222;
}

.map-canvas{
	height:280px;
}


/*** 

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

***/

.sidebar-page-container{
	position:relative;
	padding: 110px 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 */

.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: block;
}

.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%;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

 .comments-title{
 	position: relative;
 	margin-bottom: 40px;
 }

 .comments-title h2{
 	font-size: 30px;
 	font-weight: 700;
 	text-transform: capitalize;
 	color: #222222;
 	margin: 0;
 }

.comments-area{
	position:relative;
	margin-bottom: 70px;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom: 30px;
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.comments-area .comment{
	position:relative;
	min-height: 80px;
	padding-left: 105px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden;
}

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

.comments-area .comment-box .info{
	position: relative;
	margin-bottom: 10px;
	line-height:24px;
}

.comments-area .comment-box .info .name{
	position: relative;
	display: inline-block;
	margin-right: 25px;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#222222;
	text-transform: uppercase;
}

.comments-area .comment-box .info .date{
	position: relative;
	display: inline-block;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#999999;
}

.comments-area .comment-box .text{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
}

.comments-area .comment-box .reply-btn{
	position: relative;
	display: inline-block;
	margin-left: 31px;
}

.comments-area .comment-box .reply-btn a{
	font-size: 15px;
	line-height: 1.5em;
	color:#222222;
	font-weight: 700;
}
.comments-area .comment-box .reply-btn a:before {
    content: '|';
    position: absolute;
    left: -18px;
    top: -1px;
    line-height: 24px;
    font-size: 12px;
}
.comments-area .comment-box .reply-btn a .fa {
    padding-right: 5px;
    color: #f64883;
}

.comments-area .comment-box .reply-btn a:hover{
	color: #f74883;
}

/*** 

====================================================================
		Leave Comments Form
====================================================================

 ***/

.leave-comments{
 	position: relative;
}

.leave-comments .instruction{
	padding-top: 15px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}


/*** 

====================================================================
					Case Single Section
====================================================================

***/

.case-single-section{
	position:relative;
	padding: 90px 0px;
}

.case-single-section .case-inner{
	position:relative;
}

.case-single-section .case-inner .case-images{
	position:relative;
}

.case-single-section .case-inner .case-images .row{
	position:relative;
	margin:0px -15px;
}

.case-single-section .case-inner .case-images .image-column{
	position:relative;
	padding:0px 15px;
}

.case-single-section .case-inner .case-images .image{
	position:relative;
	margin-bottom:30px;
}

.case-single-section .case-inner .case-images .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-single-section .case-inner .cases-title {
    position: relative;
    padding-bottom: 0px;
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    background: #f9f8f8;
    padding: 20px;
}

.case-single-section .case-inner .cases-title h2{
	position:relative;
	color: #222222;
	font-size:30px;
	font-weight:600;
	line-height:1.3em;
	text-align:right;
	padding-right:40px;
	border-right:1px solid #cccccc;
	margin-bottom: 0px;
}

.case-single-section .case-inner .cases-title .info-column{
	position:relative;
}

.case-single-section .case-inner .cases-title .info-column .inner{
	position:relative;
	padding-top: 10px;
	margin-bottom:20px;
}

.case-single-section .case-inner .cases-title .info-column .inner h3 {
    position: relative;
    font-weight: 700;
    color: #fe5e17;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.case-single-section .case-inner .cases-title .info-column .inner .text {
    color: #949494;
    font-size: 15px;
}
.case-single-section .case-inner .bold-text{
	position:relative;
	font-weight: 700;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:20px;
}

.case-single-section .case-inner .text{
	position:relative;
	margin-bottom:30px;
}

.case-single-section .case-inner .text p{
	position:relative;
	color: #222222;
	font-size:14px;
	line-height:1.7em;
	margin-bottom:0px;
}

.case-single-section .case-inner .text .two-column{
	position:relative;
	padding-bottom:30px;
}

.case-single-section .two-column h3{
	position:relative;
	color:#333333;
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
}

.case-single-section .case-inner .two-column p{
	margin-bottom:25px;
}

.case-single-section .case-inner  .two-column .image-column{
	position:relative;
	margin-bottom: 10px;
}

.case-single-section .case-inner .two-column .image-column .row{
	position:relative;
	margin:0px -5px;
}

.case-single-section .case-inner .two-column .image-column .column{
	padding:0px 5px;
	margin-bottom: 20px;
}

.case-single-section .case-inner .two-column .image-column .image{
	position:relative;
}

.case-single-section .case-inner .two-column .image-column .image img{
	width:100%;
	display:block;
}


/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:90px 0px 60px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.contact-info-section h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:400;
	text-align:center;
	margin-bottom:40px;
}

.contact-info-section .info-blocks{
	position:relative;
	max-width:420px;
	margin:0 auto;
}

.contact-info-section .info-blocks .info-block{
	position:relative;
	margin-bottom:30px;
	vertical-align: top;
}

.contact-info-section .info-blocks .info-block .inner{
	position:relative;
	text-align:center;
}

.contact-info-section .info-blocks .info-block .inner .icon-box{
	position:relative;
	width:40px;
	height:40px;
	color:#f74883;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	margin:0 auto;
	margin-bottom:25px;
	background-color:#ffffff;
}

.contact-info-section .info-blocks .info-block .inner .text,
.contact-info-section .info-blocks .info-block .inner .text a{
	position:relative;
	color:#ffffff;
	font-size:15px;
}

.contact-info-section .info-blocks .info-block .inner .text a:hover{
	text-decoration: underline;
}

.mrindex .tag-sticky-2 .lower-box,.mrindex .sticky .lower-box {
    border: 1px solid #d7d7d7;
}
.pagination li a{
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 15px;
    height: 46px;
    min-width: 46px;
    padding: 12px 5px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    text-align: center;
    background: #ffffff;    
	margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pagination li a:hover{
        position: relative;
    display: block;
    line-height: 24px;
	    margin-right: 8px;
    font-size: 15px;
    height: 46px;
    min-width: 46px;
    padding: 12px 5px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	color: #ffffff;
    background: #f74883;
    border-color: #f74883;
}
.pagination li .current{
        position: relative;
    display: block;
    line-height: 24px;
	    margin-right: 8px;
    font-size: 15px;
    height: 46px;
    min-width: 46px;
    padding: 12px 5px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	color: #ffffff;
    background: #f74883;
    border-color: #f74883;
}
.mrsidebar {
    padding-left: 20px;
}
.footer-area{
    background: #4a3d8f;
}
.main-footer .widget-title h4 {
    padding-top: 50px;
}
.main-footer .tagcloud a{
	color:#222;
}
.fixed-header .sticky-header .logo img{
    width: 107px;
}
.comment-box .text-holder .img-holder{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
}
.comment-box .name h3{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #0c0d24;
    font-weight: 700;
    margin-bottom: 2px;
}
.comment-box .time {
    font-weight: 400;
    margin: 5px 0px;
    font-size: 16px;
    color: #838389;
}
.reply-btn>a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #414141;
    /* border: 1px solid #e2e2e2; */
    text-align: center;
    text-transform: capitalize;
    /* padding: 2px 20px; */
    font-weight: 500;
}
.post_comment_thumb{
	border-radius:50%;
}
.wp-block-group__inner-container{
	padding:10px;
}
.wp-style table tbody tr th {
    font-weight: 400;
}

.paginate_link>a{
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
    height: 46px;
    min-width: 46px;
    padding: 12px 5px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.paginate_link>a:hover{
    position: relative;
    display: inline-block;
    line-height: 24px;
    margin-right: 8px;
    font-size: 15px;
    height: 46px;
    min-width: 46px;
    padding: 12px 5px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    background: #f74883;
    border-color: #f74883;
}
.paginate_link>span{
    position: relative;
    display: inline-block;
    line-height: 24px;
    margin-right: 8px;
    font-size: 15px;
    height: 46px;
    min-width: 46px;
    padding: 12px 5px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.10);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    background: #f74883;
    border-color: #f74883;
}
.error_btn1{
    text-align: center;
}
.breadcrumb-menu ul li {
    display: inline;
    /* float: left; */
    font-size: 17px;
    font-weight: 600;
    /* border-bottom: 2px solid #f74883; */
    padding-bottom: 10px;
    margin-top: 40px;
}
.breadcrumb-menu ul li a{
	color:#fff;
	border-bottom:     border-bottom: 2px solid #f74883;
	/* border-bottom: 2px solid #f74883; */
	/* padding-bottom: 20px; */
}
.main-footer #wp-calendar caption {
    color: #fff;
}

.share-it .post-share li a  .fa:before {
    font-family: 'Font Awesome 5 Brands';
}

.share-it .post-share li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    background: #f74883;
    border-radius: 50%;
    /* padding: 10px 15px; */
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
}
.share-it .post-share li a {
    color: #ffffff;
    font-size: 16px;
}

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

.comments-area .comments-title{
    margin-bottom: 40px;
    font-size: 26px;
}
.single-blog-title-box h2{
    font-size: 26px!important;
}

.gallery-widget .image{
	float:left;
	display:inline-block;
}
.gallery-widget .image img {
    width: 107px;
    margin: 3px;
}
.default-bg-section .content-box h2 span {
    color: #f74883;
    font-weight: 600;
    font-size: .9em;
}
.mrindex .pagination{
    margin-bottom: 40px;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 60px;
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #ff5e14;
    display: none;
    border-radius: 50px 50px 0px 0px; 
}

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%);
}

.main-header .header-upper .logo-box .logo img {
    width: 175px;
}


/*** 

====================================================================
    Testimonial Section Two
====================================================================

***/

.bkr003 .testimonial-8 {
	margin: 100px 0px 0px;
	background: -webkit-linear-gradient(bottom,#edf5f8,#ffffff);
	padding-bottom: 100px;
}
.bkr003 .testimonial-8 .sec-title-two{
	margin-bottom: 80px;
}
.bkr003 .testimonial-8 .sec-title-two h6{
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	color: #222222;
	letter-spacing: 8px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.bkr003 .testimonial-8 .sec-title-two h2{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	color: #222222;
	line-height: 45px;
	padding-bottom: 35px;
}
.bkr003 .testimonial-8 .sec-title-two h2:before{
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -38px;
	width: 76px;
	height: 2px;
	content: '';
	background: #ff6363;
}
.bkr003 .testimonial-8 .sec-title-two h2 span{
	font-weight: 300;
	color: #222222;
	font-size: 40px;
	margin-bottom: 0px;
	display: inline-block;
	line-height: 0px;
}

.bkr003 .testimonial-8 .testimonial-area-two{
	max-width: 1000px;
	margin: 0px auto;
}
.bkr003 .testimonial-8 .owl-carousel .testimonial-item-one .image{
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border-radius: 50%;
}
.bkr003 .testimonial-8 .owl-carousel .testimonial-item-one img{
	display: inline-block;
	transform: scale(1);
	width: 100%;
	transition: all 500ms ease;
}
.bkr003 .testimonial-8 .owl-carousel .testimonial-item-one:hover img{
	transform: scale(1.1);
	transition: all 500ms ease;
}
.bkr003 .testimonial-8 .testimonial-item-one h6{
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	font-weight: 600;
	margin-top: 21px;
	margin-bottom: 5px;
}
.bkr003 .testimonial-8 .testimonial-item-one span{
	font-size: 14px;
	color: #a4a3a3;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.bkr003 .testimonial-8 .testimonial-item-one .text-area{
	position: relative;
	border-radius: 15px;
	margin-top: 19px;
	padding: 40px 20px 30px;
	/* border: 1px solid #f2f2f2; */
	transition: all 500ms ease;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}
.bkr003 .testimonial-8 .testimonial-item-one:hover .text-area{
	border-color: #ff6363;
}
/*
.bkr003 .testimonial-8 .testimonial-item-one .text-area span{
	position: absolute;
	top: -18px;
	font-size: 80px;
	color: #f74883;
	line-height: 80px;
	display: inline-block;
	padding: 10px;
	width: 50px;
	height: 50px;
	content: '';
	margin-left: -25px;
	border-radius: 50%;
	background: #f1f6f8;
	border: 1px solid #e8e8e8;
	transition: all 500ms ease;
	font-family: 'PT Sans', sans-serif;
}
.bkr003 .testimonial-8 .testimonial-item-one .text-area span:before{
	position: absolute;
	content: '';
	background: #f0f5f7;
	width: 47px;
	height: 17px;
	top: -1px;
	left: 0px;
	z-index: 99;
	overflow-wrap: break-word;
}
*/
.bkr003 .testimonial-8 .rating{
	position: relative;
	margin-top: 10px;
	font-size: 15px;
	color: #ffab01;
	left: 0;
}
.bkr003 .testimonial-8 .testimonial-item-one:hover .text-area span{
	border-color: #ff6363;
}
.bkr003 .testimonial-8 .testimonial-item-one p{
	font-size: 16px;
	color: #666666;
	/* font-weight: 400; */
	line-height: 24px;
	height: 63px;
}
.bkr003 .testimonial-8 .testimonial-item-one ul li {
    display: inline-block;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background: #eef6f8;
    border-radius: 50%;
    /* color: red; */
}
.bkr003 .testimonial-8 .testimonial-item-one ul li i{
	font-size: 14px;
	color:#706f6f;
	padding: 7px;
	transition: all 500ms ease;
}
.bkr003 .testimonial-8 .testimonial-item-one ul li:hover i{
	color: #ff6363;
	transition: all 500ms ease;
}
.bkr003 .testimonial-8 .owl-nav-style-two .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
}
.bkr003 .testimonial-8 .owl-nav-style-two .owl-nav .owl-next {
    position: absolute;
    right: -100px;
}
.bkr003 .testimonial-8 .owl-nav-style-two .owl-nav {
    position: relative;
    bottom: 300px;
}
.bkr003 .testimonial-8 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}














.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: #4a3d8f;
}

.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;
}

.about-section .image-column .images:before {
	display: none;
}

.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 .icon-outer {
    z-index: 2;
}



.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 {
    width: 170px;
    height: 170px;
}

.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);
}

.service-block .icon-outer .icon-box img {
    position: relative;
}

.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 .bottom-text .text{
	position: relative;
}

.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;
}


.banner-carousel .links-box .video-btn .btn-title:hover {
    color: #fff;
    background: #4a3d8f;
}

.banner-carousel .links-box .video-btn .btn-title {
    transition: .5s;
}

.banner-carousel .content-box h1 {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 700;
}

.banner-carousel .content-box .text {
    font-size: 24px;
}



@media only screen and (max-width:599px) {
.cases-section .auto-container {
    padding: 0 15px;
}

.case-block .inner-box .image-box {
    margin-right: 0 !important;
}
}

.news-block .lower-box .meta-info li i {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 9px;
    display: inline-block;
    color: #1f174e;
}
.news-block .lower-box .meta-info li a {
    color: #4d3f90;
    vertical-align: middle;
    transition: .5s;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.news-block .lower-box .meta-info li {
    vertical-align: middle;
}

.news-block .lower-box .meta-info li a:hover {
    color: #f74983;
}

.news-block .lower-box h3 {
    margin-bottom: 18px;
}

.news-block .text {
    border-bottom: 1px solid #e2eef2;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.news-block .lower-box {
    padding-bottom: 60px;
}


.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;
	}
}

.share-post {
    position: relative;
    text-align: right;
    color: #4a3d8f;
    font-weight: 700;
    cursor: pointer;
}

.share-post i {
    margin-right: 8px;
}

.post-details .lower-row .share-it .post-share {
    position: absolute;
    top: -46px;
    right: 0;
    width: max-content;
    opacity: 0;
    transition: .5s;
}

.post-details .lower-row .share-it .post-share li {
    margin-right: 0;
    margin-left: 5px;
}

.post-details .lower-row .share-it:hover .post-share {
    opacity: 1;
}

@media only screen and (max-width: 599px) {
	.comment-box .text-holder .img-holder {
	    position: relative;
	    margin-bottom: 20px;
	}

	.post-details .lower-row .share-it {
	    float: none;
	    text-align: left;
	}

	.post-details .lower-row .tags {
	    float: none;
	}

	.share-post {
	    text-align: left;
	    margin-top: 17px;
	}
	.post-details .lower-row .share-it .post-share {
	    top: -8px;
	    right: 0;
	}
	.case-block .content-box .title-box .icon {
		position: relative;
		text-align: center;
		right: 0;
		top: 0;
		margin-top: 20px;
	}
}

.btn-titlexx {
    position: relative;
    display: inline-block;
    padding: 13px 40px 10px;
    /* border: 1px solid #4a3d8f; */
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    text-align: right;
    font-size: 15px;
    float: right;
    background: #4a3d8f;   
	transition: all 300ms ease;
}

.btn-titlexx .icon{
    margin-right: 10px;
}
.btn-titlexx:hover {
    transition: all 300ms ease;
}

.btn-titlexx{
	z-index: 1;
}

.btn-titlexx:before{
	position: absolute;
	content: '';
	background: #313131;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.btn-titlexx:hover:before{
	width: 100%;
}

.btn-titlexx {
    top: -10px;
    cursor: pointer;
}

.default-bg-section .content-box h2 {
    color: #fff;
}
.default-bg-section .content-box .lower-text {
    color: #fff;
}
.default-bg-section .sec-title .upper-text {
    color: #ffffff;

}
.thin_text{
	font-weight:500;
}
.thin_text {
    color: #ffffff!important;
    font-weight: 500!important;
   font-size: 1em!important;
}


.recent-posts .sidebar .post-thumb img{
    border-radius: 50%;
}

.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;
}

.service-block .icon-outer {
    border-radius: 50%;
}


.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;
}








/*** 

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

***/

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

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

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

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

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

.about-section.ex .text-column .text-content p{
	position: relative;
	margin-bottom: 30px;
}
.about-section.ex .text-column .text-content ul{
	position: relative;
	margin-bottom: 25px;
}

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

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

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

.about-section.ex .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;
}

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

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

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

.about-section.ex .list-style-one{
	position: relative;
}

.about-section.ex .list-style-one li{
	position: relative;
	margin-bottom: 7px;
	line-height: 24px;
	padding-left: 25px;
}

.about-section.ex .list-style-one li:before{
	content: "\f11c";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Flaticon';
	color: #f74883;
}
.bkr003 .testimonial-8 .testimonial-item-one ul li i {
    font: normal normal normal 14px/1 FontAwesome;
}







/*** 

====================================================================
	Cases Section
====================================================================

***/

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

.cases-section.cases-page{
	padding-bottom: 40px;
}

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

.cases-section-ex .carousel-box{
	position: relative;
	display: block;
	margin-right: -30px;
}

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

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

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

.cases-section-ex .cases-box .row{
	margin: 0px -25px;
}

.cases-section-ex .case-block{
	position: relative;
	margin-bottom: 80px;
}

.cases-section-ex .cases-box .row .case-block{
	padding: 0px 25px;
}

.cases-section-ex .owl-theme .case-block{
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-right: 30px;
}

.cases-section-ex .case-block .inner-box{
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.cases-section-ex .case-block .inner-box .image-box {
    position: relative;
    display: block;
    background: #010101;
    overflow: hidden;
    margin: 0;
    margin-right: 85px !important;
}

.cases-section-ex .case-block .inner-box .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.cases-section-ex .case-block .inner-box:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cases-section-ex .case-block .content-box{
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 100%;
	max-width: 310px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

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

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

.cases-section-ex .case-block .content-box .title-box h4 a{
	color: #ffffff;
}

.cases-section-ex .case-block .content-box .title-box .sub-text{
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	opacity: 0.50;
}

.cases-section-ex .case-block .content-box .text-content{
	position: relative;
	display: block;
	padding: 35px 40px;
	background: #ffffff;
}

.cases-section-ex .case-block .content-box .text{
	position: relative;
	margin-bottom: 20px;
}

.cases-section-ex .case-block .content-box .link-box{
	position: relative;
	display: block;
}

.cases-section-ex .case-block .content-box .link-box a {
    position: relative;
    color: #f74883;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: transparent;
}

.cases-section-ex .case-block .content-box .link-box a .arrow{
	padding-left: 5px;
	vertical-align: middle;
	color: #4a3d8f;
	font-size: 12px;
}

.cases-section-ex .case-block .content-box .link-box a:hover {
    color: #4a3d8f;
    background: transparent !important;
}

.cases-section-ex .cases-carousel .owl-dots{
	display: none;
}

.cases-section-ex .cases-carousel .owl-nav {
    position: absolute;
    left: -120px;
    right: -120px;
    margin-top: -30px;
    top: 50%;
    height: 0;
    display: block;
}



.cases-section-ex .cases-carousel .owl-nav .owl-prev,
.cases-section-ex .cases-carousel .owl-nav .owl-next{
	position: relative;
	top: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	outline: none;
	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;
}

.cases-section-ex .cases-carousel .owl-nav .owl-prev{
	position: absolute;
	left: 0;
}

.cases-section-ex .cases-carousel .owl-nav .owl-next{
	position: absolute;
	right: 30px;
}

.cases-section-ex .cases-carousel .owl-nav .owl-prev:hover,
.cases-section-ex .cases-carousel .owl-nav .owl-next:hover{
	background: #f74883;
	color: #ffffff !important;
}
.cases-section-ex .case-block .inner-box .image-box:before {
    display: none;
}



/*** 

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

***/

.testimonials-section-ex {
	position:relative;
	padding: 120px 0px;
}

.testimonials-section-ex .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-ex .carousel-box{
	position: relative;
	display: block;
	max-width: 780px;
	padding: 55px 20px;
	background: rgba(255,255,255,0.94);
	border-bottom: 2px solid #4a3d8f;
	text-align: center;
	z-index: 1;
}

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

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

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

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

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

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

.testimonials-section-ex .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-ex .owl-theme .owl-nav{
	display: none;
}

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

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

.testimonials-section-ex .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-ex .owl-theme .owl-dots .owl-dot.active span{
	background: #f74883;
	-ms-transform: scale(1);
	transform: scale(1);
}
.fab, fas, fa {
    font: normal normal normal 14px/1 FontAwesome;
}
.header-style-two .nav-box .main-menu .navigation > li > a {
    color: #ffffff!important;
}

/*** 

====================================================================
	pricing-5
====================================================================

 ***/

.bkr003 .pricing-5 {
	position: relative;
	text-align: center;
}

.bkr003 .pricing-5 .top-title{
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #f74883;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.bkr003 .pricing-5 .sec-title-two{
	position: relative;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
	padding-bottom: 13px;
	margin-bottom: 32px;
}
.bkr003 .pricing-5 .sec-title-two:before{
	position: absolute;
	content: '';
	background: #f74883;
	height: 4px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.bkr003 .pricing-5 .sec-title-two {
    margin-bottom: 59px;
}

.bkr003 .pricing-5 {
	position: relative;
	padding: 142px 0px 150px 0px;
}
.bkr003 .pricing-5:before{
	position: absolute;
	content: '';
	background: url(../images/background/shap-8.png);
	width: 232px;
	height: 399px;
	left: 0px;
	top: 35%;
}
.bkr003 .pricing-5:after{
	position: absolute;
	content: '';
	background: url(../images/background/shap-9.png);
	width: 311px;
	height: 410px;
	right: 0px;
	bottom: -250px;
	z-index: -1;
}
.bkr003 .pricing-5 .single-pricing-plan{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 47px 55px 50px 55px;
    box-shadow: 0px 10px 80px rgba(229, 229, 229, 0.70);
}
.bkr003 .pricing-5 .single-pricing-plan.standard-plan:before{
	position: absolute;
	content: '';
	background: url(../images/background/shap-7.png);
	width: 138px;
	height: 103px;
	top: 0px;
	right: 0px;
}
.bkr003 .pricing-5 .single-pricing-plan .top-text{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #8b8e93;
	text-transform: uppercase;
	margin-bottom: 49px;
}
.bkr003 .pricing-5 .single-pricing-plan .price{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 55px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 46px;
}
.bkr003 .pricing-5 .single-pricing-plan .price:before{
	position: absolute;
	content: '';
	background: url(../images/background/shap-6.png);
	width: 106px;
	height: 103px;
	left: 50%;
	margin-left: -50px;
	top: -25px;
}
.bkr003 .pricing-5 .single-pricing-plan .text {
    color: #222222;
    margin-bottom: 29px;
    font-size: 14px;
    font-weight: 500;
}
.bkr003 .pricing-5 .single-pricing-plan .list li{
	position: relative;
	display: block;
	margin-bottom: 18px;
}
.bkr003 .pricing-5 .single-pricing-plan .list li span {
    position: relative;
    display: inline-block;
    color: #777777;
    padding: 0px 0px 0px 12px;
    font-size: 14px;
    font-weight: 500;
}
.bkr003 .pricing-5 .single-pricing-plan .list li span:before {
    position: absolute;
    content: "\f058";
    font-size: 16px;
    color: #f74883;
    left: -12px;
    top: 0px;
    font-family: 'Fontawesome';
    font-weight: 900;
}
.bkr003 .pricing-5 .pricing-column:nth-child(1) .single-pricing-plan .list li:nth-child(4) span:before,
.bkr003 .pricing-5 .pricing-column:nth-child(1) .single-pricing-plan .list li:nth-child(5) span:before,
.bkr003 .pricing-5 .pricing-column:nth-child(2) .single-pricing-plan .list li:nth-child(5) span:before{
	color: #777777;
}
.bkr003 .pricing-5 .single-pricing-plan .list{
	padding-bottom: 16px;
}
.bkr003 .pricing-5 .single-pricing-plan .link a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #222222;
	text-transform: uppercase;
	padding: 13px 43px 12px 43px;
	border: 1px solid #e5e5e5;
	background: transparent;
	transition: all 500ms ease;
}
.bkr003 .pricing-5 .single-pricing-plan:hover .link a{
	border: 1px solid #f74883;
	background: #f74883;
	color: #ffffff;
}




/*** 

====================================================================
	Price Section
====================================================================

***/

.bkr003 .pricing-6 {
	position:relative;
	padding-bottom:125px;
}

.bkr003 .pricing-6 .upper-section{
	position:relative;
	padding:106px 0px 240px;
	background-color:#6048f0;
	background-repeat:no-repeat;
	background-position:left center;
}

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

.bkr003 .pricing-6 .sec-title .title{
	position:relative;
	color:#c4c4c4;
	font-size:14px;
	line-height:1.4em;
	letter-spacing:1px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.bkr003 .pricing-6 .sec-title h2{
	position:relative;
	font-size:35px;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
	padding-bottom:20px;
	display:inline-block;
}

.bkr003 .pricing-6 .sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:3px;
	background-color:#ff4c72;
}

.bkr003 .pricing-6 .sec-title.light .title {
    color: #ffffff;
    display: block;
}

.bkr003 .pricing-6 .sec-title.light h2{
	color:#ffffff;
}

.bkr003 .pricing-6 .sec-title.centered{
	text-align:center;
}

.bkr003 .pricing-6 .sec-title.centered h2:after{
	left:50%;
	margin-left:-21px;
}

.bkr003 .pricing-6  .upper-section .sec-title{
	margin-bottom:0px;
}

.bkr003 .pricing-6  .upper-section .big-letter{
	position: absolute;
    right: -450px;
    top: 0px;
    line-height: 250px;
    font-size: 350px;
    font-weight: 700;
    color: rgba(255,255,255,0.07);
    text-transform: uppercase;
}

.bkr003 .pricing-6  .upper-section .big-letter span{
	color: #6048f0;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.10), 1px -1px 0 rgba(255,255,255,0.10), -1px 1px 0 rgba(255,255,255,0.10), 1px 1px 0 rgba(255,255,255,0.10);
}

.bkr003 .pricing-6 .price-block{
	position:relative;
}

.bkr003 .pricing-6 .price-block .inner-box{
	position:relative;
	padding:45px 40px 30px;
	border-radius:5px;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	background:#ffffff url(../images/background/pattern-9.png) repeat;
}

.bkr003 .pricing-6 .price-block .inner-box .upper-box{
	position:relative;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #d1d1d1;
}

.bkr003 .pricing-6 .price-block .inner-box .title{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
}

.bkr003 .pricing-6 .price-block .inner-box .price{
	position:relative;
	color:#222222;
	font-size:80px;
	font-weight:600;
	line-height:1em;
}

.bkr003 .pricing-6 .price-block .inner-box .price sup{
	position:relative;
	color:#777777;
	font-size:26px;
	font-weight:400;
	top:-38px;
	margin-right:5px;
}

.bkr003 .pricing-6 .price-block .inner-box .price sub{
	position:relative;
	color:#777777;
	bottom:0px;
	font-size:15px;
	font-weight:400;
}

.bkr003 .pricing-6 .price-block .inner-box .upper-box .theme-btn{
	margin-top:30px;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box{
	position:relative;
	padding:0px 10px 10px;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul{
	position:relative;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul li{
	position:relative;
	max-width:230px;
	width:100%;
	color:#777777;
	font-size:18px;
	margin-bottom:12px;
	padding-left:22px;
	display:inline-block;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:13px;
	height:1px;
	width:10px;
	background-color:#ff4c72;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul li span{
	position:relative;
	color:#222222;
	font-weight:500;
}

.bkr003 .pricing-6  .carousel-section{
	position:relative;
	margin-top:-200px;
	z-index:9;
}

.bkr003 .pricing-6  .carousel-section .price-carousel{
	max-width:710px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:0px 15px;
}

.bkr003 .pricing-6  .carousel-section .owl-carousel .owl-stage-outer{
	overflow:visible;
	padding:10px 0px;
}

.bkr003 .pricing-6  .carousel-section .owl-dots,
.bkr003 .pricing-6  .carousel-section .owl-nav{
	display:none;
}

.bkr003 .pricing-6  .carousel-section .owl-carousel .owl-stage-outer .owl-item{
	opacity:0.6;
}

.bkr003 .pricing-6  .carousel-section .owl-carousel .owl-stage-outer .owl-item.active{
	opacity:1;
}
.bkr003 .pricing-6 .btn-style-one .icon {
    position: relative;
    color: #ffffff;
    margin-left: 15px;
    font-size: 20px;
    top: 3px;
    line-height: 0;
    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;
}
.bkr003 .pricing-6 .btn-style-one:hover .icon {
    color: #f74883;
}
.bkr003 .pricing-6 .btn-style-one {
    position: relative;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    letter-spacing: 1px;
    background-color: #f74883;
    border: 2px solid #f74883;
    padding: 12px 25px 12px;
    font-family: 'Poppins', sans-serif;
    -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
}

.bkr003 .pricing-6 .btn-style-one:hover {
    color: #f74883;
    background: transparent !important;
}

i.far.fa-print {
    font: normal normal normal 14px/1 FontAwesome;
}


/*** 

====================================================================
	pricing-8
====================================================================

***/

.bkr003 .pricing-8 {
    position: relative;
    padding: 0px 0px 130px;
    z-index: 5;
}

.bkr003 .pricing-8 .sec-title-two {
	position: relative;
	margin-bottom: 55px;
}

.bkr003 .pricing-8 .sec-title-two.centered {
	text-align: center;
}

.bkr003 .pricing-8 .sec-title-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 12px;
	height: 5px;
	width: 53px;
	background: url(../images/background/sec-title-bg.png);
}

.bkr003 .pricing-8 .sec-title-two.centered:before {
	display: none;
}

.bkr003 .pricing-8 .sec-title-two.light:before {
	background: #fff;
}

.bkr003 .pricing-8 .sec-title-two .title {
	position: relative;
	color: #8a8d91;
	font-size: 17px;
	margin-bottom: 25px;
	text-transform: capitalize;
	padding-left: 76px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.bkr003 .pricing-8 .sec-title-two.centered .title {
	padding-left: 0px;
}

.bkr003 .pricing-8 .sec-title-two h2 {
    position: relative;
    font-size: 40px;
    color: #132c47;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    display: inline-block;
}

.bkr003 .pricing-8 .sec-title-two h2 a {
	color: #aaaaaa;
}

.bkr003 .pricing-8 .sec-title-two.light .title,
.bkr003 .pricing-8 .sec-title-two.light h2 {
	color: #fff;
}

.bkr003 .pricing-8 .content-column{
	position:relative;
	margin-bottom:30px;	
}

.bkr003 .pricing-8 .content-column .sec-title{
	margin-bottom:50px;
}

.bkr003 .pricing-8 .content-column .sec-title .subtitle{
	margin-bottom:10px;
}

.bkr003 .pricing-8 .content-column .sec-title h2{
	font-size:36px;
	line-height:1.5em;	
}

.bkr003 .pricing-8 .content-column .inner {
    position: relative;
    padding-right: 0;
}

.bkr003 .pricing-8 .content-column .text{
	line-height:1.8em;
	font-size:15px;
	color:#00000a;
	margin-bottom:40px;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns{
	position:relative;
	display:inline-block;
	border-radius:26px;
	overflow:hidden;
	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size: 14px;
	color: #222;
	min-width:140px;
	font-weight: 600;
	text-transform: uppercase;
	line-height:30px;
	padding: 16px 40px;
	cursor:pointer;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .tab-btn:first-child{
	border-radius: 31px 0px 0px 31px;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .tab-btn:last-child{
	border-left:none;
	border-radius: 0px 31px 31px 0px;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .active-btn{
	background: #132c47;
	color:#ffffff;
}

.bkr003 .pricing-8 .pricing-section-two .image-column{
	position:relative;
	margin-bottom:30px;	
}

.bkr003 .pricing-8 .pricing-section-two .image-column .inner{
	position:relative;
	margin-top:-30px;
}

.bkr003 .pricing-8 .image-column .out-box{
	position:absolute;
	top:0px;
	left:0px;
	width:1200px;
	height:650px;
}

.bkr003 .pricing-8 .image-column .out-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
}

.bkr003 .pricing-8 .pricing-tabs-two .pr-content{
	position:relative;
}

.bkr003 .pricing-8 .price-column{
	position:relative;
}


.bkr003 .pricing-8 .pr-content .pr-tab{
	position:absolute;
	top:0px;
	display: none;
	z-index:1;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transform:scale(0.9,0.9) translateY(0px);
}

.bkr003 .pricing-8 .pr-content .pr-tab.active-tab{
	position: relative;
	z-index:5;
	display: block;
	transform:scale(1) translateY(0px);
}

.bkr003 .pricing-8 .price-column .col-inner{
	position:relative;
	padding:80px 30px;
	text-align:center;
	background:#ffffff;
	border-radius:2px;
	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
	transition: .5s ease;
}

.bkr003 .pricing-8 .price-column .col-inner:hover {
	transform: scale(1.02);
}

.bkr003 .pricing-8 .price-column .plan-title{
	position:relative;
	font-size: 22px;
	font-weight: 500;
	color: #8b8e93;
	text-transform: capitalize;
	letter-spacing:1px;
	line-height:1.8em;
}

.bkr003 .pricing-8 .price-column .duration{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#b1b1b1;
	text-transform:capitalize;
	line-height:1.8em;
}

.bkr003 .pricing-8 .price-column .price{
	position:relative;
	font-size:48px;
	font-weight:700;
	letter-spacing:2px;
	color:#00000a;
	text-transform:uppercase;
	line-height: 1.5em;
	padding: 0px 0px 20px;
}

.bkr003 .pricing-8 .price-column .price sup{
	top:-10px;	
}

.bkr003 .pricing-8 .price-column .specs-list{
	position:relative;
	padding-bottom:20px;
}

.bkr003 .pricing-8 .price-column .specs-list li{
	position:relative;
	line-height:24px;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
}

.bkr003 .pricing-8 .btn-style-two {
    position: relative;
    padding: 16px 40px;
    border-radius: 30px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background: #f74883;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f74883;
    font-family: 'Open Sans', sans-serif;
}
.bkr003 .pricing-8 .btn-style-two:hover {
    color: #ffffff;
    background: #101010 !important;
    border-color: #101010 !important;
}



/*** 

====================================================================
				Team Section
====================================================================

***/

.bkr003 .team-1 {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0 60px;
}

.bkr003 .team-1 .sec-title{
	margin-bottom: 80px;
}

.bkr003 .team-1 .sec-title{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.bkr003 .team-1 .sec-title > span{
	position: relative;
	font-size: 18px;
	color: #888888;
	font-weight: 400;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}

.bkr003 .team-1 .sec-title > h2{
	position: relative;
	font-size: 40px;
	color: #333333;
	font-weight: 700;
	line-height: 1.4em;
}

.bkr003 .team-1 .sec-title > h3{
	position: relative;
	font-size: 35px;
	color: #333333;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: uppercase;
}

.bkr003 .team-1 .sec-title:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height:3px;
	width: 85px;
	background-color: #f74883;
	content: "";
}

.bkr003 .team-1 .sec-title.centered:after{
	left: 50%;
	margin-left: -42.5px;
}

.bkr003 .team-1 .sec-title.light > span,
.bkr003 .team-1 .sec-title.light h2{
	color: #ffffff;
}

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

.bkr003 .team-1 .row{
	margin-left: -40px;
	margin-right: -40px;
}

.bkr003 .team-1 .team-block-two{
	position: relative;
	margin-bottom:70px;
	padding-left: 40px;
	padding-right: 40px;
}

.bkr003 .team-1 .team-block-two .image-box{
	position: relative;
	text-align:center;
}

.bkr003 .team-1 .team-block-two .image-box img{
	position:relative;
	display:inline-block;
	max-width: 100%;
}

.bkr003 .team-1 .team-block-two .lower-box{
	position: relative;
	background-color: #ffffff;
	padding: 25px 15px 25px;
	text-align: center;
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	-o-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	box-shadow: 0 15px 25px rgba(0,0,0,0.05);
}

.bkr003 .team-1 .team-block-two .lower-box .name{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom:3px;
	color: #333333;
	text-transform: capitalize;
}

.bkr003 .team-1 .team-block-two .lower-box .name a{
	color: #333333;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.bkr003 .team-1 .team-block-two .lower-box .name a:hover{
	color: #f74883;
}

.bkr003 .team-1 .team-block-two .lower-box .designation{
	position:relative;
	display:block;
	font-size: 14px;
	line-height: 26px;
	color: #f74883;
	text-transform: capitalize;
	margin-bottom: 5px;
}

/*Social Icon two*/
.bkr003 .team-1 .social-icon-two{
	position:relative;
}

.bkr003 .team-1 .social-icon-two li{
	position:relative;
	display: inline-block;
	margin-right:25px;
}

.bkr003 .team-1 .social-icon-two li:last-child{
	margin-right: 0;
}

.bkr003 .team-1 .social-icon-two li a{
	position:relative;
	font-size:13px;
	line-height: 30px;
	display:inline-block;
	color: #c3c3c3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.bkr003 .team-1 .social-icon-two li a:hover{
	color:#f74883;
}

.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;
}
