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

 @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
     /*font-family: 'Commissioner', sans-serif;*/

 *{
 	box-sizing: border-box;
 }

 body{
 	margin: 0px;
 	padding: 0px;
  font-family: 'Mulish', sans-serif;
 }

img{
	max-width: 100%;
}

ul{
padding: 0;
}
li{
	list-style: none;
}
a, a:hover{
	text-decoration: none;
}
li, p{
  font-size: 16px !important;
}

.mt_100{
	margin-top: 100px;
}
.mb_30{
	margin-bottom: 30px;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.banner img {
	width: 100%;
}
.about_us .flex_div .col-item:nth-child(1) .image img {
	width: 100%;
}
/*=====================Header CSS Start========================*/
.header_wrap .logo a {
	display: block;
}
.header_links ul {
	margin: 10px auto 0px;
	padding: 0px;
	display: flex;
	line-height: normal;
	float: right;
}
.header_wrap {
	background: #fff;
		padding: 20px 0px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header_wrap.sticky {
	background: #fff;
	box-shadow: 0px 0px 5px 5px #e1e1e1;

}
.header_wrap .container .row {
	align-items: center;
	display: flex;
}
.header_links ul li {
	list-style: none;
}

.header_links ul li a {
	font-size: 18pt;
	color: #000000;
	margin: 0px 20px;
	font-weight: bold;
	border-bottom: 3px solid transparent;
	padding-bottom: 15px;
	transition: 0.5s all ease-in-out;
	display: block;
	line-height: normal;
	text-decoration: none;
	padding-top: 15px;
}

.header_links ul li a:hover, .header_links ul li a:active, .header_links ul li a:focus{
	border-bottom: 3px solid #024071;
}
.header_links ul li:nth-last-child(1) a {
	margin-right: 0px;
}

.home-page .header_wrap.sticky + .banner {
	padding-top: 200px;
}

.contact-info {
	background: #024071;
	padding: 20px 30px;
	margin: 15px auto -40px;
	position: relative;
	z-index: 9;
}
.contact-info ul li:nth-last-child(1) a {
	pointer-events: none;
}

.contact-info ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-info ul li a {
	color: #fff;
	font-size: 12pt;
	letter-spacing: 0.25px;
}
.contact-info ul li {
	flex: auto;
	text-align: center;
	border-right: 2px solid #2072b3;
	padding: 8px 0px;
}
.contact-info ul li:nth-last-child(1) {
	border-right: 0px;
}

.banner {
	position: relative;
}

.banner .banner_text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	max-width: max-content;
}

.banner .banner_text p {
	margin: 0px;
	font-size: 20pt;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.banner .banner_text h3 {
	color: #fff;
	text-align: center;
	font-size: 74pt;
}

.banner .banner_text .btn_group ul {
	margin: 35px auto 0px;
	padding: 0;
	display: flex;
	justify-content: center;
	max-width: 560px;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 30px;
}

.banner .banner_text .btn_group ul li {
	flex: auto;
}
.banner .banner_text .btn_group ul li a {
	display: block;
	text-align: center;
	font-size: 12pt;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #fff;
	padding: 15px 20px;
	background: transparent;
	transition: 0.5s all ease-in-out;
	font-weight: bold;
}

.banner .banner_text .btn_group ul li a:hover{
background: #fff;
color:#024071;
}


.our-policy.inner-page .inner_banner::before {
	position: unset;
}

.our-policy .inner_banner_text h2 {
	color: #05387e;
}

.our-policy.inner-page .inner_banner .inner_banner_text {
	position: unset;
}

.our-policy.inner-page .inner_banner_text h1 {
	color: #000;
	text-transform: uppercase;
}
.our-policy.inner-page .inner_banner {
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
}
.our-policy .header_wrap.sticky + .inner_banner {
	padding-top: 220px;
	padding-bottom: 0px;
}

li.d-flex .srno {
	min-width: 15px;
}
.d-flex{
	display: flex;
	gap: 20px;
}
.our-policy ul li {
	margin-bottom: 10px;
}


/*=====================Header CSS End========================*/

/*=====================Services Section CSS Start========================*/

.service_section .flex_div {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}

.service_section .flex_div .col-item {
	flex: auto;
	width: auto;
	flex: 0 0 calc(26% - 0px);
	margin: 0 auto;
}
.service_section .flex_div .col-item:nth-child(1) .contet {
	padding: 0px 20px 40px;
}
.service_section .flex_div .col-item img {
	width: 100%;
}



/*=====================Services Section CSS Start========================*/


.service_section .col-item:nth-child(1) {
	background: url("../images/service_bg.png") no-repeat scroll center top;
}

.service_section .col-item:nth-child(1) h3 {
	text-align: center;
	color: #fff;
	font-size: 36pt;
	font-weight: bold;
	font-family: 'Commissioner', sans-serif;
	letter-spacing: 0.25px;
	position: relative;
}
.service_section .col-item:nth-child(1) h3::before {
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	width: 70px;
	background: #fff;
	height: 5px;
	bottom: -20px;
	margin: 0 auto 0px;
	padding-bottom: 0px;
}

.service_section .col-item:nth-child(1) p {
	color: #fff;
	text-align: center;
	letter-spacing: 0.25px;
	line-height: 25px;
	font-family: 'Commissioner', sans-serif;
	padding-top: 45px;
}

.service_section .col-item:nth-child(1) .read_more a {
	display: block;
	max-width: max-content;
	margin: 50px auto 0px;
	background: #024071;
	color: #fff;
	padding: 12.5px 69px;
	border-radius: 30px;
	border: 2px solid #fff;
	font-size: 12pt;
	font-family: 'Commissioner', sans-serif;
	text-transform: uppercase;
	transition: 0.5s all ease-in-out;

}
.service_section .col-item:nth-child(1) .read_more a:hover {
	background: #000;
}
.service_section .col-item:nth-child(1) .read_more a img {
	width: auto;
	position: relative;
	top: -2px;
	left: 5px;
}
.service_section .flex_div .col-item:nth-child(1) {
	background: url("../images/service_bg.png") no-repeat scroll center top / 100% 100%;
	display: flex;
	align-items: center;
	flex: 0 0 41.5%;
}

.service_section ul {
	padding: 0px;
	margin: 0px;
}

.service_section .flex_div .col-item ul li {
	position: relative;
	margin: 0px auto 30px;
}
.service_section .flex_div .col-item ul li:nth-last-child(1){
	margin-bottom:0px;
}


.service_section .flex_div .col-item .caption_text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #024071;
	color: #fff;
}
.service_section .flex_div .col-item .caption_text p {
	margin: 0px;
	padding: 9px 0px;
}


/*=====================About Us Section CSS Start========================*/

.about_us .flex_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
}
.about_us .flex_div .col-item {
	flex: auto;
}

