/*-- Custom font family start --*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');
/* font-family: 'Montserrat', sans-serif; */

/*-- Custom font family end --*/
/*--------------Start of global css-------------*/
.area {
    width: 100%;
	float: left;
}
a,button,input,textarea {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a,a:hover,a:focus,a:active{
	text-decoration: none;
	outline: none;
	display: inline-block;
}
h1,h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 1.3;
	font-weight: 300;
	color: #2C5F2D;
	margin: 0 0 15px;
	
}
p {
	margin: 0 0 20px;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 29px;
	font-weight: 400;
	color: #006666;
}
/*--------------End of global css-------------*/

/* -------Common CSS start------- */
.admin-bar .header-section {
	margin-top: 32px;
}
.cla_section-overlay {
	position: relative;
	z-index: 1;
}
.cla_section-overlay::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: inline-block !important;
}
.cla_cta-btn a, a.cla_cta-btn, .cla_cta-btn input, input.cla_cta-btn, .cla_cta-btn button, button.cla_cta-btn {
	background: #2C5F2D !important;
	color: #ffffff !important;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	padding: 15px 30px !important;
	border-radius: 2px !important;
	display: inline-block !important;
	letter-spacing: 2px !important;
	transition: all 0.4s !important;
}
.cla_cta-btn a:hover,
a.cla_cta-btn:hover,
.cla_cta-btn a:focus,
a.cla_cta-btn:focus,
.cla_cta-btn a:active,
a.cla_cta-btn:active,
.cla_cta-btn input:hover,
input.cla_cta-btn:hover,
.cla_cta-btn input:focus,
input.cla_cta-btn:focus,
.cla_cta-btn input:active,
input.cla_cta-btn:active,
.cla_cta-btn button:hover,
button.cla_cta-btn:hover,
.cla_cta-btn button:focus,
button.cla_cta-btn:focus,
.cla_cta-btn button:active,
button.cla_cta-btn:active {
	background: #cee8c7 !important;
	color: #2C5F2D !important;
}
.cla_cta-btn.empty-btn a {
	background: transparent !important;
	color: #2C5F2D !important;
	padding: 0 !important;
	border-bottom: 1px solid !important;
}
.cla_cta-btn.empty-btn a:hover, .cla_cta-btn.empty-btn a:focus {
	color: #2C5F2D !important;
}
.cla_cta-btn.blue-btn a {
	background: #CEE8C7 !important;
}
.cla_cta-btn.blue-btn a:hover, .cla_cta-btn.blue-btn a:focus {
	background: #333333 !important;
}
.row.cla_row {
	display: flex;
	flex-wrap: wrap;
}
@media(max-width:767px){
	.row.cla_row {
		display: block;
	}
}
/*---------Infusion form default css start----------------*/
.infusion-form label {
	margin: 15px 0 5px;
	display: block;
}
.infusion-field {
}
.infusion-form .infusion-field input, .infusion-form .infusion-field textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
.infusion-form {
	margin: 50px 0 0;
}
.infusion-form .infusion-submit input {
	background: #3498DB;
	margin: 20px 0 0;
	border: none;
	padding: 13px 50px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	transition: all 0.4s;
}
.infusion-form .infusion-submit input:hover {
	background: #256E9F;
}
.home main section:first-child {
    margin-top: 140px !important;
}
/*---------Infusion form default css End----------------*/

/* -------Common CSS End------- */

/* =================================
Start of Header TopBar CSS
================================== */

.cla_main-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.cla_header-top-bar-section{
	padding: 15px 0;
	transition: all 0.3s linear;
}
.cla_main-header.shrink-header .cla_header-top-bar-section {
	padding: 5px 0;
}
.cla_top-bar-left span {
	margin-right: 25px;
}
.cla_top-bar-left span i.fa,
.cla_top-bar-right span i.fa {
	margin-right: 10px;
	color: #323232;
}
.cla_top-bar-left span a,
.cla_top-bar-right span a {
	color: inherit;
}
.cla_top-bar-right {
	text-align: right;
}
.cla_top-bar span {
	margin-left: 15px;
}
.cla_top-bar span, .cla_top-bar span a {
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	transition: all 0.3s linear;
}
.cla_top-bar span a:hover, .cla_top-bar span a:focus {
	color: #EE2B24;
}
.cla_nav-section {
    background: #2C5F2D;
	transition: all 0.3s linear;
}
.shrink-header .cla_nav-section {
    background: rgba(51, 102, 0, 0.95);
}

