@font-face {
  font-family: Poppins;
  src: url(../font/Poppins-Light.ttf);
  font-weight:100;
}
@font-face {
  font-family: Poppins;
  src: url(../font/Poppins-Medium.ttf); 
      font-weight:500;
}
@font-face {
  font-family: Poppins;
  src: url(../font/Poppins-Regular.ttf);  
      font-weight:400;
}
@font-face {
  font-family: Poppins;
  src: url(../font/Poppins-SemiBold.ttf); 
      font-weight:700;
}
@font-face {
  font-family: Poppins;
  src: url(../font/poppins-Thin.ttf);   
      font-weight:900;
}

body{
    background-color: #fff;
    padding-top: 0!important;
    padding-bottom: 0!important;
    color: #5a5a5a;
}

*{
      font-family: 'Poppins', sans-serif;
}
html{
      scroll-behavior: smooth;
}
p{
      font-size: 15px;
}
.m-t-20{
      margin-top: 20px;
}
.m-t-10{
      margin-top: 10px;
}
.p-t-20{
      padding-top: 20px;
}
.p-t-10{
      padding-top: 10px;
}

.cmn-btn{
      display: inline-block;
    padding: 10px 20px;
    background-color: #052d89;
    color: #f1f1f1;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 3px solid transparent;
       transition: all ease 0.5s;
}
.cmn-btn:hover{
      background-color: transparent;
    color: #052d89;
    border: 3px solid #052d89;
      text-decoration: none;
   
}
.cmn-btn.clr-pink{
      background-color: #f25ca3;
}
.cmn-btn.clr-pink:hover{
       background-color: transparent;
      color: #f25ca3;
    border: 3px solid #f25ca3;
}
/***************************/
.header{
      position: fixed;
    width: 100%;
    top: 0;
          z-index: 9;
}
.darkheader{
   background: #fff;
    z-index: 9;
      box-shadow: 0px 11px 28px 0px rgba(0,0,0,0.55);
      -webkit-box-shadow: 0px 11px 28px 0px rgba(0,0,0,0.55);
      -moz-box-shadow: 0px 11px 28px 0px rgba(0,0,0,0.55);
}
.darkheader nav{
      padding-top: 0;
      padding-bottom: 0;
}
.darkheader nav .navbar-brand{
     padding-top: 0;
      padding-bottom: 0;
}
.darkheader .navbar-wrpr li a{
      color: #052d89 !important;
}
.darkheader .navbar-wrpr li a:hover{
      border-bottom: 2px solid #052d89;
      
}
.navbar-brand img{
      width:150px;
}
.navbar-wrpr .navbar-nav{
      width: 100%;
    justify-content: flex-end;
}
.navbar-wrpr li{
     margin: 0 20px; 
}
.navbar-wrpr li a{
          font-weight: 500;
    color: #dfdfdf;
      border-bottom: 2px solid transparent;
      transition: all ease 0.5s;
}
.navbar-wrpr li a:hover{
      border-bottom: 2px solid #dfdfdf;
      
}

/******banner*****/

.main-banner{
       padding-top: 200px;
    background-image: url(../../images/banner-bg.png);
    background-size: 75%;
    background-position: 150% 0;
    background-repeat: no-repeat;
    min-height: 650px;
}
.main-banner .container{
      position: relative;
}
.main-banner h1{
    color: #052d89;
    padding-left: 20px;
    font-weight: 400;
      font-size: 48px;
}
.main-banner h1 span{
      display: block;
    margin-top: 5px;
    font-weight: 700;
}
.main-banner p{
         color: #052d89;
    font-weight: 500;
    padding-left: 20px;
    margin-top: 25px;
          padding-right: 70px;
}
.main-banner .banner-btn{
      margin-top: 40px;
      text-align: center;
      padding-right: 70px;
}
.main-banner .ba-img{
          position: absolute;
    right: 0;
    bottom: -150px;
    width: 60px;
}

/**************************/
.divider-wrpr{
      position: relative;
    
}
.divider-wrpr .divider-img{
    width: 100%;
    height: 400px;
      position: absolute;
      top: 0;
      z-index: -1;
}

.campus-wprp.divider-wrpr{
      top: -90px;
      margin-bottom: -60px;
}
.divider-wrpr h3{
    padding-top: 80px;
    z-index: 9999;
    color: #f8f8f8;
    font-size: 50px;
}
.campus-wprp.divider-wrpr h3{
      text-align: right;
      padding-top: 250px;
}
.campus-wprp .kid-img{
      width: 450px;
    margin-top: -80px;
    margin-bottom: 50px;
}
.campus-wprp h4{
          float: right;
    width: calc(100% - 450px);
    text-align: right;
    padding-top: 150px;
    color: #052d89;
    font-weight: 500;
    font-size: 22px;
}
.campus-wprp h4 span{
      display: block;
    margin-top: 5px;
}
.campus-wprp p{
      color: #052d89;
}
.campus-wprp .campus-slider {
      margin-top: 80px;
}
.campus-wprp .campus-slider .carousel-inner .carousel-item{
     background-color: transparent;
}
.campus-slider .carousel-indicators{
          bottom: -40px;
}
.campus-slider .carousel-indicators .active {
    background-color: #052d89;
}
.campus-slider .carousel-indicators li{
      background-color: #c0c0c0;
}
/*.campus-wprp .campus-slider .carousel-inner{
          border-top-right-radius: 160px;
    border-bottom-left-radius: 160px;
    border: 5px solid #052d89;
}/*

/****************/
.scroll-top{
      padding-top: 95px; 
}
.scroll-top.divider-wrpr .divider-img{
      top:95px;
}

