* {

  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.grecaptcha-badge{
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
 
}
h3{
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
}

h4 {
  font-size: 19px;
  font-weight: 600;
}

h2 small {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  letter-spacing: 3px;
  color: var(--yellow);
}



:root {
  --white: #ffffff;
  --yellow: #fab70f;
  --green: #15885d;
  --black: #000000;
  --red: #d03532;
  --grey: #313131;
  --gold-yellow: #e8a930;
  --light-grey: #d9d9d9;
  --med-grey: #afafaf;
  --fade-gold-yellow: #e8a9301a;
  --light-red: #ffffff42;
  --matt-grey: #434343;
  --dim-grey : #707070;
  --charcoal:#2A2A2A;
}

.siteHeader {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.siteHeader {
  font-family: "Poppins", sans-serif;
}

a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--white);
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

.wrapper {
  overflow: hidden;
  margin-top: 90px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.spacing {
  padding: 30px 0;
}

.last-spacing {
    padding: 30px 0px 60px 0px;
  }

.partner{
    padding: 30px 0px 60px 0px;
  }

.banner-spacing {
  padding-bottom: 20px;
}

.siteHeader {
  position: fixed;
  top: 0;
  width: 100%;
   padding: 15px 0;
  z-index: 999;
  background-color: var(--white);
}

.kipsedulogowrap{
padding-right: 50px;
}

.siteHeader a img{
  max-width: 95px;
}

.navBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.navBar ul li {
  display: block;
  padding: 10px 0 10px 20px;
}

.navBar ul {
  background-color: var(--yellow);
  display: block;
  height: 100vh;
  position: fixed;
  left: -100%;
  /* top: 55px; */
  top: 64px;
  width: 80%;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
}

.navBar ul.active {
  left: 0;
}

.navBar ul li a:hover {
  color: black;
}

.navBar ul.active li a {


  font-weight: 500;
  margin-bottom: 14px;

}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-container img {
  border-radius: 20px;
}

.dekstopBanner {
  display: none;
}

.text-box {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  color: var(--white);
}

.ib-tabspacing {
  padding: 10px 0px;
}

#menu.menuIcon {
  width: 24px;
  height: 15px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}

#menu .bar {
  width: 100%;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

#menu .bar-1 {
  top: 0;
}

#menu .bar-2 {
  top: 50%;
  transform: translateY(-50%);
}

#menu .bar-3 {
  bottom: 0;
}

/* Transformations for cross state */
#menu.menuIcon.active .bar-1 {
  transform: rotate(45deg) translate(5px, 5px);
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

#menu.menuIcon.active .bar-2 {
  opacity: 0;
}

#menu.menuIcon.active .bar-3 {
  transform: rotate(-45deg) translate(5px, -5px);
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}

.error-wrapper label {
  color: var(--yellow);
  font-weight: 700;
  font-size: 24px;
  margin-right: 10px;
}

.error-wrapper .search-field {
  border: 1px solid var(--charcoal);
  border-radius: 25px;
  height: 40px;
  width: 300px;
  padding: 0 15px;
  font-size: 16px;
  outline: none;
  margin: 15px 0px;
}

.error-wrapper .search-submit {
  background-color: var(--charcoal);
  color: white;
  border: none;
  border-radius: 20px;
  height: 42px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
}

.error-wrapper .search-submit:hover {
  background-color: var(--yellow);
  color: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.error-wrapper .page-title {
  text-align: center;
      color: var(--yellow);
      font-style: italic;
}

.error-wrapper .page-content {
  text-align: center;
}





@media screen and (min-width: 576px) {
  body {
    line-height: 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 42px;
  }


  .inner-banner a {
    max-width: 250px;
  }

  .inner-banner .categories-tabs {
    flex-direction: row;
  }

}


@media screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 44px;
  }

  h4 {
    font-size: 21px;
    font-weight: 600;
  }

  h2 small {
    font-size: 16px;
    line-height: 16px;
  }

  .spacing {
    padding: 40px 0;
  }

  .last-spacing {
    padding: 40px 0px 80px 0px;
  }

  .partner{
    padding: 40px 0px 80px 0px;
  }

  .siteHeader {
    box-shadow: none;

  }

  .siteHeader.scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.6s ease;
  }

  .banner-spacing {
    padding-bottom: 30px;
  }

  .ib-tabspacing {
    padding-top: 20px;
  }

  .siteHeader a img {
    max-width: 108px;
  }

  .text-box {

    max-width: 357px;
  }

  .dekstopBanner {
    display: block;
  }

  .mobileBanner {
    display: none;
  }

  .navBar ul {
  top: 70px;
  }

}

