/*

	Theme Name: Schoolcms

	Author: Innermedia

Author URI: https://www.innermedia.co.uk

Description: 

Requires at least: WordPress 4.9.6

Version: 5.0.2



*/

:root {

	--body_colour : #3F4450;

	--title_colour : #3F4450;

	--link_colour : #9BC125;

	--link_colour_hover : #3F4450;	

	--button_bg: #3F4450;

	--button_colour: #ffffff;

	--button_bg_hover: #9BC125;

	--button_colour_hover: #ffffff;

}



/*Content Wrapper*/



/* clear */



.well {

	padding:10px 15px;

	background:#eaeaea;

	border:solid 1px #ddd;

	margin:20px 0;

}

.scms-carousel .owl-dots span, .logo-carousel .owl-dots span {

	width:10px;

	height:10px;

	display:inline-block;

	background:#999;

	border-radius:50%;

}

.scms-carousel .owl-nav, .logo-carousel .owl-nav {

	position:relative;

}

.scms-carousel .owl-nav .owl-prev, .logo-carousel .owl-nav .owl-prev {

	position:absolute;

	left:0;

	top:0;

}

.scms-carousel .owl-nav .owl-next, .logo-carousel .owl-nav .owl-next {

	position:absolute;

	right:0;

	top:0

}

.scms-carousel .owl-dots, .logo-carousel .owl-dots {

	padding-left:10px;

	padding-right:10px;

	text-align:center;

}

.scms-carousel .owl-dots .owl-dot, .logo-carousel .owl-dots .owl-dot {

	display:inline-block;

	margin:0 2px;

	opacity:0.8;

}

.scms-carousel .owl-dots .owl-dot.active, .logo-carousel .owl-dots .owl-dot.active {

	opacity:1;

}

.breadcrumbs {

	font-size:0.875rem;

	color:#676767;

	padding-bottom:1.25rem;

	position:relative;

	border-bottom:solid 1px #d7d9d9;

	margin-bottom:1.25rem;

}

.searchform label{

	display:none;

}

.searchform {

	padding-right:40px;

	padding-left:0px;

	position:relative;

	color:#969696;

	overflow:hidden;

	font-size:14px;

}

.searchform input.searchInput {

	border: 0;

	height:30px;

	width:100%;

	background:transparent;

	padding: 4px 10px;

    outline: 0;

}

.searchform .searchSubmit{

    background: transparent;

    border: 0;

    text-transform: uppercase;

    padding: 0;

    font-size: 16px;

	position:absolute;

	color:#969696;

	background-repeat:no-repeat;

	background-position:center;

	right:5px;

	top:0px;

	width:30px;

	height: 28px;

    outline: 0;

}





/*news*/

.list-item{

    overflow: hidden;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #ddd;

}

.list-item-image{

	text-align:center;

}

.list-item-image a{

	display:block;

	padding:10px 0;

}

.list-item-text{



}

.list-item-text p.date{

	font-size:0.8em;

	margin:0;

}



.postThumb {

	margin-bottom:20px;

	text-align:center;

}

.sectionTitle {
    margin: 0 0 15px;
}

/*------------------------------------*\

    Header

\*------------------------------------*/

header.mainHeader {

	height:184px;
	height:150px;
	background: #3F4450;

	position:relative;

}

.headGroup {

	color:#ffffff;

	background: #3F4450;

	border-bottom: none;

	transition:300ms;

	padding-top:23px;

	padding-bottom:0px;

	z-index:220;

	position:fixed;

	height:184px;
	height:150px;

	width:100%;

	top:0;

	left:0;

}

.fixedHeader .headGroup {


}

.socialDesktop {

	justify-content: end;

    display: flex;

}

/*------------------------------------*\ 

    Navigation

\*------------------------------------*/



.menu-toggle{

    position:relative;

	padding-right:40px;	

	display:inline-block;

	cursor:pointer;

	height:30px;	

    color: #ec3822;

}

.menu-toggle .toggleText{

	display:none;

	vertical-align:middle;

	font-size:14px;

}

.menu-toggle .toggleIcon {

	position:absolute;

	width:30px;

	height:30px;

	right:0;

	top:0px;

	transition:300ms;

}

@media (min-width:992px){

	.menu-toggle .toggleText{

		display:inline-block;

	}

}

.menu-toggle .toggleIcon span:before,

.menu-toggle .toggleIcon span:after {

	content:'';

}

.menu-toggle .toggleIcon span,

.menu-toggle .toggleIcon span:before,

.menu-toggle .toggleIcon span:after {

    width: 26px;

    height: 1px;

    background-color: #ec3822;

    display: block;

    transition:all 300ms;

	position:absolute;

}



.menu-toggle:hover .toggleIcon span,

.menu-toggle:hover .toggleIcon span:before,

.menu-toggle:hover .toggleIcon span:after{

    background-color: #000;

}

.menu-toggle .toggleIcon span {

	top:50%;

	left:2px;

	margin-top:-.5px;	

}

.menu-toggle .toggleIcon span:before {

    top: -8px;

}

.menu-toggle .toggleIcon span:after {

    top: 8px;

}

body.menuopen .menu-toggle .toggleIcon span {

    background-color: transparent!important;

}

body.menuopen .menu-toggle .toggleIcon span:before {

    transform: rotate(135deg);

    top: 0px;

}

body.menuopen .menu-toggle .toggleIcon span:after {

    transform: rotate(-135deg);

    top: 0px;

}

#navbar{

	position: fixed;

	right: 0;

	transition: transform 500ms;

	background-color: #fff;		

	z-index: 9999;

	top: 119px;

	bottom:0;

	width: 480px;

	max-width:100%;

	transform:translateX(100%);

	overflow-x: hidden;	

	padding:20px 20px;

	border-left:1px solid #676767;

}

body.menuopen .headGroup{ 

	border-bottom-color:#676767;	

}

body.menuopen  #navbar{ 

	transform:translateX(0%);

	z-index: 9999;

}	

#menu-main{

	margin-bottom:30px;

	margin-top:20px;

	clear:both;

}

#menu-main li{

	position:relative;

}	

#menu-main li a{

	display: block;

	text-decoration:none;

	color:#ec3822;

	line-height:1.35;

	position:relative;

	border-bottom:solid 1px #676767;

	padding:10px 10px;

}

#menu-main li a:hover{

	text-decoration:none;

	color:#000;

}

#menu-main .sub-menu {

	padding-left:40px;

	position:relative;

	display:none;

	border-bottom:solid 1px #676767;

}

#menu-main .sub-menu li:last-child > a{		

	border-bottom:none;

}

#menu-main li.open > .sub-menu {

	display:block;

}

#menu-main li.menu-item-has-children > a {

	padding-right:35px;

}	

#menu-main li.menu-item-has-children > .arrow {

	position:absolute;

	right:0;

	top:5px;

	width:30px;

	height:30px;

}	

#menu-main li.menu-item-has-children > .arrow:after{

	position:absolute;

	content: '\f054';

	display: block;

	width: 11px;

	height: 25px;

    left: 10px;

    top: 3px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

	transition: 300ms;

}

