body {
  width: 100%;
  height: 100%;
  color: #003F7D;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
html {
  width: 100%;
  height: 100%;
}
h1 {
  color: #FFF;
  font-weight: 600;
  font-size: 75px;
}
h1 span {
  font-weight: 200;
  font-style: italic;
}
h2 {
  color: #FFF;
  font-weight: 600;
  font-size: 55px;
}
h2 span {
  font-weight: 200;
  font-style: italic;
}
a, a:hover, a:focus {
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
p {
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
}
p a {
  color: #0071BC;
  text-decoration: none;
  font-weight: bold;
}
p a:hover {
  text-decoration: underline;
}
.navbar {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
.navbar {
  align-items: center;
}
.navbar > .container {
  align-items: start;
}
.fixed-top {
  top: -100px;
  transform: translateY(100px);
  transition: transform .2s;
}
.fixed-top {
  position: fixed !important;
  top: -100px !important;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #FFF;
  border-bottom: 1px solid #003F7D;
}
.navbar .navbar-brand img.mainLogo1 {
  display: block;
}
.navbar .navbar-brand img.mainLogo2 {
  display: none;
}
.fixed-top .navbar-brand img.mainLogo1 {
  display: none;
}
.fixed-top .navbar-brand img.mainLogo2 {
  display: block;
}
.navbar img.homeIcon1 {
  display: block;
}
.navbar img.homeIcon2 {
  display: none;
}
.fixed-top img.homeIcon1 {
  display: none;
}
.fixed-top img.homeIcon2 {
  display: block;
}
.nav-item {
  padding: 5px 10px !important;
}
.nav-link {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
  transition: all 0.3s ease 0s;
}
.nav-link:hover, .nav-link:focus {
  color: #003F7D;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #003F7D;
}
.nav-link span.homeIcon {
  display: block;
  background: url("../images/icon-home.svg") no-repeat center;
  width: 17px;
  height: 15px;
}
.nav-link:hover span.homeIcon {
  background: url("../images/icon-home1.svg") no-repeat center;
}
.fixed-top .nav-link span.homeIcon {
  display: block;
  background: url("../images/icon-home1.svg") no-repeat center;
  width: 17px;
  height: 15px;
}
.fixed-top .nav-link:hover span.homeIcon {
  background: url("../images/icon-home1.svg") no-repeat center;
}
.fixed-top .nav-link {
  color: #003F7D;
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
  transition: all 0.3s ease 0s;
}
.fixed-top .nav-link:hover, .fixed-top .nav-link:focus {
  color: #003F7D;
}
.fixed-top .navbar-nav .nav-link.active, .fixed-top .navbar-nav .nav-link.show {
  color: #003F7D;
}
.navbar-toggler-icon {
  background-image: url(../images/ham-burger-icon.svg) !important;
}
.fixed-top .navbar-toggler-icon {
  background-image: url(../images/ham-burger-icon1.svg) !important;
}
button.navbar-toggler {
  border: none;
}
.dropdown-menu {
  border-radius: 0;
  border-color: transparent;
}
.dropdown-menu ul {
  height: 0;
  overflow: hidden;
  transition: 0.4s all;
  border-left: 1px solid #003F7D;
  padding: 0 0 0 10px;
}
.nav-item:hover .dropdown-menu ul {
  height: auto;
  overflow: visible;
}
.dropdown-menu ul li {
  list-style-type: none;
}
a.dropdown-item {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
}
.fixed-top a.dropdown-item {
  color: #003F7D;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  color: #003F7D;
  background-color: transparent;
  text-decoration: underline;
}
.dropdown-toggle::after {
  display: none;
}
.homeBanner {
  position: relative;
}
.homeBannerOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 63, 125, 0.40);
  z-index: 2;
}
.homeBannerContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 15% 0;
}
.carousel-indicators {
  z-index: 6;
}
.carousel-control-prev, .carousel-control-next {
  z-index: 5;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #003F7D;
}
.numInfo {
  border-left: 2px solid #FFF;
  padding-left: 15px;
}
.numInfo span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
.homeBannerContent h1 {
  margin-bottom: 0;
}
.bannerInfo {
  margin: 30px 0;
}
.bannerInfo h4 {
  font-size: 21px;
  color: #C8AB35;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bannerInfo .bInfoBox {
  border-left: 1px solid #C8AB35;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100%;
}
.bannerInfo .bInfoBox1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100%;
}
.bannerInfo span.bInfoTxt1 {
  font-size: 16px;
  color: #003F7D;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.bannerInfo span.bInfoTxt2 {
  font-size: 16px;
  color: #003F7D;
  font-weight: 600;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}
