﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap");
/*@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');
    font-weight: 300;
    font-style: normal;
}*/
/* bootstrap dialog centering**/
body, html {
  height: 100%;
  font-style: normal;
  color: #151d29;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2.2em;
}

h4 {
  font-size: 2em;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.bg-darkblue {
  background-color: #151d29;
  color: #fff;
  /*color: $paleblue;*/
}

.bg-lightblue {
  background-color: #0094ca;
  color: #fff !important;
}
.bg-lightblue p {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.bg-lightblue h1, .bg-lightblue h2, .bg-lightblue h3 {
  color: #fff !important;
}
.bg-lightblue a {
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #151d29 !important;
}

.nav-link {
  font-size: 1.1em;
  font-weight: 400;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
}

.navbar {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000 !important;
}
.navbar .nav-link.active {
  padding-bottom: 20px;
  border-bottom: solid 5px #0d5c9a !important;
}
.navbar ul {
  align-content: center;
}
.navbar li {
  display: inline-flex;
}
@media (min-width: 768px) {
  .navbar li:after {
    content: " | ";
    font-size: 1.3em;
    padding-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*.navbar-custom .navbar-links-custom li:after {
    content: " | ";
}

.navbar-custom .navbar-links-custom li:last-child:after {
    display: none;
}*/
@media screen and (max-width: 767px) {
  .nav-item {
    padding-bottom: 4px;
    font-size: 1em;
  }
}

.headercontact {
  font-family: open-sans, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 15px;
  color: #151d29;
  font-family: "Montserrat", sans-serif;
  /*@media screen and (max-width: 767px) {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1030;
  }*/
}
@media screen and (max-width: 991px) {
  .headercontact {
    font-size: 1.2em;
  }
}
.headercontact a {
  color: #151d29;
}

.homeheadercontainer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: cover;
  border-TOP: 3px solid #0d5c9a;
  padding-left: 0;
  min-height: 650px;
  display: flex;
  align-items: center;
}

.headercontainer {
  background-repeat: no-repeat;
  /*background-position: center;*/
  background-size: contain;
  background-size: cover;
  border-TOP: 3px solid #0d5c9a;
  padding-left: 0;
  min-height: 380px;
  display: flex;
  align-items: center;
  background-position: center;
}

.homeheader {
  padding: 50px;
}

.homeheadertext {
  font-size: 5em;
  line-height: 70px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.homeheadertext p {
  display: block;
}

.btn {
  min-width: 150px;
  /*@include button-size(,, $font-size-lg, $btn-line-height-lg, $btn-border-radius-lg);*/
  padding: 0.5rem 1rem;
  white-space: wrap;
}

.btn-sm {
  height: 28px;
  line-height: 18px;
}

.btn-dark {
  color: #fff;
  background-color: #151d29;
  border-color: #151d29;
  font-size: 0.9em;
  font-weight: 800;
}

.btn-primary {
  font-family: open-sans, sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #0094ca;
  border-color: #0094ca;
  font-size: 0.9em;
  font-weight: 800;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025776;
  border-color: #025776;
}

.btn-blue {
  background-color: #0094ca;
  color: #fff;
}

.homeimage {
  width: 100%;
  object-fit: cover;
}

.hometext {
  padding: 50px;
}

.hometextparagraph {
  color: #8abed9;
}

.hometextparagraphheader {
  color: #0d5c9a;
  font-size: 1.5em;
}

.hometext h2, .hometext h3, .hometext h4 {
  color: #0094ca;
  font-weight: normal;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
}
.hometext h6 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.4em;
  font-weight: 300;
}

.Testimonialtext {
  color: #fff;
  font-weight: normal;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  font-size: 2em;
}
.Testimonialtext .testimonialname {
  font-size: 0.7em;
}
@media (min-width: 769px) and (max-width: 992px) {
  .Testimonialtext {
    font-size: 1.7em;
  }
  .Testimonialtext .testimonialname {
    font-size: 0.6em;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .Testimonialtext {
    font-size: 1.6em;
  }
  .Testimonialtext .testimonialname {
    font-size: 0.6em;
  }
}
@media (max-width: 567px) {
  .Testimonialtext {
    font-size: 1.4em;
  }
  .Testimonialtext .testimonialname {
    font-size: 0.7em;
  }
}

.featuredcontent h2, .featuredcontent h3, .featuredcontent h4 {
  color: #0094ca;
  font-weight: normal;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
}
.featuredcontent h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6em;
  font-weight: 300;
}
.featuredcontent h6 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.4em;
  font-weight: 300;
}
.featuredcontent p {
  /*color: $lighttext;*/
}
.featuredcontent .hometext h6 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.4em;
  font-weight: 300;
}

.pagecontent h2, .pagecontent h3, .pagecontent h4 {
  color: #0094ca;
  font-weight: normal;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
}
.pagecontent h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  font-size: 1.6em;
}
.pagecontent h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  font-size: 1.4em;
}
.pagecontent p {
  /*color: $lighttext;*/
}
.pagecontent .hometext h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  font-size: 1.4em;
}

