.cta_button{
    display: inline-block;
    text-decoration: none;
    border-radius: 30px 30px 30px 30px;
    background-color: #08aae8;
	font-family: Lato;
	font-weight: 400;
	color:#FFFFFF;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	padding: 15px 50px;
}
.cta_button:hover{
	background-color: #0093dd;
	color:#FFFFFF;
}
#servicesDetailCont {
	padding: 60px 0 0 0;
}
#servicesDetailCont h2 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#servicesDetailCont h2:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#servicesDetailCont p {
	margin: 30px 10% 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
#servicesDetailCont p:last-child {
	margin-bottom: 0;
}

#servicesDetailHIW {
	padding: 60px 0 0 0;
}
#servicesDetailHIW h2 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#servicesDetailHIW h2:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#servicesDetailHIW .box {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	row-gap: 40px;
	margin-top: 40px;
	margin-right: -20px;
	margin-left: -20px;
}
#servicesDetailHIW .box.fixedLayout{
	flex-wrap: wrap;
}
#servicesDetailHIW .box.fixedLayout .item{
	flex: inherit;
	width:33.33%;
}
#servicesDetailHIW .item {
	counter-increment: works-item;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#servicesDetailHIW .works-item {
	position: relative;
	display: flex;
	width: 100%;
	padding: 90px 0 0 0;
	align-items: center;
	justify-content: center;
}
#servicesDetailHIW .works-item:before {
	display: flex;
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #08AAE8;
	border: 5px solid #0482B1;
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	top: 0;
	right: 0;
	left: 0;
	content: counters(works-item, "." );
	align-items: center;
	z-index: 1;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
}
#servicesDetailHIW .works-item .works-cont {
	float: left;
	width: 100%;
}
#servicesDetailHIW .works-item .works-cont h4 {
	margin: 0 0 8px 0;
	font-size: 18px;
	color: #222222;
	font-weight: 700;
	line-height: 25px;
}
#servicesDetailHIW .works-item .works-cont p {
	margin: 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#servicesDetailHIW .btnBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
#servicesDetailHIW .btnBox .button {
	display: inline-block;
	padding: 18px 53px;
	background-color: #08aae8;
	border-radius: 50px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}
#servicesDetailHIW .btnBox .button:hover {
	background-color: #0093dd;
}

#servicesDetailCont2 {
	padding: 60px 0 0 0;
}
#servicesDetailCont2 .box {
	display: flex;
	gap: 100px;
	padding: 50px 50px;
	background-color: #ECF4F6;
	border-radius: 10px;
}
#servicesDetailCont2 .box .item {
	width: 100%;
}
#servicesDetailCont2 .box .item h4 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 25px;
}
#servicesDetailCont2 .box .item p {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#servicesDetailCont2 .box .item p:last-child {
	margin-bottom: 0;
}
#servicesDetailCont2 .box .item ul {
	list-style-type: none;
	margin: 30px 0 30px 0;
	padding: 0;
}
#servicesDetailCont2 .box .item ul:last-child {
	margin-bottom: 0;
}
#servicesDetailCont2 .box .item ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#servicesDetailCont2 .box .item ul li:last-child {
	margin-bottom: 0;
}
#servicesDetailCont2 .box .item ul li:before {
	content: "\F5E0";
	font-family: 'Material Design Icons';
	font-size: 18px;
	color: #08aae8;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

#locations-faq {
	padding: 60px 0;
}
#locations-faq h3.CustomTitle {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}
#locations-faq h3.CustomTitle:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#locations-faq .accordion {
	width: 75%;
	margin: 0 auto;
	margin-top: 20px;
}
#locations-faq .accordion li:last-child {
	margin-bottom: 0;
}