@media screen and (min-width: 992px) {
  body {

    line-height: 22px;
  }

  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 20px 0px;
  }

  h4 {
    font-size: 23px;
    line-height: 28px;
  }

   .spacing {
    padding: 60px 0px;
  }

  .last-spacing {
    padding: 60px 0px 120px 0px;
  }

   .partner{
    padding: 60px 0px 120px 0px;
  }

  .kipsedulogowrap{
padding-right: 0px;
}

  /* .row {
    flex-direction: row;
    align-items: center;
  } */
  .singleDetail .row{
    align-items: start;
  }

  a {
    color: var(--black);
  }

  .siteHeader {
    padding: 18px 0;
  }

  .siteHeader a img {
    max-width: 100%;
  }

  .navBar ul li {
    padding: 0 20px 0 20px;
    display: inline-block;
  }

  .navBar ul li:last-child {
    padding-right: 0;
    
  }

  .navBar ul li a {
    position: relative;
  }

  .navBar ul li a:hover {
    color: var(--black);
  }

  .navBar ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--yellow);
    left: 0;
    bottom: -4px;
    transition: width 0.5s ease-in-out;
  }

  .navBar ul li a:hover::after {
    width: 100%;
  }

  .menuIcon {
    display: none;
  }

 

  .banner-spacing {
    padding-bottom: 50px;
  }

  .ib-tabspacing {
    padding: 50px 0px;
  }

  .banner .text-box {
    left: 8%;
    max-width: 464px;
  }

  .banner .text-box p {
    max-width: 430px;
  }

  .navBar ul {
    display: inline-block;
    height: auto;
    position: static;
    background-color: var(--white);
    width: auto;
  }

  #menu-icon {
    display: none;
  }

  h3{
    
    font-size: 21px;
    line-height: 28px;
  }

}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  h2 {
    font-size: 34px;
    line-height: 36px;
  }

  h4 {
    font-size: 25px;
    line-height: 38px;
  }

  h2 small {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .wrapper {
    margin-top: 95px;
  }

 
  .banner .text-box {
    max-width: 516px;
  }

  .banner .text-box p {
    max-width: 490px;
  }

  
 
}

@media screen and (min-width: 1400px) {

  h2 {
    font-size: 50px;
    line-height: 54px;

  }

  h2 small{
    margin-bottom: 15px;
  }

  h3{
    font-size: 24px;
    line-height: 34px;
  }

  .wrapper {
    margin-top: 105px;
  }

  .banner-spacing {
    padding-bottom: 70px;
  }

 
}


@media screen and (min-width: 1600px) {
  h1 {
    font-size: 73px;
    line-height: 70px;
  }

  h2 {
    font-size: 60px;
    line-height: 61px;
    margin: 30px 0px;
  }

  h4 {
    line-height: 52px;
  }

  h2 small {
    font-size: 20px;
    line-height: 21px;
  }

  .container {
    max-width: 1440px;

  }

  .banner-spacing {
    padding-bottom: 80px;
  }

  .banner .text-box {
    max-width: 660px;
  }

   .spacing {
    padding: 80px 0px;
  }

  .last-spacing {
    padding: 80px 0px 160px 0px;
  }

  .partner{
    padding: 80px 0px 213px 0px;
  }
}

@media screen and (min-width: 1920px) {

  h2 {
    margin: 30px 0px;
  }

  h2 small {
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }

  .wrapper {
    margin-top: 120px;
  }


  .container {
    max-width: 1620px;
  }

  .program-btn {
    width: 495px;
  }

 

}





.relative {
    position: relative;
}


.whatsapp_float {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25d366;
    border-radius: 50px;
     width: 60px;
    height: 60px; 
    bottom: 104px;
    right: 22px;
    cursor: pointer;
    z-index: 999;
    
}


.whatsapp_float:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}