*{
  margin: 0;
  padding: 0;
      font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.sub-header{
  height: 25vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
  url(images/banner.jpeg);
  background-position: center;
  background-size: cover;
  color: #1462B8;
  text-align: center;
  margin-top: -100px;
}
.sub-header h1{
  margin-top: 100px;
  width: 90%;
  color: #fff;
  position: relative;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
nav{
  display: flex;
  padding: 35px 5px;
  justify-content: space-between;
  align-items: center;
  color: #E62917;
  font-weight: 600;
}
.sub-header h2{
    width: 90%;
    color: #fff;
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
    font-size: large;
    font-weight: 400;
  }
nav img{
  width: 100px;
  position: relative;
  padding-left: 70px;
}
.navbar{
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 25px 0 5px;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: #fff;
  padding: 10px 0;
  padding: 25px 0 5px;
}
.nav-links{
  flex: 1;
  text-align: right;
  padding-right: 50px;
}
.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 10px;
  position: relative;
}
.nav-links ul li a{
  padding: 5px 14px;
  border-radius: 20px;
  color: #E62917;
  text-decoration: none;
  font-size: 13px;
}
.nav-links ul li a:hover{
  background: #1462B8;
  color: #fff;
}
.nav-links ul li:hover::after{
  width: 100%;
}

.to-top {
  background: #E62917;
  position: fixed;
  bottom: 16px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}
.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
  background: #E62917;
}

nav .fa{
  display: none;
}

.line{
  display: none;
}

.active, .menu-list ul li:hover{
  background: #1462B8;
  border-radius: 10px;
}

/*--------- contact us page ---------*/
.contact-col2{
  width: 100%;
  text-align: center;
  margin-top: 3%;
  flex-basis: 100%;
  margin-bottom: 0px;
  position: relative;
}

.row{
  width: 80%;
  margin-inline: auto;
  margin-top: 0%;
  display: grid;
  justify-content: center;
  text-align: center;
}
.row .hero-btn{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #04205f;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 13px;
  background: #04205f;
  position: relative;
  cursor: pointer;
  margin-inline: auto;
  margin-top: 0%;
}
.contact-us{
  width: 100%;
}
.contact-us .contact-col{
  margin-top: 3%;
  flex-basis: 48%;
  margin-bottom: 30px;
  position: relative;
  width: 80vw;
  text-align: center;
}
.contact-col div{
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}
.contact-col div .fa{
  font-size: 28px;
  color: #E62917;
  margin: 0px;
}
.contact-col div p{
  padding: 0;
}
.contact-col div h5{
  font-size: 18px;
  color: #555;
  font-weight: 400;
}
.location{
  width: 80vw;
  margin: auto;
  padding: 80px 0;
}
.location iframe{
  width: 80vw;
}

/*------------ footer -----------*/
.footer{
  background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
  url(images/banner.jpeg);
  background-position: center;
  background-size: cover;
  color: #ccc;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.footer h4{
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}
.footer P{
  margin-left: 200px;
  margin-right: 200px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: 300;
  color: #fff;
}
.icons .fa{
  color: #E62917;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}
.fa-copyright{
  color: #E62917;
}


/* Styling for form container */
#paymentForm {
    width: 300px;
    margin: 0 auto;
  }
  
  /* Styling for form groups */
  .form-group {
    margin-bottom: 20px;
  }
  
  /* Styling for labels */
  label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  /* Styling for input fields */
  input[type="email"],
  input[type="tel"],
  input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  /* Styling for submit button */
  button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  button[type="submit"]:hover {
    background-color: #45a049;
  }
  


