html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

body .btn {
  font-size: 1.5rem;
  padding: 1rem 3rem;
  background: #00508B;
  color: #fff;
  border: 1px solid #18A0FB;
  min-width: 17.5rem;
}

body .btn:hover {
  background: #000;
  border: 1px solid #18A0FB;
  color: #fff;
}

.iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#header {
  padding: 1rem 0;
  background: #fff;
}

#header .nav-item {
  padding-left: 3rem;
}

#header .nav-item .nav-link {
  font-size: 16px;
  color: #00508B;
}

#headerAndBanner {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

#banner {
  padding-top: 40rem;
  padding-bottom: 10rem;
}

#banner .bannerTitle {
  font-size: 600;
  font-size: 7.5rem;
  color: #fff;
  padding-bottom: 3rem;
  line-height: 104%;
  max-width: 69.8rem;
}

#banner .bannerSmlTxt {
  font-size: 3.6rem;
  max-width: 54rem;
  color: #fff;
}

#banner .details {
  font-size: 2rem;
  color: #fff;
  max-width: 67.5rem;
  padding: 3.75rem 0;
}

#aboutUs {
  position: relative;
  padding: 12rem 0;
  background: rgba(132, 208, 245, 0.3);
}

#aboutUs .about-top {
  position: absolute;
  width: 30.5rem;
  top: 0;
  left: 64%;
}

#aboutUs .details {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  max-width: 86rem;
  margin: 0 auto;
}

.semiTitle {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  text-align: center;
}

.sectionTitle {
  font-size: 6.4rem;
  font-weight: 600;
  color: #00508B;
  padding-top: 2.4rem;
  text-transform: capitalize;
}

#ourMission {
  padding: 8.1rem 0;
}

#ourMission .missionDetails {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2rem;
  max-width: 75rem;
  margin: 0 0 0 auto;
}

#ourMission .missionBG {
  padding-top: 4rem;
}

#ourServices {
  padding: 8rem 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);
}

#ourServices .container {
  position: relative;
}

#ourServices .container .ikZak-full {
  position: absolute;
  top: 45rem;
}

#ourServices .semiTitle {
  font-size: 3.6rem;
  text-transform: uppercase;
  color: #00508B;
  text-align: center;
  padding-top: 4rem;
}

#ourServices .ourServiceBox {
  padding-top: 4.5rem;
  max-width: 108rem;
  margin: 0 auto;
}

#ourServices .ourServiceBox .card {
  max-width: 53rem;
  margin: 0 auto;
  border: none;
  background: transparent;
}

#ourServices .ourServiceBox .card-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-top: 3.9rem;
}

#ourServices .ourServiceBox .card-text {
  color: #000;
  padding-top: 2.8rem;
  font-size: 2rem;
  text-align: center;
}

#ourServices .ourServiceBox .advancTitle {
  font-size: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #00508B;
  font-weight: 400;
}

#ourServices .ourServiceBox .ExplorationTitle {
  color: #595959;
}

#ourServices .downBox {
  padding-top: 14rem;
}

#ourServices .downBox .downTitle {
  font-size: 3.6rem;
  font-weight: 400;
  color: #00508B;
}

#ourServices .downBox .details {
  font-size: 2.25rem;
  font-weight: 600;
  color: #00508B;
  padding-bottom: 2.5rem;
}

#whyUs {
  background-image: url(../images/blog-1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #fff;
  padding: 8rem 0;
}

#whyUs .smlTitle {
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 1.8rem;
  text-transform: uppercase;
  font-size: 1.85rem;
}

#whyUs .semiTitle {
  font-size: 6rem;
  font-weight: 600;
  color: #00508B;
  text-transform: initial;
}

#whyUs .details {
  padding-top: 4.9rem;
  color: rgba(0, 0, 0, 0.9);
  font-size: 2rem;
  max-width: 42rem;
  font-weight: 500;
}

#contactUs {
  background: url(../images/contactBG.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8rem 0;
}

#contactUs .semiTitle {
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 1.8rem;
  text-transform: uppercase;
}

#contactUs .touchDown {
  font-size: 3.6rem;
  padding: 2rem 0;
}

#contactUs .contactList li {
  padding: 2rem 0;
}

#contactUs .contactList li a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
}

#contactUs .contactList li a img {
  padding-right: 1rem;
}

#footer {
  padding-top: 14rem;
  text-align: center;
}

#footer .footerTitle {
  font-size: 7.5rem;
  color: #00508B;
  max-width: 100.8rem;
  text-align: center;
  margin: 0 auto;
}

#footer .footerLinks {
  padding-top: 14rem;
}

#footer .footerNaviagions {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: 1px solid #00508B;
}

#footer .footerNaviagions ul li {
  padding: 0 1.22rem;
  font-size: 1.6rem;
}

#footer .footerNaviagions ul li a {
  color: #00508B;
}

.copyright {
  padding: 1.5rem 0;
  background: #00508B;
}

.copyright .copyrightText {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  html {
    font-size: 8.5px;
  }

  #ourServices .container .ikZak-full {
    height: 85%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 7px;
  }

  #header {
    background: transparent;
  }

  #whyUs .semiTitle {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 8.59px;
  }

  #header {
    background: transparent;
  }

  body .btn {
    font-size: 1.75rem;
    padding: 1.25rem 3rem;
  }

  #banner .bannerBtn {
    width: 100%;
  }

  #bannerDownForMobile {
    padding: 8rem 0;
  }

  #bannerDownForMobile .bannerSmlTxt {
    font-size: 3.6rem;
    font-weight: 400;
    color: #00508B;
    max-width: 39rem;
  }

  #bannerDownForMobile .details {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
  }

  #aboutUs .about-top {
    position: static;
    margin-bottom: 6rem;
  }

  #aboutUs {
    padding-top: 0;
  }

  #ourMission .col-md-4 {
    order: 1;
  }

  #ourMission .col-md-12 {
    order: 2;
  }

  #ourMission .col-md-8 {
    order: 3;
  }

  #ourMission .missionDetails {
    font-size: 2.5rem;
    text-align: center;
    padding-top: 2rem;
  }

  #ourServices .downBox {
    text-align: center;
  }

  #ourServices .downloadBtn {
    width: 95%;
    margin: 0 auto;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  #ourServices .downBox .downTitle {
    font-size: 4.2rem;
  }

  #whyUs {
    padding-top: 0;
    background: #fff;
  }

  #whyUs .secondBox {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  #whyUs .firstBox {
    padding-top: 4rem;
    background: url(../images/blog-1-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: top center;
  }

  #whyUs .smlTitle {
    font-size: 2.5rem;
  }

  #whyUs .details {
    max-width: 100%;
  }

  #contactUs {
    text-align: center !important;
  }

  #contactUs .talkBtn {
    width: 100%;
  }

  #contactUs .contactList .icon {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    background: #F7A823;
    border-radius: 50%;
    line-height: 4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
  }

  #contactUs .contactList .icon img {
    padding-right: 0;
  }

  #footer .footerTitle {
    font-weight: 700;
  }

  #footer .footerQuickLinks {
    display: block;
  }

  #header .nav-item {
    padding-left: 0;
  }

  #header .nav-item .nav-link {
    color: #fff;
  }
}