.homeservices h2 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
.homeservices a {
  color: #0094ca;
}
.homeservices .service-detail {
  height: 135px;
}

.homeservices p {
  color: #000;
  font-size: 0.7em;
  margin-bottom: 0;
}

.homeservices .serviceheader {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
}

.projectcontainer {
  height: 470px;
  min-height: 470px;
  max-height: 470px;
}

.ourprojects h2 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
.ourprojects a {
  color: #fff;
}
.ourprojects .fieldname {
  font-family: "Montserrat", sans-serif;
  width: 35% !important;
  font-weight: 300;
  display: inline-block;
}
.ourprojects .fieldvalue {
  font-family: "Montserrat", sans-serif;
  width: 60% !important;
  display: inline-block;
  font-weight: 400;
}
.ourprojects .projectdetails {
  color: #fff !important;
  min-height: 220px;
  /*max-height: 220px;*/
}
@media (min-width: 768px) and (max-width: 992px) {
  .ourprojects .projectdetails {
    min-height: 300px;
  }
}

.ourprojects p {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 0;
  width: 100% !important;
}

.ourprojects .ourprojectsheader {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
}

.projectwork {
  background-color: #0094ca;
  color: #fff;
}
.projectwork h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
}
.projectwork p {
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
}
.projectwork .asurman-icon {
  width: 65px;
  padding-bottom: 20px;
}

.projectpage {
  padding-top: 30px;
  padding-bottom: 50px;
}
.projectpage h4 {
  color: #0094ca;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.projectpage h5 {
  color: #0094ca;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0;
  display: inline;
}
.projectpage p {
  color: #151d29;
  font-size: 1em;
}
.projectpage .projectdetails p {
  color: #0094ca !important;
  font-size: 1.2em !important;
}
.projectpage .projectdetails div {
  color: #0094ca !important;
  font-size: 1.2em !important;
}
.projectpage .fieldname {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  width: 35% !important;
  font-weight: 300;
  display: inline-block;
}
.projectpage .fieldvalue {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-weight: 600;
  width: 60% !important;
  display: inline-block;
}

.form-control {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.news-banner {
  padding: 30px;
  background-color: #0094ca;
  background-image: url(/content/images/news-text-title.png);
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: top;
}

.newspage-banner {
  padding: 30px;
  background-color: #fff;
  /*background-image: url(/content/images/news-text-title.png);*/
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: top;
}

.homenews h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.homenews h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}