#menu-main li.open.menu-item-has-children > .arrow:after{

	transform:rotate(90deg);

}



/*------------------------------------*\ 

    Banner

\*------------------------------------*/

#pageBanner,

.bannerWrap {

	position: relative;

	overflow:hidden;

	max-height: 40vh;

}

#homeBanner {	

	position: relative;

	overflow:hidden;

	height:60vh;
	max-height:740px;

}

#pageBanner:before,

.bannerWrap:before {

	content:'';

	display:block;

	width:100%;

	padding-top:35.897%;

}

#homeBanner:before {

	content:'';

	display:block;

	padding-top:56.08%;

}

@media(min-width:768px){

	#homeBanner {

		height: 80vh;

	}

	#homeBanner:before {

		content:'';

		display:block;

		padding-top:56.08%;

	}

}



/*------------------------------------*\ 

    FOOTER

\*------------------------------------*/



#footer{

	margin-top:2rem;

}

#menu-useful {

	list-style:none;

	padding:0;

}

.footerLower {

	background:#000;

	color:#dddedf;

	padding:20px 0;

	font-size:14px;

	text-align:center;

}

.footerLower p,

.footerLower ul{

	margin:10px 0;

}

.footerLower a{

	color:#dddedf;	

	text-decoration:none;

}

.footerInfo {

	text-align:center;

	line-height:1.87;

	margin-bottom:20px;

}

.footerInfo h3{

	font-size:1.5em;

	margin:30px 0 20px;

}

.footerInfo a:before {

	content: "";

    display: inline-block;

    vertical-align: middle;

    width: 0px;

    height: 1px;

    background-color: #000;

    transition: all 300ms;

    margin-right: 0px;

}

.footerInfo a:hover:before {

    width: 5px;

    margin-right: 5px;

}

.footer-links{

	margin:0;

	list-style:none;

	padding:0;

	margin-bottom:15px;

}

.footer-links li{

	display: inline;

}

.footer-links li:after{

	content:" | ";

	margin: 0 1px 0 1px;

	display: inline;

}

.footer-links li:last-child:after{

	content:"";

}

.footer-links li a{

	display: inline;

	white-space:nowrap;

}

@media (min-width:768px){

	.footerLower {

		text-align:initial;

		padding:50px 0;

	}

}

@media (min-width:1200px){

	.footerInfo {

		margin-bottom:70px;

	}

}



/*------------------------------------*\

    Dynamic Content

\*------------------------------------*/



.dynamicContent {

	margin-top:00px;

	margin-bottom:30px;

}

/*******Dividers******/

.dividera{

	clear: both;

    width: 100%;

    height: 100px;

   position:relative;

}

.dividera:before{

	content:'';

	width:90%;

	height:1px;

	border-bottom:solid 1px #ccc;

	position:absolute;

	top:50%;

	left:5%;

}



.dividera:after{

	content:'';

	display:block;

	background-image: url(images/icon.png);

    background-position: center center;

	background-size: 75px;

	height:86px;

	width:86px;

	top:50%;

	left:50%;

	margin-top:-43px;

	margin-left:-43px;

    background-repeat: no-repeat;

	position:absolute;

	background-color:#ebebeb;

}

.dividerb{

    clear: both;

    width: 100%;

    height: 130px;

    background-image: url(images/icon.png);

    background-position: center center;

    background-repeat: no-repeat;

	background-size:75px;

}







/*******FAQS*****/

.faqs{



}

.faqs .faq{

	border-bottom:solid 2px #fff;

}



.faq-question{

	position:relative;

	margin:0;

	padding:0.625rem 1.5rem;

    padding-right: 2em;

	background: #a2a6a9;

	color:#fff;

	cursor:pointer;

}

.faq.open .faq-question{

	background:#969696;

}

.faq-question:hover{

	background: #000;

}

.faq-question:after {

    content: '\f054';

    display: block;

    width: 1.5em;

    height: 1.5em;

    line-height: 1.5em;

	text-align:center;

    position: absolute;

    right: 5px;

    top:0.625rem;

	font-size:0.8em;

	font-weight:700;

	font-family: "Font Awesome 6 Free";   

    transform: rotate(0deg);

	transition:300ms;

}

.faq.open .faq-question:after {

  transform:rotate(90deg);

}



.faqs .faq:last-child .faq-answer{

	border-bottom:solid 1px #a2a6a9;

}

.faqs .faq.open:last-child .faq-answer{

	border-color:#969696;	

}





/******Staff********/

.staffMember {

	padding-bottom:15px;

	margin-bottom:20px;

	border-bottom:solid 1px #eee;

}

.staff-meta {

	margin-bottom:5px;

}

.staff-meta .meta-label {

	font-weight:700;

}

.staff-meta.featured-staff-metas .staff-meta > *{

	display:inline-block;

}

.staff-meta a.email-value{

	font-size: 0;

    color: transparent;

	display: inline-block;

    vertical-align: middle;

}

.staff-meta a.email-value:before {

    content: "send";

    font-size: 12px;

    padding: 5px 10px;

    color: #000;

    display: block;

    text-align: center;

    background-color: #eee;

    border-radius: 5px;

    text-transform: uppercase;

    pointer-events: none;

	transition:300ms;

}

.staff-meta a.email-value:hover:before{

	background-color:#ccc;

}

/*****Quotes******/

.quoteContainer .quotesTitle{ 

	margin:10px 0 0;

	text-align:center;

	padding:0 15px;

}

.quoteContainer {

	background:#e0e0e0;	

	color:#000;

	padding-top:1.5em;

	padding-bottom:1.5em;

}

.quoteContainer .cycle-pager {

	width:100%;

	margin:0;

	padding:0 15px;

	text-align:center;

}

.quoteContainer .cycle-pager span{

	cursor:pointer;

	display:inline-block;

	margin:0 2px;

	width:15px;

	text-align:center;

	opacity:0.8;

	font-size:20px;

}

.quoteContainer .cycle-pager span.cycle-pager-active{

	opacity:1;

}

.quoteContainer blockquote.quote-text{

	padding-top:1em;

	padding-bottom:0.1em;

	margin-bottom:0;

	

}

.quoteContainer .quote-cite{

	text-align:center;

	font-weight:700;

	padding:0 15px 15px;

}

/****Documents******/

a.button.document-link {

	padding-right:50px;

	width:100%;

}

a.button.document-link:after {

	font-family: "Font Awesome 6 Free";

	font-weight: 900;

	content: "\f56d";

	display:block;

	position:absolute;

	top:50%;	

    right: 10px;

    transform: translateY(-50%);

}



/*Callout*/

.callout {

	display:block;

	position:relative;

	transition:300ms;

	color: #fff;

	--body_colour: #fff;

	--title_colour: #fff;

    background: #3F4450;

	border: 5px solid #9BC125;

	font-size:1em;

	overflow:hidden;

	border-radius: 30px;

}

.callout .calloutContent {

	position:relative;

	text-align:center;

}

.callout .calloutTitle {

	font-size:1em;

	margin:0.5em 0;

}

.callout.hasbg .coimg {

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	right:0;

	bottom:0;

	border-radius: 25px;
	border: 5px solid #3F4450;

	overflow: hidden;

}

