@import url(header.css);
@import url(searchform.css);
@import url(fonts.css);
@import url(footer.css);
.slideshow{width:100%;position:relative;overflow:hidden;}
.slideshow .slideset{position:relative;}
.slideshow .slide{position:absolute;left:0;right:0;top:0;background:#04518c;color:#fff;}
.slideshow .slide img{width:100%;height:auto;display:block;}
.slideshow .slide.active{z-index:2;}
.slideshow .slide .caption{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.slideshow .slide .caption.white *{color: #fff !important;}
.slideshow .slide .caption.white .btn-primary{color: #000 !important;}
.slideshow .caption .subtext{
	color: #212123;
	display: block;
	margin: 0 0 15px;
	font:18px/1.2 'Roboto', sans-serif;

}
.slideshow .caption .subtitle{
	color: #05518d;
	display: block;
	margin: 0 0 15px;
	font:200 55px/1 'Oswald', sans-serif;
}
.slideshow .caption h2{
	/*color: #a10002;*/
	font:57px/1 'Oswald', sans-serif;
	color: #fff;
	background-color: rgb(255, 144, 0,0.8);
	
	padding: 20px 15px;
}
.slideshow .caption .btn-primary{min-width: inherit;}
.slideshow .btn-prev, .slideshow .btn-next{
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
	opacity: 0;
	visibility: hidden;
}
.slideshow .btn-next{
	left: auto;
	right: 50px;
}
.slideshow:hover .btn-prev, .slideshow:hover .btn-next{
	opacity: 1;
	visibility: visible;
}
.aboutsection{
	background: #1f2a96;
	color: #fff;
}
img.circle{
	clip-path: circle();
}
.full-width{
	background: #f2f2f2;
	padding: 65px 0;
	position: relative;
}
.full-width .container-fluid{position: relative;z-index: 5;}
.full-width .subtitle{
	color: #6c6c6c;
	font: 20px/1 'Oswald', sans-serif;
	text-transform: uppercase;
}
.full-width h2{
	font:700 45px/1.2 'Heebo', sans-serif;
	color: #212121;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.main-carousel{
	width: 100%;
	position: relative;
}
.main-carousel .mask{overflow: hidden;}
.main-carousel .slideset{
	width: 100% !important;
	position: relative;
}
.main-carousel .slideset .slide{
	padding:55px 0;
	color: #fff;
}
.main-carousel .slide .inner{
	max-width: 360px;
	margin: 0 auto;
	padding: 0 15px;
}
.main-carousel .slideset .slide:nth-child(3n+1){
   background-image: -moz-linear-gradient( 38deg, rgb(245,67,5) 0%, rgb(255,144,0) 100%);
  background-image: -webkit-linear-gradient( 38deg, rgb(245,67,5) 0%, rgb(255,144,0) 100%);
  background-image: -ms-linear-gradient( 38deg, rgb(245,67,5) 0%, rgb(255,144,0) 100%);
  -webkit-background-size: cover;
	background-size: cover;
  padding-left: 360px;
  padding-right: 50px;
}


.main-carousel .slideset .slide:nth-child(3n+2) .btn-primary{
  background: #ff9000;
	
	border-color: #ff9000;
}
.main-carousel .slideset .slide:nth-child(3n+2) .btn-primary:hover{
	background: #fff;
	color: #ff9000;
	border-color: #ff9000;
}
.main-carousel .slideset .slide:nth-child(3n+2){
	background-image: -moz-linear-gradient( -1deg, rgb(31,42,150) 0%, rgb(32,76,219) 100%);
  background-image: -webkit-linear-gradient( -1deg, rgb(31,42,150) 0%, rgb(32,76,219) 100%);
  background-image: -ms-linear-gradient( -1deg, rgb(31,42,150) 0%, rgb(32,76,219) 100%);
	-webkit-background-size: cover;
	background-size: cover;
	padding-right: 360px;
	padding-left: 50px;
}

.main-carousel .btn-primary{
	min-width: 156px;
}
.main-carousel .pagination{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 100%;
	background: #fff;
	padding: 30px 0;
}
.main-carousel .pagination ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	line-height: 0;
}
.main-carousel .pagination ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.main-carousel .pagination ul li a{
	display: block;
	width: 44px;
	height: 4px;
	background: #aa1305;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 20%;
}
.main-carousel .pagination ul li.active a{opacity: 1;}
.services-carousel{
	font:17px/30px 'Heebo', sans-serif;
}
.services-carousel h3{
	font: 30px/1.2 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-right: -20px;
}
.services-carousel h3 i{
	font-size: 40px;
	margin-right: 5px;
}
.logo-carousel{
	width: 100%;
	position: relative;
	background: #f8f8f8;
	padding: 52px 0;
}
.logo-carousel .mask{overflow: hidden;}
.logo-carousel .slideset{
	width: 100% !important;
	position: relative;
}
.logo-carousel .slideset .slide{
	color: #fff;
	min-width: 150px;
}
.logo-carousel .slideset .slide img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.schedule-block{
	background-image: -moz-linear-gradient( -1deg, rgb(31,42,150) 0%, rgb(32,76,219) 100%);
    background-image: -webkit-linear-gradient( -1deg, rgb(31,42,150) 0%, rgb(32,76,219) 100%);
    background-image: -ms-linear-gradient( -1deg, rgb(31,42,150) 0%, rgb(32,76,219) 100%);
	padding: 60px 0;
	color: #fff;
}


.schedule-block h2{
	color: #fff;
	font: 36px/1 'Oswald', sans-serif;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.schedule-block .subtext{
	color: #fff;
	font:300 19px/1 'Oswald', sans-serif;
	text-transform: uppercase;
}
.schedule-block .subtext a{
	font-weight: 700;
	color: #fff;
}
.custom-select{
	display: block;
	padding-right: 20px;
}
.schedule-block .form-control{
	border: 0;
	border-radius: 5px;
	height: 45px !important;
	padding: 10px 23px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #000;
}
.schedule-block .form-control::-webkit-input-placeholder { color: #9b9191;}
.schedule-block .form-control:-moz-placeholder {color: #9b9191;}
.schedule-block .form-control::-moz-placeholder {
	color: #9b9191;
	opacity: 1;
}
.schedule-block .form-control:-ms-input-placeholder {color: #9b9191;}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 143px !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.screen-reader-response {
    display: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    border: 2px solid #fff;
    color: #fff;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 100px;
    top: 11px;
    z-index: 5;
    pointer-events: none;
}
.whychoose-block{
	background:#f8f7f3;
}
.whychoose-block i{
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
	background: #1f2a96;
	color: #fff;
	font-size: 70px;
}
.whychoose-block .text{
	font-size: 18px;
	line-height: 1.2;
}
.whychoose-block .text b{
	display: block;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	text-transform:capitalize;

}
.main-carousel .slide .inner{
	max-width: unset;
}
.Counties-list{
	display: flex;
	flex-direction: column;
	height: 140px;
	flex-wrap: wrap;
}
.Counties-list li{
	margin-bottom: 10px;
}
@media screen and (max-width:1399px){
	.slideshow .slide img{max-width:inherit;width:130%;margin:0 -15%;}
	.main-carousel .slideset .slide:nth-child(3n+1),.main-carousel .slideset .slide:nth-child(3n+2){
		padding-left: 50px;
		padding-right: 50px;
	}
	/*.main-carousel .slide .inner{
	max-width: 420px;
}*/
}
@media screen and (max-width:1199px){
	.schedule-block h2{font-size: 32px;}
}
@media screen and (max-width:1024px){
	.slideshow .btn-prev, .slideshow .btn-next{display: none;}
}
@media screen and (max-width:991px){
	.logo-carousel .slideset .slide{min-width: 33%;}
	.schedule-block{padding: 20px 0;}
	.slideshow .slide .caption .inner{
		width: 100%
	}
}
@media screen and (max-width:767px){
	.slideshow .slide img{width:150%;margin:0 -25%;}
	.logo-carousel .slideset .slide{min-width: 50%;}
	.services-carousel h3{font-size: 24px;}
	.services-carousel h3 i{
		font-size: 26px;
	}
	.full-width h2{font-size: 34px;}
	.slideshow .slide .caption{
		position: static;
		transform: none;
		padding: 20px;
	}
	.slideshow .slide .caption *{color: #fff !important;}
	.slideshow .caption .subtitle{font-size: 18px;}
	.slideshow .caption h2{font-size: 22px;}
	.slideshow .caption .subtext{font-size: 16px;}
	.slideshow .btn-prev, .slideshow .btn-next{display: none;}
	.features-block h3{font-size: 15px;}
	.main-carousel .slideset .slide:nth-child(3n+1),.main-carousel .slideset .slide:nth-child(3n+2){
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:525px){
	.Counties-list{
	
	height: unset;
	flex-wrap: wrap;
}
}
.map iframe{width:100%;display:block;}