
body { 
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 15px; 
	font-weight: 400; 
	color: #888; 
	line-height: 30px;}

strong { font-weight: 600; }

a { 
	color: #0148DE; 
	border-bottom: 1px dashed #0148DE; 
	text-decoration: none; 
	transition: all .3s; }
a:hover, a:focus { color: #0148DE; border: 0; text-decoration: none; }

h1, h2 { 
	margin-bottom: 20px !important;
	font-size: 34px; 
	font-weight: 900; 
	color: #262627;
	line-height: 40px;
}
h3 { 
 font-size: 22px; 
 font-weight: 300; 
 color: #555; 
 line-height: 30px; 
 font-style: normal; 
}

p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
}

img { max-width: 100%; }

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #0148DE; color: #fff; text-shadow: none; }
::selection { background: #0148DE; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }

.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/

.navbar { background: #fff; transition: all .6s; backface-visibility: hidden; }

.navbar.navbar-no-bg { background: #fff; }

.navbar-dark .navbar-nav { 
  font-size: 15px; 
  color: #fff; 
  text-transform: uppercase; 
}

.navbar-dark .navbar-nav .nav-link { 
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 0.9rem;
  color: #08104d;
  border: 0; 
}

.navbar-dark .navbar-nav .nav-link:hover { 
  color: #ffc107 !important;
}
.navbar-dark .navbar-nav .nav-link:focus { color: #ffc107 !important; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }

.navbar-brand {
	width: 190px;
	background: url(../img/logo.svg) left center no-repeat;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0;
	text-indent: -99999px;
}


/***** Top content *****/

.top-content { width: 100%; }

.top-content h1 { 
	margin-top: 25px;
	font-size: 60px;
	color: #fff;
	line-height: 1.0;
 }
.top-content .description { margin: 30px 0 10px 0; }
.top-content .description p { color: #fff; color: rgba(255, 255, 255, 0.8); }
.top-content .description a { color: #fff; color: rgba(255, 255, 255, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }
.top-content .description a:hover,
.top-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }

.top-content .carousel-caption { 
	bottom: 200px;
	text-align: left;
	max-width: 650px;
}

.top-content .carousel-indicators li { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; }

.top-content button.btn-customized {
	width: 46px; height: 46px; margin-top: 1rem; padding: 0; 
	background: #fff; border: 0; border-radius: 50%;
	font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #555; line-height: 46px;
    box-shadow: none;
}

.top-content button.btn-customized:hover, 
.top-content button.btn-customized:active, 
.top-content button.btn-customized:focus, 
.top-content button.btn-customized:active:focus, 
.top-content button.btn-customized.active:focus,
.top-content button.btn.btn-primary:not(:disabled):not(.disabled):active,
.top-content button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0; background: #ccc; background: rgba(255, 255, 255, 0.5); border: 0; color: #555; box-shadow: none;
}



/*----------------------------------------*/
/*  Global CSS
/*----------------------------------------*/

.tel-link {
  text-decoration: none !important;
  border-bottom: none !important;
  color: #0f131f;
}

.section_gap {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .section_gap {
    padding: 60px 0;
  }
}

.section_gap_top {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .section_gap_top {
    padding-top: 60px;
  }
}

.section_gap_bottom {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section_gap_bottom {
    padding-bottom: 60px;
  }
}

.btn-general {
    font-family: 'Raleway', sans-serif;
    background-color: #0148DE;
    color: #fff;
    border: none;
    border-radius: 28px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.btn-general:hover {
    background-color: #ffc107 !important;
}

.view-all-link {
  background-color: transparent;
  border: 3px solid #0056b3;
  border-radius: 25px;
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  
}

.view-all-link:hover {
  background-color: #ffc107;
  border: 3px solid #ffc107;
}

.bg-primary-custom {
	background-color: #0148DE;
}

.divider {
  display: inline-block;
  background-color: #0148DE;
  height: 4px;
  width: 90px;
  margin: 11px auto 5px auto;
}







/***** Section 1 *****/

.why-us-home::after {
    content: '';
    position: absolute;
    background: transparent;
    border: 1px solid #0056b3;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
}
.why-us-home .negative-img {
    margin-bottom: -120px;
}

.gallery-images {
  margin-top: -180px;
}



.intro-section .about-column {
  background-color: #15398f;
  color: #fff;
  padding: 90px 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.intro-section .about-column h3 {
  margin-bottom: .83em;
  color: #fff;
}
.intro-section .image-bg {
  background: 50% no-repeat url(/assets/img/service/about-us.jpg);
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.intro-section .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  margin-right: 5px;
  text-transform: uppercase;
  border: none;
}
.intro-section .btn-warning {
  border-radius: 0;
  padding: 10px 20px;
  margin-right: 5px;
  text-transform: uppercase;
  border: none;
}

.gallery-section {
  background-color: #0F131F;
}
.gallery-section p {
  color: #91919c;
}


.home-section-1 .commercial-column {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/service/commercial-construction.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
}

.home-section-1 .services {
  padding-top: 30vh;
  padding-bottom: 30vh;
}
.home-section-1 .services h2 {
  color: rgb(245, 241, 9);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.why-us-section {
  background-color: #f2f3f5;
}
.why-us-section .why-us-img-bg {
  background-image: linear-gradient(rgba(24, 5, 131, 0.7), rgba(36, 5, 146, 0.7)), url(/assets/img/backgrounds/about-us-column.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20vh;
  padding-bottom: 25vh;
  text-align: center;

}



/***** Section 2 *****/




/***** Section 3 *****/




/***** Footer *****/

/*----------------------------------------*/
/*  Services
/*----------------------------------------*/

.services-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/img/backgrounds/construction-services-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 25vh;
}

.services-details {
  background: #0f131f;
}
.services-details p {
  color: #e0e0e6;
}
.services-details ul {
  color: #e0e0e6;
}

.services-details .services-img-box {
  background-image: url(/assets/img/service/construction_services.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20vh;
  padding-bottom: 20vh;
}
.services-details .icon {
  color: #FFBD11;
  margin-right: 10px;

}

/*----------------------------------------*/
/*  About Us
/*----------------------------------------*/

.about-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/img/backgrounds/about-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20vh;
  padding-bottom: 15vh;
}


.about-wrapper .about-bg-column {
  background-image: linear-gradient(rgba(24, 5, 131, 0.7), rgba(36, 5, 146, 0.7)), url(/assets/img/backgrounds/about-us-column.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 35vh;
  text-align: center;
}
/*----------------------------------------*/
/*  Gallery
/*----------------------------------------*/

.gallery-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/img/backgrounds/about-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 25vh;
}


.gallery-wrapper .gallery-bg-column {
  background-image: linear-gradient(rgba(24, 5, 131, 0.7), rgba(36, 5, 146, 0.7)), url(/assets/img/backgrounds/about-us-column.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 35vh;
  text-align: center;
}
.gallery-wrapper .project-1 {
  background-image: url(/assets/img/portfolio/construction-gallery-8.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 35vh;
  text-align: center;
}
.gallery-wrapper .project-2 {
  background-image: url(/assets/img/portfolio/construction-gallery-10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 35vh;
  text-align: center;
}




/*----------------------------------------*/
/*  Contact Us
/*----------------------------------------*/

.contact-header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/img/backgrounds/construction-services-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-header .contact-heading {
  padding-top: 30vh;
  padding-bottom: 25vh;
}
.contact-header .contact-form {
  background-color: rgba(10, 10, 10, 0.801);
  padding-top: 20vh;
  padding-bottom: 15vh;
}


.contact-header .contact-form .form-group .form-control {
  color: #fff;
  padding: 1.5em .5em .4em;
  width: 100%;
  min-height: 52px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: transparent;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.contact-details {
  background-color: #fff;
  transform: translateY(-60px);
  padding-top: 35px;
  padding-bottom: 20px;
  box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.3);
}

.contact-details .office-details {
  border-bottom: 1px dotted #000;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.contact-details .office-details:last-child {
  border-bottom: none;
}



.contact-details .office-details .icon {
  color: #15398f;
  font-size: 22px;
}

.form-control {
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 0;
  margin-bottom: 30px;
}



/*----------------------------------------*/
/*  Footer Section CSS
/*----------------------------------------*/


footer {
  background-color: #031043;
}

footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.52);
  margin-top: 21px;
}
footer h4 {
  font-size: 0.81rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

footer ul > li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.52);
  list-style: none;
}


footer ul > li a {
  color: #969696;
  text-decoration: none;
  border-bottom: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}


footer ul > li .icon {
  color: #d6000e;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 1.3em;
  text-align: center;
  opacity: 0.8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 13px;
}

footer .office-details {
  border-bottom: 1px dotted #15398f;
  padding-top: 20px;
}

footer .copyright {
  background-color: rgba(12, 12, 12, 0.95);
  color: rgba(155, 153, 153, 0.7);
  padding-top: 20px;
  padding-bottom: 20px;
}


footer .copyright .site-info {
  padding-top: 30px;
  padding-bottom: 25px;
}
footer .copyright a {
  text-decoration: none;
  border: none;
  color: rgba(155, 153, 153, 0.7);
  transition: all 400ms ease-in;
}
footer .copyright a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #0056b3;
}