.callout.hasbg .coimg:after {

	content: '';

    display: block;

    width: 100%;

    bottom: 0;

    position: absolute;

    left: 0;

    height: 100%;

    background: rgba(0,0,0,0.3);

}

.callout .coimg img{

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

}



.callout.hasbg .calloutContent {

	padding-bottom:125px;

	padding-top:125px;

}

.callout.hastext.hasbg .calloutContent {

	padding-bottom:35px;

	padding-top:100px;

}



.callout.notext .calloutContent {
	padding: 70px 40px;
}

.callout .button {
	background: #ffffff !important;
	color: #3F4450 !important;
}
.callout .button:hover {
	background: #9BC125 !important;
	color: #ffffff !important;
}

/***POIS****/

.row.pois {

    --bs-gutter-y: 1.5rem;

}



.poi {

	position: relative;

	display: block;

	transition:all 300ms;

    overflow: hidden;

	color: #3F4450;

	margin-bottom:30px;

}

.poi:hover  {

	color:#fff;

	text-decoration:none;

}

.poiImage .poiImageBG {

	position: relative;

	width:100%;

	height:100%;

	top:0;

	left:0;

	background-size:cover;

	background-position:center;

	background-repeat:no-repeat;

	transition:300ms;

	opacity:1;

	border: 5px solid #9BC125;
    border-radius: 30px;
	overflow: hidden;

	background: #9BC125;
	max-height:400px;
}



.poiImage .poiImageBG:after {

	content:'';

	display:block;

	width:100%;

	bottom:0;

	position:relative;

	left:0;

	background:rgba(0,0,0,0.3);

	display: none;

}

.poiImage .poiImageBG img {

	width:100%;

	height:100%;

	object-fit:cover;

	position:absolute;	

	border: 5px solid #3F4450;
    border-radius: 25px;

	left: 0;
	top: 0;

}

.poiImage {

	background:inherit;

}

.poi:hover .poiImage .poiImageBG {

}

.poiImage .poiImageBG:before {

	content:'';

	display:block;

	width:100%;

	padding-top:145.25%;
	padding-top:120%;

}

.textOnlyBlock .poiText {

	position:relative;

	padding:25px 15px;

}

.poi .poiTitle {	

	display:inline-block;

	line-height:1.3;

	text-align:center;



}

.poi .textOnlyBlock{

	

}

.poi .poiTitle {

	display:block;

	font-size: 30px;

	font-weight:700;

	position:relative;

	padding: 0px;

	text-transform:uppercase;

	color: #3F4450;

}



.poi .textOnlyBlock .poiTitle {

	margin:5px;

}

.textOnlyBlock {

	padding:10px 30px;

	transition:300ms;

}



.textOnlyBlock .poiText{

	display:block;	

	text-align:center;

}



.poi:hover .textOnlyBlock {

	background-color:rgba(0,0,0,0.2);

	color:#fff;

	text-decoration:none;

}



.poiImage .poiText {

	padding:10px 0px;

	position: relative;

	text-align:center;

	width:100%;

	transition:300ms;

}

.poiImage .poiText {

}

.poiImage .poiText .poiEx {

	max-height:0;

	overflow:hidden;

	font-size:18px;

	transition:300ms;

}

.poi:hover .poiImage .poiTitle {

	color: #9BC125;

}

.poi:hover .poiImage .poiImageBG {

	opacity:0.8;

}

.poi:hover .poiImage .poiEx {

	max-height:460px;	

}

.pois.homePOIs .col-xs-6 {

	padding-left:15px;

	padding-right:15px;

}

@media (min-width:992px){
	.poiImage .poiImageBG:before {
		padding-top:145.25%;
	}
}

/*------------------------------------*\

    HOME DYNAMIC

\*------------------------------------*/

.welcomeBlock {

	margin-bottom:40px;

}

/*------------------------------------*\

    END DYNAMIC CONTENT

\*------------------------------------*/



/*------------------------------------*\

    Sidebar

\*------------------------------------*/

.sidebar {

	margin-top:0px;

}

#menu-side li{

	position:relative;

	margin:5px 0;

}

#menu-side a {

	color:#676767;

	display:inline-block;

	text-decoration:none;

	padding:0.5rem 1rem;

}

#menu-side a:hover {

	text-decoration:none;

}

/*Top level item*/

#menu-side > li > .sub-menu{

	margin:10px 0;

}

/*main Sub menu items*/

#menu-side .sub-menu li.current-menu-ancestor a,

#menu-side .sub-menu li.current-menu-item a{	

}

#menu-side .sub-menu li.current-menu-item > a{

	color:#676767;

}

#menu-side .sub-menu li.menu-item-has-children > .arrow {

	display:block;

	width:45px;

	height:45px;

	position:absolute;

	top:0;

	right:0;

}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {

	position:absolute;

    content: '\f062';

	display: block;

	width: 11px;

	height: 27px;

	position: absolute;

	left: 12px;

	top: 10px;

	font-weight: 700;

	font-family: "Font Awesome 6 Free";

	transform: rotate(0deg);

	transition: 300ms;

}



#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {

	transform:rotate(90deg);

}

#menu-side .sub-menu li a:hover{

	color:#676767;

}

#menu-side .sub-menu .sub-menu {

	background:rgba(0,0,0,0.1);

	padding-bottom:10px;

	display:none;

}

#menu-side .sub-menu .sub-menu li{

	margin:0;

}

#menu-side .sub-menu li.open > .sub-menu {

	display:block;

}

@media (max-width:991.99px){

	.side-menu-container {

		display:none;

	}

}



/*Blog sidebar*/

#blognav ul {

	list-style:none;

}

.sidebarSec {	

    padding:0px 15px 15px;

	margin:0 auto 10px;

}

@media (min-width:1200px){



}

/*Animation*/





.hideme {

	opacity:0;

	top:30px;

	position:relative;

	transition:500ms;

}

.hideme.active {

	opacity:1;

	top:0;

}

body {
	background: #ebebeb;
}


/* Footer Styles ------------------------------------------------ Start ----------- */


.contact-bar {
	background: #3F4450;
	color: #ffffff;
    text-align: center;
    padding: 20px 0;
}
.contact-bar h3 {
	color: #9BC125;
}

.contact-bar a.button {
	background: #fff;
    color: #3F4450;
}
.contact-bar a.button:hover {
	background: #9BC125;
    color: #ffffff;
}


.logos-row {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap:wrap;
}

.ref-logos {
	background: #fff;
	padding: 10px 0;
	justify-content:center;
}
.ref-logos .ft-ref-logos {
	width: auto;
    max-width: inherit;
	padding: 5px;
	max-width:33.33%;
	
}


.ref-logos img {	
    max-height: 100px;
    width: auto;
    max-width: 100%;    
    width: auto!important;    
    margin: auto;	
}

.container {
	max-width: 1200px;
}


footer#footer {
	background: #3F4450;
    color: #fff;
    padding: 40px 0 0;
	margin: 0;
}

footer#footer .container {
	padding-bottom: 40px;
}

footer#footer h3 {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 25px;
}

footer#footer a {
	color: #fff;
    text-decoration: none;
}
footer#footer a:hover {
	color: #9BC125;
}

