

.aboutus {
    font-size: 32px;

    font-weight: 700;
    color: #fff;
    margin: 24px 0 40px 0;
}

.hero__three {
    margin: 0 0;
    background-image:unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 130px 0 76px 0; */
  }
/*** 

====================================================================
	Contact Info Section
====================================================================

***/
.info-boxes .info-box .inner-box .image-layer:before{
	background:#3cc88f;
}

.info-boxes .info-box:nth-child(2) .image-layer:before{
	background:#ae64fd;	
}

.info-boxes .info-box:nth-child(3) .image-layer:before{
	background:#2ea4ff;	
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#3cc88f;
}

.info-box ul li a:hover{
	text-decoration:underline;	
}



.aboutus {
    font-size: 32px;

    font-weight: 700;
    color: #fff;
    margin: 24px 0 40px 0;
}

.hero__three {
    margin: 0 0;
    background-image:unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 130px 0 76px 0; */
  }
/*** 

====================================================================
	Contact Info Section
====================================================================

***/
.info-boxes .info-box .inner-box .image-layer:before{
	background: #07796582;
}

.info-boxes .info-box:nth-child(2) .image-layer:before{
	background:#ae64fd;	
}

.info-boxes .info-box:nth-child(3) .image-layer:before{
	background:#2ea4ff;	
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#3cc88f;
}

.contact-info-section{
	position:relative;
	padding: 50px 0px 50px;
	background-color:#ffffff;
	overflow:hidden;
}

.info-boxes{
	position: relative;
}

.info-boxes .info-box{
	position:relative;
	margin-bottom:30px;
}

.info-boxes .info-box .inner-box{
	position:relative;
	display:block;
	padding: 40px 20px;
	background:#25283a;
	text-align:center;
	min-height: 300px;
	border-radius:20px;
	overflow:hidden;
}

.info-boxes .info-box .inner-box .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;	
}

.info-boxes .info-box .inner-box .image-layer:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.90;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;
}
.info-box .icon-box img {
    width: 20%;
}
.info-box .icon-box{
	position:relative;
	display: flex;
	font-size:52px;
	padding-top:15px;
	line-height:1.1em;
	color:#ffffff;
	text-align: center;
	margin:0 0 28px;
	justify-content: center;
}
.inner-box:hover .icon-box:after {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0.05;
}
.info-box .icon-box:after{
	content:'';
	position:absolute;
	right: 135px;
	top: -3px;
	width:60px;
	height:60px;
	background:#ffffff;
	border-radius:50%;
	opacity:0.15;
	/* display: flex; */
	/* justify-content: center; */
	/* margin: 0px auto; */
	transition: all 500ms ease;
}

.info-box h4{
	position:relative;
	font-size:24px;
	color:#ffffff;
	font-weight:400;
	letter-spacing:0.03em;
	text-transform:capitalize;
	margin:0 0 15px;
}

.info-box h4 a{
	color:#ffffff;
}

.info-box ul{
	position:relative;
	color:#ffffff;
	/* max-width:250px; */
	margin:0 auto;
	padding: 0;
}

.info-box ul li{
	position:relative;
	line-height: 31px;
	font-size: 20px;
}

.info-box ul li a{
	color:#ffffff;
	text-decoration: none;
}

.info-box ul li a:hover{
	text-decoration:underline;	
}




.contact-section{
	position:relative;
	padding: 50px 0px;
	background-color:#edf1f5;
	overflow:hidden;
}

.contact-section .outer-container{
	position:relative;	
}

.contact-section .form-column{
	position:relative;
	float:left;
	width:50%;
	padding: 30px 0px;
	text-align:center;
}

.contact-section .form-column .inner{
	position:relative;
	display:block;
	max-width:680px;
	margin:0 auto;
	padding:0px 20px;	
}

.contact-form{
 	position: relative;
}

.contact-form .row{
	margin: 0 -10px;
}

.contact-form .form-group{
	position:relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 14px 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
	border-radius:7px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea{
	height: 180px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
	margin-top:20px;
}

.contact-form ::-webkit-input-placeholder{color: #6c6d70;}

.contact-form ::-moz-input-placeholder{color: #6c6d70;}

.contact-form ::-ms-input-placeholder{color: #6c6d70;}

.contact-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

.contact-section .map-column{
	position:absolute;
	float:right;
	right:0;
	top:0;
	width:50%;
	height:100%;
	text-align:center;
}

.map-canvas{
	position: relative;
	height:400px;
}

.contact-section .map-column .map-canvas{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;	
}

.map-data{
	position:relative;
	padding:10px;
	text-align:center;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
}

.map-data a{
	display: block;
}

.map-data h6{
	font-size:18px;
	font-weight:400;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}
@media only screen and (max-width: 1340px) {
    .sec-title h2, .page-banner h1 {
        font-size: 48px;
    }
}


@media only screen and (max-width: 1023px) {
    .contact-section .form-column .inner {
        max-width: none;
    }
    .contact-section .form-column, .contact-section .map-column {
        width: 100%;
        position: relative;
        float: left;
}
.contact-section .form-column, .contact-section .map-column {
    width: 100%;
    position: relative;
    float: left;
}
.contact-section .map-column .map-canvas {
    position: relative;
    height: 400px;
}
}
@media only screen and (max-width: 767px) {
    .sec-title h2, .what-we-do.style-two .sec-title h2 {
        font-size: 36px;
    }
	.contact-section .form-column .inner {
        position: relative;
        display: block;
        padding-left: 0px !important;
        padding: 0px 0px !important;
    }
.comment-form p {
    display: flex;
    margin-bottom: 0;
}

}
.map-canvas iframe {
    width: 100%;
    height: 100%;
}

.title-section .title span.text-primary {
    color: #087863 !important;
}