
/*************start*************/
img {
	max-width:100%;
	display:inline-block;
}
body {
	font-family: 'SFUIText', sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}
a:hover, a:focus{
	text-decoration:none;
}

/*************Header Area start*************/

.site_header{
	padding: 12px 0px;
}
.site_header .navbar-nav .nav-item {
	padding: 0px 7px;
}
.site_header .navbar-nav .nav-link {
	font-size: 14px;
	color: #1f5777;
	padding: 5px;
	position: relative;
}
.site_header .nav_active a{
	color: #1f5777;
	font-weight: 600;
}
.site_header .navbar-nav .nav-link:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #1f5777;
	width: 10px;
	height: 2px;
	margin-left: -5px;
	display: none;
}
.site_header .nav_active a:before, .site_header .navbar-nav .nav-link:hover:before{
	display: block !important;
}

/*************Hero Area start*************/

.hero_area{
	background: url(../images/hero.png) center center no-repeat;
	background-size: cover;
	padding: 107px 0px;
	min-height: 666px;
	border-bottom: 10px solid #fbf4a6;
}
.hero_txt{
  text-align: center;
}
.hero_txt h1{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 54px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 64px;
}
.hero_txt p{
	max-width: 854px;
	margin: 0 auto;
	padding-top: 38px;
	font-size: 24px;
	line-height: 33px;
	color: #ffffff;
}
.hero_txt a{
	width: 260px;
	height: 60px;
	font-size: 18px;
	text-align: center;
	color: #1f5777;
	display: inline-block;
	background: #fff;
	line-height: 60px;
	margin-top: 50px;
	transition: 0.4s;
}
.hero_txt a:hover{
	background: #1f5777;
	color: #fff;
	transition: 0.4s;
}


/*************Our mission Area start*************/

.our_mission_area{
	padding: 40px 0px 70px;
}
.our_mission_area .col-md-6{
	padding-top: 30px;
}
.our_mission_title{
	text-align: right;
	padding-right: 75px;
}
.our_mission_title h2{
	max-width: 300px;
	font-size: 64px;
	font-weight: bold;
	color: #1f5777;
	line-height: 76px;
	text-align: left;
	display: inline-block;
	text-transform: uppercase;
}
.our_mission_txt{
	max-width: 375px;
}
.our_mission_txt p{
  font-size: 18px;
  line-height: 34px;
  color: #1c4055;
}


/*************About Us Area start*************/

.aboutUs_area{
	background: #f8f9fa;
	padding: 30px 0px 50px;
}
.aboutUs_area .col-md-6{
	padding-bottom: 30px;
}
.aboutUs_left{
	text-align: right;
	padding-right: 75px;
}
.aboutUs_txt{
	max-width: 375px;
	padding-top: 35px;
}
.aboutUs_txt h2{
	font-size: 64px;
	font-weight: bold;
	color: #1f5777;
	line-height: 76px;
	text-transform: uppercase;
}
.aboutUs_txt p{
	font-size: 18px;
	color: #1c4055;
	line-height: 30px;
	padding-top: 34px;
}


/*************About Us Area start*************/

.our_project_area{
	padding: 140px 0px 170px;
}
.our_project_area .col-md-6{
	padding-top: 30px;
}
.our_project_txt{
	text-align: right;
	padding-top: 75px;
}
.our_project_txt_box{
	max-width: 395px;
	padding-right: 45px;
	display: inline-block;
	text-align: left;
}
.our_project_txt h2{
	font-size: 64px;
	font-weight: bold;
	color: #1f5777;
	line-height: 76px;
	text-transform: uppercase;
}
.our_project_txt p{
	max-width: 320px;
	font-size: 18px;
	color: #1c4055;
	line-height: 36px;
	padding-top: 34px;
}
.our_project_txt a{
	width: 200px;
	height: 60px;
	border: 1px solid #1f5777;
	background: #1f5777;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	display: inline-block;
	margin-top: 80px;
	transition: 0.4s;
}
.our_project_txt a:hover{
	background: none;
	color: #1f5777;
	transition: 0.4s;
}
.our_project_img{
	
}

/*************Acontact Us Area start*************/

.contact_us_area{
	background: #f8f9fa;
	padding: 100px 0px;
}
.contact_title{
	text-align: center;
}
.contact_title h2{
	font-size: 64px;
	font-weight: bold;
	color: #1f5777;
	text-transform: uppercase;
}
.contact_form{
	max-width: 650px;
	margin: 0 auto;
	padding-top: 40px;
}
.contact_form .col-md-6, .contact_form .col-md-12{
	padding: 0px 30px;
}
.contact_form .form-group {
    margin-bottom: 30px;
}
.contact_form input{
	width: 100%;
	height: 45px;
	font-size: 20px;
    color: #1c4055;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #d0d7de;
	background: none;
	padding: 5px 0px;
}
.contact_form input::-webkit-input-placeholder {
	color: #a2aab7;
}
.contact_form input:-ms-input-placeholder {
	color: #a2aab7;
}
.contact_form input::placeholder {
	color: #a2aab7;
}
.contact_form input:focus {
    color: #1c4055;
    background: none;
	border: none;
	border-bottom: 1px solid #1f5777;
    outline: 0;
    box-shadow: 0 0 0 0 #d0d7de;
}
.contact_form_submit{
	padding-top: 50px;
	text-align: center;
}
.submit-btn{
	width: 100%;
	max-width: 260px;
	height: 60px;
	background: #1f5777;
	border: 2px solid #1f5777;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	border-radius: 0px;
}
.submit-btn:hover{
	background: none;
	color: #1f5777;
}