.about_us .flex_div .col-item:nth-child(1){
	width: 100%;
	max-width: 45%;
}
.about_us .flex_div .col-item:nth-child(2) {
	width: 100%;
	max-width: 54%;
}

.about_us .flex_div .col-item:nth-child(2) .desc_box {
	width: 100%;
	max-width: 60.5%;
	float: left;
}

.about_us .flex_div .col-item:nth-child(2) .desc_box .title h3 {
	font-size: 36pt;
	color: #024071;
	font-weight: bold;
	font-family: 'Mulish', sans-serif;
	letter-spacing: 0.25px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.about_us .flex_div .col-item:nth-child(2) .desc_box .title h3::before{
position: absolute;
content: "";
left: 0px;
bottom: 0px;
width: 70px;
height: 8px;
background: #024071;
}

section.about_us {
	margin-top: 120px;
}
section.whoweare .container .flex_div .col-item:nth-child(1) {
	width: 100%;
	max-width: 22%;
}

section.whoweare .container .flex_div .col-item:nth-child(2) {
	max-width: 62.3%;
	float: right;
	margin-right: 10px;
}
.whoweare {
	width: 100%;
	display: inline-block;
	background: url("../images/whowe_are_bg.png") no-repeat scroll center top / 100% 100%;
	padding: 0px 0px 110px;
}
section.whoweare .container .flex_div .col-item:nth-child(2) .desc_box {
	background: rgba(0,0,0,0.80);
	border-radius: 0px 30px 40px 40px;
	padding-top: 40px;
}
section.whoweare .container .flex_div .col-item:nth-child(2) .desc_text {
	color: #fff;
	padding: 30px 30px;
}

section.whoweare .container .flex_div .col-item:nth-child(2) .title {
	position: relative;
	margin-bottom: 80px;
}
section.whoweare .container .flex_div .col-item:nth-child(2) .title::before {
	position: absolute;
	content: "";
	left: -4%;
	top: 0px;
	background: url("../images/title_bg.png") no-repeat scroll center top / 100% 100%;
	width: 104%;
	padding: 80px 10px;
}

section.whoweare .container .flex_div .col-item:nth-child(2) h3 {
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 43pt;
	position: relative;
	padding-top: 20px;
}
section.whoweare .container .flex_div .col-item:nth-child(2) h3::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: -20px;
	width: 70px;
	height: 9px;
	background: #fff;
}