.cla_header-section .row {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_contact ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.header_contact ul li {
	float: left;
	margin-left: 11px;
}
.header_contact ul li:first-child {
	max-width: 275px;
	text-align: left;
	position: relative;
	padding-left: 25px;
}
.header_contact ul li img {
	position: absolute;
	top: 4px;
	left: 0;
}
.header_contact ul li p {
	display: inline-block;
	margin: 0;
	line-height: 1.7;
}
.header-menu li.cla_cta-btn {
    display: none !important;
}

.admin-bar .cla_main-header {
    margin-top: 32px;
}

.header_contact ul li .cla_cta-btn {
    letter-spacing: 0 !important;
    padding: 15px !important;
}

.header_contact ul li {
    font-size: 14px !important;
}

.header_contact ul li .cla_cta-btn.blue-btn {
    background: #cee8c7 !important;
}
.header_contact ul li .cla_cta-btn.blue-btn:hover, .header_contact ul li .cla_cta-btn.blue-btn:focus {
    background: #2C5F2D !important;
	color: #ffffff !important;
}

@media(max-width:1199px){
	.cla_top-bar-left span a, .cla_top-bar-right span a,
	.cla_top-bar-left span, .cla_top-bar-right span {
		font-size: 14px;
	}
	.cla_top-bar-left span {
		margin-right: 10px;
	}
	.cla_top-bar-left span i.fa,
	.cla_top-bar-right span i.fa {
		margin-right: 5px;
	}
}
@media(max-width:991px){
	.cla_top-bar-left span {
		display: block;
		margin: 0;
	}
	.cla_top-bar-left span i.fa, .cla_top-bar-right span i.fa {
		text-align: center;
		width: 20px;
	}
}
@media(max-width:767px){
	.cla_top-bar-left, .cla_top-bar-right {
		text-align: center;
	}
}

/* =================================
End of Header TopBar CSS
================================== */

/* =================================
Start of Header CSS
================================== */

.cla_header-section {
	padding: 20px 0;
	transition: all 0.4s linear;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	background: rgba(255,255,255,1);
}
.shrink-header .cla_header-section {
	background: rgba(255,255,255,0.95);
}

.cla_main-header.shrink-header .cla_header-section {
	padding: 10px 0;
}
.header-logo .navbar-brand {
	height: auto;
	padding: 0;
}
.header-menu {
	text-align: center;
}
.header-menu.navbar-nav > li {
    margin-right: 30px;
    float: none;
    display: inline-block;
}
.header-menu li a {
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s linear;
    padding: 20px 0;
}
.header-menu li a:hover,
.header-menu li a:focus {
	color: #cee8c7 !important;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: transparent !important;
}
.header-menu .cla_cta-btn {
	margin-left: 15px;
}
.header-menu .dropdown-menu {
	left: 0 !important;
	right: auto !important;
	border-radius: 0;
	padding: 0;
	top: 160%;
	display: block;
	padding: 10px 0;
	transition: all 0.3s linear;
	border: none;
	opacity: 0;
	visibility: hidden;
}
.header-menu .dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header-menu .dropdown-menu li a {
	padding: 5px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}
.header-logo{
	transition: all 0.4s;
}

@media(max-width:767px){
	.header-logo {
		max-width: 180px;
		float: left;
		position: relative;
		z-index: 2;
	}
	.header-logo .navbar-brand {
		margin: 0;
	}
	.navbar-collapse {
		padding: 0 3px;
	}
	.header-menu {
		margin: 0;
		/* 		background: rgba(0,0,0,.8); */
		/* 		box-shadow: 0 0 2px rgba(0,0,0,.5); */
		padding: 15px;
		max-height: 250px;
		overflow-y: scroll;
	}
	.header-menu li a {
		padding: 7px 0;
		color: #ffffff;
	}
	.header-menu .dropdown-menu {
		position: static;
		float: none;
		border: 0;
		display: inline-block;
		margin-left: 20px;
		background: none;
	}
	.header-menu .cla_cta-btn {
		display: inline-block;
		margin: 0 0 15px 0;
	}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
		background-color: transparent;
	}
}

/* =================================
End of Header CSS
================================== */

/* -------Banner section Start------- */