.footerLower {
	background-color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
	color: #3F4450;
}

.footerLower .container {
	padding-bottom: 0px !important;
}

.footerLower p, .footerLower a {
	margin: 0;
}
.footerLower a {
	color: #9BC125 !important;
}
.footerLower a:hover {
	color: #3F4450 !important;
}

.ft-col-3 {
	text-align: right;
}

.ft-col-2 img {
	max-width: 300px;
	display: block;
	margin: 0px auto;
}

.ft-col-3 ul.socials {
	padding: 0;
	margin: 0;
	display: block;
}
.ft-col-3 ul.socials li {
	display: inline-block;
}
.ft-col-3 ul.socials li a {
    font-size: 34px !important;
}

.ft-col-3 .fa-facebook-f:before {
	content: '\f09a' !important;
}


footer#footer .tel-info i {
	margin-right: 7px;
}
footer#footer .email-info {
	margin-bottom: 40px;
}
footer#footer .email-info i {
	margin-right: 7px;
}
@media (min-width:768px){
	.ref-logos .ft-ref-logos {
		padding:10px;
	}
	.ref-logos .ft-ref-logos img {
		max-height:100px;
	}
}
/* Footer Styles -------------------------------------------------------------------- END ------------------------------- */


#homeBanner .hero .bannerImage {
    object-position: center bottom;
}


#homeBanner .slideText {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	z-index: 111;
}

#homeBanner .slideText .top-text {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#homeBanner .slideText .bottom-text {
	font-size: 22px;
	margin: 0 0 15px;
    padding: 0;
	font-weight: 700;
	color: #fff;
}
#homeBanner .slideText .button, .dynamic-text-image-section .button {
	background: #ffffff;
    color: #3F4450;
}
#homeBanner .slideText .button:hover, .dynamic-text-image-section .button:hover {
	background: #9BC125;
    color: #ffffff;
}

@media (min-width:992px){
	#homeBanner .slideText .top-text {
		font-size: 46px;
	}
	
}

.dynamic-text-image-section {
	padding: 0;
	margin: 0;
}

.dynamic-text-image-section .text_image_section_container {
	padding: 40px 0;
}
.dynamic-text-image-section > .bg-dark {
	background: #3F4450 !important;
	color: #ffffff;
}

.dynamic-text-image-section > .bg-lite {
	background: transparent;
	padding: 70px 0 100px;
}

.dynamic-text-image-section .text_section_block ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.dynamic-text-image-section .text_section_block ul li {
	padding-left: 20px;
	position: relative;
}

.dynamic-text-image-section .text_section_block ul li:before {
	content: '';
	width: 6px;
	height: 1px;
	background: #3F4450;
	position: absolute;
	left: 0;
	top: 16px;
}




.dynamic-text-image-section .bg-dark .bg-transparent h2 {
	color: #ffffff;
}

.dynamic-text-image-section .container {
	max-width: 1140px;
}

.dynamic-text-image-section .text_section_text_block {
	padding: 0px 45px;
}

.dynamic-text-image-section .bg-dark .bg-white.container {
	padding: 30px 0;
}



.dynamic-text-image-section .text_section_image img {
	border: 5px solid #9BC125;
	background: #3F4450;
	padding: 5px;
	width: 100%;
    border-radius: 25px;
    overflow: hidden;	
	display: block;
}

a.image img {
	border: 5px solid #9BC125;
	background: #3F4450;
	padding: 5px;
	width: 100%;
    border-radius: 25px;
    overflow: hidden;	
	display: block;
}

.standard-staff-image, .standard-staff-text {
	width: 100%;
}
@media (max-width:992px){
	.dynamic-text-image-section .text_section_image img {
		max-height:300px;
		object-fit:cover;
	}
}

.dynamic-text-image-section .bg-dark .bg-white.container .text_section_image {
	padding-right: 40px;
}
.dynamic-text-image-section .wpforms-container .wpforms-form .wpforms-field-label, .dynamic-text-image-section .wpforms-container .wpforms-form .wpforms-field-sublabel {
	font-size: 20px;
    font-weight: 700;
    color: #3F4450;
}

.wpforms-form input, .wpforms-form textarea {
	background: #3F4450 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;	
}

div.wpforms-container div.wpforms-uploader {
	background: #3F4450 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;	
}


div.wpforms-container div.wpforms-uploader .dz-message {
	color: #ffffff !important;
}

.wpforms-submit {
	padding: 15px 25px !important;
    background: #9BC125 !important;
	border-radius: 10px !important;
    font-size: 20px !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
	font-weight: 700 !important;
	height: auto !important;
	text-transform: uppercase !important;
}


.homeDynamic.dynamic-poi {
	margin: 0;
	padding: 70px 0 80px;
}



.homeDynamic.dynamic-poi .item {
	padding: 0px 15px;
}

.homeDynamic.dynamic-poi .poi {
	margin-bottom: 0;
}

.dynamic-customer-reviews {
	padding: 20px 0 40px;
	margin: 0;
}
.dynamic-customer-reviews .section_text_block_content {
	padding-bottom: 30px;
}
.dynamic-customer-reviews .section_text_block_content .section_title {
	text-align: center;
	margin-bottom: 20px;
}
.dynamic-customer-reviews .section_text_block_content img {
	width: 100%;
	max-width: 300px;
    display: block;
}
.dynamic-customer-reviews .section_text_block_content .logo_link a{	
	display: inline-block;	
}
.dynamic-customer-reviews .section_text_block_content .logo_link {
	text-align: center;
	margin: 0px auto;
	margin: 0px 0px 0px;
}

.dynamic-gallery .wpmf-gallery-item a {
	border: 5px solid #9BC125 !important;
	background: #3F4450;
	padding: 5px;
	width: 100%;
    border-radius: 25px;
    overflow: hidden;	
	display: block;
}
.dynamic-gallery .wpmf-gallery-item img {
    border-radius: 15px;
	overflow: hidden;
}

.standard-staff-image img {
	border: 5px solid #9BC125;
	background: #3F4450;
	padding: 5px;
	width: 100%;
    border-radius: 25px;
    overflow: hidden;	
	display: block;
	margin-bottom: 20px;
}
.staffMember {
	text-align: center;
}

.staffMember h2 {
	color: #3F4450;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
	font-size: 30px;
}

.staffMember h3 {
	color: #3F4450;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
	font-size: 25px;
}




/* Header Styles Css ------------------------------------ Start ---------- */

.header-right {
	text-align: right;
}
.header-left {
	text-align: left;
}
.header-center {
	text-align: center;
}

.headGroup a {
	color: #ffffff;
}
.headGroup a:hover {
	color: #9BC125;
}


.mainLogo {
	max-width: 330px;
}
@media (min-width:1200px){
.headGroup .tel-info, .headGroup .email-info {
	font-size: 24px;
}
}
.headGroup .tel-info i, .headGroup .email-info i {
	margin-right: 8px;
}

.dynamic-socials {
	background: #3F4450;
	color: #ffffff;
	text-align: center;
	padding: 40px 0;
	margin: 0;
}

.dynamic-socials ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
}

