@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");

:root {
  --lblue2: #ebf8ff;
  --cyan: #14a6e0;
  --lblue: #c9e8f5;
  /*--dblue:#2A425A;*/
  --dblue: #213a6f;
  --dblue2: #356e98;
  /*--dblue2:#22438b;
    --navy:#335B7D;*/
  --navy: #1f2953;
  --pale: #efefef;
  --black: #141625;
}
@font-face {
  font-family: "Ford Antenna";
  src: url("../fonts/FordAntenna-Semibold.woff2") format("woff2"),
    url("../fonts/FordAntenna-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
p,
blockquote,
li,
td,
th {
  font-weight: 300;
  line-height: 1.8;
}
a:hover {
  text-decoration: none;
}
blockquote {
  border-left: 5px solid #bbb;
  padding: 5px 5px 5px 25px;
  color: var(--navy);
}
.text-dark {
  color: var(--black);
}
.ford {
  font-family: "Ford Antenna";
  letter-spacing: 2px;
}
.navy {
  color: var(--navy);
}
.dblue,
.menu-items li a {
  color: var(--dblue);
}
.dblue2 {
  color: var(--dblue2);
}
.black {
  color: var(--black);
}
.bg-lblue {
  background: var(--lblue);
}

body {
  color: var(--black);
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
p,
li,
td {
  font-weight: 400;
}
.polygon.container-fluid.section {
  background: url("../img/wallpaper.jpg") center bottom no-repeat !important;
  background-size: cover !important;
}
h1 {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 1.3;
}
.section {
  padding: 60px;
  min-height: 100vh;
}
.section.h-auto {
  min-height: 0;
  padding: 70px 60px;
}
.ongoing-projects,
.who-are-we,
.bulletin-list,
.contact {
  background: var(--pale);
  position: relative;
  z-index: 1;
}
/*#sidebar::before {
    content: 'CLICK FOR MENU';
    transform: rotate(-90deg);
    display: inline-block;
    position: fixed;
    top: 50%;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.5px;
    left: -20px;
    opacity:0.7;
    color: var(--dblue);
}*/
.btn {
}
.btn-outline-navy {
  background: transparent;
  border: 2px solid var(--navy);
  border-radius: 5px;
  font-family: "Ford Antenna";
  color: var(--navy);
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.btn-outline-navy i {
  margin-left: 20px;
}
.btn-outline-navy:hover {
  background: var(--navy);
  color: #fff;
}
/*#sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left:-100%;
    margin-left:80px;
    height: 100vh;
    z-index: 999;
    background: #1a1a1a;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar.active {
    left: 0;
    margin-left:0px;
}*/
nav.navbar {
  position: fixed;
  z-index: 99;
  top: 0;
}
.dismiss {
  width: 70px;
  height: 70px;
  text-align: center;
  background: var(--dblue);

  top: 0;
  left: 0;
  cursor: pointer;
}
.dismiss img {
  width: 27px;
  margin: 11px;
}
/*#sidebar.active .dismiss {
    left:0;
} 
.sidebar-items {
     
    border-left:2px solid #000;
    height:100vh;
    padding:20px 0 20px 30px;
    margin-left:80px;
}
.sidebar-items.hide {
    visibility: hidden
}*/

.menu-items li a {
  color: var(--dblue);
  font-size: 14px;
  margin: 0 15px;
}
.menu-items li a:hover {
  color: var(--cyan);
  text-decoration: none;
}
.menu-items li {
  padding: 10px 0;
}
.menu-items .socmed a {
  color: #bbb;
}
.menu-items .socmed a {
  font-size: 25px;
  margin-right: 15px;
}
.menu-items .disclaimer {
  color: #bbb;
}
#content {
  margin-top: 70px;
}
.home-banner {
  height: 450px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.banner-img {
  height: 90%;
  width: auto;
  margin: 0 auto;
  display: block;
}
/* Style the video: 100% width and height to cover the entire window */
#dbc-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.video-overlay {
  position: fixed;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.video-content {
  position: fixed;
  z-index: 1;
  width: 100%;
  padding: 40px 20px 50px 130px;
  left: 0;
  top: 0;
}
.video-content p {
  font-size: 20px;
}
.video-content h1 {
  font-size: 40px;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}
.thin-line {
  border: 1px solid #cbdff2;
  min-height: 290px;
}
.logo-client {
  border-radius: 8px;
  border: 2px solid #c1deff;
  margin: 40px auto;
  padding: 20px 15px;
}
.logo-client {
  width: 180px;
}
.section {
  position: relative;
  z-index: 3;
}
.box-grid img {
  width: 100%;
}
.white-box {
  background: #fff;
  padding: 30px;
}
.white-box p {
  margin: 0;
}
.white-box h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.5;
}
.abbr {
  background: #1e56e4;
  color: #fff;
}
.outline-box:first-child {
  margin-left: 0;
}
.outline-box:last-child {
  margin-right: 0;
}
.outline-box h2 {
  font-size: 80px;
}
.outline-box {
  flex-grow: 1;

  flex-basis: 0;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
   
}
.outline-box p {
  margin: 0;
}

.vision-mission-values .para {
  flex-grow: 1;

  flex-basis: 0;
}
.vision-mission-values .para p {
  width: 90%;
}
.clients a {
  margin: 0 15px;
}
.clients img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
footer.section.h-auto {
  background: #213a6f;
  color: #b9c8ce;
}
footer.section.h-auto h6 {
  color: #fff;
}
footer.section.h-auto p {
  font-size: 13px;
}
.copyright {
  color: #93a2a8;
}
.child-banner {
  height: 240px;
  padding: 20px 50px;
  background: #fff;
  /* background: #fff url(../img/swirl.png) right bottom no-repeat; */
  background-size: auto 130%;
}
.bod,
.bod-modal .modal-content,
.clients-list {
  background: #d7ecf8;
  position: relative;
}
.bod-modal h1 {
  font-size: 40px;
}
.bod-modal .modal-dialog,
.bod-modal .modal-content,
.bod-modal .modal-body {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  min-height: 100vh;
}
.client-box {
  background: #fff;
  padding: 30px;
  border: 9px solid #1b7ab0;
  margin-bottom: 30px;
  border-radius: 33px;
}
.client-box::after {
  content: "";
  background: url(../img/comment-tail-1.png) center center no-repeat;
  width: 87px;
  height: 87px;
  background-size: 100% !important;
  display: block;
  right: 130px;
  position: absolute;
  margin-top: 25px;
}
.client-box > div::before {
  content: "";
  background: url(../img/openquote.jpg) center center no-repeat;
  width: 50px;
  height: 40px;
  background-size: 100% !important;
  display: block;
  margin-bottom: 10px;
}
.client-box > div::after {
  content: "";
  background: url(../img/openquote.jpg) no-repeat;
  width: 100%;
  height: 40px;
  background-size: auto 40px !important;
  display: block;
  margin-top: 10px;
  transform: rotate(180deg);
}
.clients-list .row:nth-child(even) .client-box::after {
  content: "";
  background: url(../img/comment-tail-2.png) center center no-repeat;
  width: 87px;
  height: 87px;
  background-size: 100% !important;
  display: block;
  left: 150px;
  position: absolute;
  margin-top: 35px;
}
.article p:last-child {
  margin-bottom: 0;
}
.post-nav {
  font-weight: 500;
  letter-spacing: 1px;
}
.white-box p {
  color: var(--black);
}
.bulletin-list [class*="col"] > div:hover {
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
}
.gallery img {
  max-width: 100%;
  padding: 9px;
  background: #fff;
}
.gallery div {
  margin-bottom: 40px;
}
.lightbox-img img {
  width: 100%;
}
form.contact-form {
  padding-right: 30px;
}
form.contact-form label {
  font-weight: 500;
  color: var(--navy);
}
form.contact-form .form-control {
  height: auto;
  padding: 10px 16px;
  border: 0;
}
.who-are-we h5 {
  line-height: 1.7;
}
.svc {
  margin-bottom: 40px;
  border-bottom: 5px solid #f9f9f9;
  padding-bottom: 40px;
}
.svc:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.svc h5 {
  font-family: "FordAntenna-Semibold";
  color: var(--navy);
  margin-bottom: 20px;
}
.svc h5::before {
  content: "";
  background: var(--cyan);
  width: 15px;
  height: 17px;
  margin-right: 10px;
  line-height: 20px;
  display: inline-block;
}
.svc-para {
  margin-bottom: 50px;
  align-items: center;
  display: flex;
}
.svc-para img {
  margin-right: 30px;
  padding: 15px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
}
.svc-points {
  clear: both;
  margin-right: -60px;
  background: var(--lblue2);
  padding: 45px;
}
.svc-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.svc-points li {
  background: url(../img/list.png) left top no-repeat;
  padding-left: 40px;
  background-size: 23px;
  min-height: 40px;
  margin-bottom: 20px;
  padding-right: 30px;
}
.progress {
  background: #3b3b3b;
  height: 8px;
  width: 300px;
  margin: 0 auto;
}
.page-load {
  background: url("https://i.pinimg.com/originals/fb/04/99/fb049953437ae89baa065bcce27bd799.gif");
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 99999;
}

.top-clients {
  background: #fff;
}
.page-load .progress .progress-bar {
  animation-name: animateBar;
  background: var(--cyan);
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.4s;
}
@keyframes animateBar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.vision-mission-values {
  background-size: 38% auto !important;
}
.offer {
  background-size: 38% auto !important;
}
.loader {
  overflow: hidden;
}
.loader > div {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100vh;
}
.video-loader {
  top: 0;
  position: absolute;
  width: 100%;

  z-index: 1;
}
.services-offer img {
  width: 100%;
}
.services-offer img:hover {
  padding: 7px;
}
.services-offer [class*="col"] {
  margin-bottom: 35px;
}
.clients-list .row {
  margin-bottom: 50px;
}
.service-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.service-table th {
  background: var(--lblue);
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.service-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project-photos img {
  width: 100%;
}
.project-photos [class*="col"] > div {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
.project-photos [class*="col"] > div span {
  opacity: 0.4;
  margin-top: 8px;
  display: block;
}
.other-projects {
  background: var(--lblue2);
}

/* home accordion */
.wrapper-bulletin {
  width: 100%;
  margin: 2em auto;
  background: #3d464e;
  clear: both;
  overflow: hidden;
}

.wrapper-bulletin ul {
  width: 100%;
  margin: 0px auto;
}

.wrapper-bulletin ul li {
  border-right: 1px solid #3d464e;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 177px;
  list-style: none;
  position: relative;
  width: 72px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #fff;
}

.wrapper-bulletin ul li a {
  display: block;
  width: 100px;
  height: 177px;
  line-height: 177px;
  color: var(--dblue2);
  text-decoration: none;
  transform: rotate(-90deg);

  width: 72px;

  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.wrapper-bulletin ul li:hover {
  width: 350px;
}
.wrapper-bulletin ul li:hover p {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .clients-list > .row {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .abbr .outline-box {
    align-self: center !important;
    margin: 15px 0 !important;
    height: auto;
  }
  .container-fluid.pl-0 {
    padding-left: 15px !important;
  }
  .thin-line.w-100 {
    min-height: 0px;
  }
  .top-vid .col-lg-6:last-child {
    padding: 35px 25px;
  }
  .top-vid-photo {
    padding: 0;
  }
  .bod-modal h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .top-vid h2 {
    font-size: 23px;
  }
  .bod-modal .col-lg-8.pl-5 {
    padding: 0 1.5rem !important;
  }
  .who-are-we .col-lg-7.pr-5.pb-4 {
    padding-right: 1.5rem !important;
  }
  p {
    text-align: justify !important;
  }
  .section.h-auto {
    min-height: 0;
    padding: 50px 30px;
  }
  #content {
    margin-left: 0;
    margin-top: 70px;
  }
  #sidebar {
    left: 0%;
    margin: 0;
    height: 80px;
  }
  #sidebar.active {
    left: 0%;
    margin: 0;
    height: 100vh;
  }
  #sidebar .col-lg-4 {
    display: none;
  }
  .child-banner img {
    position: absolute;
    height: 330px;
    top: 59px;
  }
  .child-banner h1 {
    position: relative;
    z-index: 1;
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
  }
  .sidebar-items {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--lblue);
    margin-top: 70px;
  }
  .navbar-toggler i {
    font-size: 40px;
  }
  .menu-items {
    margin: 0 !important;
  }
  .menu-items ul {
    padding: 10px 0;
  }
  .menu-items li a {
    padding: 13px 25px;
    margin: 0;
    display: block;
  }
  .menu-items li {
    padding: 0;
  }
  .video-loader {
    top: 0;
    position: absolute;
    width: auto;
    z-index: 1;
    height: 100vh;
    left: -50%;
  }
}

span.bulletin-title {
  white-space: nowrap;
  display: block;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 80px;
  margin-left: -37px;
  font-size: 19px;
  font-weight: 500;
  color: var(--dblue2);
}
.side-menu .sidebar-items .col-lg-4.pr-0 > img {
  display: none;
}
.logo-client span {
  text-align: center;
  line-height: 12px !important;
  display: block;
  font-size: 11px;
}
.logo-client img {
  margin-bottom: 15px;
  width: 110px !important;
}
.bulletin-list [class*=col] {
    margin-bottom:30px;
}