@media(max-width:1535px) {
  .sub-header{
      padding: 0;
      width: 100%;
      height: 12.8rem;
      margin-bottom: 0%;
  }
  .sub-header h1{
      font-size: 2rem;
  }
  .navbar{
      position: fixed;
      z-index: 5;
      width: 100%;
      padding: 1.5rem 0rem 1rem;
      font-size: 22px;
      line-height: 22px;
      transition: all 0.3s ease;
  }
  nav img{
      width: 5rem;
      position: relative;
      padding-left: 2rem;
  }
  nav .fa{
      display: inline;
      color: #1462B8;
      margin-right: 64px;
      font-size: 25px;
      cursor: pointer;
  }
  .nav-links{
      position: absolute;
      background: #fff;
      height: 100vh;
      width: 200px;
      top: 0;
      right: -400px;
      text-align: left;
      z-index: 2;
      transition: 1ms;
  }
  .nav-links ul{
      padding: 10px;
  }
  .nav-links ul li{
      display: block;
      margin-top: 10%;
      padding: 2%;
  }
  .nav-links .fa{
      display: inline-flex;
      margin-left: 5%;
      margin-right: 0%;
      margin-top: 0px;
  }
  .navbar.sticky{
      background: #fff;
      padding: 1.5rem 0rem 1rem;
  }
  .line{
      display: none;
  }
  .section_top{
      height: 80%;
  }
  .section_top .content{
      left: 50%;
      right: -100%;
  }
  .section_top .content h1{
      font-size: 30px;
  }

  .active, .menu-list ul li:hover{
      background: transparent;
  }

  /*--------- contact us page ---------*/
  .row{
      width: 95%;
      margin-inline: auto;
  }
  .contact-us .contact-col{
      margin-right: 0%;
      margin-left: 5%;
  }
  .contact-us .contact-col2{
      margin-right: 0%;
      margin-left: 0%;
  }
  .location{
      width: 90vw;
  }
  .location iframe{
      width: 90vw;
  }

  /*------------ footer -----------*/
  .footer h4{
      font-size: 13px;
  }
  .footer P{
      font-size: 12px;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 10px;
      font-weight: 100;
  }
  .icons .fa{
      color: #E62917;
      margin: 0 13px;
      cursor: pointer;
      padding: 18px 0;
  }
  .fa-copyright{
      color: #E62917;
  }

}