.dynamic-socials ul li {
	min-width: inherit;
	margin: 0px 8px;
}
.dynamic-socials ul li a {
	color: #ffffff;
	font-size: 34px !important;
}
.dynamic-socials ul li a:hover {
	color: #9BC125;
}
.dynamic-socials h2 {
	color: #ffffff;
}


.dynamic-info-grid {
	margin: 0;
	padding: 130px 0;
	background: transparent;
}

.dynamic-info-grid .sliderThumb {
	border: 5px solid #9BC125;
	background: #3F4450;
	width: 100%;
    border-radius: 25px;
    overflow: hidden;	
	display: block;
	position:relative;
}
.dynamic-info-grid .sliderThumb:before {
	content:'';
	display:block;
	width:100%;
	padding-top:66%;
}
.dynamic-info-grid .sliderThumb img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 5px solid #3F4450;
    border-radius: 20px;
}
.news_content {
	padding: 0px 20px 0 10%;
}


.news_content h3 {
	font-size: 35px;
}
.news_content h3 a {
	color: #3F4450;	
}

.news_content .date, .news_content .date a {
	color: #a2a6a9;
}
.news_content .date a:hover {
	color: #9BC125;
}


.header-right .menu-toggle {
	display: none;
}


.c1.News {
	margin-bottom: 50px;
}

.c3.Instagram {
	padding: 0px 20px 0px 10%;
}

.c3.Instagram .infoBlock.instagram_section {
	border: 5px solid #9BC125;
	padding: 5px;
	background: #3F4450;
	border-radius: 30px;
	overflow: hidden;
	position:relative;
}

.c3.Instagram .infoBlock.instagram_section #sb_instagram {
	padding: 0 !important;
	border-radius: 20px !important;
	position:relative;
	
}
.c3.Instagram .infoBlock.instagram_section #sb_instagram:after {
	content:'';
	position:absolute;
    pointer-events: none;
	display:block;
	width:100%;
	height:100%;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.23012955182072825) 0%, rgba(0,0,0,0.7035189075630253) 70%);
	top:0;
	left:0;
	border-radius: 20px !important;
}

.c3.Instagram .infoBlock .icon {
	color: #3F4450;
	position:absolute;
	top: 15px;
    right: 15px;
    pointer-events: none;
    z-index: 5;
    font-size: 35px;
    line-height: 35px;
}
.c3.Instagram .infoBlock:hover .icon {
	color: #9BC125;	
}
.c3.Instagram .infoBlock .sbi_photo_wrap {
	border-radius: 20px !important;
	overflow: hidden !important;
}



.c2.Facebook {
}
.c2.Facebook .infoBlock {
	position: relative;
	overflow: hidden;
}

.c2.Facebook .infoBlock .icon {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
}

.c2.Facebook .infoBlock a {
}
.c2.Facebook .infoBlock a:hover {
}

#cff .cff-meta-wrap .cff-view-comments-wrap {
	display: none;
}
#cff .cff-post-links {
	margin-top: 0 !important;
	float: none !important;
}
#cff .cff-meta-wrap {
	margin: 0 !important;
	position: absolute;
	left: 0px;
	bottom: -45px;
	width: auto;
}
#cff .cff-item {
	position: relative;
	padding: 0 !important;
}
#cff .cff-meta-wrap .cff-viewpost-facebook {

}
#cff .cff-meta-wrap .cff-viewpost-facebook:after {
	display: inline-block;
	vertical-align: middle;
	
    content: '\f054';
	font-weight:700;
	font-family: "Font Awesome 6 Free";   
    transform: rotate(0deg);
	transition:300ms;

	font-size: 12px;

	position: absolute;
	right: 0;
	top: 0px;

	display: none;

}
#cff .cff-author, #cff-lightbox-wrapper .cff-author {
	margin-bottom: 15px !important;
	padding-left: 30px !important;
	position: relative;
}

#cff .cff-author:before, #cff-lightbox-wrapper .cff-author:before {
	display: block;
    content: '\f39e';
	font-weight:400;
	font-family: "Font Awesome 6 Brands";   
    transform: rotate(0deg);
	transition:300ms;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 7px;
	color: #9BC125;
}



#cff .cff-author .cff-author-text, #cff-lightbox-wrapper .cff-author .cff-author-text {
}

#cff .cff-author-img, #cff-lightbox-wrapper .cff-author-img {
	display: none;
}

#cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-date, #cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
	margin: 0 !important;
	color: #3F4450;
	letter-spacing: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

#cff .cff-author a, #cff-lightbox-wrapper .cff-author a {
	font-size: 35px;
	text-transform: inherit !important;
	font-weight: 700 !important;
	color: #3F4450;
	letter-spacing: 0px;
}

.c2.Facebook .cff-post-text {
	margin: 0 !important;
	line-height: 1.625 !important;
	font-size: 22px;
	display: block;
	height: 180px;
	overflow: hidden;
}



#sb_instagram #sbi_images {
	padding: 0 !important;
}







/*Menu style Desktop Css    --------------------------------------------- */

.menu-main-container {
    display: block;
    z-index: 10;
	text-align: center;
	margin-top: 16px;
	position: relative;
}

ul#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
	position: static;
}

#menu-main-top li {
    display: inline-block;
    padding: 0px 0px;
	margin: 0;
    vertical-align: middle;
    position: static;
}
#menu-main-top li a {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;

	line-height:22px;

    display: block;
    padding: 30px 20px;
    padding: 15px 20px;

}
#menu-main-top li a {
    position: relative;
    display: block;
}
#menu-main-top > li > a {
	line-height:22px;
}

#menu-main-top li a:hover {
    color: #ffffff;
	background: #60687B;
	text-decoration: none;
}
#menu-main-top li:hover > a {
    color: #ffffff;
	background: #60687B;
	text-decoration: none;
}


#menu-main-top .sub-menu li a {
    display: inline-block !important;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0px;
	width: 100%;
	height: auto;
}

#menu-main-top .sub-menu li.current-menu-item > a,
#menu-main-top .sub-menu li.current-menu-parent > a {
	color: #fff;
    text-decoration: none;
    background: #3F4450;
}
#menu-main-top .sub-menu li a:hover {
	color: #fff;
    text-decoration: none;
    background: #3F4450;
}


#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
	background: #60687B;
    padding: 0px;	
    width: 100%;
    text-align: center;
}

.fixedHeader #menu-main-top .sub-menu {
    top: 92px;
    top: 100%;
}


#menu-main-top .sub-menu .sub-menu {
    margin-left: 0;
    transform: translateX(0%);
}
#menu-main-top .sub-menu .sub-menu {
	top:0;
	left:100%;
}
#menu-main-top .sub-menu li {
    display: inline-block;
	position: relative;
}

#menu-main-top .sub-menu li.menu-item-has-children > a {
    position: relative;
}

#menu-main-top .sub-menu li.menu-item-has-children > a:after {

	position:absolute;

	    content: '\f054';

		display: block;

		width: 13px;

		height: 11px;

		position: absolute;

		right: 20px;

		top: 10px;

		font-weight: 700;

		font-family: "Font Awesome 5 Free";

		transition: 300ms;
        
        font-size: 0px;

		display: none;

}