.benifits-list-wrpr{
      margin-top: 180px;
}
.benifits-list{
      text-align: center;
      margin-bottom: 60px;
}
.benifits-list span{
         display: inline-block;
    min-height: 100px;
}
.benifits-list img{
    width: 80px;  
}

.benifits-list h4{
     color: #052d89;
    font-size: 22px;
    margin: 20px 0;
      font-weight: 700;
}
.benifits-list p{
    color: #052d89;
    padding: 0 30px;
    font-weight: 500;
}
/**************************/
.Courses{
        margin: -100px 0 0;  
}
.Courses.divider-wrpr h3{
      padding-top: 230px;
}
.Courses h4{
        color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px;
}
.cource-list{
        margin-top: 120px;  
}
.join-us{
    width: 280px;
    margin: 0 auto;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 10px 15px rgb(242 92 163 / 54%);
    padding: 10px 0;
      margin-bottom: 60px;
}
.join-us img{
      display: block;
          margin: 0 auto;
}
.join-us .cmn-btn{
         padding: 7px 40px;
      margin-bottom: 20px;
}
.other-cource-h4{
       color: #052d89;
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}
.other-cource-list{
     width: 190px;
    margin: 0 auto;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 10px 15px rgb(5 45 137 / 30%);
    padding: 10px 0;
      margin-bottom: 60px; 
}
.other-cource-list img{
      display: block;
          margin: 0 auto;
}
.cource-list2.other-cource-list img{
      margin-bottom: 20px;
}
.other-cource-list .cmn-btn{
         padding: 7px 40px;
      margin-bottom: 20px;
}
.course-details-wrpr{
    padding: 20px 80px;
}
.course-details{
      text-align: center;
}
.course-details h5{
        margin-top: 15px;
    color: #052d89;
    font-size: 17px;
    font-weight: 600;  
}
.course-br{
    width: 100%;
    height: 4px;
    background-color: #f25ca3;
    margin: 15px;  
}
.course-content{
      margin-top: 60px;
}
.course-details-wrpr p{
    color: #052d89; 
    line-height: 30px;
    font-size: 16px;

}
.Stories-list{
      padding-top: 180px;
}
.Stories-list .story-person img{
          width: 100%;
    padding: 0 50px;
}
.story-right img{
    width:120px;
      float: left;
}
.story-right h5{
    width:calc(100% - 120px);
    float: left;
      color: #052d89; 
      padding: 15px 40px;
          font-weight: 600;
}
.story-right h5 span{
         display: block;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}
