/* secound header start */
.second_header {
	position: relative;
	overflow: hidden;
}
.second_header .header_map {
	height: 360px;
	width: 100%;
	border: none;
}
.second_header .cover {
	position: absolute;
	width: 100%;
	/*height: 0;*/
	/*top: 50%;*/
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	background-image: url('../images/bg-images/contact_2.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.second_header .cover>.container {
	align-items: center;
	display: flex;
	height: 1px;
}
.second_header .header_content {
	background: rgba(0,0,0, .5);
	padding: 165px 65px 25px 0;
	display: inline-block;
	position: relative;
	height: 360px;
    color: #fff;
}
.second_header .header_content::after {
	background: rgba(0,0,0, .5);
	display: inline-block;
	position: absolute;
	height: 100%;
	content: '';
	width: 100%;
	left: -100%;
	top: 0;
}
.second_header .header_content h2 {
    font-weight: 700;
    font-size: 46px;
    margin: 5px 0 15px;
    word-spacing: 3px;
}
.second_header .header_content ul {
	display: inline-block;
    width: 100%;
	margin: 0;
}
.second_header .header_content ul li {
	color: rgba(#fff, .7);
    font-size: 17px;
    float: left;
}
.second_header .header_content ul a {
    margin-right: 24px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
}
.second_header .header_content ul a::after {
	transform: rotate(10deg);
    display: inline-block;
	position: absolute;
	background: #fff;
	height: 18px;
	right: -15px;
	content: '';
	width: 2px;
    top: 3px;z
}
.second_header .header_content ul a:hover {text-decoration: underline;}
/* header section end */



/* contact section start */
.contact_section {
	overflow: hidden;
	margin-top: -5px;
}
.contact_section .contact_form {
	background: #009639;
	position: relative;
	padding: 115px 0;
	height: 100%;
	width: 100%;
}
.contact_section .contact_form::after {
	display: inline-block;
	background: #009639;
	position: absolute;
	height: 100%;
	content: '';
	left: -100%;
	width: 100%;
	top: 0;
}
.contact_section .contact_form .form_box {
	background: #fff;
	padding: 45px 9%;
	height: 100%;
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,.1);
	position: relative;
}
.contact_section .contact_form .form_box::after {
	display: inline-block;
	position: absolute;
	top: 43%;
	right: -30px;
	width: 30px;
	height: 22px;
	z-index: 999;
	background: #fff;
	content: '';
	border-radius: 0 10px 10px 0;
}
.contact_section .contact_form .form_box h4 {
	margin: 10px 0 20px;
	font-weight: 600;
	color: #009639;
}
.contact_section .contact_form .form_box .form-control {
	border-color: #92DCD3;
	border-radius: 0;
	margin: 8px 0;
}
.contact_section .contact_form .form_box .form-control::placeholder {color: #92DCD3;}
.contact_section .contact_form .form_box .form-control[type="text"],
.contact_section .contact_form .form_box .form-control[type="email"] {padding: 20px 15px;}
.contact_section .contact_form .form_box .form-control[type="textarea"] {padding: 12px 15px;}
.contact_section .contact_form .form_box .form-control:focus {
	box-shadow: none;
	border-color: #009639;
}
.contact_section .contact_form .form_box .btn {
	background: #009639;
	color: #fff;
	border-radius: 0;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	min-width: 90px;
	text-align: center;
	margin-top: 12px;
}

.contact_section .contact_info {
	position: relative;
	background: #fff;
	padding: 115px 0;
	height: 100%;
	width: 100%;
}
.contact_section .contact_info .info_box {
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,.1);
	position: relative;
	height: 100%;
}
.contact_section .contact_info .info_box::before {
	display: inline-block;
	position: absolute;
	top: 57%;
	left: -42px;
	width: 42px;
	height: 22px;
	z-index: 999;
	background: #009639;
	content: '';
	border-radius: 10px 0 0 10px;
}
.contact_section .contact_info .info_box .cover {
	background-color: rgba(0,150,57,.9);
	position: relative;
	align-items: center;
	padding: 65px 30px;
	display: flex;
	height: 100%;
	width: 100%;
	z-index: 99;
}
.contact_section .contact_info .info_box iframe {
	position: absolute;
	height: 100%;
	border: none;
	width: 100%;
	left: 0;
	top: 0;
}
.contact_section .contact_info .info_box .cover h4 {
	letter-spacing: 2px;
	position: absolute;
	background: #fff;
	font-size: 19px;
	padding: 5px 15px;
	min-width: 56%;
	text-align: center;
	color: #009639;
	top: 45px;
	right: 0;
}
.contact_section .contact_info .info_box .address {
	align-items: flex-start;
	display: flex;
	margin: 20px 0;
}
.contact_section .contact_info .info_box .address i {
	box-shadow: 0px 2px 8px 1px rgba(100,100,100,.5);
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	min-height: 40px;
	height: 40px;
	min-width: 40px;
	width: 40px;
	background: #009639;
	font-size: 20px;
	color: #fff;
	margin: 3px 15px 0 0;
}
.contact_section .contact_info .info_box .address small {color: #fff;}
.contact_section .contact_info .info_box .address a,
.contact_section .contact_info .info_box .address p {
	margin: 0;
	color: #eee;
}
.contact_section .contact_info .info_box .address a:hover {color: #fff;}
@media screen and (max-width: 991px) {
	.contact_section .contact_form {padding: 95px 0 55px;}
	.contact_section .contact_info {padding: 55px 0 95px;}
	.contact_section .contact_form::before {
		display: inline-block;
		background: #009639;
		position: absolute;
		height: 100%;
		content: '';
		right: -100%;
		width: 100%;
		top: 0;
	}
	.contact_section .contact_form .form_box::after,
	.contact_section .contact_info .info_box::before {display: none;}
}
/* contact section end */