#menu-main-top .sub-menu li.menu-item-has-children:hover > a:after {
}

/*
.fixedHeader #menu-main-top li:hover > a:before {
	content: '';
	width: 100%;
    height: 10px;
    display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #3F4450;
}*/

#menu-main-top .sub-menu .sub-menu:before {
	display: none;
}

#menu-main-top li:hover > .sub-menu {
    display: block;
}

#menu-main-top .sub-menu .sub-menu {
    top: -15px;
    left: 100%;
    width: 100%;
	transform:translateY(0px);
    display: none;
    line-height: 35px;
    padding: 15px 0px 15px 0px;
    background: #3F4450;
    color: #ffffff;
    height: auto;
	min-width:0;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
    display: none;
}

#menu-main-top .sub-menu li:hover > .sub-menu {
	display: block;
}



/*body.fixedHeader #menu-main-top .sub-menu {
    position: absolute;
    top: 149%;
}*/


/*Menu style Desktop Css    ---------------------------  END  ----------------------------------- */

.fixedHeader header.mainHeader {
	/*height: 102px;*/
}

.fixedHeader .mainLogo {
    max-width: 240px;
}

.fixedHeader .headGroup .container {
	max-width: 100%;
}

.fixedHeader .menu-main-container {
	margin: 0px;
}

.fixedHeader .headGroup .headerIcon {
	position: absolute;
	left: 25px;
	top: 30%;
	transform: translateY(-50%);
	z-index: 111;
}

.fixedHeader .headGroup .tel-info {
	font-size: 0;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
}
.fixedHeader .headGroup .email-info {
	font-size: 0;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
}

.fixedHeader .headGroup .tel-info i, .fixedHeader .headGroup .email-info i {
	font-size: 24px !important;
}

.fixedHeader .headGroup {
	margin: 0px;
	padding: 10px 0px;
	padding: 0px 0px;
	height: 140px;
}
.fixedHeader .menu-main-container {
	padding: 0px 25px;
	display: flex;
    height: 100%;
}
.fixedHeader .menu-main-container ul#menu-main-top {
    width: 100%;
    align-self: end;
}
.fixedHeader #menu-main-top > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	/*padding-bottom: 40px;
	margin-bottom: -10px;*/
}


@media only screen and (min-width : 1440px) {

	.fixedHeader .menu-main-container {
		padding: 0px 25px;
	}
	
	.fixedHeader .headGroup .tel-info {
		right: 110px;
	}
	.fixedHeader .headGroup .email-info {
		right: 60px;
	}

	.fixedHeader .headGroup .tel-info i, .fixedHeader .headGroup .email-info i {
		margin: 0;
	}	

}

.image-item img {
	border: 5px solid #9BC125;
	border-radius: 30px;
	overflow: hidden;
	padding: 5px;
	background: #3F4450;
}





/*Inner Page Area Styles Css --------------------------------------------------- Start */




/*Breadcrumb Area Css --------------------------------------------------- Start */

.breadcrumbs {
    font-size: 22px;
    line-height: 32px;
    color: #3F4450;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 0px 10px;
    width: 100%;
    z-index: 105;
    margin-bottom: 45px;
    border-bottom: none;
    min-height: 32px;
    font-weight: 400;
	display: inline-block;
}

.breadcrumbs em {
	margin: -3px 10px 0px;
	width: 1px;
	height: 12px;
	background: #3F4450;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a {
    color: #9BC125;
	text-decoration: none;
}

.breadcrumbs span > span {
    color: #3F4450;
}

.breadcrumbs a:hover {
    color: #3F4450;
}


/*Breadcrumb Area Css --------------------------------------------------------------------------------------------- END */

.bodyContent table {
    display: inline-block;
    overflow: auto;
    position: relative;
    text-align: left;
    border-style: hidden;
    display: table;
}

.bodyContent table th, .bodyContent table th {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 20px;
    vertical-align: top;
}

.bodyContent table td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 10px;
    vertical-align: top;
}

.bodyContent table tr:nth-child(odd) td {
    background-color: #f5f5f5;
}

.bodyContent table td h4 {
    margin: 0px !important;
}


.bodyContent .body-text {
	margin-bottom: 50px;
}


/*.bodyContent h2:after, .sidebar h2:after {    
	content: '';
	max-width: 223px;
	width: 100%;
	background: #d2232a;
	height: 5px;
	display: block;
	margin-top: 30px;
}*/




.staff-meta a.email-value:before {
    text-align: center;
    line-height: 24px;
    display: inline-block;
    background: #e50b7d;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 20px;
    border: none;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
}

.staff-meta a.email-value:hover:before {
    color: #ffffff;
    background: #1b2d4b;
}




.bodyContent {
}
.bodyContent .dynamicContent {
	margin-bottom: 0px;
	padding-right:50px;
}



.bodyContent ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.bodyContent ul li {
	padding-left: 20px;
	position: relative;
}

.bodyContent ul li:before {
	content: '';
	width: 6px;
	height: 1px;
	background: #3F4450;
	position: absolute;
	left: 0;
	top: 16px;
	display: block;
}


.dynamic-text-image-section .text_section_block ul {
}

.dynamic-text-image-section .text_section_block ul li {
}

.dynamic-text-image-section .text_section_block ul li:before {
}




.dynamic-quote .cycle-pager {
   display: none;
}







.faqs {
}
.faqs .faq {
    border: none;
	margin-bottom: 20px;
}
.faq-question {

	position: relative;
    margin: 0;
    padding: 10px 75px 10px 24px;
    background-color: #9BC125;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px !important;
    letter-spacing: 0px !important;
	text-transform: uppercase;
    line-height: 35px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	border-radius: 5px;
    font-weight: 700;
}
.faq.open .faq-question {
    background: #3F4450;
    color: #ffffff;
    border: none;
}
.faq-question:hover {
    background: #3F4450;
    color: #ffffff;
    border: none;
}
.faq-question:after {
    display: block;
    width: 21px;
    height: 18px;
	line-height: 18px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 18px;
    transform: rotate(90deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f062';
}

.faq.open .faq-question:after {
    transform:  rotate(180deg);
}

.faq .faq-question:hover:after {
    transform:  rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 45px 55px 45px;
    background: #dee3e7;
    border: none !important;
    margin-bottom: 0px;
}
.faqs .faq:last-child .faq-answer {
}
.faqs .faq.open:last-child .faq-answer {
}

.faq-answer > h3, .faq-answer > h2 {
    margin-top: 0px;
}

.faq-answer h3, .faq-answer h2 {
    margin-top: 0px;
	margin-bottom: 10px;
}




.quicklink>a, a>.quicklink, a.quicklink {


	position: relative;
    margin: 0;
    padding: 10px 75px 10px 24px;
    background-color: #3F4450;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px !important;
    letter-spacing: 0px !important;
	text-transform: uppercase;
    line-height: 35px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	border-radius: 5px;
    font-weight: 700;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;	


}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: #9BC125;
    color: #ffffff;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: #9BC125;
    color: #ffffff;
}