.cla_banner-section {
	padding: 450px 0 250px;
}
.cla_banner-title {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 40px;
}
.cla_banner-section p {
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	max-width: 700px;
	margin: 15px auto 50px;
}
@media(max-width:767px){
	.cla_banner-section {
		padding: 350px 0 150px;
	}
}
/* -------Banner section End------- */

/*-------- Footer css start -------------*/

.cla_footer-title {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.cla_footer-content h2, .cla_footer-content b, .cla_footer-content strong {
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
	display: inline-block;
}
.cla_footer-content p {
	color: #ffffff;
	line-height: 25px;
}
.cla_footer-content a {
	margin-top: 20px;
	display: inline-block;
	color: #ffffff;
}
.cla_footer-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cla_footer-content ul li a {
	margin: 0 0 20px 0;
}
.cla_subscribe-form .cla_input-filed {
	padding: 15px;
	height: auto;
	margin-bottom: 20px;
}
.cla_subscribe-form .cla_btn-field {
	border: none;
	width: 100%;
	text-transform: uppercase !important;
}
@media(max-width:1199px){
	.cla_footer-title {
		font-size: 16px;
		line-height: 22px;
	}
}
@media(max-width:767px){
	.cla_footer-widget {
		margin: 20px 0;
	}
}
.footer-bottom-section{
	padding: 20px 0;
}

/*-------- Footer css end -------------*/

/* -------Blog page Start------- */

.title-header {
	background: #0094D8;
	color: #ffffff;
}
.title-header .media-heading {
	margin: 0;
	padding: 15px 0;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #2C5F2D;
}
.cla_single-blog-post {
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
	padding: 15px;
	margin: 20px 0;
}
.cla_post-title {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2C5F2D !important;
	margin-bottom: 20px;
	transition: all 0.4s;
}
.cla_post-title:hover {
	color: #CEE8C7 !important;
}
.cla_single-post-img {
	width: 50%;
	float: left;
	overflow: hidden;
}
.cla_single-blog-post:hover .cla_single-post-img{
	background: rgba(0,0,0,0.5);
}
.cla_single-post-img img {
	width: 100%;
}
.cla_single-post-text {
	float: none;
	display: block;
	overflow: hidden;
	padding-left: 20px;
}
.cla_single-post-text .cla_cta-btn {
	margin: 20px 20px 0 0;
	padding: 8px 20px !important;
	float: right;
}
.cla_single-post-elements {
	margin: 15px 0 0;
}
.cla_single-post-elements span a {
	color: #555555;
	font-size: 14px;
}
.cla_single-post-elements span {
	margin-right: 15px;
}
.cla_single-post-cat {
	margin-top: 10px;
}
.cla_single-post-cat a {
	color: #3498DB;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	word-wrap: break-word;
}
.cla_single-post-cat a:hover {
	color: #256E9F;
	text-decoration: underline;
}
@media(max-width:1199px){
	.blog main section:first-child, .single-post main section:first-child, .category main section:first-child, .search main section:first-child, .archive main section:first-child {
		margin-top: 122px;
	}
}
@media(max-width:991px){
	.cla_single-post-img {
		width: 100%;
		float: none;
	}
	.cla_single-post-text {
		padding: 15px 0 0;
	}
	.cla_single-post-text .cla_cta-btn {
		margin: 10px 0 0;
		float: none;
	}
	.blog main section:first-child, .single-post main section:first-child, .category main section:first-child, .search main section:first-child, .archive main section:first-child {
		margin-top: 122px;
	}
}
@media(max-width:767px){
	.blog main section:first-child, .single-post main section:first-child, .category main section:first-child, .search main section:first-child, .archive main section:first-child {
		margin-top: 178px;
	}
	.cla_post-title {
		font-size: 20px;
		line-height: 25px;
	}
}
/*------ Sidebar css start ----------*/
.cla_sidebar-right {
	margin: 20px 0;
}
.cla_sidebar-searchbar {
	position: relative;
}
.cla_input-filed {
	width: 100%;
	padding: 15px 60px 15px 15px;
	border: none;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}
.cla_search-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	width: 60px;
	padding: 15px 0;
	color: #cccccc;
}
.cla_blog-section .widget,.default-page-with-sidebar .widget {
	margin-top: 20px;
	width: 100%;
	float: left;
}
.cla_blog-section .widget-title,.default-page-with-sidebar .widget-title {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333333;
	border-bottom: 2px solid #421E08;
}
.cla_blog-section .widget ul,.default-page-with-sidebar .widget ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}
.cla_blog-section .widget ul li,.default-page-with-sidebar .widget ul li {
	/*   background: rgba(0, 148, 216, 0.4); */
	padding: 0 0 0 30px;
	margin: 0 0 7px 0;
	position: relative;
	transition: all 0.4s;
}
.cla_blog-section .widget ul li::before,.default-page-with-sidebar .widget ul li::before {
	content: "";
	width: 11px;
	height: 11px;
	background: #421E08;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
}
.cla_blog-section .widget ul li:hover,.default-page-with-sidebar .widget ul li:hover {
	/*   background: rgba(0, 148, 216, 0.8); */
}
.cla_blog-section .widget ul li a,.default-page-with-sidebar .widget ul li a {
	color: #333333;
	font-size: 16px;
	line-height: 18px;
	display: block;
	padding: 7px 0;
	text-transform: capitalize;
}
.tagcloud {
	margin: 15px 0 0;
}
.tag-cloud-link {
	background: #99D4EF;
	padding: 5px 10px;
	color: #333333;
	font-size: 12px !important;
	line-height: 12px !important;
	transition: all 0.4s;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 5px 0;
}
.tag-cloud-link:hover {
	background: #33A9E0;
}
/*------ Sidebar css End ----------*/
/* -------Blog page End------- */