/*************Footer Area start*************/

.site_footer{
	background: #1c4055;
	padding: 80px 0px 100px;
	border-top: 4px solid #fbf4a6;
}
.footer_logo{
	text-align: center;
	padding-bottom: 50px;
}
.site_footer .col-md-6{
	padding-top: 30px;
}
.footer_left_content{
	text-align: right;
	padding-right: 65px;
}
.footer_content_box{
	display: inline-block;
	text-align: left;
}
.footer_content_box h4{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
}
.footer_content_box p{
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	padding-top: 14px;
}
.footer_content_box p a{
	font-size: 20px;
	color: #ffffff;
}
.footer_right_content{
	padding-left: 65px;
}
.footer_right_social{
	text-align: center;
	padding-top: 40px;
}
.footer_right_social ul{
	margin: 0;
	padding: 0;
}
.footer_right_social ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px 27px;
}
.footer_right_social ul li a{
	font-size: 24px;
	color: #fbf4a6;
}


/*************Modal Area start*************/

.contact_modal .modal-dialog {
	width: 100%;
    max-width: 780px;
}
.contact_form {
    padding-top: 50px;
	padding-bottom: 90px;
}
.contact_title{
	padding-bottom: 50px;
}

/*************Contact Us Area start*************/

.contactUs_hero{
	background: url(../images/hero-3.png) center center no-repeat;
	min-height: 657px;
	border-bottom: 10px solid #fbf4a6;
}

.contactUs_page_contact{
	background: #fff;
	padding-top: 0px;
}
.contactUs_page_contact .contact_form{
	max-width: 780px;
	margin: 0 auto;
	margin-top: -330px;
	background: #fff;
	padding: 50px 80px 90px;
	box-shadow: 0 2px 44px 0 rgba(28, 64, 85, 0.4);
}
.contactUs_offices{
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0px 200px;
}
.offices_title{
	text-align: center;
	padding-bottom: 40px;
}
.offices_title h2{
	font-size: 64px;
    font-weight: bold;
    color: #1f5777;
    line-height: 76px;
}
.contactUs_offices .col-md-5, .contactUs_offices .col-md-7{
	padding-top: 30px;
}
.offices_content{
	text-align: right;
	padding-right: 45px;
}
.offices_content_box{
	max-width: 240px;
	text-align: left;
	display: inline-block;
}
.offices_content h4{
	font-size: 32px;
	font-weight: 600;
	color: #333e4e;
	line-height: 38px;
}
.offices_content p{
	padding-top: 24px;
	font-size: 18px;
	line-height: 28px;
	color: #1c4055;
}
.pt_50{
	padding-top: 50px;
}
.contactUs_offices iframe{
	width: 100%;
	min-height: 100%;
}

/*************Project Page Area start*************/

.project_hero{
	background: url(../images/hero-2.png) center center no-repeat;
	background-size: cover;
	border-bottom: 10px solid #fbf4a6;
	text-align: center;
}
.project_hero .col-md-12{
	width: 100%;
	display: flex;
	align-items: center;
	min-height: 530px;
	text-align: center;
}
.project_hero h1{
	font-size: 64px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}
.project_hero_txt{
	padding-bottom: 18px;
}
.project_hero_txt ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.project_hero_txt ul li{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding-right: 62px;
}
.project_hero_txt ul li:last-child{
	padding-left: 62px;
	padding-right: 0px;
}







.project_gallery{
	padding: 100px 0px 120px;
}
.project_gallery .row{
	margin: 0px -10px;
}
.project_gallery .col-md-4{
	padding: 20px 10px 0px;
}
.project_gallery_item{
	position: relative;
}
.project_gallery_mobile{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 62, 78, 0.48);
	padding: 24px 16px;
	opacity: 1;
	transition: 0.4s;
}
.project_gallery_over{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 62, 78, 0.48);
	padding: 24px 16px;
	opacity: 0;
	transition: 0.4s;
}
.project_gallery_item:hover .project_gallery_over{
	opacity: 1;
	transition: 0.4s;
}
.project_gallery_over h4{
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	line-height: 38px;
}
.project_gallery_mobile h4{
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	line-height: 38px;
}
.gallery_over_txt{
	position: absolute;
	bottom: 16px;
	left: 0px;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding-left: 16px;
	padding-right: 16px;
}
.gallery_over_txt span{
	float: right;
}
.gallery_over_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.gallery_over_link a{
	width: 100%;
	height: 100%;
	display: block;
}
.project_putton{
	text-align: center;
	padding-top: 106px;
}
.project_putton a{
	width: 100%;
	max-width: 260px;
	height: 60px;
	border: 1px solid #1f5777;
	background: #1f5777;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
	display: inline-block;
	transition: 0.4s;
}
.project_putton a:hover{
	background: none;
	color: #1f5777;
	transition: 0.4s;
}




























/*************end*************/