.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    display: block;
    width: 11px;
    height: 15px;
	line-height: 11px;
    text-align: center;
    position: absolute;
    right: 32px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 15px;
	display: none;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
}




.linkbutton>a, a>.linkbutton, a.linkbutton {

	position: relative;
    margin: 0;
    padding: 10px 75px 10px 24px;
    background-color: #3F4450;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px !important;
    letter-spacing: 0px !important;
	text-transform: uppercase;
    line-height: 35px !important;
    overflow: hidden;
    border: none;
	margin: 0px !important;
	border-radius: 5px;
    font-weight: 700;

	margin: 0px 0 20px !important;
	width: 100%;
	display: block;	

}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: #9BC125;
    color: #ffffff;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: #9BC125;
    color: #ffffff;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    display: block;
    width: 11px;
    height: 15px;
	line-height: 11px;
    text-align: center;
    position: absolute;
    right: 32px;
    top: 22px;
    transform: rotate(0deg);
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
    content: '\f061';
	font-size: 15px;
	display: none;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
}






/*Video Callout Styles ------------------------------------------- Start ----- */

.dynamic-callout .video_callout.callout:before {
	padding-top: 55.198%;
}
.dynamic-callout .video_callout.callout .coimg::after {
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none !important;
	z-index: 1;
}
.dynamic-callout .video_callout.callout .calloutContent {
	padding-top: 0;
	padding-bottom: 0;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 0;
	width: auto;
    z-index: 11;
	position: absolute;
}
.dynamic-callout .video_callout .calloutTitle {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 17px !important;
	color: #ffffff;
	text-transform: uppercase;
}
.dynamic-callout .video_callout .calloutTitle h3 {
	font-size: 17px !important;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: none;
}
.dynamic-callout .video_callout .button, .bodyContent .callout.video_callout .calloutContent .button, .sidebar .callout.video_callout .calloutContent .button {
	font-size: 0 !important;
	background: transparent !important;
	min-width: inherit !important;
	border: none !important;
	line-height: 0px !important;
	width: 120px !important;
	height: 120px !important;
	margin: 0px auto;
	padding: 0 !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block !important;
}
.dynamic-callout .video_callout .button:after {
	width: 0 !important;
	height: 0 !important;
	border-top: 23px solid transparent !important;
	border-left: 40px solid rgba(255, 255, 255, 0.6) !important;
	border-bottom: 23px solid transparent !important;
	content: '' !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
}
.dynamic-callout .video_callout .button:hover:after {
}
.dynamic-callout .video_callout .button:hover, .bodyContent .callout.video_callout .calloutContent .button:hover, .sidebar .callout.video_callout .calloutContent .button:hover {	
	background: transparent !important;
	border: none !important;
}

.bodyContent .callout.video_callout .coimg, .sidebar .callout.video_callout .coimg  {
	position: relative;
}
.bodyContent .callout.video_callout .coimg img, .sidebar .callout.video_callout .coimg img {
	position: relative;
}


.sidebar .callout .calloutContent {
	padding: 70px 24px 70px;
}
.bodyContent .callout .calloutContent {
	padding: 130px 40px 130px;
}

.dynamic-callout .video_callout h3 {
	display: none !important;
}



.callout-btn {
	text-align: right;
}


/*Video Callout Styles ---------------------------------------------------------------------------------------------- End ----------------- */

.bodyContent .dynamic-quote {

}

.bodyContent .dynamic-quote .quoteContainer {
	background: transparent;
	padding: 30px 0px 30px;
	margin: 0;
	max-width: 100%;
}

.bodyContent .quoteContainer blockquote.quote-text {
	margin-bottom: 0;
	padding: 0 !important;
}

.bodyContent .quoteContainer blockquote.quote-text .quote-cite {
	display: block;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: #1b2d4b;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
}






/*Sidebar Menu Css --------------------------------------------- Start ------------------ */

.body-container {
	margin-top: 0 !important;
}


.sidebar {
    padding-left: 0px;
	padding-top: 80px;
}
.side-menu-container {
    color: #ffffff;
    padding: 25px 0px 40px;
    position: relative;
	overflow: hidden;
	background: #3F4450;
	margin-bottom: 40px;
	border-radius: 30px;
}

.sidebarSec {
	background: #3F4450;
    color: #ffffff;
    padding: 25px 40px 40px;
    position: relative;
    position: relative;
	border-radius: 30px;
	margin-bottom: 25px;
}


.sidebarSec a {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    padding: 10px 0px;
    margin-left: 0px;
    margin-right: 0px;
	letter-spacing: 0px;
	font-weight: 400;
}
.sidebarSec a:hover {
	color: #9BC125;
}


.sidebarSec h2 {
	color: #ffffff;
}


#menu-side > li > a {
	font-size: 28px;
	line-height: 40px;
	color: #ffffff;
	text-transform: inherit;
	font-weight: 400;
	display: none;
}
#menu-side > li > a > span {
}

#menu-side > li > a:after {
}
#menu-side > li {
}





#menu-side a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side .sub-menu li.open > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side .sub-menu li.current-menu-item > a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side > li > a:hover span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#menu-side li a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
 
}
#menu-side li a:hover span {
    border-bottom: 1px solid transparent;
}

#menu-side a {
     color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
    display: block;
	font-weight: 400;
	letter-spacing: 0px;
    padding: 10px 70px 10px 45px;
	background: transparent;
}

#menu-side .sub-menu .sub-menu li a {
}
#menu-side a span {
}

#menu-side .sub-menu li:last-child a span {
}

#menu-side .sub-menu li a:hover {
    color: #ffffff;
	background: #9BC125;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    width: 21px;
    height: 18px;
	line-height: 18px;
	top: 13px;
	transform: rotate(0deg) !important;
	cursor: pointer;
}
#menu-side .sub-menu li.menu-item-has-children:hover > .arrow:before {
}
#menu-side .sub-menu li.open.menu-item-has-children > .arrow:before {
	top: 13px;
	transform: rotate(180deg) !important;
}

#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow:before {
    width: 8px;
    height: 12px;
	line-height: 12px;
	top: 9px;
}


#menu-side .sub-menu .sub-menu li.menu-item-has-children > .arrow {
    height: 30px;
}



#menu-side li {
    margin: 0px;
}


#menu-side .sub-menu li li a {
    color: #ffffff;
    line-height: 25px;
    padding: 10px 0;
}

#menu-side .sub-menu li.open li a span {
	padding: 0;
}

#menu-side .sub-menu li.open li a:hover {
    color: #ffffff;
	background: #3F4450;
}

#menu-side .sub-menu .sub-menu {
    padding: 10px 0px 10px;
    background: #9BC125;
	color: #ffffff;
}
#menu-side .sub-menu .sub-menu a {
	padding-left:80px;
}
#menu-side .sub-menu .sub-menu .sub-menu {
    padding: 10px 0px 10px 80px;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #ffffff;
	background: #9BC125;
}
#menu-side .sub-menu li.open > a {
    color: #ffffff;
	background: #9BC125;
}
#menu-side .sub-menu .sub-menu li.open > a {
    color: #ffffff;
	background: #3F4450;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #ffffff;
	background: #3F4450;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 0px;
}
#menu-side .sub-menu .sub-menu a > span:before {
    width: 5px;
    height: 1px;
    background: #ffffff;
    content: '';
	display: none;
}