/*====================Our Commitment=============================*/

/*-----------------Accordination Tab------------------*/

.our_commitment {
	margin: 80px auto 0px;
}

.our_commitment .title {
	margin-bottom: 40px;
}
.our_commitment .title h3 {
	font-size: 43pt;
	color: #024071;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.25px;
	line-height: normal;
	padding-bottom: 21px;
}
.our_commitment .title h3::after {
	position: absolute;
	content: "";
	left: 0px;
	width: 70px;
	height: 10px;
	background: #024071;
	bottom: 0px;
}



/*-------------------tab-style start----------------------------*/
.tabbox {
	padding: 0px 0px;
	font-size: 20px;
	margin: 18px auto 0px;
	border: 0px solid #e0e0e0;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	position:relative;
}
/*.tabs::after {
	position: absolute;
	content: "";
	top: 0px;
	left: -1%;
	right: 0px;
	background: url("../images/tab-bg.png") no-repeat scroll center top/ 100%;
	height: 60px;
	width: 102%;
}*/


.tabs .description_content::before{
background: none;
}

.tabs label {
	order: 1;
	display: table;
	padding: 0 0px 10px !important;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: left;
	color: #333;
	box-sizing: border-box;
	font-size: 18pt;
	text-transform: capitalize;
	line-height: 41px;
	margin: 10px 0% 0px;
	font-weight: bold;
	letter-spacing: 0.25px;
	height: 49px;
	position: relative;
	border-bottom: 3px solid #cbcbcb;
}
.tabs label.border-none{
	border-right: none;
	}

.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
label.nomarginleft {
	margin-left: 0px;
	border-radius: 0px 0px 0px 0px;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	text-align: justify;
	line-height: 24px;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
	background: #fff;
	border: 0px solid #c7c7c7;
	padding: 0px 0px 20px;
	display: none;
	border-radius: 0;
	border-bottom: 3px solid #024071;
	position: relative;
	margin: 0px auto 0px;
	border-top: 0px;
}
.tabs .tab h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.tabs .tab p {
	margin: 0;
}
.none {
	width: 166.666%;
}
.none_01 {
}
.tabs .tab a {
	color: #821982;
}

.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
	left:0px;
}
.tabs input[type="radio"]:checked + label {
	border-radius: 0;
	margin-right: 0;
	color: #333;
	z-index: 99;
	border-bottom: 0px;
}

.tabs label::before {
	position: absolute;
	content: "\f106 ";
	top: 0px;
	right: 25px;
	width: 0px;
	height: auto;
	font-family: FontAwesome;
	font-weight: 800;
	font-size: 40px;
}
.tabs input[type="radio"]:checked + label::before {
	display: none;
}

.tabs input[type="radio"]:checked + label::after {
	content: "\f107";
	top: 0%;
	right: 2px;
	position: absolute;
	/* z-index: 9; */
	border-radius: 0;
	margin-right: 0;
	height: 50px;
	z-index: -9;
	font-family: FontAwesome;
	font-size: 40px;
	font-weight: 300;
}

.tabs label[for="tabsix"] {
	border-right: 0px;
}

