@charset "utf-8";
/* CSS Document */



body {
	font-family: 'Roboto';
	color: #18cb96;
	font-size: 16px;
}
img {
	max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
* {
	box-sizing: border-box;
}
.clearfix {
	clear: both;
}
.contact-us-banner {
	padding: 55px 0 58px;
}
.contact-us-banner h1 {
	font-family: 'Roboto';
	font-size: 41px;
	font-weight: 600;
	line-height: 51px;
	color: #343741;
	text-align: center;
	margin: 0 0 0;
}
.contact-us-banner h3 {
	font-family: 'Roboto';
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #343741;
	text-align: center;
	letter-spacing: -1px;
	margin: 14px 0;
}
.contact_boxes .boxes_wrapper {
	display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    justify-content: center;
}
.contact_boxes .section_wrapper {
	max-width: 100%;
	margin: 0 auto;
}
.contact_boxes .contact_box {
	border: 2px solid #E9E9E9;
	border-radius: 22px;
	padding: 35px 15px 40px;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
}

.contact_boxes .contact_box {
    width: 32%;
}
.contact_boxes .text-side, .contact_boxes .image_side {
	width: 48.6%;
	margin-right: 2.7%;
	margin-bottom: 27px;
}

.contact_boxes .contact_box:hover {
    box-shadow: 8px 10px 24px -7px rgba(255, 86, 35, 0.2);
}
.contact_boxes .image_side {
	margin-right: 0;
}
.contact_boxes .contact_box:nth-child(even) {
	margin-right: 0;
}
.contact_boxes .box_icon img {
	max-width: 40px;
	object-fit: contain;
	width: 100%;
}
.contact_boxes .contact_box h3 {
	font-family: 'Roboto';
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
	margin: 24px 0 10px;
	color: #000000;
	letter-spacing: 0.3px;
}
.contact_boxes a.page-link {
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 25px;
	color: #18cb96;
}

.contact_boxes .contact_box p, .contact_boxes .contact_box p > a.text-link {
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	margin: 0 0;
}
.contact_boxes .contact_box p > a.text-link {
    text-transform: inherit;
	color: #18cb96;
}
.contact_boxes .custom-social-links a {
	background: url(../images/custom-social-links.svg) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	background-position: -10px -7px;
}
.contact_boxes .custom-social-links a:hover {
	opacity: 0.8;
}
.contact_boxes .custom-social-links a.twitter {
	background-position: -77px -7px;
	width: 33px;
}
.contact_boxes .custom-social-links a.facebook {
	background-position: -149px -7px;
	width: 28px;
}
.contact_boxes .custom-social-links a.linkdin {
	background-position: -214px -8px;
	width: 28px;
}
.contact_boxes .custom-social-links a.youtube {
	background-position: -278px -8px;
	width: 38px;
}
.contact_boxes .custom-social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.contact_boxes .custom-social-links li {
	margin-right: 25%;
}
.contact_boxes .custom-social-links li:last-child {
	margin-right: 0;
}
.image_with_text {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
	padding: 27px 0;
}
.image_with_text h3 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	color: #343741;
	letter-spacing: -1px;
	margin: 0 0 17px;
}
.image_with_text p {
	font-size: 17px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	margin: 0;
}

@media screen and (max-width:1100px) {
.contact_boxes .contact_box {
    width: 31%;
}
.contact_boxes .custom-social-links li {
    margin-right: 16%;
}
.contact_boxes .contact_box p, .contact_boxes .contact_box p > a.text-link {
  
    font-size: 15px;
    line-height: 22px;
}
}

@media screen and (max-width:992px) {
.contact_boxes .contact_box {
    width: 44%;
}

}

@media screen and (max-width:767px) {
.contact_boxes .contact_box p br {
	display: none;
}
.contact_boxes .text-side, .contact_boxes .image_side {
	width: 100%;
	margin: 0;
}
.contact_boxes .image_side {
	margin-top: 50px;
	text-align: center;
}
.contact_boxes .image_side img {
	width: 100%;
}
.contact_boxes .custom-social-links li {
    margin-right: 14%;
}
}

@media screen and (max-width:650px) {
.contact_boxes .contact_box {
	width: 100%;
	margin-right: 0;
	padding: 35px 15px 35px;
}
.contact-us-banner h1 {
	font-size: 35px;
}
.contact-us-banner h3 {
	font-size: 18px;
}
.image_with_text h3 {
	font-size: 28px;
	line-height: 37px;
}
.contact_boxes .contact_box {
    width: 100%;
}
}


@media screen and (max-width:450px) {
.contact_boxes .custom-social-links li {
    margin-right: 10%;
}

}