@media(max-width:740px) {
  .sub-header{
      padding: 0;
      width: 100%;
      height: 12.8rem;
      margin-bottom: 0%;
  }
  .sub-header h1{
      font-size: 2rem;
  }
  .header h2{
      display: none;
  }
  .navbar{
      position: fixed;
      z-index: 5;
      width: 95%;
      padding: 25px 20px 0px;
      transition: all 0.3s ease;
  }
  nav img{
      width: 80px;
      position: relative;
      padding-left: 2px;
  }
  nav .fa{
      display: inline;
      color: #1462B8;
      margin: 10px;
      font-size: 20px;
      cursor: pointer;
  }
  .nav-links{
      position: absolute;
      background: #fff;
      height: 100vh;
      width: 200px;
      top: 0;
      right: -400px;
      text-align: left;
      z-index: 2;
      transition: 1s;
  }
  .nav-links ul li a{
      font-size: 12px;
  }
  .nav-links ul{
      padding: 5px;
  }
  .nav-links ul li{
      display: block;
      margin-top: 6%;
  }
  .nav-links .fa{
      margin-top: 0px;
      font-size: 22px;
  }
  .text-box h1{
      font-size: 40px;
      line-height: 2rem;
      margin-top: 80px;
      margin-bottom: 0;
  }
  .text-box p{
      margin-left: -7px;
      font-size: 15px;
      margin-top: 0;
      margin-bottom: 30px;
  }
  .text-box .hero-btn{
      border-color: #E62917;
      padding: 10px;
  }
  .navbar.sticky{
      background: #fff;
      padding: 10px 0;
      padding: 25px 20px 0px;
  }
  .line{
      display: none;
  }
  .section_top{
      height: 80%;
  }
  .section_top .content{
      left: 50%;
      right: -100%;
  }
  .section_top .content h1{
      font-size: 30px;
  }


  .contact-us .row{
      width: 93%;
      margin-inline: auto;
      color: #E62917;
      margin-top: 2%;
      margin-bottom: 0%;
      display: block;
      justify-content: space-between;
  }
  .row .hero-btn{
      display: inline-block;
      text-decoration: none;
      color: #fff;
      border: 1px solid #04205f;
      border-radius: 10px;
      padding: 10px 10px;
      font-size: 13px;
      background: #04205f;
      position: relative;
      cursor: pointer;
      margin-inline: auto;
      margin-top: 0%;
  }
  .contact-us{
      width: 100%;
  }
  .contact-us .contact-col{
      width: 98%;
      margin-inline: auto;
      margin-top: 3%;
      flex-basis: 48%;
      margin-bottom: 30px;
      margin-right: 0%;
      margin-left: 0%;
      position: relative;
  }
  .contact-us .contact-col2{
      width: 100%;
      text-align: center;
      margin-top: 3%;
      flex-basis: 100%;
      margin-bottom: 30px;
      margin-right: 2%;
      margin-left: 0%;
      position: relative;
  }
  .contact-col2 input, .contact-col2 textarea{
      width: 95%;
      max-height: 70%;
      padding: 5px;
      margin-bottom: 17px;
      outline: none;
      border: 1px solid #ccc;
      box-sizing: border-box;
  }
  .contact-col2 textarea{
      width: 95%;
      max-height: 70%;
      padding: 10px;
      margin-bottom: 17px;
      outline: none;
      border: 1px solid #ccc;
      box-sizing: border-box;
  }
  .contact-col div{
      display: flex;
      align-items: center;
      margin-bottom: 25px;
      margin-left: 2%;
  }
  .contact-col div .fa{
      font-size: 25px;
      color: #E62917;
      margin: 10px;
      margin-right: 20px;
  }
  .contact-col div p{
      padding: 0;
      font-size: 10px;
  }
  .contact-col div h5{
      font-size: 15px;
      margin-bottom: 0%;
      color: #555;
      font-weight: 400;
  }
  .location{
      width: 100%;
      margin-inline: auto;
      margin-top: 10%;
      margin-left: 0%;
      margin-right: 0%;
      padding: 0%;
  }
  .location, iframe{
      width: 95%;
      text-align: center;
      height: 80vh;
      margin-inline: auto;
  }
  
  .footer{
      height: 100%;
      padding: 0%;
      padding-top: 2%;
      margin-inline: auto;
      margin-top: 10%;
      margin-bottom: 0%;
      margin-left: 0%;
      margin-right: 0%;
  }
  .footer h4{
      margin-bottom: 1px;
      margin-top: 0%;
  }
  .footer P{
      margin-left: 2%;
      margin-right: 2%;
      margin-bottom: 2px;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 300;
      color: #fff;
  }
  .icons .fa{
      color: #E62917;
      margin: 0 13px;
      cursor: pointer;
      padding: 10px 0;
  }
  .fa-copyright{
      color: #E62917;
      margin-top: 0%;
      margin-bottom: 0%;
  }
}