#menu-side .sub-menu li .sub-menu li > .arrow:before {
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children > .arrow:before {
    display: block;
}

#menu-side .sub-menu li .sub-menu li.menu-item-has-children.open > .arrow:before {
    display: block;
}


#menu-side .sub-menu .sub-menu .sub-menu a > span {
}

#menu-side .sub-menu li.open > .sub-menu {

}


/*Sidebar Menu Css --------------------------------------------- End ------------------ */

/*.dynamic-poi .owl-nav {
	display: none;
}*/

@media only screen and (min-width : 992px) and (max-width : 1099px) {
	.header-left {
		text-align: center;
		width: 100%;
		order: 3;
	}
	.header-right {
		text-align: center;
		order: 2;
		width: 100%;
	}
	.header-center {
		text-align: center;
		order: 1;
		width: 100%;
	}

	header.mainHeader, .headGroup {
		height: 262px;
	}
	#menu-main-top .sub-menu li a {
		font-size: 18px;
		padding: 30px 10px;
	}

	
}


@media only screen and (max-width : 991px) {

	.mainLogo {
		max-width: 300px;
		margin: 0px auto 10px;
	}

	.header-left {
		text-align: center;
		width: 100%;
		order: 3;
	}
	.header-right {
		text-align: center;
		order: 2;
		width: 100%;
	}
	.header-center {
		text-align: center;
		order: 1;
		width: 100%;
	}

	.headGroup {
		padding-top: 55px;
		height: 180px;
	}
	header.mainHeader {
		height: 180px;
	}

	.menu-main-container {
		display: none!important;
	}

	.header-right .menu-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
	}

	.menu-toggle .toggleIcon span, .menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after {
		background-color: #ffffff;
		border-radius: 5px;
		height: 3px;
		display: block;
		width: 30px;
	}


	.fixedHeader .headGroup {
		height: 62px;
	}

	.fixedHeader .mainLogo {
		max-width: 200px;
		margin-bottom: 0;
	}
	.fixedHeader .headGroup .tel-info {
		right: 95px;
		width: 28px;
	}
	.fixedHeader .headGroup .email-info {
		right: 60px;
		width: 26px;
	}

    .fixedHeader .header-right .menu-toggle {
        right: 20px;
        top: 14px;
        padding-right: 30px;
    }
	.fixedHeader .headGroup .headerIcon {
        left: 20px;
		top:50%
    }


	.container.body-container > .row > .col-lg-8 {
		padding: 0px 20px;
	}
	
	.bodyContent .dynamicContent {
		padding-right: 0px;
	}

	.documents .document {
		margin-bottom: 10px;
	}

	#homeBanner .slideText {
		padding-left: 5%;
		padding-right: 5%;
	}

	.text_section_image {
		order: 1;
		margin-bottom: 20px;
		padding: 0px 5%;
	}
	.text_section_text_block {
		order: 2;
		padding: 0px 5%;
	}

	.logos-row {
		/*display: block;*/
		text-align: center;
	}
	.dynamic-info-grid {
		padding: 60px 0;
	}
	.news_img_content {
		padding: 0px 5%;
		margin: 0 0 30px;
	}
	.news_content {
		padding: 0px 5%;
	}

	.ref-logos {
		padding: 50px 0;
	}

	footer#footer {
		text-align: center;
	}
	.ft-col-1 {
		margin-bottom: 30px;
	}
	.ft-col-2 {
		text-align: center;
		margin-bottom: 30px;
	}
	.ft-col-3 {
		text-align: center;
	}



	.menu-toggle .toggleIcon span, .menu-toggle:hover .toggleIcon span {
		background: #ffffff !important;
	}
	.menu-toggle .toggleIcon span:before, .menu-toggle .toggleIcon span:after, .menu-toggle:hover .toggleIcon span:before, .menu-toggle:hover .toggleIcon span:after {
		background: #ffffff !important;
	}

	#navbar .menu-main-container {
		display: block !important;
	}

	/*Handheld Dropdown Css ---------------------------------Start */

	#menu-main li.menu-item-has-children > a {
		/*padding-left: 0px;
		padding-right: 35px;*/
	}
	#menu-main li {
		text-align: left;
	}

	#menu-main li:last-child a {
		border: none;
	}
	#menu-main li a {
		line-height: 40px;
		text-transform: inherit;
		font-weight: 400;
		
		padding: 5px 30px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 22px;
		outline: none;		
		
		border-bottom: none;
	}
	#menu-main li:hover {
		border-color: transparent;
	}
	#menu-main li a:hover {
		color: #ffffff	;
	}
	#menu-main li:hover > a {
		color: #ffffff;
	}
	#menu-main li.menu-item-has-children.open > a {
		color: #ffffff;
	}
	#menu-main li.menu-item-has-children.open  li.menu-item-has-children.open > a {
		color: #ffffff;
	}

	#menu-main li.menu-item-has-children > .arrow {
	}

	#menu-main li.menu-item-has-children.open > a {
		border: none;
		color: #ffffff;
	}

	.menuopen .headGroup {
		z-index: 9999999;
		border: none;
	}



	#navbar {
		background: #3F4450;
		padding: 220px 0px 40px;
		width: 100%;
		top: 0;
		height: 100vh;
	}

	.fixedHeader #navbar {
		padding: 82px 0px 40px;
	}

	#navbar .MenuLogo img {
		height: 45px;
		width: auto;
		margin-left: 20px;
	}

	#menu-main li.open > .sub-menu {
		border: none;
		padding: 0px 0px !important;
		margin: 0px !important;
	}
	#menu-main li.open .sub-menu li .sub-menu li {
	}
	#menu-main li.menu-item-has-children > .arrow {
		right: 10px;
		left: auto;
	}
	#menu-main .sub-menu li{
		padding: 0;
	}
	#menu-main .sub-menu a {
		padding: 5px 50px 5px 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 22px;
		outline: none;
	}
	#menu-main .sub-menu a:hover {
		text-decoration: none;
		color: #ffffff;
	}
	#menu-main li.menu-item-has-children > .arrow:after {
		color: #ffffff;
	}

	#menu-main .sub-menu .sub-menu a {
		padding-left: 75px;
	}



	/*Handheld Dropdown Css ---------------------------------End */




	.dynamic-customer-reviews .section_text_block_content {
		padding-left: 8px;
		padding-right: 8px;
	}

	.dynamic-text-image-section .text_image_section_container {
		padding-left: 5%;
		padding-right: 5%;
	}

	.dynamic-text-image-section .text_section_text_block {
		padding: 0px 25px;
	}
	.dynamic-text-image-section .bg-dark .bg-white.container .text_section_image {
		padding: 0px 25px;
	}	

	.c2.Facebook {
		padding: 0px 20px 40px;
	}
	.c3.Instagram {
		padding: 0px 20px;
	}
	


}
@media (max-width:767px){
	.dynamic-text-image-section .text_image_section_container {
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.dynamic-text-image-section .text_image_section_container > .container{
		padding-top:30px;
		padding-bottom:30px;
	}
}