.tabs label.nomarginleft::after, .tabs label.nomarginleft::before {
	background: none;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

.tab h4 {
	font-size: 22px;
	font-weight: 600;
	color: #ff6000;
	margin-bottom: 25px;
}


.flex-div img {
	width: 100%;
}

.flex-div .col-md-6:nth-child(1) {
	padding-left: 0px;
	padding-right: 0px;
}

.flex-div .col-md-6:nth-last-child(1) {
	padding-right: 0px;
	padding-left: 0;
}

.flex-div .col-md-6:nth-last-child(1) .item img {
	margin-left: 15px;
}

.tabbox + .flex-div {
	padding-left: 15px;
}



/*======================Projects Gallery Images===========================*/

#gallery {
   padding-top: 40px;
}
.projects_gallery#gallery #image-gallery .image .img-wrapper {
	border-radius: 15px;
	box-shadow: 0px 4px 7px 0px #797979;
}

 @media screen and (min-width: 991px) {
#gallery.projects_gallery {
	padding: 60px 30px 60px 30px;
}
}
.img-wrapper {
	position: relative;
	margin-top: 15px;
	max-height: 300px;
	overflow: hidden;
	min-height: 300px;
}
.img-wrapper a {
	min-height: 300px;
	display: block;
	max-height: 300px;
}
.img-wrapper a img {
	max-height: 300px;
	min-height: 300px;
}
 .img-wrapper img {
   width: 100%;
}
 .img-overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
 .img-overlay i {
   color: #fff;
   font-size: 3em;
}
 #overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
 #overlay img {
   margin: 0;
   width: 80%;
   height: auto;
   object-fit: contain;
   padding: 5%;
}
 @media screen and (min-width: 768px) {
   #overlay img {
     width: 60%;
  }
}
 @media screen and (min-width: 1200px) {
   #overlay img {
     width: 50%;
  }
}
 #nextButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #nextButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #nextButton {
     font-size: 3em;
  }
}
 #prevButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #prevButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #prevButton {
     font-size: 3em;
  }
}
 #exitButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
   position: absolute;
   top: 15px;
   right: 15px;
}
 #exitButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #exitButton {
     font-size: 3em;
  }
}




/*======================Our Guarantee Images===========================*/

.our_garranty {
	background: #024071;
	padding: 65px 0px;
}

.our_garranty ul.flex_div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.our_garranty ul.flex_div .caption_text p {
	color: #fff;
	font-size: 21.6pt;
	text-align: center;
	line-height: 25pt;
}
.our_garranty ul.flex_div li .icon {
	margin: 0 auto 30px;
	text-align: center;
}

.our_garranty .title {
	margin: 0px auto 110px;
}
.our_garranty .title h3 {
	text-align: center;
	font-size: 43.2pt;
	color: #fff;
	font-weight: bold;
	line-height: 20pt;
	letter-spacing: 0.25pt;
	position: relative;
}
.our_garranty .title h3::after {
	position: absolute;
	content: "";
	bottom: -50px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 70px;
	height: 10px;
	background: #fff;
}

/*======================Footer Css Start===========================*/
.footer-wrap {
	background: #131313;
	padding: 50px 0px 0px;
}
.footer-wrap .copy_right {
	background: #000;
	padding: 23px 0px;
	background: transparent;
	box-shadow: inset 0px 0px 12px -3px #fff;
	margin: 5px auto 0px;
}

.footer-wrap .ftr_top .logo {
	max-width: max-content;
	margin: 0 auto;
}
.footer-wrap .ftr_top .ftr_links ul {
	margin: 0px;
	padding: 0px !important;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 628px;
	margin: 0 auto;
}
.footer-wrap .ftr_top .ftr_links ul li a {
	display: block;
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	transition: 0.5s all ease-in-out;
	padding: 0px 0px 5px;
	border-bottom: 2px solid transparent;
	transition: 0.5s all ease-in-out;
}
.footer-wrap .ftr_top .ftr_links ul li a:hover{
	border-bottom: 2px solid #024071;
}
.footer-wrap .ftr_top .ftr_links {
	margin: 30px auto 30px;
}

.footer-wrap .copy_right p, .footer-wrap .copy_right p a {
	margin: 0px;
	flex: auto;
	color: #fff;
	font-size: 8.64pt;
	letter-spacing: 0.50px;
}
.footer-wrap .copy_right .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-wrap .copy_right .container p:nth-child(1) {
	text-align: center;
}
/*.footer-wrap .copy_right .container p:nth-child(2) {
	text-align: right;
}*/

.service_section .col-item:nth-child(1) .read_more a img {
	width: auto;
}
.inner-page .inner_banner {
	background-repeat: no-repeat;
	padding: 390px 0px;
	position: relative;
}

.inner-page.service .inner_banner {
	background: url("../images/service-banner.jpg") no-repeat scroll center / 100%;
}