.story-right p{
   font-weight: 500;
    float: left;
    font-size: 17px;
    color: #052d89;
    margin: 30px 0;
}
.story-right img.quote-right{
      float: right;
}
.enroll-btn{
    text-align: center;
    width: 100%;
    margin: 140px 10px 20px;
}
.Stories .cmn-btn{
    padding: 15px 60px;
    font-size: 16px;
}
.contact-us{
      margin: 60px 0;
}
.contact-us h2{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #052d89;
      margin-bottom: 80px;
}
.contact-us h2 span{
      color: #1e86f9;
}
.contact-us  .form-control{
      padding: 20px 20px 15px;
    border-radius: 60px;
    box-shadow: 0px 4px 7px rgb(165 165 165 / 60%);
    border: none;
      height: 60px;
}
.contact-us .input-mail{
          padding-left: 100px;
}
.contact-us .input-mail .form-control{
      width:calc(100% - 60px);
          padding-right: 65px;
}
.contact-us .input-mail .cmn-btn{
      padding: 10px 40px;
    font-size: 16px;
    width: 130px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.contact-us .input-mail .cmn-btn:focus{
      outline: 0;
}
.contact-us .input-mail .cmn-btn:hover{
      background-color: #052d89;
    color: #fff;
    border: 3px solid transparent;
}
.footer{
      background-image: url(../../images/footer-bg.png); 
    padding: 300px 0 40px;
          margin-top: -200px;
          background-size: 100%;
    background-position: 0 10px;
    background-repeat: no-repeat;
      color:#ffffff;
}
.footer-left img{
    width: 270px;
}
.footer-left p{
   color: #e9e9e9;
    margin-top: 15px;  
          padding-right: 30px;
}
.footer h4{
     text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
}
.footer-right p{
       color: #e9e9e9;
    padding: 0 20px;
}
.footer-right h5{
          font-size: 14px;
    font-weight: 100;
    color: #e9e9e9;
    margin-top: 80px;
}
.footer-center .conact-mail{
          display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.footer-center .conact-mail span{
          width: 30px;
    float: left;
}
.footer-center .conact-mail span img{
          width: 22px;
}
.footer-center .cont-ph.conact-mail span img{
      width: 16px;
}
.footer-center .cont-loc.conact-mail span img{
      width: 20px;
}
.footer-center .conact-mail h6{
    width: calc(100% - 30px);
    float: left;
    padding-left: 10px;
    font-weight: 400;
    color: #e9e9e9;
    font-size: 15px;
    padding-right: 30px;
}
.footer-center ul{
         padding: 20px 0 0; 
}
.footer-center ul li{
        list-style-type: none;
      display: inline-block;
      margin-right: 25px;
}
.footer-center ul li img{
      width: 22px;
}
.footer-center ul li.fb-icon img{
      width: 12px;
}
.footer-center ul li img:hover{
     opacity: 0.6;
}
.carousel-item > img{
      width:100%;
}
/*************RESPONSIVE*****************/
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
@media (max-width: 1200px){
      .divider-wrpr h3{
           font-size: 44px;
      }
}
@media (max-width: 1024px){
      .navbar-wrpr li {
            margin: 0 10px;
      }
      .main-banner{
                background-size: 80%;
      }
}
@media (max-width: 992px){
    .campus-wprp .kid-img {
          width: 450px;
          margin-top: 0;
          margin-bottom: 50px;
      }
      .campus-wprp h4{
          float: none;
          width: 100%;
          padding-top: 0;
          text-align: left;
          margin-bottom: 40px;
      }
}
@media (max-width: 767px){
      .header{
         background-color: #052d89;  
      }
      .header .navbar{
            padding: 0;
      }
      .navbar-brand{
           padding: 0; 
      }
      .navbar-collapse .navbar-nav {
          border-top: 2px solid #001c5d;
          margin-top: 15px;
          padding: 10px 0;
      }
      .navbar-collapse.show{
            display: block;
          background-color: #052d89;
          z-index: 9;
      }
      .navbar-toggler {
            border: 2px solid #c7c7c7;
            padding: 7px 5px 2px;
      }
      .darkheader .navbar-wrpr li a{
                color: #ffffff !important;
      }
      .navbar-toggler span{
          width: 30px;
          height: 2px;
          background: #fff;
          display: block;
          margin-bottom: 6px;
      } 
      .main-banner {
    padding-top: 240px;
      }
      .main-banner .ba-img {
    position: absolute;
    right: 20px;
    bottom: 0;
      }
      .divider-wrpr h3 {
    font-size: 32px;
}
      .story-person {
            margin-bottom: 40px;
      }
      .contact-us .input-mail {
              padding-left: 15px;
      }
      .benifits-list p {
    padding: 0 10px;

}
      .course-details-wrpr {
    padding: 20px;
}
      .campus-wprp h4 span{
            display: inline-block;
            margin: 0;
      }
      .footer{
         background-size: cover;
    padding: 540px 0 40px;
    margin-top: -530px;
      }
      .footer-left{
            text-align: center;
            margin-bottom: 40px;
      }
      .footer-center .conact-mail{
                margin-bottom: 0;
      }
      .footer-right p {
          padding: 0;
      }
      .footer-right h5 {
          color: #bcbcbc;
          text-align: center;
                margin-top: 30px;
      }
      .enroll-btn {
          margin: 80px 10px 20px;
      }
      .campus-slider .carousel-item{
            height: 400px;
      }
      .campus-slider .carousel-item > img{
            height: 100%;
      }
      .campus-slider .carousel-control-prev, .campus-slider .carousel-control-next{
            display: none;
      }
      .benifits-list {
          margin-bottom: 30px;
      }
            .course-details-wrpr {
          padding: 20px;
      }
      .contact-us .input-mail .cmn-btn{
            right: 10px;
      }
}
@media (max-width: 620px){
      .main-banner{
                background-position: 150% 60px;
      }
      .divider-wrpr .divider-img{
            display: none;
      }
      .divider-wrpr h3{
                background-color: #052d89;
                text-align: center!important;
                padding: 20px !important;
                font-size: 28px;
                margin-top: 60px;
                border-left: 10px solid #000000;
      }
      .scroll-top{
            padding-top: 20px;
      }
      .benifits-list-wrpr {
    margin-top: 80px;
}
      .campus-slider .carousel-item{
            height: 350px;
      }
      .Courses{
            margin: 0;
      }
      .cource-list {
          margin-top: 50px;
      }
      .Courses h4 {
          color: #052d89;
          text-align: center;
      }
}
@media (max-width: 520px){
    .main-banner h1 {
    font-size: 40px;
}
      .main-banner {
    background-position: 150% 70px;
    background-size: 90%;
}
      .campus-slider .carousel-item{
            height: 300px;
      }
      .campus-wprp .kid-img{
            width: 100%;
      } 
}
@media (max-width: 420px){
      .campus-slider .carousel-item{
            height: 250px;
      }
}
