@import url('https://fonts.googleapis.com/css2?family=Anton&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 font-family: "Exo 2", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1710px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.ffo{
  font-family: "Oswald", sans-serif;
}
.ffa{
  font-family: "Anton", sans-serif;
}
.ffp{
  font-family: "Poppins", sans-serif;
}



.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-primary{
  background-color: #03032D !important;
}




.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-210 {
  letter-spacing: 0.21px;
}
.ls-300 {
  letter-spacing: 0.3em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-005 {
  letter-spacing: -0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 130px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px ;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-90 {
  font-size: 90px;
}


/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-1 {
  line-height: 110%;
}
.lh-1-2 {
  line-height: 120%;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 140%;
}
.lh-1-5 {
  line-height: 150%;
}
.lh-1-55 {
  line-height: 155%;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9 {
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
padding: 14px 84px;
    border: 2px solid;
    display: inline-block;
    border-radius: 0px;
    line-height: normal;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-warning{
  background-color: #C0B17F;
  border-color: #000;
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active:focus{
  background-color: #fff;
  border-color: #000;
  color: #000;
  box-shadow: none;
}
.social-links ul li a:hover{
   color: #C0B17F !important;
}


header {
  position: relative;
  z-index: 99;
}

.navbar-brand {
  display: inline-block;
  max-width: 244px;
  width: 100%;
}

.navbar-nav .nav-link {
    line-height: normal;
    padding: 9px 19px !important;
    display: inline-block;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #001b61;
}
.navbar-nav > li + li {
  margin-left: 5px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
 color: #fff !important;
}



button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 99;
  color: #fff;
}

button#ScrollToTop:hover {
  background: #fff;
  color: #000;
}



@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* .carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
 background: linear-gradient(
    270deg,
    rgba(30, 73, 226, 0) 27.403846383094788%,
    rgba(30, 73, 226, 1) 100%
  );
  z-index: 1;
}

.carousel-item .container{
  position: relative;
  z-index: 2;
} */

.offer-sec.bg-primary{
  background-color: #00223D !important;
}
.offer-img{
  border-radius: 15px !important;
}
.offer-sec .row{
        --bs-gutter-x: 6rem;
}

.empower-sec.bg-primary{
  background-color: #001B61 !important;
}
.empower-con{
  background-image: url(../images/empower-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer.bg-primary{
  background-color: #00223D !important;
}




@media(max-width:1750px){
  .container {
  padding-left: 2%;
  padding-right: 2%;
}
.navbar-brand {
    max-width: 200px;
}
.navbar-nav .nav-link {
    padding: 9px 19px !important;
    font-size: 25px;
}
.fs-20 {
    font-size: 17px;
}
h1, .h1 {
    font-size: 100px;
}
.fs-30 {
    font-size: 25px;
}
.btn {
    padding: 12px 65px;
    font-size: 25px;
}
.fs-90 {
    font-size: 70px;
}
.fs-40 {
    font-size: 32px;
}
.fs-25 {
    font-size: 20px;
}
}

@media(max-width:1499px){
      .navbar-nav .nav-link {
        padding: 9px 19px !important;
        font-size: 19px;
    }
.fs-20 {
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 80px;
    }
    .fs-30 {
        font-size: 20px;
    }
    .btn {
        padding: 12px 65px;
        font-size: 20px;
    }
    .fs-90 {
        font-size: 60px;
    }
.fs-40 {
        font-size: 25px;
    }
.offer-sec .row {
    --bs-gutter-x: 5rem;
}
.fs-25 {
        font-size: 17px;
    }
.fs-16 {
    font-size: 14px;
}
}

@media(max-width:1199px){
      .navbar-nav .nav-link {
        padding: 7px 12px !important;
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 70px;
    }
    .fs-30 {
        font-size: 17px;
    }
    .btn {
        padding: 12px 45px;
        font-size: 17px;
    }
.fs-90 {
        font-size: 50px;
    }
.offer-sec .row {
        --bs-gutter-x: 3rem;
    }
    .fs-40 {
        font-size: 22px;
    }
}




@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 32px;
    padding: 0;
    color: #fff;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #03032D !important;
    border-right: 0 !important;
    padding: 35px 10px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }

      h1, .h1 {
        font-size: 60px;
    }
    .fs-90 {
        font-size: 40px;
    }

}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }

      .navbar-brand {
        max-width: 150px;
    }
    h1, .h1 {
        font-size: 50px;
    }
.carousel-item {
    height: 350px;
}
.sub-banner-img{
  height: 300px;
}
}
@media(max-width:575px){
      h1, .h1 {
        font-size: 40px;
    }
    .fs-90 {
        font-size: 30px;
    }
    .btn {
        padding: 10px 35px;
        font-size: 15px;
    }
    .sub-banner-img{
  height: 280px;
}
}