@media(max-width:500px) {
  .sub-header{
      padding: 0;
      height: 10.8rem;
      margin-bottom: 0%;
      font-size: 16px;
      line-height: 14px;
  }
  .sub-header .h1{
      margin-top: 10%;
  }
  .sub-header h2{
    top: 80%;
    font-size: 13px;
  }
  .sub-header h1{
    top: 70%;
      font-size: 20px;
  }
  .navbar{
      position: fixed;
      z-index: 5;
      width: 95%;
      padding: 25px 10px 0px;
      transition: all 0.3s ease;
  }
  nav img{
      width: 80px;
      position: relative;
      padding-left: 2px;
  }
  nav .fa{
      display: inline;
      color: #1462B8;
      margin: 10px;
      font-size: 20px;
      cursor: pointer;
  }
  .nav-links{
      position: absolute;
      background: #fff;
      height: 100vh;
      width: 200px;
      top: 0;
      right: -400px;
      text-align: left;
      z-index: 2;
      transition: 1s;
  }
  .nav-links ul{
      padding: 5px;
  }
  .nav-links ul li{
      display: block;
      margin-top: -10%;
  }
  .nav-links .fa{
      display: inline-flex;
      margin-right: 4px;
      margin-top: 30px;
  }
  .text-box h1{
      font-size: 40px;
      line-height: 2rem;
      margin-top: 80px;
      margin-bottom: 0;
  }
  .text-box p{
      margin-left: -7px;
      font-size: 15px;
      margin-top: 0;
      margin-bottom: 30px;
  }
  .text-box .hero-btn{
      border-color: #E62917;
      padding: 10px;
  }
  .navbar.sticky{
      background: #fff;
      padding: 10px 0;
      padding: 25px 10px 0px;
  }
  .line{
      display: none;
  }


  .contact-us .row{
      width: 93%;
      margin-inline: auto;
      color: #E62917;
      margin-top: 10%;
      margin-bottom: 0%;
      display: block;
      justify-content: space-between;
  }
  .row .hero-btn{
      display: inline-block;
      text-decoration: none;
      color: #fff;
      border: 1px solid #04205f;
      border-radius: 10px;
      padding: 10px 10px;
      font-size: 13px;
      background: #04205f;
      position: relative;
      cursor: pointer;
      margin-inline: auto;
      margin-top: 0%;
  }
  .contact-us{
      width: 100%;
  }
  .contact-us .contact-col{
      width: 98%;
      margin-inline: auto;
      margin-top: 3%;
      flex-basis: 48%;
      margin-bottom: 30px;
      margin-right: 0%;
      margin-left: 0%;
      position: relative;
  }
  .contact-us .contact-col2{
      width: 100%;
      text-align: center;
      margin-top: 3%;
      flex-basis: 100%;
      margin-bottom: 30px;
      margin-right: 2%;
      margin-left: 0%;
      position: relative;
  }
  .contact-col2 input, .contact-col2 textarea{
      width: 95%;
      max-height: 70%;
      padding: 5px;
      margin-bottom: 17px;
      outline: none;
      border: 1px solid #ccc;
      box-sizing: border-box;
  }
  .contact-col2 textarea{
      width: 95%;
      max-height: 70%;
      padding: 10px;
      margin-bottom: 17px;
      outline: none;
      border: 1px solid #ccc;
      box-sizing: border-box;
  }
  .contact-col div{
      display: flex;
      align-items: center;
      margin-bottom: 25px;
      margin-left: 10%;
  }
  .contact-col div .fa{
      font-size: 20px;
      color: #E62917;
      margin: 10px;
      margin-right: 20px;
  }
  .contact-col div p{
      padding: 0;
      font-size: 10px;
  }
  .contact-col div h5{
      font-size: 15px;
      margin-bottom: 0%;
      color: #555;
      font-weight: 400;
  }
  .location{
      width: 80%;
      margin-inline: auto;
      margin-top: 10%;
      margin-left: 0%;
      margin-right: 0%;
      padding: 0%;
  }
  .location, iframe{
      width: 80%;
      height: 30vh;
      margin-inline: auto;
      margin-left: 2%;
      margin-right: 0%;
      padding: 0%;
  }
  
  .footer{
      height: 45vh;
      padding: 10px 0;
      margin-top: 10%;
      margin-bottom: 0%;
  }
  .footer h4{
      margin-bottom: 1px;
      margin-top: 0%;
  }
  .footer P{
      margin-left: 2%;
      margin-right: 2%;
      margin-bottom: 2px;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 300;
      color: #fff;
  }
  .icons .fa{
      color: #E62917;
      margin: 0 13px;
      cursor: pointer;
      padding: 10px 0;
  }
  .fa-copyright{
      color: #E62917;
      margin-top: 0%;
      margin-bottom: 0%;
  }

  /* Styling for form container */
#paymentForm {
    width: 250px;
    margin: 0 auto;
  }
  
  /* Styling for form groups */
  .form-group {
    margin-bottom: 10px;
  }
  
  /* Styling for labels */
  label {
    display: block;
    font-weight: 500;
    font-size: small;
    margin-bottom: 1px;
  }
  
  /* Styling for input fields */
  input[type="email"],
  input[type="tel"],
  input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  /* Styling for submit button */
  button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  button[type="submit"]:hover {
    background-color: #45a049;
  }
}