.inner-page .inner_banner::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.inner-page .inner_banner .inner_banner_text {
	position: absolute;
	z-index: 9;
	left: 0px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	right: 0px;
}


.inner-page .inner_banner_text h1 {
	color: #fff;
	font-weight: bold;
	font-size: 90px;
}

.interested_service {
	background: url("../images/services-fix-banner.jpg") no-repeat fixed center center / 100%;
	padding: 110px 0px;
	position: relative;
}

.interested_service::before {
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	z-index: 0;
}

.interested_service p {
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin-top: 20px;
}

.interested_service h3 {
	color: #fff;
	text-align: center;
	font-size: 60px;
}

.interested_service .container {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0;
	margin: 0 auto;
}

.inner-page .container.page-content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.interested_service .call_btn a.button {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: 2px solid #fff;
	max-width: max-content;
	margin: 50px auto;
	padding: 11px 30px;
	text-transform: uppercase;
	font-weight: bold;
	transition: 0.5s all ease-in-out;
}
.interested_service .call_btn a.button:hover{
background: #fff;
color: #000;
}


/*==============Contact Form================================*/
#contact-form .container .contact_details {
	padding-left: 20px;
}


#contact-form .contact_details ul {
	padding: 0px;
}
#contact-form .contact_details ul li {
	display: flex;
	align-items: baseline;
	column-gap: 10px;
}
#contact-form .contact_details ul li {
	margin-bottom: 15px;
}

#contact-form .contact_details ul li .text h4 {
	font-size: 25px;
}
#contact-form .contact_details ul li .icon i {
	font-size: 25px;
}
#contact-form .container{
  background: #024071;
}

#contact-form .title h2 {
	color: #024071;
	font-weight: bold;
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
}
#contact-form .container {
	background: linear-gradient(to right, #024071 33%, #fff 33%);
	border-radius: 0px;
	border: 1px solid #ddd;
	padding-top: 40px;
	padding-bottom: 40px;
	box-shadow: 0px 0px 20px 2px #ddd;
	border-radius: 20px;
}
#contact-form .container .form {
	padding-right: 40px;
	padding-left: 20px;
}


#contact-form .contact_details ul li .text h4 {
	font-size: 25px;
	color: #fff;
	font-size: 24px;
}

#contact-form .contact_details ul li .text a {
	color: #fff;
	font-size: 16px;
}

#contact-form .contact_details ul li .icon i {
	font-size: 24px;
	color: #fff;
}

#contact-form .contact_details ul li .text p {
	color: #fff;
	font-size: 16px;
}
#contact-form {
	margin: 0px auto 50px;
}


#contact-form .title {
	margin-bottom: 40px;
	margin-top: 50px;
}
#contact-form .container {
	background: linear-gradient(to right, #024071 40%, #fff 40%);
	border-radius: 0px;
	border: 1px solid #ddd;
	padding-top: 40px;
	padding-bottom: 40px;
}

#contact-form .form #mainform1 input, #contact-form .form #mainform1 input:focus {
	border: 1px solid #ddd;
	padding: 10px 10px;
	width: 100%;
	outline: none;
}

#contact-form .form #mainform1 textarea, #contact-form .form #mainform1 textarea:focus {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 10px;
	outline: none;
}


#contact-form .container .form .btn .btn.btn-success {
	background: #024071;
	border: 0px;
	text-transform: uppercase;
	padding: 10px 25px;
	font-size: 18px;
	margin: 30px auto 0px;
}

#contact-form .container .form .btn {
	padding-left: 0px;
}
.inner-page.contact .inner_banner {
	background: url("../images/contact-img.jpg");
}

.inner-page.contact .container.page-content .map iframe {
	width: 100%;
	height: 450px;
	border: 0;
}
.inner-page.contact .container.page-content h2 {
	font-size: 50px;
	margin-bottom: 50px;
	color: #024071;
}
#prevButton, #exitButton, #nextButton {
	cursor: pointer;
}
.projects_gallery#gallery #image-gallery .image .img-wrapper .fa.fa-search-plus {
	cursor: pointer;
}


.content-page.go-home a {
	background: #77b43f;
	max-width: max-content;
	margin: 10px auto 30px;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	border-radius: 20px;
}
.content-page.go-home {
	margin: 30px auto 40px;
}

.policy-sign{
margin-top: 30px;
}
.policy-sign span img {
	max-width: 110px;
}