/*--------(Single Page) post details css start -------------*/

.cla_post-details .cla_single-post-img {
	width: 100%;
	float: none;
}
.cla_post-details .cla_single-post-text {
	padding: 20px 0 0;
}
/*------- comments css start -----------*/
.cla-comments {
	width: 100%;
	float: left;
}
.cla-comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cla-comments .children {
	list-style: none;
}
.cla-comments .comment-body {
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
	margin: 15px 0;
	padding: 15px;
}
.cla-comments .comment-meta {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}
.cla-comments .avatar {
	float: left;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.cla-comments .fn {
	text-transform: uppercase;
}
.cla-comments .comment-metadata a {
	color: inherit;
}
.cla-comments .comment-content {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.cla-comments .reply .comment-reply-link {
	background: #421E08;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	padding: 3px 10px;
	border-radius: 5px;
}
.cla-comments .reply {
	display: inline-block;
}
.cla-comments .reply .comment-reply-link:hover {
	background: #5DB749;
}
.cla-comments .comment-form label {
	width: 100%;
	margin: 15px 0 5px;
}
.cla-comments .comment-form input, .comment-form textarea {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 7px 15px;
}
.cla-comments .comment-form .submit {
	margin: 15px 0 0;
	background: #421E08;
	color: #ffffff;
	transition: all 0.4s;
}
.cla-comments .comment-form .submit:hover {
	background: #5DB749;
}
.cla-comments .comment-form input:focus, .comment-form textarea:focus {
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
/*------- comments css end -----------*/

/*--------(Single Page) post details css end -------------*/

/*-- Theme CSS start --*/

.header-logo img {
	transition: all 0.4s;
	margin: 0 auto;
}
.header-section.shrink-header .header-logo img {
	max-width: 200px;
}
.header-section.shrink-header .header-contact {
	padding-top: 12px;
}
.header-section.shrink-header .sidebar-menu-icon {
	padding-top: 19px;
}
.hero-slider .ms-slide-bgcont {
	position: relative !important;
	z-index: 1 !important;
}
.hero-slider .ms-slide-bgcont::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-block;
}
.hero-slider .ms-slide-info {
	width: 30% !important;
	text-align: center;
	left: 50%;
	bottom: 50px !important;
	background: rgba(255,255,255,0.9);
	padding: 50px;
	transform: translateX(-50%);
}
.cla_hero-content .banner-title {
	color: #333333;
	font-weight: 700;
	font-size: 32px;
	line-height: 45px;
	margin: 0 0 10px;
}
.cla_hero-content p {
	color: #464343;
	font-size: 18px;
	line-height: 30px;
	margin: 0 50px 20px 50px;
}
.cla_hero-content .cla_cta-btn {
	margin: 20px 0 0 !important;
	padding: 20px 35px !important;
}
.sidebar-menu-item li.cla_cta-btn a {
	border: none !important;
	text-align: center;
	margin: 30px 0 0;
	padding: 15px 20px !important;
}
.cla_section-title {
	font-size: 40px !important;
	line-height: 55px !important;
	margin: 0 0 25px !important;
	text-transform: capitalize !important;
	font-weight: 300 !important;
	color: #2C5F2D !important;
}
.home-single-service-box .vc_column-inner {
	position: relative !important;
	z-index: 1 !important;
	height: 440px;
}
.home-single-service-box .vc_column-inner::after {
	content: "";
	width: 101%;
	height: 100%;
	background: rgba(93, 183, 73, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
	display: inline-block;
}
.home-single-service-box .vc_column-inner:hover::after {
	background: rgba(93, 183, 73, 0.95);
}
.service-box-title {
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
	line-height: 35px !important;
	margin: 0 0 40px !important;
	transform: translateY(160px) !important;
	transition: all 0.4s !important;
}
.home-single-service-box .vc_column-inner:hover .service-box-title {
	transform: translateY(0) !important;
	font-size: 25px !important;
}
.wpb_single_image.service-box-icon {
	margin: 0 0 40px !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translateY(-20px) !important;
	transition: all 0.4s !important;
}
.home-single-service-box .vc_column-inner:hover .wpb_single_image.service-box-icon {
	transform: translateY(0) !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.service-box-sep .vc_sep_holder {
	background: #ffffff !important;
	margin: 0 0 40px;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: scale(0) !important;
	transition: all 0.4s;
}
.home-single-service-box .vc_column-inner:hover .service-box-sep .vc_sep_holder {
	transform: scale(1) !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.service-box-btn > * {
	background: transparent !important;
	color: #ffffff !important;
	border: transparent !important;
	font-size: 12px !important;
	line-height: 14px !important;
	letter-spacing: 1px !important;
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px) !important;
}
.home-single-service-box .vc_column-inner:hover .service-box-btn > * {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important;
}
.promo-bg {
	position: relative !important;
	z-index: 1 !important;
}
.promo-bg::after {
	content: "";
	width: 50%;
	height: 80%;
	background: #2C5F2D;
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: -1;
}
.promo-bg.right::after {
	left: auto;
	right: -30px;
}
.promo-single-box .vc_column-inner {
	display: inline-block;
}
.home-img-gallery .carousel-item:hover a::after {
	background: rgba(255,255,255,0.1);
}
.home-testimonials .cla_section-title {
    margin: 0 0 5px !important;
}
.home-testimonials .frisco-testimonial {
    margin-top: 50px;
}
.vc_row.home-map-content {
	width: 700px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 150px;
	background: #ffffff;
	padding: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 4px;
}
.vc_row.home-map-section {
	position: relative;
	z-index: 1;
}
.vc_row.home-map-content .wpb_single_image {
	margin: 0 0 30px !important;
}
.home-gallery .wpl-logo-carousel .wpl-logo img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}
.home-gallery .wpl-logo-carousel .wpl-logo {
	margin: 0 !important;
	position: relative;
	z-index: 1;
}
.home-gallery .wpl-logo-carousel .wpl-logo::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-block !important;
	transition: all 0.4s;
}
.home-gallery .wpl-logo-carousel .wpl-logo:hover::after {
	transform: scale(0);
}
.home-gallery .wpl-logo-carousel .slick-arrow {
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%) !important;
	background: #93C26F !important;
	transition: all 0.4s !important;
}
.home-gallery .wpl-logo-carousel .slick-arrow.slick-prev {
	right: auto !important;
	left: 42px !important;
}
.home-gallery .wpl-logo-carousel .slick-arrow:hover {
	background: #479FCD !important;
}
.cla_footer-top-section {
	padding-top: 80px;
}
.footer-bottom-section {
	padding-bottom: 80px;
}
.cla_footer-content.zoom-social-icons-widget {
}
.cla_footer-content.zoom-social-icons-widget .zoom-social-icons-list {
	text-align: center;
}
.cla_footer-content.zoom-social-icons-widget .zoom-social-icons-list li {
	display: inline-block;
	margin: 0 25px;
}
.cla_footer-content.zoom-social-icons-widget .zoom-social-icons-list li a {
	margin: 0;
	display: inline-block;
	text-align: center;
}
.cla_footer-content.zoom-social-icons-widget .zoom-social-icons-list li a .zoom-social_icons-list-span {
	display: block;
	margin: 0 auto;
	font-size: 25px !important;
	line-height: 30px !important;
}
.cla_footer-content.zoom-social-icons-widget .zoom-social-icons-list li a .zoom-social_icons-list__label {
	margin: 15px 0 0;
	color: #B1B1B1;
	text-transform: uppercase;
	display: inline-block;
}
.cla_footer-content .menu {
	text-align: center;
	margin: 20px 0 0;
}
.cla_footer-content .menu li {
	display: inline-block;
}
.cla_footer-content .menu li a {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	color: #B1B1B1;
	padding: 15px;
	transition: all 0.4s;
}
.cla_footer-content .menu li a:hover, .cla_footer-content .menu li a:focus {
	color: #84AF64;
}
.copyright-text {
	color: #B1b1b1 !important;
	letter-spacing: 1px;
}
.copyright-text a:hover {
	color: #84AF64 !important;
}
.hero-slider .ms-slide-bgcont img {
	object-fit: cover;
}
.service-plan-section .cla_section-title {
	font-size: 28px !important;
	line-height: 1.2 !important;
	margin: 0 0 15px !important;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.home-program-single-box .vc_column-inner {
	position: relative;
	z-index: 1;
}
.home-program-single-box .vc_custom_heading {
	min-height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px !important;
	line-height: 1.3 !important;
}
.home-program-single-box  .vc_btn3-container.cla_cta-btn {
	position: absolute;
	bottom: 15px;
	margin: 0 !important;
	width: 100%;
	height: auto;
}
.custom-about-plugin .pix_template-header {
	margin: 0 0 30px;
}
.pix_template-text {
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 24px;
}
.custom-about-plugin .pix_template-box.template-left .pix_template-img {
	right: auto;
	left: 0;
	top: auto;
	bottom: 0;
}
.custom-about-plugin .pix_template-box {
	margin: 50px 0;
}

/*-- Blog Extend CSS --*/

.cla_blog-section .widget ul li::before,.default-page-with-sidebar .widget ul li::before {
	content: "\f061";
	font-family: fontAwesome;
	background: transparent;
	width: auto;
	top: 16px;
	color: #5DB749;
	left: 5px;
	transition: all 0.4s;
	height: auto;
}
.cla_blog-section .widget ul li:hover::before,.default-page-with-sidebar .widget ul li:hover::before {
	left: 10px;
}
.cla_blog-section .widget ul li a,.default-page-with-sidebar .widget ul li a {
	color: #333333;
	text-transform: uppercase;
	line-height: 24px;
}
.cla_blog-section .widget ul li a:hover,.default-page-with-sidebar .widget ul li a:hover {
	color: #5DB749;
}
.cla_sidebar-searchbar {
	margin: 20px 0 0;
}
.cla_blog-sidebar .widget {
	background: rgba(93, 183, 73, 0.03);
	padding: 20px;
	box-shadow: 0 0px 20px 2px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}
.title-header {
	background: #5DB749;
}
.tag-cloud-link {
	background: #421E08;
	color: #ffffff;
	padding: 5px 10px;
}
.tag-cloud-link:hover {
	background: #5DB749;
	color: #ffffff;
}
.cla_search-btn {
	padding: 11px 0;
}
.cla_blog-section {
	padding: 50px 0;
}
.comment-form p {
	margin: 0;
}
.blog-pagination .pagination {
	text-align: center;
}
.blog-pagination {
	width: 100%;
	float: left;
}
.blog-pagination .pagination li {
	display: inline-block;
}
.blog-pagination .pagination li .page-numbers {
	margin: 0 5px;
	background: #5DB749;
	color: #ffffff;
	padding: 7px 18px;
	box-shadow: none !important;
	border: none !important;
}
.blog-pagination .pagination li .page-numbers:hover, .blog-pagination .pagination li .page-numbers.current {
	background: #421E08;
}
.cla_single-post-cat {
   margin: 0;
}
.cla_single-post-cat ul li a {
   font-size: 14px;
   color: inherit !important;
   text-decoration: none !important;
}
.cla_single-post-schedule span {
   font-size: 15px;
}
.cla_single-post-tag a {
   color: #333;
   font-size: 14px;
   line-height: 1.3 !important;
   margin-left: 7px;
}
.cla_single-post-tag i.fa {
   font-size: 14px;
}
.cla_single-post-tag a:hover,
.cla_single-post-tag a:focus {
   color: #850129;
}
.cla_single-post-cat ul li a:hover,
.cla_single-post-cat ul li a:focus {
   color: #850129;
}
.cla_single-post-tag ul {
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 14px;
   line-height: 1.4;
}
.cla_single-post-tag ul li {
   display: inline-block;
   line-height: 1.2 !important;
}
.cla_single-post-tag {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.cla_single-post-tag i.fa {
   position: relative;
   top: 3px;
}
.cla_single-post-img a {
	display: block;
}
.cla_single-post-img a:hover {
    display: block;
}

/*-- Home page service slider --*/

.rotating-slides {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	background: #ffffff;
	border-bottom: 5px solid #489DCB;
	min-height: 600px;
	margin: 15px 5px !important;
	position: relative;
}
.rotating-slides-header {
	display: table;
	height: 130px;
	width: 100%;
}
#content .entry-content .rotating-slides-title {
	background: #009FD6;
	color: #ffffff;
	font-size: 24px !important;
	line-height: 30px;
	text-align: center;
	padding: 15px 0;
	border-bottom: 5px solid #FFCB5A;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
}
.rotating-slides-content {
	padding: 25px 15px;
}
.rotating-slides-content p {
	font-size: 17px !important;
	line-height: 25px !important;
	margin: 0 0 10px !important;
	/* 	min-height: 78px !important; */
}
.rotating-slides-criteria h2,
.rotating-slides-criteria h3,
.rotating-slides-criteria h4{
	font-size: 22px;
	line-height: 28px;
	border-bottom: 2px solid #dddddd;
	display: inline-block;
	margin: 5px 0 15px;
}
.rotating-slides-criteria ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rotating-slides-criteria ul li {
	list-style: none;
	padding-left: 40px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	margin: 0 0 10px;
}
.rotating-slides-criteria ul li::before {
	content: "\f14a";
	font-family: fontAwesome;
	color: #93C26F;
	position: absolute;
	left: 15px;
	top: 2px;
	font-size: 18px;
	line-height: 20px;
}
.ins-rotating-slideshow .owl-nav div {
	position: absolute;
	top: 50%;
	left: -5%;
	width: 50px;
	height: 50px;
	transition: all 0.4s;
	text-align: center;
	color: #dddddd;
	transform: translate(0,-50%);
}
.ins-rotating-slideshow .owl-nav div.owl-next {
	left: auto;
	right: -5%;
}
.ins-rotating-slideshow .owl-nav div i.fa {
	font-size: 30px;
	line-height: 50px;
	margin-left: -5px;
}
.ins-rotating-slideshow .owl-nav div.owl-next i.fa {
	margin-left: 5px;
}
.ins-rotating-slideshow .owl-nav div:hover {
	background: #009FD6;
	color: #ffffff;
}
.rotating-slides-title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #93C26F;
	color: #ffffff;
	padding: 15px 10px;
	border-bottom: 5px solid #489DCB;
	font-size: 20px;
	line-height: 25px;
}
.rotating-slides-content .cla_cta-btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 90%;
	text-align: center;
	transform: translate(-50%);
}
.spu-content h3 {
	line-height: 1.5;
	margin-bottom: 20px;
}
.form-control {
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	height: auto;
	border: 1px solid #93C26F;
	margin-bottom: 15px;
}
.form-control:hover,
.form-control:focus {
	border-color: #376F8D;
}
.subscribe-form .cla_cta-btn {
	border: none;
	width: 100%
}
.contact-form .col-sm-12 {
	margin-top: 20px;
}
.contact-address-wrap {
	position: relative;
}
.header-contact a span {
	color: #1990CE;
	text-transform: uppercase;
}
.cla_post-title {
	margin: 0;
}
.cla_single-post-elements {
	margin: 15px 0;
}
.cla_single-post-cat a {
	color: #333333;
	padding: 0 2px;
}
.cla_single-post-cat li i.fa {
	margin-right: 4px;
}
.cla_single-post-cat {
	margin: 0;
}
.cla_single-post-schedule a i.fa {
	margin: 0 7px 0 0;
}
.cla_single-post-cat ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.cla_single-post-cat ul li {
	display: inline;
}
.cla_single-post-tag i.fa {
	margin-right: 4px;
}
.cla_single-post-tag {
	margin-top: 10px;
}
.header-logo img {
    max-width: 250px;
    transition: all 0.3s linear;
}
.shrink-header .header-logo img {
    max-width: 200px;
}
.sidebar-menu-icon a.cla_cta-btn {
	margin-right: 30px;
}
.service-box-icon .vc_single_image-img {
	filter: brightness(0) invert(1);
}
.no-results {
	margin: 50px 0 200px 0;
}
.cla-comments .comment-form input {
	width: auto;
}
.sidebar-menu-item .dropdown-menu {
	position: static;
	display: block;
	float: none;
	width: auto;
	margin: 3px 0 15px 25px;
	background: none;
	box-shadow: none;
	border: none;
}
.sidebar-menu-item .dropdown-menu li {
	line-height: inherit;
}
.sidebar-menu-item .dropdown-menu li a {
	font-size: 12px;
	margin: 0;
	padding: 0px 0;
}
.hero__cta-box .vc_cta3-content-header h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 7px;
}
.hero__cta-box .vc_cta3-content-header h4 {
	font-size: 18px;
	line-height: 1.3;
}
.home-program-single-box .wpb_text_column {
	min-height: 180px;
}
.service__box-inner .vc_custom_heading {
	margin: 0 !important;
	font-weight: bold;
}
.service__box-inner .wpb_text_column {
	padding: 30px 10px 30px 10px !important;
}
.inner__client-testimonial .wpb_text_column {
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	padding: 30px 15px;
	margin-bottom: 15px !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background: none;
}

