/* Expandable custom search */

/*.custom-search .search-container {
	position: absolute;
	top: 13px;
	right: 40px;
	transition: visibility 100ms, opacity 100ms ease-in;
	opacity: 0;
	visibility: hidden;
}

.custom-search form {
	width: 250px;
	height: 35px;
	float: left;
}

.custom-search form .search-btn {
	visibility: hidden;
}

.custom-search .search-input {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	min-height: 35px;
	margin: 0;
	padding: 3px 12px;
	background-color: #ffffff;
	border: 1px solid #576269;
	border-radius: 0;
}

.search-open .search-container {
	opacity: 1;
	visibility: visible;
}

.search-open #search-go-btn {
	background-color: #ffffff;
	color: #576269;
}

#search-go-btn,
#search-close-btn {
	position: absolute;
	width: 40px;
	height: 35px;
	padding: 4px 9px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

#search-go-btn {
	top: 13px;
	right: 0;
	border-radius: 0px 18px 18px 0px;
	color: #576269;
	font-size: 16px;
}

#search-close-btn {
	right: 250px;
	background-color: #ffffff;
	border-radius: 18px 0px 0px 18px;
	color: #576269;
}

@media all and (max-width: 550px) {

	.custom-search form {
		width: 188px;
	}

	.custom-search .search-input {
		width: 188px;
	}

	#search-close-btn {
		right: 188px;
	}

}*/


/*Services slider styles*/

#services-outer-container {
	width: 1220px;
	margin: 0 auto;
}

#service-images {
	display: inline-block;
	width: 400px;
	vertical-align: top;
}

#service-images img {
	width: 100%;
}

#service-images-mobile {
	display: none;
}

#service-listings {
	display: inline-block;
	width: 660px;
	margin-left: 120px;
	vertical-align: middle;
}

#service-listings h2 {
	color: #576269;
	font-size: 1.25em !important;
	font-weight: bold;
	text-transform: uppercase;
}

#service-listings h3 {
	position: relative;
	margin: 0 0 28px 0;
	color: #576269;
	font-size: 1.25em;
	font-weight: bold;
	cursor: pointer;
}

#service-listings h3 a {
	color: #576269;
}

#service-listings h3 a:hover,
#service-listings h3.active a {
	color: #EF4623;
	text-decoration: none;
}

#service-listings h3.active:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -46px;
	width: 6px;
	height: 45px;
	background-color: #EF4623;
	border-radius: 3px;
}

#service-listings p {
	margin-bottom: 40px;
	color: #00588E;
	font-size: 2.25em;
	font-weight: bold;
	line-height: 1.333em;
}

#service-listings .slider-status-bar {
	display: inline-block;
	width: 6px;
	height: 300px;
	background-color: #D9D9D9;
	margin-left: 40px;
	border-radius: 3px;
}

#service-listings .list {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 10px 35px;
}

#service-listings .scoular-cta-button {
	margin-top: 40px;
}

#service-listings .elementor-button {
    padding: 19px 30px 19px 30px;
    background-color: #EF4623;
    border-radius: 47px 47px 47px 47px;
    color: #FFFFFF;
    fill: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
}

@media all and (min-width: 1450px) {

	#search-go-btn,
	.custom-search .search-container {
		top: 23px;
	}
}


@media all and (max-width: 1450px) {

	#services-outer-container {
		width: 1220px;
	}

	#service-images {
		width: 300px;
	}

	#service-listings {
		width: 600px;
	}

	#service-listings p {
		font-size: 2em;
	}
}

@media all and (max-width: 1100px) {

	#services-outer-container {
		width: 100%;
	}

	#service-images {
		width: 39%;
		margin-top: 100px;
	}

	#service-listings {
		width: 57%;
		margin-left: 3%;
	}

	#service-listings p {
		font-size: 2em;
	}
}

@media all and (max-width: 767px) {

	#services-outer-container {
		width: 100%;
	}

	#service-listings {
		width: 100%;
		margin-left: 0;
	}

	#service-images {
		display: none;
	}

	#service-images-mobile {
		display: block;
		margin-bottom: 50px;
	}

	#service-listings .elementor-button {
		padding: 19px 25px;
		font-size: 16px;
    	line-height: 16px;
	}

	#service-listings .slider-status-bar {
		display: none;
	}

	#service-listings h3.active:before {
		content: none;
	}


}


/*Text slider styles*/

#slider-outer-container {
	width: 1220px;
	margin: 0 auto;
	padding: 20px 0;
}

#slider-navigation-list {
	display: inline-block;
	width: 315px;
	vertical-align: top;
}

#slider-outer-container h4,
#slider-outer-container p,
#slider-outer-container ul li,
#slider-outer-container a {
	color: #ffffff;
}

#slider-outer-container h2 {
	color: #FFD400;
}

#slider-outer-container h4 {
	position: relative;
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
}

#slider-outer-container h4:hover,
#slider-outer-container h4.active {
	color: #FFD400;
}

#slider-outer-container a {
	text-decoration: underline;
}

