@font-face {
  font-display: swap;
  font-family:  'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family:  'Roboto Bold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family:  'Univers LT';
  src: url('../fonts/Univers LT 55 Roman.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family:  'Univers LT Bold';
  src: url('../fonts/Univers LT 65 Bold.ttf') format('truetype');
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
body * {
-webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Univers LT', sans-serif;
  color: #000;
}
h1,h2,h3,h4,strong,.btn {
  font-family: 'Univers LT Bold',sans-serif;
}
h5,h6 {
  font-family: 'Univers LT',sans-serif; 
}
.primary-color { color: #00718C; }
.primary-bgcolor { background-color: #00718C; }
.secondary-color { color: #673277; }
.secondary-bgcolor { background-color: #673277; }
.lightgray-bgcolor { background-color: #C4C4C4; }
.darkgray-color { color: #4D4E4E; }

hr { border-top: 1px solid rgba(0,0,0,1); }
a { color: #0C0000; }
a:hover { text-decoration: none; color: #00718C; }
.btn { border-radius: 0px; }
.btn-primary {
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #ff6900;
    border-color: #ff6900;
}
.btn-primary:hover {
    background-color: #0C0000;
    border-color: #0C0000;
}
.btn.focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-outline-dark {
  font-family: 'Roboto Bold';
  min-width: 185px;
  color: #0C0000;
  border-color: #0C0000;
  border-width: 2px;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 3rem; }
h3 { font-size: 1.45rem; }
h4 { font-size: 1.25rem; }
.xlg-font {
  font-size: 2.9rem;
  line-height: 1.2;
}
.lg-font {
  font-size: 30px;
  line-height: 1.3;
}
.md-font {
  font-size: 22px;
  line-height: 1.4;
}
.md-font2 {
  font-size: 20px;
  line-height: 1.4;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #ffffff;
}
.loader-pattern {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}


.sub-menu {
    position: absolute;
    background: rgba(255,255,255,0.8);
    min-width: 10rem;
    padding: .5rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    z-index: 1000;
    display: none;
    transition: display ease 0.2s;
}
.sub-menu .dropdown-item {
    color: #00718C;
}
.menu-dropdown i { color: #673277; }


/*header {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    z-index: 1030;*/
/*  -webkit-transition: all 0.4s ease;*/
/*  transition: all 0.4s ease;*/
/*}*/
header .primary-menu .nav-item .nav-link.active {
  color: #00718C !important;
  text-decoration: underline;
}
header .secondary-menu .nav-item .nav-link.active {
  color: #673277 !important;
  font-weight: bold;
  text-decoration: underline;
}
.dropdown-menu {
    background: rgba(255,255,255,0.8);
    border: 0px;
    border-radius: 0px;
}
.dropdown-menu .dropdown-item { color: #00718C; }
.dropdown-item:active { background-color: transparent; }


.primary-circle, .secondary-circle { position: relative; padding-left: 25px; }
.primary-circle:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #00718c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.secondary-circle:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #673277;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bg-dark { background-color: #1d1d1b !important; }
.bg-dark a:hover { color: #00718C !important; }
.bg-orange { background-color: #00718C; }
.bg-orange a { color: #ffffff; }
.bg-orange a:hover { color: #0C0000 !important; }

.slick-slide { outline: none; }

.title-underline { text-align: center; }
.title-underline h3 {
  border-bottom: 10px solid #00718c;
  display: inline-block;
  padding-bottom: 8px;
}


/*mobile menu toggle icon animation*/
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #00718C;
  margin: 8px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar-light .navbar-toggler-icon {
  background-image: unset;
}


.top-header { border-bottom: 0.5px solid #0C0000; }
.thick-bar {
  height: 18px;
  background: #00718C;
}
.thick-bar2 {
  height: 18px;
  background: #673277;
}
.navbar-brand small {
  font-size: 9px;
  font-weight: 600;
  margin-left: 5px;
}
#home-top-banner {
  background: url('../images/map-img.png') no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 556px;
  display: grid;
  place-content: center;
}
.home-banner-slick-slider .h-b-item {
  color: #fff;
}
.home-banner-slick-slider .h-b-item p {
  font-size: 30px;
  line-height: 0.7em;
}
.home-banner-slick-slider .slick-dots { bottom: -210px !important; }
.home-banner-slick-slider .slick-dots li button:before {
  color: #fff !important;
}
.slick-dots li { margin: 0 15px !important; }
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #00718c !important;
  font-size: 12px !important;
}


.slick-dots li button:before {
  opacity: 1 !important;
  color: #000 !important;
  font-size: 12px !important;
}
.top-banner-card {
  background-color: #fff;
  margin: 15% 0%;
  padding: 40px 72px 120px 30px;
}

.project-slick-slider .slick-prev {
  left: 30px !important;
}
.project-slick-slider .slick-next {
  right: -initial; 
  left: 90px;
}
.quick-overview-slick-slider .slick-prev {
  left: 15px !important;
}
.quick-overview-slick-slider .slick-next {
  left: 75px;
}
/*.slick-prev, .slick-next {
  width: 46px !important;
  height: 46px !important;
  background: #00718C !important;
  color: #fff !important;
  top: initial !important;
  bottom: -40px;
  z-index: 9;
}*/
.project-item {
  position: relative;
  padding: 5%;
}
.project-item .project-link {
  position: absolute;
  bottom: 5%;
  right: 8%;
  font-size: 14px;
  line-height: 18px;
}
.project-item .project-link a {
  display: flex;
  align-items: center;
}
.project-item .project-link a:after {
  content: url('../images/plus-icon.png');
  margin-left: 15px;
  margin-top: 5px;
}
.quick-overview-slick-slider h3 {
  font-size: 1.30rem;
  color: #00718C;
}
.quick-overview-slick-slider .q-o-item {
  margin-right: 10%;
  padding: 0px 5%;
}
.q-o-item p {
    font-size: 20px;
    line-height: 1.2;
}
.q-o-item .separator {
  border: 1px solid #000000;
  width: 129px;
  margin-bottom: 20px;
}

.img_map_link a {
  color: #C4C4C4;
  font-size: 18px;
  transition: all ease .4s;
}
.img_map_link a.active, .img_map_link a:hover {
  color: #000;
  text-decoration: underline;
}

/*featured projects*/
.project_item { margin-bottom: 30px; }
.project_item .project_title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
}
.project_item .project_subtitle { font-size: 20px; }
.project_item .project_link a { font-size: 20px; color: #C4C4C4; }
.project_item .project_link a:hover { color: #00718C; }


.project_img img { border: 1px solid #e3d9d9; }

.project_img img:hover { filter: grayscale(1); }

.project-slick-slider .project_item {
  margin-right: 10%;
}

.upcoming-project-section {
  background: url('../images/Upcoming-Project-Banner.jpg') no-repeat;
  background-size: cover;
}
.upcoming-project-section .empty-space { height: 300px; }



.navbar-light .navbar-nav li.nav-item:not(:last-child) {
    position: relative;
    padding-right: 5px;
}
.navbar-light .navbar-nav li.nav-item:not(:last-child):after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #673277;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link, .navbar-nav .nav-link {
	font-family: 'Roboto Bold',sans-serif;
	font-size: 18px;
  color: #673277;
}

.navbar-light .secondary-menu li.nav-item:not(:last-child):after {
  color: #00718C !important;
  font-weight: 400 !important;
}
.secondary-menu li a {
  font-size: 14px !important;
  color: #00718C !important;
  font-family: 'Roboto',sans-serif !important;
  padding: .0rem 1rem;
}
.navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #00718C;
}
.navbar-nav .nav-item.active a.nav-link { color: #00718C; }

.navbar-light .navbar-toggler { 
    padding: 0;
    font-size: 1.25rem;
    border-color: rgba(0,0,0,0);
}
.navbar-toggler-icon {
  width: 35px;
  height: 1.8em;
  vertical-align: unset;
}

.nav-tabs .nav-link {
	font-size: 24px;
    letter-spacing: 1px;
    font-family: 'Montana Bold',Roboto,Helvetica Neue,Arial,Noto Sans;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #0C0000;
}

.jumbotron { border-radius: 0; }
.desc-bullet { padding: 0px 15px; }
.desc-bullet li { margin-bottom: 15px; }
.desc-bullet li ol li { margin-top: 15px; }


/* footer */
footer h6 {
  font-family: 'Fira Sans Medium', sans-serif;
  color: #ffffff;
}
footer ul li a {
  font-family: 'Fira Sans Light', sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.footer-secondary-links li:not(:last-child):after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: white;
  margin-left: 9px;
  margin-right: 9px;
}
.footer-social, .footer-social a {
  color: #fff;
  fill: white;
  font-size: 14px;
}
.footer-social li:not(:last-child) {
  margin-right: 8px;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#673277;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#00718c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/* media queries */
/*@media (min-width: 1200px) {*/
/*  .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*      max-width: 1200px;*/
/*  }*/
/*}*/

/*@media (min-width: 1400px) {*/
/*  .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*      max-width: 1400px;*/
/*  }*/
/*}*/

/*@media (min-width: 1650px) {*/
/*  .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*      max-width: 1650px;*/
/*  }*/
/*}*/

/*@media (min-width: 1920px) {*/
/*  .container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*      max-width: 1920px;*/
/*  }*/
/*}*/

@media (max-width: 1025px) {
    header { position: relative; }
    .lg-font { font-size: 21px; }
    .xlg-font { font-size: 2rem; }
}

@media (min-width: 992px) {
    .dropdown-toggle::after { content: unset; }
    header .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .parent-dropdown:hover .sub-menu {
        display: block;
    }
    .parent-dropdown .menu-dropdown { display: none; }
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav li.nav-item:not(:last-child):after {
    content: '';
  }
  .navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
  }
  .parent-dropdown>a { width: 85%; }
  .sub-menu { position: relative; display: none; }
  span.menu-dropdown {
        width: 15%;
        position: absolute;
        top: 0%;
        right: 0;
        text-align: right;
    }
}

@media (max-width: 768px) {
  .w-75 { width: 100% !important; }
  .footer-widget .col {
    flex-basis: 100%;
  }
  .footer-widget .col h6 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
  .footer-secondary-links { text-align: center; }
  .footer-secondary-links li { display: inline-block; }
}

@media (max-width: 575.98px) {
	h1 { font-size: 2rem; }
  h2 { font-size: 2rem; }
  .xlg-font { font-size: 1.9rem; }
  .lg-font {
    font-size: 20px;
    line-height: 24px;
  }
  .md-font { font-size: 18px; }
  .md-font2 { font-size: 16px; }
	.display-4 { font-size: 2.5rem; }
  #home-top-banner {
    display: block;
    height: 350px; 
  }
  .home-banner-slick-slider {
    margin-top: 150px;
  }
  .home-banner-slick-slider .slick-dots {
    bottom: -90px !important;
  }
  .home-banner-slick-slider .h-b-item h2 {
    font-size: 1.6rem;
  }
  .home-banner-slick-slider .h-b-item p {
    font-size: 20px;
    line-height: 0.5em;
  }
  .quick-overview-slick-slider h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .nav-tabs .nav-link { font-size: 20px; }
  .footer-copyright .col { flex-basis: 100%; text-align: center; }
}

@media (max-width: 480px) {
  .project-item { padding: 0%; }
  .project-item .project-link { bottom: 0%; }
  .project-slick-slider .project_item { margin-right: 0; }
  .quick-overview-slick-slider .q-o-item { padding: 0% 2%; }
}



/* Styles for the InfoWindow content */
.info-window {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.info-window h1 {
  font-size: 16px;
  margin: 0;
  color: #333;
}
.info-window p {
  font-size: 14px;
  margin: 5px 0;
  color: #666;
}
.info-window a {
  color: #1a73e8;
  text-decoration: none;
}
.info-window a:hover {
  text-decoration: underline;
}
.info-window img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 10px 0;
}