/* =====================
   Graphik Fonts
===================== */

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik';
  src: url('/font/Graphik-Font/Graphik-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* =====================
   Graphik Fonts
===================== */
:root {
    --color-black:#000000;
    --font-white:#ffffff;
    --color-orange:#E34D23;
    --color-blue: #0A3D88;
    --color-043F8D:#043F8D;
    --color-yellow:#FFFC4A;
    --color-103D85b:#103D85;
    --color-hatsh:#F2F2F28C;
    --blue-bg:url(/images/chapter2/home/blue-bg.png);
    --color-sdaisyellow:#FFD340;
    --Tangaroa:#001A39;
    --yello-check:url(/images/chapter2/home/yellow-click.png);
    --orange-click:url(/images/chapter2/home/orange-click.png);
    --White-Smoke:#F2F2F2;
    --Platinum: #E5E5E5;
    --Radical-Red: #FF3246;
    --Ghost-White:#F8F9FB;
    --Red:#EF3F3F;
    --hex-blue:#39ABD9;
    --PANTONE:#35C75C;
    --Whereas :#E252E2;
    --ofred:#FFD3D3;
    --ofblue:#CCF1FF;
    --ofgreen:#A0FFB9;
    --ofwhereas:#FFB0FF;
    --color-blue-lite:#033E8C;
    --Light-grayish-blue:#F4F7FA;
    --Dark-blue:#063D8A;
    --Neon-Green:#09ff460d;
    --Fiery-Red:#f64b4b45;
    --Fiery-blue:#473bf01f;
    --Fiery-rose:#ff00fb17;
    --FB-Red:#f64b4b21;
    --Royal-Blue:#013D8D;
    --royak-yellow:#ffcc0040;
    --semy-royal-blue:#043D8B;
}

.text-royal-blue{
  color: var(--Royal-Blue);
}

.header-log{
  display: flex;
  justify-content: space-between;
  
}

.h-tab{
  background-image: var(--blue-bg);
  padding-block: 0.5rem;
}

.header-log a{
  text-decoration: none;
  color: var(--font-white);
}

.main-nav{
  font-family: 'Graphik';
  background-color: var(--font-white);
  position: sticky;
  top: 0;
  z-index: 999999999;
}

.main-nav .navbar li a:hover{
  color: var(--Royal-Blue);
}

.main-nav .navbar li button:hover{
  color: var(--Royal-Blue);
}

section{
   font-family: 'Graphik';
}

.nav-logo{
  max-width: 180px;
}

.main-nav .navbar{
  color: var(--font-white);
}

.main-nav .navbar li a{
  color: var(--color-black);
  padding-block: 0;
  border-right: 1px solid #0000003d;
  text-decoration: none;
  padding-inline: 1rem;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #000000;
}

.main-nav button{
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  border-right: 1px solid #0000003d;
  padding-inline: 1rem;
}

.navbar-nav{
  row-gap: 1rem;
}

.main-nav .nav-item a{
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.main-nav .navbar li:last-child a {
  border-right: none;
}

.orange-bg{
  background-color: var(--color-orange);
}

.text-orange{
  color: var(--color-orange);
}

.color-ornage{
  color: var(--color-orange);
}

.color-yellow{
  color: var( --color-yellow);
}

.text-white{
  color: var(--font-white);
}

.color-1blue{
  color: var(--color-043F8D);
}

.contact-us-btn {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    padding-inline: 41px;
    padding-block: 28px;
    border-radius: 60px;
    line-height: 0;
}
.navbar-collapse{
  justify-content: left;
}
img{
  max-width: 100%;
  margin: auto;
}

.main-nav .desctop-menu li a{
  text-align: left;
  padding-block: .5rem;
}

.orange-button{
  background-color: var(--color-orange);
  color: var(--font-white) !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 140px;
  text-decoration: none;
  border: 1px solid var(--color-orange);
  display: inline-block;
}

.orange-button:hover{
  color: var(--font-white);
  box-shadow: 0px 4px 27px 10px #0000004D;
}

.banner-arrow{
  background-image: url(/images/chapter2/home/arrow-logo-home.png);
  background-size: contain;
  width: 140px;
  height: 92px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.black-arrow{
  background-image: url(/images/chapter2/home/govt-arrow-logo.png);
  background-size: contain;
  width: 140px;
  height: 92px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.craker-vector{
    background-image: url(/images/chapter2/home/crakervector.png);
    background-size: contain;
    width: 93.61795997631192px;
    height: 55.69062918645339px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.w-20{
  width: 20%;
}

.w-80{
  width: 80%;
}


.right-arrow-white{
  background-image: url(/images/chapter2/home/right-arrow.png);
  background-size: contain;
  width: 210px;
  height: 135px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

footer{
    background-image: var(--blue-bg);
    background-position: left;
    background-size: cover;
    padding-block: 4rem;
    position: relative;
    color: var(--font-white);
}

.footer-log-img{
  max-width: 215px;
  height: auto;
}

.text-decriotion{
  text-decoration: underline;
}

footer p{
font-weight: 400;
font-size: 18px;
line-height: 1.5;
}

footer .footer-contant{
margin-top: 1rem;
}

footer h3{
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

footer .li{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

footer ul{
  list-style: none;
  padding: 0;
}

footer ul a{
  text-decoration: none;
  color: var(--font-white);
}

.footer-icon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 4px 9px 0px #00000040;
  background-color: var(--font-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.foluup-box{
  display: flex;
  gap: 1rem;
  align-items: center;
}

.foluup-box p{
  margin: 0;
}

.footer-logo-box{
  display: flex;
  gap: 0.5rem;

}

.footer-what-logo{
  width: 17px;
  height: auto;
}

.footer-you-logo{
  width: 15px;
  height: auto;

}

.footer-x-logo{
  width: 14px;
  height: auto;

}

.footer-facebook-logo{
  width: 7px;
  height: auto;

}

.footer-inst-logo{
  width: 16px;
  height: auto;

}

footer ul li{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-top: .3rem;
}



.address1{
  max-width: 235px;
}

.address2{
  max-width: 385px;
}

footer .row{
  row-gap: 1rem;
}

.fw-600{
  font-weight: 600 !important;
}

.blue-click-list li{
    position: relative;
}

.blue-click-list li::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image:url(/images/chapter2/home/blue-click.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.form-check-label{
  font-size: 12px !important;
  line-height: 3;
}

.contact-form-box input,.contact-form-box select{
  padding-block: 10px;
}
.fotter-contact-group{
  margin-inline: auto !important;
}

    #scrollToTop {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background-color: #013D8D; /* your brand color */
      color: #fff;
      border: none;
      outline: none;
      border-radius: 50%;
      font-size: 22px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      transition: opacity 0.3s ease, transform 0.3s ease;
      opacity: 0;
      visibility: hidden;
      z-index: 999;
      display: flex;
      align-items: center;
      width: 50px;
      height: 50px;
      margin: auto;
      justify-content: center;
    }

    #scrollToTop.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    #scrollToTop:hover {
      background-color: #0056b3;
    }


@media (max-width: 767px) {
  .contact-form-box input{
  padding-block: 6px;
}

    #scrollToTop {
      bottom: 4px;
      right: 8px;
      width: 30px;
      height: 30px;

    }

  .h-tab a{
    font-size: 12px;
  }
  .nav-logo {
    max-width: 100px;
}

.input-group .w-20{
  width: 25% !important;
}

.input-group .w-80{
  width: 75% !important;
}
  section img{
    max-width: 100% !important;
  }
  section{
    width: 100% !important;
    overflow-x: hidden;
  }
  .orange-button{
    font-size: 12px;
    font-weight: 500;
  }
  .banner-arrow {
    width: 59px;
    height: 75px;
  }
  .black-arrow {
    width: 63px;
    height: 53px;
  }
  .craker-vector {
    width: 66.61796px;
    height: 29.690629px;
}

.mob-order-1{
  order: 1;
}
.mob-order-2{
  order: 2;
}
.mob-order-3{
  order: 3;
}
.mob-order-4{
  order: 4;
}
.mob-order-5{
  order: 5;
}
.mob-order-6{
  order: 6;
}
.mob-order-7{
  order: 7;
}
.mob-order-8{
  order: 8;
}

.footer-log-img{
  text-align: center;
  margin: auto;
  display: block;
}

.main-nav button{
  border: none;
}

footer{
  padding-block: 2rem;
}

footer h3{
  margin-bottom: 1rem;
  margin-top: 1rem;
}
 .main-nav .contact-us-btn{
    display: none;
  }
  .main-nav .navbar li a{
    border-right: none;
    line-height: 2;
  }
  
}

/* Extra small devices (phones) */
@media (max-width: 575px) {

}

/* Small devices (landscape phones) */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Large devices (laptops) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Extra large devices (desktops) */
@media (min-width: 1200px) {

}