.home-single-service-box .vc_column-inner .service_box_text {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    color: #ffffff;
}

.home-single-service-box .vc_column-inner:hover .service_box_text {
    opacity: 1;
    visibility: visible;
}
.service_boxes_wrapper .box__link a {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* main section:first-child.title-header {
    margin-top: 156px;
} */


/* Member Bio  */

.member_bio_wrapper .vc_single_image-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top;
	transition: all 0.3s linear;
}

.member_bio_wrapper .vc_figure, .member_bio_wrapper .vc_single_image-wrapper {
    display: block !important;
}

.member_bio_wrapper .vc_figure {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.member_bio_wrapper .vc_figure::after {content: "";width: 100%;height: 100%;background: rgba(66, 30, 8, 0.7);position: absolute;top: 0;left: 0;z-index: 1;display: inline-block !important;opacity: 0;visibility: hidden;transition: all 0.3s linear;}

.member_bio_wrapper .vc_column-inner:hover .vc_figure::after {
    opacity: 1;
    visibility: visible;
}

.member_bio_wrapper .vc_column-inner {
    margin: 15px 0;
    position: relative;
    z-index: 1;
}

.member_bio_wrapper .vc_column-inner:hover .vc_single_image-img {
    transform: scale(1.05);
}

.member_bio_wrapper .memeber_name {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 11;
    width: calc(100% - 30px);
    font-weight: 700;
    font-size: 20px !important;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.member_bio_wrapper .vc_column-inner:hover .memeber_name {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}

.home_services_wrapper .vc_column-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
/*     margin: 15px 0; */
    transition: all 0.3s linear;
}

.home_services_wrapper .vc_column-inner:hover {
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
}

.home_services_wrapper .vc_column-inner .vc_custom_heading {
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home_services_wrapper .vc_column-inner .vc_custom_heading::after {content: "";width: 70px;height: 3px;background: #2C5F2D;position: absolute;top: 100%;left: 50%;transform: translate(-50%);transition: all 0.3s linear;}

.home_services_wrapper .vc_column-inner:hover .vc_custom_heading::after {
    width: 30px;
}
.vc_row.home_services_wrapper {
    overflow: visible !important;
}
.opacity_none {
    visibility: hidden !important;
    opacity: 0 !important;
}
.home_logo_carousel img {
    max-width: 130px;
}
.frisco-testimonial .owl-dots .owl-dot span {
    display: none;
}
h2.media-heading {
    background: #cee8c7 !important;
}
.cus_gform .gfield_checkbox li {
    display: flex;
}

.cus_gform .gfield_checkbox li input[type="checkbox"] {
    position: relative;
    top: 5px;
}

.service_boxes_wrapper .box__link a {
    background: #2C5F2D !important;
}

.service_boxes_wrapper .box__link a:hover, .service_boxes_wrapper .box__link a:focus {
    background: #CEE8C7 !important;
    color: #2C5F2D !important;
}
.faq_accordion .vc_tta-panel-heading {
    background: #2C5F2D !important;
}

.faq_accordion .vc_tta-panel-body {
    background: #CEE8C7 !important;
    color: #2C5F2D !important;
}















/*  */