.btnMore {
  display: table;
  margin: 30px auto 0 auto;
  background-color: #C8AB35;
  border-radius: 4px;
  padding: 6px 15px;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.btnMore:hover {
  background-color: #003F7D;
}
.howSec {
  background: url("../images/bg-how-we-work.png") no-repeat top center;
  background-size: cover;
  padding: 60px 0;
}
.howInfo {
  margin-top: 80px;
  margin-left: 60px;
}
.howInfo h5 {
  color: #FFF;
  font-weight: 600;
  line-height: 28px;
}
.howInfo p {
  color: #FFF;
  line-height: 28px;
  font-style: italic;
}
.how4Step {
  border-top: 1px solid #FFF;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0;
}
.how4Step li {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.how4Step li span.txt1Step {
  color: rgba(0, 63, 125, 0.70);
  font-weight: 800;
  font-size: 75px;
}
.how4Step li span.txt2Step {
  color: #FFF;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 10px;
}
.BtnclrGrey {
  background-color: #D0E0F2;
  color: #003F7D;
}
.BtnclrGrey:hover {
  background-color: #003F7D;
  color: #FFF;
}
.impactSec {
  background: url("../images/impact-bg-img.png") no-repeat top center;
  background-size: cover;
  padding: 60px 0;
}
.impactTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.impactNum {
  border-left: 1px solid #003F7D;
  margin-left: 30px;
  padding-left: 30px;
}
.impactNumTitle {
  color: #003F7D;
  font-weight: 600;
  font-size: 55px;
  display: block;
  line-height: 60px;
}
.impactNumTitle span {
  font-weight: 200;
}
.impactNumStitle {
  color: #003F7D;
  font-weight: 400;
  display: block;
}
.impactInfo {
  margin: 30px 0;
  min-height: 100%;
}
.impactInfo h4 {
  font-size: 21px;
  color: #003F7D;
  font-weight: 400;
  margin-bottom: 20px;
}
.impactInfo h4 span {
  font-size: 26px;
  font-weight: 600;
}
.impactInfo ol {
  list-style-type: none;
  padding: 0;
  counter-reset: li;
}
.impactInfo ol li {
  counter-increment: li;
  color: #003F7D;
}
.impactInfo ol li::before {
  content: counter(li, decimal);
  color: #003F7D;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 900;
}
.btnSm {
  display: inline-block;
  margin: 15px 0 0 0;
}
.futureSec {
  padding: 60px 0;
  background: rgb(0, 173, 238);
  background: linear-gradient(150deg, rgba(0, 173, 238, 0.5) 0%, rgba(146, 226, 222, 0) 100%);
}
.futureInfoL, .futureInfoR {
  min-height: 100%;
}
.futureInfoL img {
  margin-top: 30px;
}
.futureInfoR {
  border-left: 1px solid #003F7D;
  padding-left: 30px;
}
.futureNum1 {
  color: #003F7D;
  font-weight: 600;
  font-size: 75px;
  display: block;
  line-height: 60px;
}
.futureNum1 span {
  font-weight: 200;
}
.futureNum2 {
  color: #003F7D;
  font-weight: 600;
  font-size: 55px;
  display: block;
  line-height: 60px;
}
.futureNum2 span {
  font-weight: 200;
}
.futureTxt1 {
  color: #003F7D;
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
.futureTxt2 {
  color: #003F7D;
  font-weight: 400;
  display: block;
}
.futureTxt3 {
  color: #003F7D;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.futureInfoRtop, .futureInfoRbtm {
  padding: 30px 0;
}
.futureBoxInfoSec {
  margin: 15px 0;
}
.futureBoxTxt1 {
  font-size: 18px;
  color: #C8AB35;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 15px 0 15px 0;
  position: relative;
  margin-bottom: 15px;
}
.futureBoxTxt1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #C8AB35;
  width: 100px;
  height: 1px;
}
.futureBoxTxt1 span {
  font-style: italic;
  font-weight: 400;
}
.futureBoxTxt2 {
  font-size: 24px;
  color: #C8AB35;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.futureBoxTxt2 span {
  font-weight: 200;
}
.futureBoxTxt3 {
  font-size: 16px;
  color: #C8AB35;
  font-weight: 400;
}
.TxtclrBlue {
  color: #00ADEE !important;
}
.TxtclrBlue::after {
  background-color: #00ADEE !important;
}
.BdrclrBlue {
  border-color: #00ADEE !important;
}
.BtnclrBlue {
  background-color: #00ADEE;
}
.BtnclrBlue:hover {
  background-color: #003F7D;
}
.TxtclrGreen {
  color: #4C827A !important;
}
.TxtclrGreen::after {
  background-color: #4C827A !important;
}
.BdrclrGreen {
  border-color: #4C827A !important;
}
.BtnclrGreen {
  background-color: #4C827A;
}
.BtnclrGreen:hover {
  background-color: #003F7D;
}
.TxtclrDblue {
  color: #003F7D;
}
footer {
  background: rgb(23, 56, 88);
  background: linear-gradient(90deg, rgba(23, 56, 88, 0.84) 0%, rgba(5, 11, 18, 0.92) 100%);
  padding: 30px 0 15px 0;
}
.footerDevider {
  opacity: 1;
  border-top: 1px solid #FFF;
  margin-top: 30px;
}
.smLinks {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
.smLinks li {
  margin: 0 0 0 6px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.smLinks li a {
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 32px;
  height: 32px;
  display: block;
  transition: all 0.3s ease 0s;
}
.smLinks li a:hover {
  background-color: #00ADEE;
  border: 1px solid #00ADEE;
}
.addressTxt span {
  display: block;
  color: #FFF;
}
.addressTxt span a {
  display: block;
  color: #FFF;
  text-decoration: underline;
}
.txtCopyright {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.ftrLinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ftrLinks li {
  margin: 0 0 0 15px;
}
.ftrLinks li a {
  color: #FFF;
  text-decoration: none;
}
.ftrLinks li a:hover {
  color: #00ADEE;
  text-decoration: underline;
}
/* //////// MEDIA QURIES //////// */
@media (min-width: 1400px) {}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
    width: 0 !important;
    overflow: visible;
    min-width: 0;
    margin-top: 0px !important;
  }
  .navbar-nav {
    margin-top: 25px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {}
/* //////// MOBILE VIEW //////// */
@media all and (max-width: 991px) {
  .navbar {
    background-color: #FFF;
    position: inherit;
  }
  a.navbar-brand img {
    width: 280px;
  }
  .navbar .navbar-brand img.mainLogo1 {
    display: none;
  }
  .navbar .navbar-brand img.mainLogo2 {
    display: block;
  }
  .nav-link {
    color: #003F7D;
  }
  a.dropdown-item {
    color: #003F7D;
  }
  .nav-link span.homeIcon {
    background: url("../images/icon-home1.svg") no-repeat center;
  }
  .nav-link:hover span.homeIcon {
    background: url("../images/icon-home.svg") no-repeat center;
  }
  .navbar-nav {
    margin-top: 30px;
  }
  .navbar-collapse {
    height: 100vh;
    transform: translatex(-100%);
    transition: all 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    overflow-y: auto;
    transform: translatex(0);
  }
  .navbar > .container {
    align-items: center;
  }
  .homeBanner {
    height: 300px;
  }
  .homeBannerContent {
    padding: 8% 0;
  }
  .homeBannerContent h1 {
    font-size: 41px;
  }
  .homeBanner img {
    height: 300px;
    width: 100%;
  }
  h2 {
    font-size: 34px;
  }
  .futureBox {
    margin-bottom: 30px;
  }
  .howInfo {
    margin-top: 0;
    margin-left: 15px;
  }
  .how4Step {
    margin: 30px 0;
  }
  .impactNumTitle {
    font-size: 36px;
    line-height: 46px;
  }
  footer img {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .numInfo {
    border-left: none;
    padding-left: 0;
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
  }
  .numInfo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 120px;
    height: 1px;
  }
  .bannerInfo .bInfoBox {
    border-left: 1px solid #C8AB35;
    padding-left: 15px;
    min-height: auto;
    margin: 6px 0;
  }
  .bannerInfo .bInfoBox1 {
    display: block;
    min-height: auto;
    margin-bottom: 15px;
  }
  .howInfo {
    margin-top: 15px;
    margin-left: 0;
  }
  .how4Step {
    display: block;
    margin: 15px 0;
  }
  .how4Step li {
    justify-content: flex-start;
  }
  .how4Step li span.txt1Step {
    line-height: 95px;
  }
  .impactTitle {
    display: block;
  }
  .impactNum {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
  }
  .impactNum::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #003F7D;
    width: 200px;
    height: 1px;
  }
  .futureInfoR {
    border-left: none;
    padding-left: 0;
  }
  .futureInfoRtop, .futureInfoRbtm {
    padding: 40px 0 10px 0;
  }
  footer img {
    margin-bottom: 30px;
  }
  .smLinks {
    float: left;
    margin-top: 30px;
  }
  .ftrLinks {
    justify-content: flex-start;
  }
  .ftrLinks li {
    margin: 15px 15px 0 0;
  }
}