.homenews p {
  color: #fff;
  font-weight: 300;
  font-size: 0.9em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.newsimage {
  margin-bottom: 30px;
}

.established {
  padding-top: 30px;
  padding-bottom: 30px;
}

.established h2 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.contactform h2 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.contactform {
  padding-top: 30px;
  height: auto;
  background-color: #f1f1f2;
  background-image: url(images/contact-text-title-2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: top;
  padding-bottom: 20px;
}

.contactform label {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

.homeservicesholder {
  height: auto;
  padding: 30px;
  background-image: url(/Content/images/sectors-text-title.png);
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: top;
}

.servicesholder {
  height: auto;
  padding: 30px;
  background-image: url(/Content/images/sectors-text-title.png);
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: top;
}
.servicesholder .projecttext {
  height: 230px;
}
.servicesholder h2 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.services h3 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8em;
}
.services h3 a {
  color: #0094ca;
}
.services h3 a i {
  margin-left: 5px;
}
.services p {
  font-size: 0.9em !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  /*width: 75% !important;*/
  display: inline-block;
}

.newsdetail h3 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.8em;
}
.newsdetail h3 a {
  color: #0094ca;
}
.newsdetail h3 a i {
  margin-left: 5px;
}
.newsdetail h2 {
  color: #0094ca;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
.newsdetail p {
  font-size: 0.9em !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  /*width: 75% !important;*/
  display: inline-block;
}

.ourprojectsholder {
  height: auto;
  padding: 30px;
  background-image: url(/Content/images/projects-text-title.png);
  background-position: right;
  background-repeat: no-repeat;
  background-position-y: top;
}

.footer-container {
  color: #fff;
}
.footer-container ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.footer-container li {
  display: inline-block;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .footer-container li {
    display: block;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .footer-container li + li::before {
    content: " | ";
    margin-right: 5px;
    margin-left: 5px;
  }
}
.footer-container a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.footer-container p {
  font-size: 0.8em;
}
.footer-container .footer-logos img {
  margin-right: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .featuredcontent .hometext {
    font-size: 0.8em !important;
  }
  .featuredcontent .hometext a {
    font-size: 0.9em !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ourprojects .fieldname {
    font-family: "Montserrat", sans-serif;
    width: 100% !important;
    font-weight: 300;
    display: inline-block;
  }
  .ourprojects .fieldvalue {
    font-family: "Montserrat", sans-serif;
    width: 100% !important;
    font-weight: 400;
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  .homeheadercontainer {
    min-height: 350px;
  }
  .homeheadertext {
    font-size: 3em;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.9em;
  }
  .homeheadercontainer {
    min-height: 350px;
  }
  .homeheadertext {
    font-size: 2em;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  .hometextparagraphheader {
    color: #0d5c9a;
    font-size: 1.2em;
  }
  .hometextparagraph {
    color: #8abed9;
    font-size: 0.9em;
  }
  .hometext {
    padding: 20px;
  }
  .homeservices .service-detail {
    height: 145px;
    margin-bottom: 20px;
  }
  .homeservicesholder {
    height: auto;
    padding: 20px;
    background-image: url(/Content/images/sectors-text-title.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: top;
  }
  .servicesholder {
    height: auto;
    padding: 20px;
    background-image: url(/Content/images/sectors-text-title.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: top;
  }
  .servicesholder .projecttext {
    height: auto;
  }
  .ourprojectsholder {
    height: auto;
    padding: 20px;
    background-image: url(/Content/images/projects-text-title.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: top;
  }
  .newsarticle {
    margin-bottom: 20px;
  }
}
.carousel-indicators li {
  color: #000;
  background-color: #151d29;
}
.carousel-indicators .active {
  background-color: #8abed9 !important;
}

.pagination-container {
  float: right;
}

.pagination {
  margin-top: 3px;
  margin-right: 0 !important;
}
.pagination li {
  color: #fff !important;
  background-color: #0094ca !important;
  margin-left: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: !important;
  border: 0;
}
.pagination li a {
  color: #fff !important;
  cursor: pointer !important;
}
.pagination li.active {
  color: #151d29;
}
.pagination li.active a {
  color: #151d29 !important;
}

.bodyPadding {
  padding-top: 145px;
}

@media (min-width: 768px) {
  header {
    min-height: 140px;
  }
}

@media screen and (max-width: 767px) {
  #topmenu {
    min-height: 0;
  }
  #topmenu .mainlogo {
    width: 160px;
  }
}
@media (min-width: 768px) {
  #topmenu {
    min-height: 140px;
  }
  #topmenu .mainlogo {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .menuFixedTopMobile {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
  }
  .boddynoscroll {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #navbarCollapse {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: solid 8px #0d5c9a;
    padding-top: 62px !important;
  }
  #navbarCollapse .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  #navbarCollapse .navbar-toggler {
    color: #0d5c9a !important;
  }
  #navbarCollapse .navbar-toggler span {
    color: #0d5c9a !important;
  }
  #navbarCollapse .navwrapper {
    background-color: #fff;
  }
  #navbarCollapse .navwrapper .nav {
    margin-top: 2rem;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    color: #0d5c9a;
  }
  #navbarCollapse .navwrapper .nav li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #navbarCollapse .navwrapper .nav li .subitems {
    flex: 1 1 100%;
  }
  #navbarCollapse .navwrapper .nav li .btn-chevron {
    display: inline-block !important;
  }
  #navbarCollapse .navwrapper .nav a {
    color: #0d5c9a;
    padding: 0.3rem 0;
    margin-right: 10px;
  }
  #navbarCollapse .navwrapper::after {
    content: " ";
    background-image: url("/Content/Images/wave-mobile.png");
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
  }
  #navbarCollapse .navwrapper .header-find {
    color: #808080;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 20px;
  }
  #navbarCollapse .navwrapper .header-find .btn-search {
    color: #808080;
    border: 2px solid #808080;
  }
}
@media (min-width: 768px) {
  #navbarCollapse .nav {
    width: 71%;
    margin-top: 6px;
  }
  #navbarCollapse .navwrapper {
    margin-top: 10px;
    width: 100%;
  }
  #navbarCollapse li {
    font-size: 15px;
    display: flex;
  }
  #navbarCollapse li a {
    padding: 0rem 0.4rem;
    color: #0d5c9a;
    font-weight: 600;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #navbarCollapse li a {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  #navbarCollapse li a:hover {
    color: #808080;
  }
}
@media (min-width: 768px) {
  #navbarCollapse li a.active {
    color: #808080 !important;
  }
}
@media (min-width: 768px) {
  #navbarCollapse li::after {
    content: "|";
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #navbarCollapse li::after {
    font-size: 1.1rem;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #navbarCollapse li:last-of-type::after {
    content: none !important;
  }
}
#navbarCollapse .headersocial img {
  max-width: 26px;
}

#projectimgslider {
  width: 100%;
  height: 100%;
}
#projectimgslider .slick-list {
  width: 100%;
  height: 100%;
}
#projectimgslider .slick-list .slick-track {
  height: 100%;
}
#projectimgslider .slick-list .slick-track .item {
  height: 100%;
  width: 100%;
}

iframe {
  max-width: 100%;
}
