* {
  margin: 0px;
  padding: 0px;
  outline: 0px;


  scroll-behavior: smooth;
  scroll-padding: var(--scroll-padding, 5rem) !important;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.25px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.text-justify {
  text-align: justify;
}

a {
  text-decoration: none;
  color: #000 !important;
}

div {
  border: none;
}

:root {
  --body: #005598;
  --lightbody: #0055982e;
  --background: rgb(237, 237, 237);
}

.section {
  padding: 50px 0px;
}
.section-new{
  padding-left: 27px;
}
.section-title h1 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 700 !important;
  font-size: 37px !important;
  padding-bottom: 30px;
}
.section-title h3{
  text-transform: capitalize;
  font-size: 30px !important;
  
}
.section-new h1{
  text-transform: capitalize;
  text-align: left;
  font-weight: 700 !important;
  font-size: 37px !important;
  padding-bottom: 30px;
}
.section-new h3{
  text-transform: capitalize;
  font-size: 30px !important;
}


.section-title h1::before {
  content: '';
  bottom: 0px;
  left: 0px;
  margin-right: 5px;
  padding: 0px 1.5px;
  background-color: var(--body);
}

.section-title h2 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 700 !important;
  font-size: 40px !important;
  padding-bottom: 30px;
}


.section-title h2::before {
  content: '';
  bottom: 0px;
  left: 0px;
  margin-right: 5px;
  padding: 0px 1.5px;
  background-color: var(--body);
}

/*.section-title h2{
  text-transform: capitalize;
  text-align: center;
  font-weight: 700!important;
  font-size: 30px!important;
  padding-bottom: 30px;
}
.section-title h2::before {
  content: '';
  bottom: 0px;
  left: 0px;
  margin-right: 5px;
  padding: 0px 1.5px;
  background-color: var(--body);
}*/
.page-banner {
  position: relative;
}

.page-banner .banner-img {}

.banner-content {
  position: absolute;
  top: 40%;
  width: 100%;

}

.navbar-part ul ul {
  width: 400px;
}

.page-title {
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title h1 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 700 !important;
  font-size: 50px !important;
  color: #fff;
}

.more-btn {
  padding: 5px 25px;
  border-radius: 100px;
  background-color: var(--body);
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  transition: all 300ms;
}

.more-btn:hover {
  background-color: var(--background);
  color: var(--body);
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 60px;
  width: 60px;
  /*background-color: var(--lightbody);*/
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.whatsapp-chat {
  position: fixed;
  right: 0px;
  top: 45%;
  height: 65px;
  width: 65px;
  background-color: var(--body);
  border-radius: 20px 0px 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
  padding: 10px;
  z-index: 999;
}

.whatsapp-chat:hover {
  background-color: var(--lightbody);

}

.CTAform {
  box-shadow: 0px 0px 15px gray;
  border-radius: 10px;
  padding: 30px;
}

.ctaform-detail h4 {
  font-weight: 600;
}

.ctaform-detail button {
  width: 100%;
}

.ctaform-detail-bg {
  background-image: url(/assets/img/banner-bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 0px;
  overflow: hidden;
}

.ctaform-detail-bg .ctaform-detail-left {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 10px 10px 15px #8e8e8e;
}


.ctaform-detail-bg .row .wrap {
  margin-bottom: 10px;
}

.ctaform-detail-bg .row .wrap i {
  color: #0a3557;
  margin-right: 5px;
  font-size: 20px;

}


.cta-right-content h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--body);
}

.cta-right-content span {
  font-size: 28px;
  font-weight: 600;
  color: var(--body);
}


@media (max-width: 576px) {

  .section-title h1 {
    text-transform: capitalize;
    text-align: center;
    font-weight: 700 !important;
    font-size: 25px !important;
    padding-bottom: 30px;
  }

  .banner-content {
    position: absolute;
    top: 25%;
    width: 100%;

  }

  /*.page-banner .banner-img .img-fluid{
    height: 150px!important;
  }*/
  .page-title h1 {
    text-transform: capitalize;
    text-align: center;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #fff;
  }

  .mobile-logo {
    display: inline-block;
    float: right;
  }

  .carousel-inner .banner-title {
    font-size: 30px !important;
    margin-bottom: 10px;
  }

  .eligibiltiy .content {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .yearspart .wrap {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    border-right: none;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50% 0px);
    -ms-transform: translateX(-50% 0px);
    transform: translateX(-50% 0px);
  }

  .slick-prev {
    left: 0px !important;
    z-index: 9999;
  }

  .slick-next {
    right: 0px !important;
    z-index: 9999;
  }

  .supportpart .wrap {
    justify-content: left;
    margin-left: 10px;

  }

  .img-new .img {
    padding: 5px !important;
  }

}

@media (max-width: 776px) {
  .quickformfooter {
    display: none;
  }

  @keyframes bgcolor {
    0% {
      background-color: rgba(255, 0, 0, 0.167);
      width: 30px;
      height: 30px;
      bottom: 25px;
      right: -10px;

    }
    100% {
      background-color: rgba(255, 0, 0, 0.563);
      bottom: 0px;
      right: -5px;
    }
  }
}



.quickformfooter {
  position: sticky;
  bottom: 0px;
  left: 0px;
}

.quickformfooter button {
  width: 100%;
  height: 50px;
}

.quickformfooter input {
  height: 50px;
}

.quickformfooter select {
  height: 50px;
}

.innerbannerimg {
  position: relative;
}

.innerbannerimg img {
  position: absolute;
  bottom: -30px;
}


.new {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.new h2 {
  font-size: 25px;
  font-weight: 600;
  color: black;

  width: max-content;
  padding-top: 15px;
  border-radius: 5px;

}

.text-new {
  /* padding-top: 30px; */

}

.text-new span {
  color: #000;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;

}

.img-new {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.img-new .img {
  width: 33.33%;
  padding: 20px;
}

.new-detail {
  padding: 10px 0px;

  color: black;
  border-radius: 5px;
  /* margin-top: 30px; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;

  /* width: max-content; */
}

.new-detail h3 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  margin: 0px;
  line-height: 30px;
  text-transform: capitalize;

}

.ctaform-detail .cta-right-content {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: center;
  height: 100%;
}

.formbtn {
  border: none;
  padding: 0px 10px;
  border-radius: 10px 0 10px 0;
  background-color: var(--body);
  color: #fff;
  transition: all 300ms ease-in-out;

}

.formbtn:hover {
  box-shadow: 0px 2px 5px 0.2px rgb(93 93 93);
}

/* .innerpage{
  padding-top: 0px;
}

.home{
  padding-top: 100px;
} */

.dsfgasd {
  padding-top: 100px;
}
