@font-face {
    font-family: 'Bouncy';
    src: url("../fonts/Bouncy/Bouncy-Thin-PERSONAL_USE_ONLY.otf");
  }
  @font-face {
    font-family: 'Syne';
    src: url("../fonts/Syne/Syne-VariableFont_wght.ttf");
  }

  ul{padding-left:0;}
  a:hover{cursor:pointer;}
  img{width:100%;}
  a{text-decoration: none!important;}
  body{
      font-family: "Syne", sans-serif!important;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      background: #fff;
  }
  /* header-section */
  .header-section {
      width: 100%;
      /* z-index: 2; */
      top: 0;
      padding: 10px 0px;
      background: #fff;
      /* position: absolute; */
      padding-bottom: 0;
      transition: 1s;
  }
  header.header-section.sticky {
      top: 0;
      transition: 1s;
      position: fixed;
      z-index: 9999;
      padding: 0px 26px;
      box-shadow: 0 8px 32px 0 rgb(130 94 44 / 36%);
  }
  header.header-section button {
      float: right;
      vertical-align: middle;
      border: 2px solid #825e2c;
      margin-top: 16px;
      color: #825e2c;
      margin-right: 16px;
  }
  .header-section .navbar-brand {
      font-size: 28px;
      color: #fff;
  }
  .header-section .navbar-collapse{
      float: right;
  }
  .header-section .navbar-brand:hover {
      color: #bda248;
  }
  header.header-section ul {
      padding-left: 0;
      /* margin: 66px 0; */
  }
  header.header-section ul.inline-social-li {
      margin: 0;
  }
  .header-section ul li{
      display: inline-block;
      color: #fff;
      margin: 12px 30px;
      font-size: 16px;
      font-weight: 500;
  }
  .header-section ul li.last-li {
      display: none;
  }
  .header-section ul li a{
      color: #151b48;
      font-size: 20px;
      transition: all 0.4s ease-in-out;
      text-decoration: none;
  }
  .header-section ul li a:hover {
      transition: all 0.4s ease-in-out;
      color: #bda248;
      cursor:pointer;
  }
  .header-section ul li i {
      transition: all 0.4s ease-in-out;
      height: 30px;
      text-align: center;
      width: 30px;
      color: #151b48;
      padding: 7px;
      border-radius: 4px;
      /* margin: 0 -8px; */
  }
  .header-section ul li i:hover {
      transition: all 0.4s ease-in-out;
      background: #fff;
      color: #bda248;
  }
  .header-section li.current-btn a {
      color: #bda248;
  }
  .header-section ul li:hover {
      color: #bda248;
      cursor: pointer;
  }
  .header-section a.last-li {
      background: #000;
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      float: right;
      width: 168px;
      height: 53px;
      display: inline-block;
      line-height: 53px;
      text-align: center;
      margin-top: 26px;
      margin-right: 30px;
      transition: all 0.4s ease-in-out;
  }
  .header-section a.last-li:hover {
      transition: all 0.4s ease-in-out;
      background: #d1d1d1;
      color: #000;
  }
  .header-section a.logo img {
      text-decoration: none;
      width:60%;
      transition:all 0.4s ease-in-out;
  }
  .header-section ul.box1{
      display: none;
  }
  .sticky a.logo img{width:35%;transition:all 0.4s ease-in-out;}
  .header-section .academics{position:relative; z-index:0;}
  .header-section .submenu {
    background: #151b48;
    color: #fff;
    list-style: none;
    padding: 10px 20px;
    border-radius: 12px;
    border-bottom: 6px solid #bda248;
    position: absolute;
    z-index:0;
    top:36px;
    left:0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.header-section .submenu li{
    display: block;
    margin: 10px 0;
    color:#fff;
}
.header-section .academics:hover .submenu{
    visibility: visible;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}
.header-section .submenu li a{color:#fff;font-size:16px;}
  /* ===============HOME PAGE Start======================== */
  /* home-section1 */
  .home-section1{
    padding: 0px 100px;
    position: relative;
    z-index: 0;
   }
   .home-section1::before{
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    left: 0;
    bottom: -122px;
    width: 100%;
    height: 41%;
    background-image: url(../images/banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
   }
   .home-section1 ul.slider li{
    width: 50%;
    margin: 0px 10px!important;
    display: inline-block;
}
.home-section1 ul.slider li img{
    width: 100%;
    float: right;
}
.home-section1 ul.slider li h2{
    font-size: 100px;
    font-weight: 700;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 7px;
    margin-top: 80px;
    line-height: 100px;
    margin-bottom: -6px;
}
.home-section1 ul.slider li h4{
    font-size: 42px;
    font-weight: 400;
    color: #bda248;
    font-family: 'Bouncy';
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.home-section1 ul.slider li p{
    font-size: 34px;
    color: #151b48;
    font-family: 'Syne';
    font-weight: 600;
    line-height: 34px;
    width:78%;
}
.home-section1 ul.slider li .sec-btn{
    margin-top: 20px;
    margin-right:10px;
    background: #151b48;
    font-size: 36px;
    padding: 16px 30px;
    font-weight: 700;
    display: inline-block;
    width: 420px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 60px;
    border-bottom: 8px solid #bda248;
}
.home-section1 .slick-next.slick-arrow:before {
    top: -330%;
    position: absolute;
    font-size: 36px;
    content: "\f061";
    content: url('../images/right-slider.webp');
    z-index: 2;
    font-family: 'FontAwesome';
    right: -30px;
}
.home-section1 .slick-prev:before {
    /* content: "\f060"; */
    content: url('../images/left-slider.webp');
    position: absolute;
    font-size: 36px;
    left: -40px;
    top: -340%;
    font-family: 'FontAwesome';
}
.home-section1 .slick-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-left: 40px;
    bottom: 130px;
    display: flex;
    background-color: #151b48;
    width: auto;
}
.home-section1 .slick-dots li{
    display: inline-block!important;
    padding: 1px;
    background-color: #141b49;
    margin: 10px 0px!important;
    width: 267px!important;
    height: 10px!important;
    border-radius: 0px!important;
    cursor: pointer;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-top: -20px!important;
    margin-bottom: -20px!important;
}
.home-section1 .slick-dots li.slick-active{
    background-color: #bda248;
}
.home-section1 .slick-dots button{
    display: none;
}

  /* home-section2 */
  .home-section2{
    background-image: url('../images/2nd-section-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 100px;
    padding-bottom: 0px;
 }
 .home-section2 h2{
    font-size:42px;
    color:#fff;
    font-weight: 100;
    letter-spacing: 3px;
    font-family: 'Bouncy'
 }
 .home-section2 .sec-btn{
    margin-top: 20px;
    background: #bda248;
    font-size: 30px;
    padding: 10px 30px;
    font-weight: 700;
    display: inline-block;
    width: 300px;
    color: #000000;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 60px;
    border-bottom: 8px solid #fff;
 }
  /* home-section3 */ 
  section.home-section3{
    padding: 80px 0;
    position:relative;
    z-index:0;
    padding-bottom: 0;
    height: 1230px;
  }
section.home-section3 img.abt-children {
    position: absolute;
    width: 50%;
    right: 0px;
    bottom: 0px;
}
  section.home-section3 h2{
    font-size: 80px;
    color:#151b48;
    font-weight: 100;
    letter-spacing: 0px;
    font-family: 'Bouncy'
  }
  section.home-section3 h3{
    font-size:56px;
    color:#bda248;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 16px;
    font-family: 'Bouncy'
  }
  section.home-section3 p{
    font-size: 30px;
    color:#151b48;
    margin-bottom: 40px;
    font-weight: 700;
    line-height:32px;
}
section.home-section3 ul{
    padding-left:0;
    list-style:none;
}
section.home-section3 ul li{
    position:relative;
    z-index:0;
    font-weight: 700;
    line-height:32px;
    font-size:30px;
    padding-left: 26px;
    margin-bottom: 22px;
}
section.home-section3 ul li::before{
    position: absolute;
    z-index:1;
    content:"";
    left:0;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background:#bda248;
    display: block;
}
section.home-section3 .sec-btn{
    margin-top: 20px;
    background: #151b48;
    font-size: 30px;
    padding: 10px 30px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 60px;
    border-bottom: 8px solid #bda248;
}
section.home-section3::before{
    background-image:url('../images/about-us-right-vector\ \(2\).webp');
    background-repeat: no-repeat;
    background-size: contain;
    position:absolute;
    right: 0px;
    top: 50px;
    width: 264px;
    height: 264px;
    content:'';
    display: block;
}
section.home-section3::after{
    background-image:url('../images/about-us-left-vector.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position:absolute;
    left: 0px;
    bottom: 0;
    width: 220px;
    height: 670px;
    content:'';
    display: block;
}
  /* home-section4 */ 
  section.home-section4{
    padding: 50px 0;
    background-image: url("../images/who-we-are.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Syne", sans-serif!important;
    height:600px;
  }
  section.home-section4 h2{
    font-size: 80px;
    color:#fff;
    font-weight: 900;
    letter-spacing: 6px;
    font-family: 'Bouncy';
  }
  section.home-section4 p{
    font-size: 30px;
    color:#fff;
    margin-bottom: 40px;
    font-weight: 700;
    line-height:32px;
}
  /* home-section5 */ 
  .home-section5{
    padding:60px 0;
} 
.home-section5 .box{
    position:relative;
    z-index:0;
    padding: 20px 30px;
    height: 430px;
}
.home-section5 .box::before{
    background-image: url('../images/testimonial-shape.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    left: 0;
    z-index: -1;
    width: 400px;
    height: 400px;
    content:"";
    display:block;
}
.home-section5 h2{
    font-size: 80px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 30px;
    font-family: 'Bouncy';
}
.home-section5 .box h3{
    color:#fff;
    font-size: 27px;
    letter-spacing: 3px;
    font-family: 'Bouncy';
    margin-top: 50px;
}
.home-section5 .box h4{
    color:#fff;
    font-family: 'Syne';
    font-size: 22px;
    margin-top: -10px;
}
.home-section5 p{
    color:#fff;
    font-size: 26px;
    font-family: 'Syne';
    line-height: 28px;
    padding: 0 10px;
    margin: auto;
    display: block;
    margin-top: 50px;
}
.home-section5 .test-btn{
    text-decoration:none;
    position:relative;
    display:block;
    color:#fff;
    font-family:'Syne';
    font-size: 22px;
    width: 108px;
    padding: 10px 0px;
    text-align:center;
    z-index:0;
    margin: auto;
    margin-top: 40px;
}
.home-section5 .test-btn::before{
    position: absolute;
    content:'';
    left:0;
    bottom: 8px;
    display:block;
    width: 108px;
    height: 4px;
    background:#bda248;
    z-index:0;
}
.home-section5 .sec-btn{
    margin-top: 20px;
    background: #151b48;
    font-size: 30px;
    padding: 10px 30px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 60px;
    border-bottom: 8px solid #bda248;
}
 /* home-section6 */ 
 .home-section6{
    padding: 20px 0;
    padding-top:0;
 }
 .home-section6 h2{
    font-size: 80px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 30px;
    font-family: 'Bouncy';
 }
 .home-section6 h3{
    font-size: 30px;
    color:#151b48;
    margin-bottom: 40px;
    font-weight: 700;
    line-height:32px;
 }
 .home-section6 h4{
    font-size: 26px;
    color:#151b48;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height:32px;
 }
 .home-section6 h5{
    font-size: 20px;
    color:#151b48;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height:28px;
 }
 .home-section6 .sec-btn{
    margin-top: 20px;
    background: #151b48;
    font-size: 30px;
    padding: 10px 30px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 60px;
    border-bottom: 8px solid #bda248;
    margin-top:50px;
}
.home-section6 .readmore{
    text-decoration:none;
    position:relative;
    display:block;
    color:#151b48;
    font-family:'Syne';
    font-size: 22px;
    font-weight: 600;
    width: 125px;
    padding: 10px 0px;
    /* text-align:center; */
    z-index:0;
    /* margin: auto; */
    /* margin-top: 40px; */
}
.home-section6 .readmore::before{
    position: absolute;
    content:'';
    left:0;
    bottom: 8px;
    display:block;
    width: 125px;
    height: 4px;
    background:#bda248;
    z-index:0;
}
  /* footer-section */
  .footer-section {
    background: #151b48;
    color: #fff;
    padding: 34px 0 0px 0;
    font-family: "Syne", sans-serif!important;
}
section.footer-section a.logo img{float: right;width: 70%;}
  footer ul.social-icons.p-0 li img {
      width: 40px;
  }
  .footer-section p {
      padding-right: 50px;
      color: #fff;
      font-size: 20px;
  }
  .footer-section h5{
      padding-top: 20px;
      margin-bottom: 0;
      margin-top: 0%;
      font-weight: 600;
      font-size: 28px;
      font-family: "Syne", sans-serif!important;
  }
  .footer-section .social-icons li {
      margin: 0 6px;
      display: inline-block;
  }
  ul.social-icons {
      margin-top: 18px;
      /* line-height: 16px; */
  }
  .fa:hover {
      opacity: 1;
  }
  .footer-section ul.services {
      padding: 0;
  }
  .footer-section ul.pages {
      padding: 0;
      margin-top: 30px;
  }
  .footer-section .pages li a:hover {
      color:#825e2c;
      transition: all 0.4s ease-in-out;
  }
  .footer-section .navbar-brand{
      color: #fff;
      font-size: 28px;
      font-weight: 500;
  }
  footer h2 {
    font-family: 'Syne';
    font-size: 47px;
    font-weight: 600;
}
footer h4 {
    font-style: italic;
    font-size: 30px;
    margin-top: -16px;
}
footer .box { border-bottom: 4px solid #fff;}
footer ul.contact-info, footer ul.contact-info1 {
    list-style: none;
    color: #fff;
    font-family: 'Syne';
}
footer ul.contact-info1 {
    margin-top: -20px;
}
footer ul.contact-info li a, footer ul.contact-info1 li a {
    color: #fff;
    font-size: 22px;
    font-family: 'Syne';
}
footer ul.contact-info i, footer ul.contact-info1 i {
    font-size: 18px;
    margin-right: 8px;
}
footer ul.contact-info li {
    display: inline-block;
    margin-right: 16px;
}
footer a.f-btn {
    background: #bda248;
    font-size: 28px;
    padding: 8px 30px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
    color: #000000;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 60px;
    border-bottom: 6px solid #fff;
}
ul.f-contactus {padding-left: 0;}
ul.f-contactus li {line-height: 30px;list-style-type: none;margin-bottom: 14px;}
ul.f-contactus li a {color: #fff;text-decoration: none;}
ul.f-contactus li i {
      color: #15c3dd;
      font-size: 22px;
      padding-right: 6px;
}
/* slick slider dots */
.slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background: #000000;
      width: 12px;
      border-radius: 50%;
      height: 12px;
      font-family: "slick";
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #333333;
      opacity: 0.25;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
      border: 0;
      background: #1a4e71c2;
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: #1a4e71;
      padding: 5px;
      border-radius: 50%;
      cursor: pointer;
}
.slick-dots {
      z-index: 9;
      position: absolute;
      bottom: -54px;
      list-style: none;
      display: block;
      text-align: center;
      padding: 0;
      margin: 0;
      width: 100%;
}
.about-banner-section{
    padding: 28px 0;
}
.about-banner-section h2{
    font-size: 90px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 30px;
    font-family: 'Bouncy';
}
.about-banner-section p{
    font-size: 30px;
    color:#151b48;
    margin-bottom: 40px;
    font-weight: 700;
    line-height:32px;
}
.about-banner-section img{
    width:134%;
    /* margin-top: -90px; */
}
.about-section2{
    padding:60px 0;
    background: #151b48;
    padding-bottom: 30px;
}
.about-section2 h2{
    font-size: 80px;
    color:#fff;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 30px;
    font-family: 'Bouncy';
}
.about-section2 p{
    font-size: 30px;
    color:#fff;
    margin-bottom: 40px;
    font-weight: 700;
    line-height:32px;
}
 .about-section3{
    padding:60px 0;
    position:relative;
    z-index:0;
    padding-bottom: 0px;
}
.about-section3 h2{
    font-size: 80px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 16px;
    font-family: 'Bouncy';
}
.about-section3 p{
    font-size: 30px;
    color:#151b48;
    margin-bottom: 38px;
    font-weight: 700;
    line-height:32px;
}
.about-section3 ul{padding-left:0;}
.about-section3 ul li{
    font-size: 30px;
    color:#151b48;
    font-weight: 700;
    line-height:32px;
    list-style:none;
    position: relative;
    z-index:0;
    padding-left: 26px;
    margin-bottom: 22px;
}
.about-section3 ul li::before{
    position: absolute;
    z-index:1;
    content:"";
    left:0;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background:#bda248;
    display: block;
}
.about-section3::before{
    background-image:url('../images/aboutus/about-us-right-vector.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position:absolute;
    right:0px;
    top: 40px;
    width: 258px;
    height: 258px;
    content:'';
    display: block;
    z-index:1;
}
.about-section4{
    padding:60px 0;
    position: relative;
    z-index: 0;
    padding-top: 30px;
}
.about-section4 img{
    width: 151%;
    margin-left: -137px;
}
.about-section4 h2{
    font-size: 80px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 30px;
    font-family: 'Bouncy';
}
.about-section4 p{
    font-size: 30px;
    color:#151b48;
    margin-bottom: 38px;
    font-weight: 700;
    line-height:32px;
}
.about-section4 p.abt4-p{text-align:right;}
.about-section4 h3{
    font-size:36px;
    color:#bda248;
    font-weight: 700;
    font-family: 'Syne';
    text-align:right;
    margin-bottom: 0px;
}
.about-section4::before{
    background-image:url('../images/aboutus/core-value-left-vector.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position:absolute;
    left: 3px;
    top: 16%;
    width: 330px;
    height: 330px;
    content:'';
    display: block;
    z-index:1;
}
/* ====///===academics page ===///=== */
.acad-banner p{margin-bottom:10px;}
.acad-section2{padding:40px 0;background:#151b48;color:#fff;/* padding-bottom: 0px; */}
.acad-section2 h2{
    font-size: 40px;
    color:#fff;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 5px;
    font-family: 'Bouncy';
}
.acad-section2 .sec-btn{
    margin-top: 20px;
    background: #bda248;
    font-size: 30px;
    padding: 10px 30px;
    font-weight: 700;
    display: inline-block;
    width: 300px;
    color: #000000;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 0px;
    border-bottom: 8px solid #fff;
}
.acad-section3,  .acad-section4, .acad-section5, .acad-section6, 
.acad-section7, .acad-section8, .acad-section9, .acad-section10{
    padding:40px 0;
    position: relative;
    z-index:0;
}
.acad-section3::before, .acad-section4::before, .acad-section5::before, 
.acad-section6::before,.acad-section7::before, .acad-section8::before, .acad-section9::before{
    position: absolute;
    z-index: 1;
    content: "";
    bottom: -58px;
    left:0;
    background-image: url("../images/academics/img1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 420px;
    height: 180px;
    display: block;
}
.acad-section3 h2, .acad-section4 h2,.acad-section5 h2, .acad-section6 h2,
.acad-section7 h2, .acad-section8 h2, .acad-section9 h2, .acad-section10 h2{
    font-size: 50px;
    color:#bda248;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-family: 'Bouncy';
}
.acad-section3 p, .acad-section4 p, .acad-section5 p, .acad-section6 p,
.acad-section7 p, .acad-section8 p, .acad-section9 p, .acad-section10 p{
    font-size: 27px;
    color:#151b48;
    margin-bottom: 40px;
    font-weight: 700;
    line-height:32px;
}
.acad-section4::before{
    width: 295px;
    height: 318px;
    bottom: -143px;
    left:unset;
    right:0;
    background-image: url("../images/academics/img2.webp");
}
.acad-section5::before{
    width: 342px;
    height: 239px;
    bottom: -141px;
    right:unset;
    left:0;
    background-image: url("../images/academics/img3.webp");
}
.acad-section6::before{
    width: 408px;
    height: 517px;
    bottom: -123px;
    right: 0px;
    left:unset;
    background-image: url("../images/academics/img4.webp");
    Z-INDEX: -1;
}
.acad-section7::before{
    width: 310px;
    height: 331px;
    bottom: -209px;
    right:unset;
    left:0;
    background-image: url("../images/academics/img5.webp");
}
 .acad-section8::before{
    width: 300px;
    height: 300px;
    bottom: -92px;
    right:0;
    left:unset;
    background-image: url("../images/academics/img6.webp");
 }
.acad-section9::before{
    width: 318px;
    height: 362px;
    bottom: -202px;
    right:unset;
    left:0;
    background-image: url("../images/academics/img7.webp");
}
.admis-section2{padding:40px 0;}
.admis-section2 h2{
    font-size: 60px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 10px;
    font-family: 'Bouncy';
}
.admis-section2 h3{
    font-size: 60px;
    color:#bda248;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 10px;
    font-family: 'Bouncy';
}
.admis-section2 p{
    font-size: 30px;
    color:#151b48;
    margin-bottom: 40px;
    font-weight: 700;
    line-height:32px;
}
.admis-section3 h2{
    font-size: 60px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 10px;
    font-family: 'Bouncy';
}
.admis-section3 p b{
    font-size: 30px;
    color:#bda248;
    font-weight: 700;
    Font-family: 'Syne'
}
.admis-section3 p{
    font-size: 30px;
    color:#151b48;
    font-weight: 700;
}
.admis-section4{padding:30px 0;}
.admis-section4 h2{
    font-size: 60px;
    color:#151b48;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 10px;
    font-family: 'Bouncy';
}
.admis-section4 p{
    font-size: 30px;
    color:#151b48;
    margin-bottom: 50px;
    font-weight: 700;
    line-height:32px;
}
.admis-section4 .sec-btn{
    border-bottom: 2px solid #bda248;
    color:#bda248;
    font-size: 30px;
    text-decoration: none;
    font-weight:700;
    transition: all 0.4s ease-in-out;
}
.admis-section4 .sec-btn:hover{
    transition: all 0.4s ease-in-out;
    color:#151b48;
    border-bottom: 2px solid #151b48;
}
/* float-btn */
.reg-call-to-action {
    position: fixed;
    top: 33.33333%;
    right: 0;
    z-index: 999999;
    transform: translateY(-100%);
}
.reg-call-to-action a{
    display: inline-block;
    border-radius: 0;
    line-height: 1;
    background: #bda248;
    color:#000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 14px;
    font-family: 'Syne';
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px 0 0 8px;
    border-bottom: 6px solid #151b48;
    transition: all 0.4s ease-in-out;
}
.reg-call-to-action a:hover{
    transition: all 0.4s ease-in-out;
    border-bottom: 6px solid #bda248;
    background: #151b48;
    color:#fff;
}
/* contact us page */
.faqsection1{
    padding: 50px 0px;
}
.faqsection1 h1{
    font-size: 100px;
    font-weight: 700;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 10px;
    /* margin-top: 80px; */
    margin-bottom: 30px;
}
.faqsection1 p{
    font-size: 34px;
    color: #151b48;
    font-family: 'Syne';
    font-weight: 600;
    line-height: 35px;
}
.faqsection1 img{
    display: block;
    margin: auto;
    width: 80%;
}
.faqsection2 h1{
    font-size: 70px;
    font-weight: 500;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 5px;
    margin-top: 80px;
    margin-bottom: 20px;
}
.faqsection2 a{
    font-size: 34px;
    color: #151b48;
    font-family: 'Syne';
    font-weight: 600;
    line-height: 35px;
    display: block;
}
.faqsection3 h1{
    font-size: 70px;
    font-weight: 700;
    color: #151b48;
    font-family: 'Syne';
    letter-spacing: 1px;
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: center;
}
.faqsection3 .accordion{
    --bs-accordion-bg: #ffffff;
}
.faqsection3 .accordion-body{
    padding-top: 0px;
    font-size: 24px;
    /* border-bottom: 1px solid white; */
}
.faqsection3 .accordion-button::after{
    background-image: url(../images/contact/plus.webp)!important;
    width: 30px;
    background-size: 28px;
    height: 32px;
}
.faqsection3 .accordion-button {
    border: 3px solid #bda248;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    margin-bottom: 23px;
    font-weight: 700;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 2px;
    font-size: 30px;
    padding: 30px 20px;
    border-top: none;
}
.faqsection3 .accordion-item{
    border: none;
}
.faqsection3 .accordion-button:not(.collapsed){
    background-color: #0052cc00;
}
.faqsection3 .accordion-button:focus{
    box-shadow: none;
}
.faqsection3 .accordion-item:first-of-type>.accordion-header .accordion-button{
    font-weight: 700;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 2px;
    font-size: 30px;
    padding: 30px 20px;
}
.faqsection4{
    padding-bottom: 50px;
}
.faqsection4 form{
    width: 100%;
}
.faqsection4 h1{
    font-size: 55px;
    font-weight: 700;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 5px;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px;
}
.faqsection4 input[type=email],.faqsection4 input[type=text] {
    background-color: #ffffff;
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgb(189 162 72);
    color: rgb(0, 0, 0);
    padding: 0px 12px;
    text-decoration: none;
    margin: 8px 0px;
    cursor: pointer;
    font-size:22px;
    width: 86%;
    margin-bottom: 14px;
    margin-top: 1px;
    height: 40px;
    box-shadow: none;
}
.faqsection4 label{
    width: 29%;
    display: inline-block;
    font-size: 27px;
    color: #151b48;
    font-family: 'Syne';
    font-weight: 600;
    line-height: 35px;
}
label.checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 426px;
    /* padding: 0px 10px; */
}
.faqsection4 .row.mb-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 86%;
}
.faqsection4 .form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 2px solid #151b48;
}
.faqsection4 .form-check .form-check-input {
    float: left;
    margin-left: -2.5em;
    margin-right: 0px;
}
.faqsection4 .form-check-input{
    width: 26px;
    height: 26px;
}
.faqsection4 .form-check.form-check-inline {
    width: 26%!important;
    float: right;
}
.faqsection4 label.admissions-checkbox{
    width: 45%!important;
}
.faqsection4 textarea#exampleFormControlTextarea1 {
    width: 86%;
    border: 3px solid #bda248;
    height: 400px;
}
.faqsection4 input[type=submit] {
    display: block;
    margin: auto;
    text-align: center;
    background-color: #171d48;
    color: #ffffff;
    width: 318px;
    font-size: 32px;
    font-family: 'Syne'!important;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 8px;
    border-bottom: 6px solid #bda248;
    }
    .faqsection4 button#inputGroupFileAddon04 {
    display: none;
}
.faqsection4 label.file-attachments{
    display: block;
    width: 100%;
}
.faqsection4 .choose-file{
    border: 3px solid #bda248;
    width: 401px;
    padding: 23px 20px;
    margin-bottom: 50px;
    margin-top: 15px;
}
.faqsection4 .choose-file input[type=file]{
    display: none;
}
.faqsection4 .choose-file label.choose-file-attachment{
    background-color: #171d48;
    color: #fdfdfd;
    text-align: center;
    padding: 13px 30px;
    width: 100%;
    display: block;
    margin: auto;
}
/* reg page */
.formsection1{
    padding-top: 20px;
}
.formsection1 h1{
    font-size: 100px;
    font-weight: 700;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 10px;
}
.formsection1 p{
    font-size: 34px;
    color: #151b48;
    font-family: 'Syne';
    font-weight: 600;
    line-height: 35px;
}
.formsection2 form{
    width: 100%;
}
.formsection2 h1{
    font-size: 55px;
    font-weight: 700;
    color: #151b48;
    font-family: 'Bouncy';
    letter-spacing: 5px;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 20px;
}
.formsection2 input[type=email], .formsection2 input[type=text] {
    background-color: #ffffff;
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgb(189 162 72);
    color: rgb(0, 0, 0);
    padding: 0px 12px;
    text-decoration: none;
    margin: 8px 0px;
    cursor: pointer;
    font-size:22px;
    width: 75%;
    margin-bottom: 14px;
    margin-top: 1px;
    height: 40px;
    box-shadow: none;
}
.formsection2 label{
    width: 24%;
    display: inline-block;
    font-size: 30px;
    color: #151b48;
    font-family: 'Syne';
    font-weight: 600;
    line-height: 35px;
}
.formsection2 .row.mb-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 2px solid #151b48;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    margin-right: 19px;
}
    .form-check-input{
        width: 26px;
        height: 26px;
    }
    .formsection2 input[type=submit] {
        display: block;
        margin: auto;
        text-align: center;
        background-color: #171d48;
        color: #ffffff;
        width: 318px;
        font-size: 32px;
        font-family: 'Syne'!important;
        font-weight: 700;
        padding: 10px 30px;
        border-radius: 8px;
        border-bottom: 8px solid #bda248;
        }
    .formsection2 p{
        font-size: 24px;
        color: #151b48;
        font-family: 'Syne';
        font-weight: 600;
        line-height: 35px;
        margin-top: 40px;
    } 
    .form-check-input {
        width: 24px!important;
        height: 24px!important;
        margin-top: 6px!important;
    } 
    .form-check-inline {
        width: auto!important;
    }
    /* sidemailbutton */
    .sideemailbutton .open-button {
        background-color: #141b49ec;
        color: white;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
        opacity: 0.8;
        position: fixed;
        bottom: 23px;
        right: 20px;
        width: 90px;
        border-radius: 10px;
    }
    .sideemailbutton .open-button i{
        font-size: 50px;
    }
    /* The popup form - hidden by default */
    .sideemailbutton .form-popup {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 35px;
        border: 3px solid #141b49;
        z-index: 9;
        border-radius: 20px;
        background-color: #141b49;
    } 
    /* Add styles to the form container */
    .sideemailbutton .form-container {
        max-width: 360px;
        padding: 28px 40px;
        background-color: #141b49;
        border-radius: 20px;
    }
    /* Full-width input fields */
    .sideemailbutton .form-container input[type=text] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        border-radius: 5px;
    }
    /* When the inputs get focus, do something */
    .sideemailbutton .form-container input[type=text]:focus {
        background-color: #ddd;
        outline: none;
    }
    /* Set a style for the submit/login button */
    .sideemailbutton .form-container .btn {
        display: block;
        margin: auto;
        text-align: center;
        background-color: #bda248;
        color: #171d48;
        width: 100%;
        font-size: 20px;
        font-family: 'Syne'!important;
        font-weight: 700;
        padding: 10px 28px;
        border-radius: 8px;
        border-bottom: 6px solid #fbfbfb;
        margin-top: 10px;
    }
    /* Add a red background color to the cancel button */
    .sideemailbutton .form-container .cancel {
        background-color: #f5f5f500;
        position: absolute;
        top: 1px;
        right: 10px;
        width: 23px!important;
        border-bottom: none;
        padding: 0px 0px;
    }
    .sideemailbutton .form-container .cancel i{
        color: white;
    }
    /* Add some hover effects to buttons */
    .sideemailbutton .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }
    .sideemailbutton textarea#w3review {
        border-radius: 5px;
        padding: 10px 10px;
        width: 100%;
    }
    .accordion-button:not(.collapsed) {
        color: #000000!important;
    }
    .accordion-button:focus {
        border-color: #000000!important;
    }
    input.checkbox-input {
    border: 4px solid #151b48!important;
    width: 58px;
    height: 39px;
    margin-right: 19px;
}
a.registerpage{display:none;}
.ticker1{background: #151b48;}
    .ticker {
  display: flex;
  border-top: 1px solid #bda248;
  border-bottom: 1px solid #bda248;
  overflow: hidden;
}
.ticker p {
  flex: 0 0 auto;
  padding: 2px 0px;
  color: #fff;
  font-size: 14px;
  font-weight:600;
  white-space: nowrap;
  margin-bottom:0;
  /*animation: glow 1s ease-in-out infinite alternate;*/
}
.ticker p span{
    animation: glow 1s ease-in-out infinite alternate;
}
.ticker p b{
    /*color:#f3c300;    */
    color: #bda248;
}

.ticker p:nth-child(odd) {
  animation: loop 1000s -20s linear infinite;
}
.ticker p:nth-child(even) {
  animation: loop2 1000s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px #d3d3d3, 0 0 20px #d3d3d3, 0 0 30px #d3d3d3, 0 0 40px #6a6166, 0 0 50px #dccdf5, 0 0 60px #cfd0f7, 0 0 70px #cdc9ff;
  }
  to {
    text-shadow: 0 0 20px #d3d3d3, 0 0 30px #171617, 0 0 40px #191517, 0 0 50px #291820, 0 0 60px #372830, 0 0 70px #121360, 0 0 80px #9fb4f8;
  }}
  /* popup css start */
  .modal-body {
    padding: 0!important;
}
.modal-body .col-md-6, .modal-body .col-md-6{padding:0!important;}
.modal-body .popup-form{background:#151b48;}
.modal-body img{
    display: block;
    margin: auto;
    width:92%;
}
.modal-body .content {
    width: 96%;
    padding: 20px 20px;
    background: #151b48;
    margin-left: 0px;
}
.modal-body .content h2{
    font-size: 34px;
    color:#fff;
    text-align: center;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-family: 'Bouncy';
}
.modal-body .content p{
    color:#fff;
    font-size: 20px;
    font-family: 'Syne';
    font-weight: 600;
    text-align: center;
    line-height: 26px;
}
.modal-body .content input{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0 8px 0;
    border: none;
    background: #f1f1f1;
    border-radius: 5px;
}
.modal-body .content textarea{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0 8px 0;
    border: none;
    background: #f1f1f1;
    border-radius: 5px;
}
/* When the inputs get focus, do something */
.modal-body .content input:focus {
    background-color: #ddd;
    outline: none;
}
.modal-body .content .btn{
    display: block;
    margin: auto;
    text-align: center;
    background-color: #bda248;
    color: #171d48;
    width: 100%;
    font-size: 20px;
    font-family: 'Syne'!important;
    font-weight: 700;
    padding: 8px 28px;
    border-radius: 8px;
    border-bottom: 6px solid #fbfbfb;
    margin-top: 10px;
}
.modal-dialog.modal-dialog-centered {
    max-width: 800px!important;
    width: 800px!important;
}
  /* =======================-------RESPONSIVE-----============================= */
  @media screen and (min-width: 0px)  and (max-width: 767px) {
    /* header */
    .header-section ul li.last-li { display: block;}
    .header-section ul{height: 100vh; margin-right: 20px; margin: 22px 115px; padding-left: 0;}
    .header-section ul li {  margin-right: 150px;  margin-left: 10px;}
    .header-section.sticky ul li {margin: 6px 10px;display: block;margin-right: 190px;}
    header.header-section.sticky { padding: 0px 14px;   }
    header.header-section ul {padding-left: 0; margin: 22px 0;background: #fff;margin-top: 0%;}
    .header-section a.logo {margin: 0px 0px;margin-left: -15px;font-size: 30px; }
    header .col-md-2 { display: none; }
    .header-section{padding: 0 14px;}
    header.header-section.sticky { padding: 0px 14px; }
    .header-section a.logo img{width:26%; margin-left:16px;}
    header.header-section button {border: 2px solid #151b48;margin-top: 30px;color: #151b48;}
    .header-section .navbar-collapse{float:left;}
    .header-section ul li{margin:4px 30px;display: block;}
    .header-section .submenu ul{background:#151b48;height:unset;margin-bottom:0;}
    .header-section .submenu{height:unset;top: 0px;left: 100%;}
    .header-section .submenu li a{font-size:16px;}
    .header-section.sticky ul li .submenu ul li{margin-right:0px;}
    a.registerpage{display:unset;}
    /* home  page */
    ul.slick-slider{padding-left:0!important;}
    .home-section1 ul.slider li h2{margin-top:0px;line-height: 34px;}
    .home-section1{padding:0 10px;padding-top: 20px;}
    .home-section1 ul.slider li img { width: 60%; float: unset; margin: auto;}
    .home-section1 ul.slider li p{display:block; margin:auto; width:100%;}
    .home-section1 .slick-next.slick-arrow:before{display:none;}
    .home-section1 .slick-dots li{width: 78px!important;}
    .home-section1 .slick-dots{bottom: -18px;}
    button.slick-next.slick-arrow { display: none!important;}
    .home-section2 {padding: 100px 0;padding-bottom: 40px;}
    .home-section1 ul.slider li h2,.home-section2 h2, section.home-section3 h2, section.home-section4 h2,
    .home-section5 h2, .home-section6 h2, .about-banner-section h2,
    .about-section2 h2, .about-section3 h2,.about-section4 h2, .admis-section2 h2, .admis-section3 h2,
    .admis-section4 h2  {font-size: 30px;letter-spacing: 4px;text-align: center;margin-bottom: 4px;}
    .admis-section2 h3{font-size: 24px;letter-spacing: 4px;text-align: center;margin-bottom: 4px;}
    section.home-section3 p,section.home-section4 p,.home-section6 h3,.home-section6 h4, .about-banner-section p,
    .about-section2 p, .about-section3 p,.about-section3 ul li, .about-section4 p, .about-section4 p.abt4-p,
    .home-section1 ul.slider li p, .acad-section3 p, .acad-section4 p, .acad-section5 p, .acad-section6 p, .acad-section7 p,
     .acad-section8 p, .acad-section9 p, .acad-section10 p, .admis-section2 p, .admis-section3 p,
     .admis-section4 p, .admis-section3 p b { font-size: 20px; line-height: 26px; text-align:center; margin-bottom:20px;}
    section.home-section3 h3,.home-section1 ul.slider li h4 {font-size: 30px;text-align: center; letter-spacing: 4px;}
    section.home-section3 ul li {line-height: 26px;font-size: 20px;margin-bottom: 12px;}
    section.home-section3::before {top: 16px;width: 70px;height: 70px;right: 0px;}
    section.home-section3::after {width: 100px;he;height: 210px;}
    section.home-section3 img.abt-children { width: 60%;}
    .home-section1 ul.slider li .sec-btn,.home-section2 .sec-btn, section.home-section3 .sec-btn, .home-section5 .sec-btn, 
    .home-section6 .sec-btn,footer a.f-btn, .acad-section2 .sec-btn {border-radius:8px;margin-top: 20px;f;font-size: 16px;padding: 6px 28px;display: block;width: 300px;margin: auto;margin-bottom: 10px;}
    section.home-section4{height:790px;}
    .home-section6 .readmore{font-size:16px;width:94px;margin: auto;}
    .home-section6 .readmore::before{width:90px;}
    .home-section5 .box { width: 350px; height: 370px;display: block;margin: auto;}
    .home-section5 .box::before { width: 350px; height: 350px; }
    .home-section5 p {font-size: 20px;margin-top: 40px;}
    .home-section5 .test-btn { font-size: 18px; width: 94px; margin-top: 24px;}
    .home-section5 .box h4{font-size:18px;}
    .home-section6 h4{margin-top:14px;margin-bottom:0px;}
    .home-section5 .box h3{font-size:20px;}
    .home-section6{padding:0;}
    .about-banner-section img {width: 70%;display: block;margin: auto;}
    .about-section3 img,.about-section4 img {width: 50%;display: block;margin: auto;}
    .about-section3::before,.about-section4::before{display:none;}
    .about-section4 h3{font-size: 22px; text-align:center;}
    .about-section2, .about-section3, .about-section4{padding: 30px 0;}
    .home-section2 h2{font-size:20px; letter-spacing:2px;}
    /* academics */
    .acad-banner p {margin-bottom: 2px; }
    .acad-section3 h2, .acad-section4 h2, .acad-section5 h2, .acad-section6 h2, .acad-section7 h2, .acad-section8 h2,
     .acad-section9 h2, .acad-section10 h2{font-size: 30px;text-align:center;margin-bottom: 4px;}
    .acad-section2 h2{font-size: 22px;letter-spacing: 3px; text-align: center;}
    .acad-section3::before, .acad-section4::before, .acad-section5::before, .acad-section6::before, 
    .acad-section7::before, .acad-section8::before, .acad-section9::before{display: none;}
    .acad-section3 img, .acad-section4 img, .acad-section5 img, .acad-section6 img, .acad-section7 img,
    .acad-section8 img, .acad-section9 img, .acad-section10 img{width:70%; display: block; margin:auto;}
    .acad-section4 .row, .acad-section6 .row, .acad-section8 .row, .acad-section10 .row{flex-direction: column-reverse;}
    .acad-section3, .acad-section4, .acad-section5, .acad-section6, .acad-section7, .acad-section8,
    .acad-section9 { padding-bottom: 0px;}
    /* footer */
    section.footer-section a.logo img {float: unset;width: 40%;display: block;margin: auto;}
    footer h2 {font-size: 26px;margin-top: 20px;text-align: center; }
    footer h4 {font-size: 18px;margin-top: -12px;}
    .footer-section p {padding-right: 0px;color: #fff;font-size: 16px;text-align: center;margin-top: 26px;}
    footer ul.social-icons {margin-top: 0;margin-bottom: 0; text-align: center;}
    footer ul.social-icons.p-0 li img { width: 24px; }
    .footer-section h5 {margin-bottom: 10px;font-size: 24px; text-align: center;} 
    footer ul.contact-info li a, footer ul.contact-info1 li a{font-size: 14px;}
    footer .box {margin-bottom: 14px;}
    footer ul.contact-info i, footer ul.contact-info1 i {font-size: 14px; margin-right: 4px;}
    .col-md-3.pl-5{padding:0!important;} 
    .home-section1 ul.slider li h4{font-size:22px; margin-bottom:4px;}
    .home-section1 .col-md-7, .home-section1 .col-md-12{padding:0;}
    section.home-section3{height:1300px;}
    .reg-call-to-action{display:none;}
    /* contact */
    .faqsection1{padding: 20px 0px;}
    .faqsection1 h1{font-size: 30px!important;letter-spacing: 4px!important;text-align: center;margin-bottom: 10px;}
    .faqsection1 p{font-size: 20px!important;line-height: 26px!important;text-align: center;}
    .faqsection1 img{float: unset;display: block;margin: auto;width: 45%;margin-top: 20px;}
    .faqsection2 h1{font-size: 30px!important;letter-spacing: 4px!important;margin-top: 10px!important;text-align: center;margin-bottom: 0px;}
    .faqsection2 a{font-size: 18px;padding: 0px 12px;width: unset;margin-top: 0px;display: block;text-align: center;}
    .faqsection3 h1{font-size: 30px!important;letter-spacing: 1px!important;margin-top: 10px!important;text-align: center;}
    .faqsection3 .accordion-item:first-of-type>.accordion-header .accordion-button{font-size: 19px;padding: 10px 0px;}
    .faqsection3 .accordion-body{font-size: 17px;padding: 10px 0px;padding-top: 0px;}
    .faqsection3 .accordion-button{font-size: 19px;padding: 10px 0px;}
    .faqsection4{padding-bottom: 20px;}
    .faqsection4 input.checkbox-input {width: 28px; height: 22px; margin-right: 6px;}
    .faqsection4 h1{font-size: 30px!important;letter-spacing: 4px!important;margin-top: 10px!important;text-align: center;}
     .faqsection4 label{font-size: 14px;width: 37%;}
      label.checkbox{width:230px;}
      .form-group{width:auto!important;}
    .faqsection4 label.admissions-checkbox{width:91%!important;}
    .faqsection4 .form-check.form-check-inline{width: 56%!important;}
    .faqsection4 input[type=email]{margin-bottom: 0px;}
    .faqsection4 .row.mb-3{margin-bottom: 0px!important;}
    .faqsection4 textarea#exampleFormControlTextarea1{height: 100px; width:80%;}
    .faqsection4 input[type=email], .faqsection4 input[type=text]{width:80%;}
    .faqsection4 input[type=submit] {font-size: 18px;padding: 6px 30px;width: 100%;margin-top: 10px;display: block;}
    .faqsection4 .choose-file{width: 200px;display: block;padding: 10px 10px;margin-top: 0px;margin-bottom: 25px;}
    .faqsection4 .choose-file label.choose-file-attachment{padding: 5px 10px;}
    /* reg page*/
    .formsection1 h1{font-size: 40px!important;letter-spacing: 4px!important;text-align: center;}
    .formsection1 p{font-size: 20px!important;line-height: 26px!important;text-align: center;}
    .formsection1 img{float: unset;display: block;margin: auto;width: 45%;margin-top: 20px;} 
    .formsection2 h1{font-size: 40px!important;letter-spacing: 4px!important;margin-top: 30px!important;text-align: center;}
    .formsection2 input[type=submit] {font-size: 18px;padding: 6px 30px;width: 100%;margin-top: 10px;display: block;}
    .formsection2 p{font-size: 20px!important;line-height: 26px!important;text-align: center;}
    .formsection2 label{font-size: 14px;width: 37%;}
    .formsection2 input[type=email], .formsection2 input[type=text]{width: 60%;height: 30px;margin-bottom: 0px;margin-top: 2px; font-size: 14px;}
    /* addmission */
    .admis-section4 .sec-btn{font-size: 22px;text-align: center;display: block;/* width: 93%; */}
    /*sidemailbutton*/
    .sideemailbutton .open-button i{font-size:24px;}
    .sideemailbutton .open-button {padding: 6px 8px; width: 50px;border-radius: 6px;}
    .sideemailbutton .form-container {max-width: 270px;padding: 31px 26px;background-color: #141b49;border-radius: 20px;}
    .sideemailbutton .form-container input[type=text]{padding:6px;}
    .sideemailbutton .form-container .btn {font-size: 16px;padding: 4px 28px; border-radius: 6px;}
    .sideemailbutton .form-popup{bottom:66px;}
    textarea{width:100%};
    .about-banner-section{padding-top:36px;}
    .modal-dialog.modal-dialog-centered {max-width: 350px!important;width: 350px!important;}
    .modal-body .content {width: 90%;padding: 20px 20px;margin-left: 20px;}
    .modal-body img{display:none;}
    .modal-body .content h2{font-size:24px; letter-spacing: 2px;}.modal-body .content p{font-size: 16px;line-height:16px;}
    .modal-body .content .btn {font-size: 16px;border-radius: 6px;border-bottom: 4px solid #fbfbfb;margin-top:4px;}
    .modal-body .content input, .modal-body .content textarea{padding:6px 10px;}
  }
  @media screen and (min-width: 0px)  and (max-width: 320px) {
      /* header */
      .header-section ul li { display: block; margin-right: 200px; font-size: 14px;}
      /* Home page */
     
  }
    /* ipad */
  @media screen and (min-width: 768px)  and (max-width: 1023px) {
      /* header */
      .header-section ul.box1 {position: absolute;display: block;top: 0; right: 0; margin: 20px 0;}
      .header-section ul li a{font-size:18px;}
      .header-section ul.box1 li { margin: 8px 8px;}
      header.header-section button{display: none;}
      header .col-md-2{display:none;}
      .header-section ul li a.last-li { margin-right: 0; margin-top: 0;width: 120px;float: unset;height: 46px;line-height: 46px;margin-top: 6px; }
      header.header-section .col-lg-9,a.registerpage1{display:none;}{display:none;}
      /* home page */
      .header-section a.logo img{width: 12%;}
      .home-section1 .slick-dots li{width:184px!important;}
      section.home-section3::before {top: 20px;width: 120px;height: 120px;}
      section.home-section3 h2, section.home-section4 h2, .home-section6 h2
      ,.home-section5 h2, .about-banner-section h2, .about-section2 h2,
      .about-section3 h2, .about-section4 h2, .formsection1 h1{font-size:56px;}
      section.home-section3 p,section.home-section4 p, section.home-section3 ul li, .home-section6 h3,
      .about-banner-section p, .about-section2 p, .about-section3 p,
       .about-section3 ul li, .about-section4 p,.acad-section3 p, .acad-section4 p, .acad-section5 p, .acad-section6 p, 
       .acad-section7 p, .acad-section8 p, .acad-section9 p, .acad-section10 p { font-size: 24px; margin-bottom: 20px; line-height: 28px;}
      section.home-section3 h3{font-size:40px;}
      section.home-section4{height: 640px;}
      section.home-section3::after {left: unset; bottom: 386px; right: 0;width: 150px; height: 440px;transform: rotate(180deg);}
      .home-section5 .box::before {width: 226px;height: 260px;}
      .home-section5 .box h3 {font-size: 18px;margin-top: 30px; }
      .home-section5 .box h4 {font-size: 14px;margin-top: -6px; }
    .home-section5 p {font-size: 13px;line-height: 18px;padding: 0 4px;margin-top: 0px; }
    .home-section5 .test-btn {font-size: 14px;width: 68px; padding: 6px 0px;margin-top: 0px;}
    .home-section5 .test-btn::before {bottom: 4px;width: 68px;}
    .reg-call-to-action a {padding: 10px 10px; font-size: 16px; }
    .home-section5 .box {height: 270px;}
    .home-section2 h2{font-size:24px;}
    .home-section5 .sec-btn, section.home-section3 .sec-btn, .home-section6 .sec-btn, 
    .home-section2 .sec-btn, .home-section1 ul.slider li .sec-btn,.acad-section2 .sec-btn{ margin-top: 10px;font-size: 20px;padding: 8px 30px;width: 270px;border-radius: 10px;margin-bottom: 24px; }
    .home-section6 h4, .home-section6 h5 {font-size: 18px;  margin-top: 10px; line-height: 19px; }
    .home-section6 .readmore {font-size: 16px; width: 96px; margin-top:-4px;}
    .home-section6 .readmore::before{width:90px;}
    .home-section1 ul.slider li h2{font-size:60px;line-height:60px;}
    .home-section1 .slick-dots{bottom:-6px;}
    .home-section1 ul.slider li h4 {font-size: 40px;margin-bottom: 20px;}
    .home-section1 ul.slider li p { font-size: 24px;line-height: 28px;width: 100%; }
    .home-section1::before{bottom:-106px;}
    .home-section1 .col-md-5{display:none;}
    .home-section1{padding: 0 40px;}
    .home-section1 .col-md-7{width:100%;}
    .home-section2{padding: 80px 20px;padding-bottom: 0px;}
    .home-section1 .slick-prev:before{left:0px;}
    .home-section1 .slick-next.slick-arrow:before{right:0px;}
    /* footer */
    .footer-section .pages li, .footer-section .services li {font-size: 14px;margin: 0 10px; }
    .footer-section .pages li a{font-size:12px;}
    section.footer-section a.logo {font: normal normal bold 20px/30px IvyPresto Display;}
    .footer-section .social-icons li { margin: 0 2px; display: inline-block;}
    .footer-section { padding: 30px 0; padding-bottom:0px;}
    footer ul.social-icons.p-0 li img{width:30px;}
    footer h2{font-size: 24px;}
    footer h4{font-size: 20px;}
    footer ul.contact-info li a, footer ul.contact-info1 li a {font-size: 14px;}
    footer a.f-btn { font-size: 20px; padding: 4px 25px;width: 230px; border-radius: 8px; margin-bottom: 40px; border-bottom: 6px solid #fff;}
    /* reg float btn */
    .reg-call-to-action {top: 20.33333%; }
    /* about page */
    .about-section3::before{display:none;}
    .about-section4::before {top: 24%;width: 220px; height: 220px;}
    .about-section4 h3{font-size:30px;}
    /* acad */
    .acad-section2 h2{font-size:30px;}
    .acad-section2{padding-bottom: 0px;}
    .acad-section3::before{bottom: -50px;width: 220px;height: 86px;}
    .acad-section4::before {width: 128px;height: 140px;bottom: -70px;}
    .acad-section5::before {width: 150px;height: 128px; bottom: -90px;}
    .acad-section6::before {width: 180px;height: 180px; bottom: -72px;}
    .acad-section7::before { width: 130px; height: 130px; bottom: -82px;}
    .acad-section8::before {width: 130px;height: 130px;bottom: -100px;}
    .acad-section9::before{width:140px;height:140px;bottom: -108px;}
    /* reg page */
    .footer-section h5{padding-top:4px;}
    .formsection1 h1{font-size:40px;}
    /*contact us*/
    .faqsection2 h1{font-size:40px;}
    .faqsection4 label{width:34%;}
     label.checkbox{width:400px;}
    .faqsection4 input[type=email], .faqsection4 input[type=text]{width:80%;}
    .faqsection4 textarea#exampleFormControlTextarea1 {width: 80%; height: 260px;}
    .form-group { width: auto!important;}
    .faqsection4 .choose-file {width: 320px; padding: 10px 10px;}
    .about-banner-section img{width:80%;}
    .modal-dialog.modal-dialog-centered {
    max-width: 730px!important;
    width: 730px!important;
}
  }
  
  /* ipad pro */
  @media screen and (min-width: 1023px)  and (max-width: 1365px){
      /* header */
      .header-section a.logo {font: normal normal bold 30px/44px IvyPresto Display;padding-left: 0;margin: 15px 0;}
      .header-section ul li { margin: 12px 20px;}
      .header-section ul li a { font-size: 18px;}
      header.header-section ul {margin: 14px 0;}
      .header-section a.last-li {  font-size: 18px;width: 130px;height: 44px;line-height: 44px;margin-top: 20px; margin-right: 0;}
      /* home page */
      .home-section2 { padding: 90px 30px;padding-bottom: 10px; }
      .home-section1::before{bottom:-110px;}
      .home-section1 .slick-prev:before{left:0px;}
      .home-section1 .slick-next.slick-arrow:before{right:0px;}
      section.home-section3::before {width: 130px;height: 130px;}
      section.home-section3{height:1400px;}
      section.home-section3::after {left: unset;right: 0;transform: rotate(180deg);bottom: 510px;width: 170px; height: 510px;}
      .home-section2 .sec-btn, section.home-section3 .sec-btn, .home-section5 .sec-btn {margin-top: 20px; font-size: 30px; padding: 6px 30px;margin-bottom: 20px;}
      section.home-section4{height:740px;}
      .home-section5 .box::before {width: 300px; height: 340px;}
      .home-section5 .box h3 {font-size: 24px;margin-top: 50px;}
      .home-section5 .box h4 {font-size: 18px; margin-top: -8px;}
      .home-section5 .test-btn {font-size: 18px;width: 90px;padding: 10px 0px;margin-top: 0px; }
      .home-section5 p {font-size: 19px;line-height: 24px; padding: 0 10px;margin-top: 24px;}
      .home-section5 .box{height:346px;}
      .home-section1 {padding: 0px 50px;}
      .home-section1 ul.slider li h2 {font-size: 58px;line-height: 60px;}
      .home-section1 .slick-dots{display:none!important;}
      .home-section1 ul.slider li h4 {font-size: 30px;margin-bottom: 10px;}
      .home-section1 ul.slider li .sec-btn {margin-top: 10px;font-size: 30px;padding: 10px 30px;width: 380px; margin-bottom: 10px;}
      /* footer */
      .footer-section {padding: 60px 0; padding-bottom:0px;}
      .footer-section .pages li a, .footer-section .services li a {font-size: 16px;}
      footer h4{font-size:20px!important;}
      footer a.f-btn {font-size: 24px;padding: 4px 30px;}
      footer h2{font-size:34px!important;}
      .footer-section h5{padding-top:6px;}
      /* about */
      .about-section3::before {top: 24px;width: 150px;height: 150px;}
      .about-section4{padding-top:0px;}
      /* acad */
      .acad-section2 h2{font-size:40px;}
      .about-banner-section h2{font-size: 80px;}
      .about-banner-section.admis-banner h2{font-size: 64px;}
      .acad-section2{padding-bottom:30px;}
      .acad-section3::before{bottom: -64px;width: 220px;height: 100px;}
      .acad-section4::before {width: 160px;height: 170px;bottom: -120px;}
      .acad-section5::before {width: 160px;height: 130px;bottom: -94px;}
      .acad-section6::before {width: 160px;height: 200px;bottom: -135px;}
      .acad-section7::before {width: 130px;height: 150px;bottom: -129px;}
      .acad-section8::before {width: 110px;height: 160px;bottom: -96px;}
      .acad-section9::before {width: 160px;height: 160px;bottom: -108px;}
      /* reg page */
      .formsection1 h1{font-size:70px;}
      .sideemailbutton .open-button{right:0;}
      .about-banner-section img{width:100%;}
      .about-section4 img{margin-left:-44px;width:130%;}
      .form-group {width: auto!important;}
      .faqsection2 h1{font-size: 50px;}
      .checkbox-group,fieldset{width:100px;}
        footer ul.contact-info li a, footer ul.contact-info1 li a{font-size:18px!important;}
    }
  
  /* laptop */
  @media screen and (min-width: 1366px) and ( max-width: 1800px) {
      /* header */
      .header-section a.logo {font: normal normal 500 36px/72px 'Bebas Neue', sans-serif;}
      .header-section ul li a{font-size: 20px;}
      .header-section a.last-li{width:150px;}
     
      /* homepage */

      /* footer */
      .footer-section .pages li{margin: 0 16px;}
      footer ul.social-icons.p-0 li img { width: 36px;}
  }
  