.contact-area .contact-map {
    margin-bottom: 1vw;
    margin-top: 1.5vw;
}
.contact-area .contact-info-wrap {
    padding: 1vw 1vw 1vw 1vw;
}
.contact-area .contact-info-wrap .single-contact-info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.contact-area .contact-info-wrap .single-contact-info .contact-icon {
	margin-right: 15px;
}
.contact-area .contact-info-wrap .single-contact-info .contact-icon i {
    font-size: 1.2vw;
    background: #006738;
    color: #ffffff;
    display: inline-block;
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
    border: 1px solid #006738;
    text-align: center;
}
.contact-info-dec a, .name-address p{
    margin-bottom: 1vw;
    font-weight: 500;
    font-size: 14px;
    color: #222;
}
.name-address h3{
    margin-bottom: 1vw;
    color:  #1182ce;
    font-size: 1.8vw;
    font-weight: 600;
}
.contact-social{
	margin-top: 15px;
}
.contact-social h4 {
	font-weight: 700;
	color: #636363;
}
.contact-social .social-info a {
	margin-right: 15px;
	color: #006738;
	font-size: 24px;
	line-height: 36px;
	transition: all .3s linear;
}
.contact-social .social-info a:hover {
	color:  #1182ce;
	font-size: 30px;
	transition: all .3s linear;
}
.contact-area .contact-form {
    background-color: #fff;
    padding: 2vw 2vw 0vw;
    height: 100%;
    box-shadow: 0.1vw 0.2vw 0vw 0vw #dedede70;
    border-left: 0.1vw solid #dedede70;
    border-top: 0.1vw solid #dedede70;
}
.contact-area .contact-form h3 {
    font-weight: 600;
    color:  #1182ce;
    margin-bottom: 1.4vw;
    font-size: 2vw;
    text-align: center;
  }
.contact-area .contact-form input, .contact-area .contact-form textarea{
    margin-bottom: 0.5vw;
    margin-top: 0.3vw;
    font-size: 1.12vw;
}
.form-control{
    border: 1px solid #e1e1e170 !important;
    padding: 0.4vw 0.6vw !important;
    font-size: 1.2vw;
}
.contact-area .contact-form .btn-primary{
    margin-top: 9px;
    background-color:  #1182ce;
    border-color:  #1182ce;
    margin-bottom: 9px;
}
.contact-area .contact-form .btn-primary:hover{
	background-color: #006738;
	border-color: #006738;
}
.section-title {
    position: relative;
    margin-bottom: 25px;
    margin-top: 45px;
}
.section-title h1 {
	margin: 0;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	padding-right: 30px;
	background: #fff;
	z-index: 2;
	font-size: 30px;
	color: #000000;
}
.section-title::before {
    content: "";
    background: #ececec;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
  }
  
 


.w_map{
    height: 19vw;
}


.CCCCCC {
    margin-top: 1.5vw;
    width: 18vw;
    height: 3vw;
    overflow: hidden;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    border-radius: 0.3vw;
    box-shadow: 0px 0.1vw 0.2vw rgba(0,0,0,.2);
    margin-bottom: 1.5vw; 
    background-color:  #1182ce;
  }
  .btnTwo {
	position : relative;
	width : 200px;
	height : 100px;
	margin-top: -100px;
	padding-top: 2px;
	background : #006738;
	left : -250px;
	transition : .3s;
  }
  .btnText {
    color: white;
    transition: .3s;
    margin-top: 0.5vw;
    font-size: 1.2vw;
    font-weight: 401;
  }
  .btnText2 {
    margin-top: 58px;
    margin-right: -130px;
    color: #FFF;
    font-weight: 600;
  }
  button#form_submit_reg {
    background:  #1182ce;
    border: none;
}