#slider-navigation-list .slider-status-bar {
	display: inline-block;
	width: 6px;
	height: 250px;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 3px;
}

#slider-navigation-list .list {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px 35px;
}

#slider-navigation-list h4.active:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: -46px;
	width: 6px;
	height: 45px;
	background-color: #FFD400;
	border-radius: 3px;
}

#slider-content {
	display: inline-block;
	width: 700px;
	margin-left: 100px;
}

#slider-content ul li {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

#slider-content ul > li:before{
    content: "";
    display: list-item;
    position: absolute;
    color: #ffffff;
}

#slider-content .slick-slide:focus {
	outline: none;
}

@media all and (max-width: 1250px) {

	#slider-content {
		width: 60%;
		margin-left: 50px;
	}

	#slider-outer-container {
		width: 100%;
	}
}

@media all and (max-width: 1023px) {

	#slider-content {
		width: 50%;
	}
}

@media all and (max-width: 880px) {

	#slider-content {
		width: 47%;
	}
}

@media all and (max-width: 767px) {

	#slider-navigation-list {
	    display: block;
	    width: 100%;
	}

	#slider-content {
		display: block;
		width: 100%;
		margin-left: 0;
	}

	#slider-navigation-list .list {
	    padding: 0 0 30px 0;
	}

	#slider-navigation-list .slider-status-bar {
	    display: none;
	}

	#slider-navigation-list h4 {
		display: inline-block;
		margin: 0 15px;
		font-size: 1.1em;
	}

	#slider-navigation-list h4:first-of-type {
		margin: 0 15px 0 0;
	}

	#slider-outer-container h4:hover,
	#slider-outer-container h4.active {
    	text-decoration: underline;
	}

	#slider-navigation-list h4.active:before {
		display: none;
	}
}

@media all and (max-width: 430px) {

	#slider-navigation-list h4 {
		display: block;
		margin: 0;
	}
}


/*Testimonial slider styles*/

.elementor-widget-testimonial-slider {
	display: block !important;
	background-color: #ffffff !important;
}

#testimonials-outer-container {
	height: 100vh;
	min-height: 620px;
	max-height: 720px;
}

#testimonial-images,
#testimonial-content {
	display: inline-block;
	width: 50%;
	height: 100%;
	float: right;
}

#testimonial-images.slick-slider .slick-list,
#testimonial-images.slick-slider .slick-track {
	height: 100%;
}

#testimonial-images .slick-track div {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#testimonial-content {
	max-width: 530px !important;
	margin-right: 60px;
	padding-top: 10vh;
}

#testimonial-content h2 {
	display: inline-block;
	margin-bottom: 30px;
	color: #00588E;
}

.testimonial {
	margin-bottom: 50px;
}

p.testimonial-name,
p.testimonial-position {
	font-size: 18px;
}

p.testimonial-name {
	font-weight: 600;
}

#testimonial-thumbnails {
	margin-top: 50px;
}

#testimonial-thumbnails .thumbnail {
	display: inline-block;
	height: 80px;
	width: 80px;
	margin-right: 30px;
	border-radius: 0 0 20px 0;
    overflow: hidden;
    opacity: .5;
}

#testimonial-thumbnails .thumbnail.active {
	opacity: 1;
}

#testimonial-thumbnails .thumbnail:nth-child(2) {
	border-radius: 0 20px 0 0;
}

#testimonial-thumbnails .thumbnail:nth-child(3) {
	border-radius: 0 0 0 20px;
}

#testimonial-thumbnails .thumbnail:nth-child(4) {
	border-radius: 20px 0 0 0;
}

#testimonial-thumbnails .thumbnail img {
	height: 80px;
	max-width: none;
}

@media all and (min-width: 1450px) {

	#testimonial-content {
		max-width: 570px !important;
	}

}

@media all and (max-width: 1300px) {

	#testimonial-content {
		max-width: 40% !important;
    	margin-left: 3%;
	}
}

@media all and (max-width: 1023px) {

	#testimonial-content {
		max-width: 34% !important;
		padding-top: 50px;
	}

	#testimonial-content h3 {
		font-size: 1.1em;
	}
	
	#testimonial-thumbnails {
		margin-top: 20px;
	}
	
	#testimonial-thumbnails .thumbnail {
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}
	
	#testimonial-thumbnails .thumbnail img {
		height: 60px;
	}
}

@media all and (max-width: 768px) {
	
	#testimonials-outer-container {
		height: auto;
		min-height: 0;
		max-height: none;
		width: 90%;
    	margin: 0 auto;
	}

	#testimonial-images {
		display: none;
	} 
	
	#testimonial-content {
		width: 100%;
		max-width: none !important;
		margin: 0 0 50px;
		float: none;
	}
	
	#testimonial-thumbnails .thumbnail {
		width: 100px;
		height: 100px;
		margin-right: 30px;
	}
	
	#testimonial-thumbnails .thumbnail img {
		height: 100px;
	}
}

@media all and (max-width: 480px) {
	
	#testimonial-thumbnails .thumbnail {
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}
	
	#testimonial-thumbnails .thumbnail img {
		height: 60px;
	}
}









