/* globel */
body{
  /*font-family: "Poppins", sans-serif;
  font-size: .85rem;*/
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
}
body {
  height: 100%;
  position: relative; 
}
body:before {
  content: "";
  position: absolute; top: 0;left: 0;  right: 0;bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease; -o-transition: .3s all ease;transition: .3s all ease;
  opacity: 0;visibility: hidden;z-index: 10; 
}
body.offcanvas-menu:before {
  opacity: 10; visibility: visible; 
}
btn:focus, a:focus{
 outline: none;
}
.btn-primary:hover, .btn-primary:focus {
  color: black !important; border-color:#facf49 !important ;
  background-color: #facf49 !important;
}
.color-yellow{ 
  color: #facf49;
}
.text-justify{ 
  text-align: justify !important;
}
.navbar-toggler:focus{
 outline: none !important;
 box-shadow: none;
}
a {
  text-decoration: none;
}
h3{ 
  font-size: 20px; 
  font-weight: 600;
  color: #000;
}
.color-p{
  color: #ee713b !important;
}
img {
  max-width: 100%;
}

.form1 .form-label{ 
  font-size: 13px; font-weight: 600;
}
/* header */
.headerLogo img{ max-width: 150px;
  position: absolute;
  z-index: 999;
  top: 0;
} 
.firstblock label{ 
  font-weight: 500; display: block;
}
.firstblock {
  font-size: 15px;color:#262626;padding-top: 5px;
  padding-bottom: 5px;
}
#header {
 /* height: 139px;*/ 
 height: auto;
 transition: all 0.5s; background: #fff;
 z-index: 997;
 padding: 0px 0;
 box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
 -webkit-transition: all 0.5s ease;
 -moz-transition: position 10s;
 -ms-transition: position 10s;
 -o-transition: position 10s;
 transition: all 0.5s ease;
}
.fixed-top{
  animation: smoothScroll 1s forwards;
}
.has-search{position: relative;}
.has-search .form-control {
 padding: 12px;
 background-color: #fff;
 border-radius: 35px;
 /* width: 100%; */
 border: 0;
 /* max-width: 740px; */
 height: 50px;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  /* right: 0; */
  display: block;
  /* width: 2.375rem; */
  height: 2.375rem;
  /* line-height: 2.375rem; */
  text-align: center;
  pointer-events: none;
  /* color: #aaa; */
  background: #ad1f24;
  border-radius: 50px !important;
  font-weight: 700;
  border: 1px solid #ad1f24;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 15px;
  color: #fff;
  width: 40px;
  top: 6px;
  right: 7px;
}

.badge{
  font-weight: 300;
}
.badge-img{
  background: #12A9C1;
  font-size: 15px;
  margin:-10px 0 0 8px;
}

.more-link .bi{
  font-size: 10px;
}


.firstblock{ background: #fff ;}
.firstblock .border-bottom{ border-bottom: 0px solid #cde4f6 !important;}
.firstblock nav a{     font-size: 0.75rem; color: #262626; padding-right: 25px; text-decoration: none;}
.secondblock{ height: 56px; background: #fff;}
.secondblock .navbar-nav .nav-item a{ color: #262626; }
.secondblock .navbar-nav .nav-item .dropdown-menu a{ color: #000;}
.secondblock .navbar-nav .nav-item a:hover, .secondblock .navbar-nav .nav-item a.active { color: #facf49;}
/* banner */
.banner{ margin-top: 160px;}
.bg-cover {
  background-size: cover !important;
  background-position: center;
}
.banner-min-h{ min-height: 300px;}
.page-holder {
  min-height: 100vh;
}


.grid-body {
  padding: 120px 80px;
  display: grid;
  justify-content: center;
  grid-row-gap: 0;
  grid-column-gap: 30px;
  grid-template-columns: repeat(5, calc(20% - 30px));
}
.grid-body .card:nth-child(even) {
  top: 60px;
}
.grid-body .card {
  width: 100%; padding: 0 20px 50px;
  max-width: 170px;
  border-radius: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; border: 2px solid #a389f6;
  text-align: center;
}
.grid-body .card h4{font-size: 1.2rem;}
.grid-body .card a{ color: #000;}
.grid-body .card .icon{
  margin: 20px;
  width: 110px; height: 110px; border-radius: 100px; color: #fff; display: flex;font-size: 45px;
  justify-content: center;
  align-items: center;
}
.icon2{
  margin: 20px;
  width: 150px; height: 150px; border-radius: 100px; color: #fff; display: flex;font-size: 70px;
  justify-content: center;
  align-items: center;
}

/* staff grid */
.staff-grid-body {
  padding: 30px;
  display: grid;
  justify-content: center;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  grid-template-columns: repeat(4, calc(25% - 30px));
}
.staff-grid-body .card:nth-child(even) {
  top: 60px;
}
.staff-grid-body .card {
  width: 100%; padding: 0 20px 50px;
  border-radius: 10rem;
  background: #ec981c;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.staff-grid-body .card:nth-child(3n+2) {
  background:#59c0c9;
}
.staff-grid-body .card:nth-child(3n+3) {
  background:#a789f9;
}
.staff-grid-body .card::before {
  content: "";
  width: 100%; 
  height: 270px;
  border-radius: 200px;
  border: 50px solid rgba(0, 0, 0, 0.079);
  position: absolute; top: 0; left: 0;
}
.staff-grid-body .card h4{font-size: 1.2rem;
  position: absolute;top: 80px;  left: 0; right: 0;}
  .staff-grid-body .card a{ color: #000;}
  .staff-grid-body .card .user{
   position: absolute;
   bottom: -1px; left: 0;border-radius: 120px;
   overflow: hidden;
 }

/* Event list */
.card-blue .card-header{ background: #1e2d4c; color: #fff; text-align: center;border-bottom: 2px solid #fff;}
.card-orenge .card-header{ background: #493301; color: #fff; text-align: center;border-bottom: 2px solid #fff;}
.card-blue li, .card-orenge li{ background: none; color: #fff;}
.card-2{
  padding: 10px;
  border-radius: 40px;
  background: #fff;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  height: 100%;
}
.card-2 img{ border-radius: 40px;}
.card-2 .badge{     margin-top: -44px; left: 20px;
  position: absolute; padding: 13px 10px;
  z-index: 9;}
  
  .eventList li{
    margin-bottom: 25px; padding-bottom: 25px;
    border-bottom: 1px solid #cde4f6 !important; color: #2767a4; font-size: 12px;
  }
  .eventList li:last-child{
    border-bottom: 1px solid transparent !important; 
  }
  .eventList .icon {
    width: 35px;
    height:35px;
    border-radius: 100px;
    color: #2767a4;
    display: flex;
    background:#cbe4f8 ;
    font-size: 17px;
    justify-content: center;
    align-items: center;
  }
  .event-section{
    padding-bottom: 170px;
    padding-top: 30px;
  }
  .event-section2{
    padding-bottom: 170px;
    padding-top: 30px;
  }
  .hpx-70{ height: 70px;}
  .contact-img {
    bottom: -165px;
  }
  .contact-img2 {
    bottom: -50px;left: -50px;
  }
/* home tab */
.tab-1 .nav-item{ border: none; font-weight: 600; font-size: 25px;}
.tab-1 .nav-item .nav-link{ border: none; color: #000;}
.tab-1 .nav-item .nav-link.active{ color: #ee713b; border-bottom: 1px solid #ee713b;}
ul.list-unstyled li, ul.list-multicolor li {
  line-height: 24px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}
ul.list-unstyled li:before {
  color: #ee713b;
  position: absolute;
  content: "\F280";
  font-family: bootstrap-icons;
  left: 0;
  font-size: 15px;
}
ul.list-unstyled2 li {  margin-bottom: 10px;}
ul.list-multicolor li{  padding-left: 25px;}
ul.list-multicolor li:before {
  color: #21a9b7;
  position: absolute;
  content: "\F582";
  font-family: bootstrap-icons;
  left: 0;
  font-size: 15px;
}
ul.list-multicolor li:nth-child(3n+2):before {
  color:#ec981c;
}
ul.list-multicolor li:nth-child(3n+3):before {
  color:#8961f5;
}
.count-list li{ margin-bottom: 10px; padding-left: 20px;}

ol.number-list-two-color li, ol.number-list-mulity-color li {
  counter-increment: item;
  margin: 10px 0; position: relative; padding-left: 50px;
}

ol.number-list-two-color li::before, ol.number-list-mulity-color li::before  {
  content: counter(item) " ";
  font-weight: bold; position: absolute;
  width: 40px;height: 40px; border-radius: 50px;
  color: #fff;
  display: flex; left: -7px;
  justify-content: space-around;
  align-items: center;
}
ol.number-list-two-color li:nth-child(odd)::before {
  background: #cf3e45;
}
ol.number-list-two-color li:nth-child(even)::before {
  background: #48bf6f;
}
ol.number-list-mulity-color li:nth-child(3n+1)::before {
  background: #efbd38;
}

ol.number-list-mulity-color li:nth-child(3n+2)::before {
  background: #df9333;
}

ol.number-list-mulity-color li:nth-child(3n+3)::before {
  background: #48bf6f;;
}
ol.number-list-mulity-color li:nth-child(3n+4)::before {
  background:#cf3e45;; 
}
ol.number-list-mulity-color li:nth-child(3n+5)::before {
  background: #46bfc7;
}
/* About us motto box */
.motto-box h4 {
  color: #fff;
  line-height: 4rem;
  text-align: left;
  margin-top: 0;
}
.motto-box h4 span {display: flex;    align-items: center;
  justify-content: flex-start;}
  .motto-box h4 b {
    color: #ffffff;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;

  }
/* about us page about-grid */

.about-grid .boxA{
  grid-column: col / span 2;
  grid-row: row;
}
.about-grid .boxB{
  grid-column: col 3 / span 2;
  grid-row: row;
}
.about-grid .boxC{
  grid-column: col / span 4;
  grid-row: row 2;
}
.quteAbout {
  position: absolute;
  left: calc(50% - 80px);
  top: -48px;
}
/* pedagogy  page pedagogy-grid-two */
.pedagogy-grid-two{
  justify-content: center;
  grid-row-gap: 60px;
  grid-column-gap: 30px;
  grid-template-columns: repeat(3, calc(33% - 30px));
}
.pedagogy-grid-two .box {
 width: 100%; height: 50px; text-align: center; border-radius: 10px;  position: relative;
 display: flex;justify-content: space-around; align-items: center; color: #fff;
}
.pedagogy-grid-two .box:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 20px;
  height: 90px;
  width: 120%;
  left: 50%;
  z-index: -1;
}
.pedagogy-grid-two .box::after {
  content: "";
  position: absolute;
  display: block;
  height: 0px;
  width: 0px;
  right: -20px;
}
.pedagogy-grid-two .boxA {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2; background: #df9333;
}
.pedagogy-grid-two .boxA:before {
  border-top: 2px dashed #df9333;
  border-right: 2px dashed #df9333;
  border-left: 2px dashed transparent;
  border-bottom: 2px dashed transparent;
  top: 23px;
  border-bottom-right-radius: 0;
}
.pedagogy-grid-two .boxA:after {
  border-top: solid 10px #df9333;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  top: 200%;
  right: -75%;
}
.pedagogy-grid-two .boxB {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;background: #46bfc7;
  grid-row-end: 3;
}
.pedagogy-grid-two .boxB:before {
  border-top: 2px dashed #46bfc7;
  border-right: 2px dashed transparent;
  border-left: 2px dashed #46bfc7;
  border-bottom: 2px dashed transparent;
  top: -87px;
  border-bottom-left-radius: 0;
}
.pedagogy-grid-two .boxB:after {
  border-left: solid 10px #46bfc7;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  top: -192%;
  right: -18%;
}
.pedagogy-grid-two .boxC {
  grid-column-start: 3;background: #48bf6f;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.pedagogy-grid-two .boxC:before {
  border-top: 2px dashed transparent;
  border-right: 2px dashed #48bf6f;
  border-left: 2px dashed transparent;
  border-bottom: 2px dashed #48bf6f;;
  border-top-right-radius: 0;
  top: 46px;
  left: -121px;
}
.pedagogy-grid-two .boxC:after {
  border-right: solid 10px #48bf6f;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  top: 249%;
  right: 112%;
}
.pedagogy-grid-two .boxD {
  grid-column-start: 2;background: #cf3e45;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
.pedagogy-grid-two .boxD:before {
  border-top: 2px dashed transparent;
  border-right: 2px dashed transparent;
  border-left: 2px dashed #cf3e45;
  border-bottom: 2px dashed #cf3e45;;
  top: -64px;
  border-top-left-radius: 0;
  left: -121px;
}
.pedagogy-grid-two .boxD:after {
  border-bottom: solid 10px #cf3e45;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  top: -123%;
  right: 163%;
}


/* testimonials */
.video-box {
  padding: 0px;
  margin-bottom: 30px;
}
.youtube-testimonials {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;
  border-radius: 10px;
}
.youtube-testimonials img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}
.youtube-testimonials img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-testimonials .play {
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(../img/ytplay.png) no-repeat;
  cursor: pointer;
}
.video-box p {
  margin: 3px 0 5px 0;
  padding: 5px;
  text-align: center;
  background-color: #eee;
}

.testimonials-slider .swiper-wrapper{ padding-top: 100px; margin-bottom: 30px;}
.testimonials-slider .swiper-slide{border-radius: 150px; padding: 20px 40px;
  position: relative; background: #38a9b7;  min-height: 260px;    display: flex;
  align-items: center;text-align: center;
}
.testimonials-slider .swiper-slide:nth-child(even){background: #8764f2; }
.testimonials-slider .swiper-slide::after{
  content: "";
  position: absolute;
  display: block;
  height: 0px;
  width: 0px;
  right: 50%;
  bottom: -20px;
  border-top: solid 20px #38a9b7;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}
.testimonials-slider .swiper-slide:nth-child(even)::after{ border-top: solid 20px #8764f2;}
.testimonials-slider  .testimonial-img{
  width: 150px;
  height: 150px;
  overflow: hidden;position: absolute;
  top: -80px; right: 0; 
}
.testimonials-slider  .testimonial-img img {
  width: 100%; border-radius: 50%;border: 5px solid #eeedeb;
}


@media (max-width: 768px) {
  .about-grid .d-flex{ flex-direction: column;}
  .about-grid .boxA ,.about-grid .boxB .about-grid .boxC {
    grid-column: col / span 4; grid-row: auto;}
    .about-grid .boxB{grid-column: col / span 4; border-right: none;}
    .quteAbout { left: calc(62% - 80px); }

    .pedagogy-grid-two{    grid-template-columns: repeat(1, calc(90% - 30px)); overflow: hidden;}
    .pedagogy-grid-two .box{
      grid-column: auto !important;
      border-right: none !important;
      grid-row-start: auto !important;
      grid-row-end: auto !important; 
    }
    .pedagogy-grid-two .box::after{ border-radius: 0 !important;}
    .pedagogy-grid-two .boxA:before {
      border-top: 2px dashed transparent;
      border-right: 2px dashed transparent;
      border-left: 2px dashed #df9333;
      border-bottom: 2px dashed transparent;
      top: auto;
      bottom: -85px;
    }
    .pedagogy-grid-two .boxA:after {
      border-right: solid 10px transparent;
      border-left: solid 10px transparent;
      border-top: solid 10px #df9333;
      top: 190%;
      right: 0;
      left: 47%;
    }
    .pedagogy-grid-two .boxB:before {
      border-top: 2px dashed transparent;
      border-right: 2px dashed transparent;
      border-left: 2px dashed #46bfc7;
      border-bottom: 2px dashed transparent;
      top: auto;
      bottom: -85px;
    }
    .pedagogy-grid-two .boxB:after {
      border-right: solid 10px transparent;
      border-left: solid 10px transparent;
      border-top: solid 10px #46bfc7;
      top: 190%;
      right: 0;
      left: 47%;
    }
    .pedagogy-grid-two .boxC:before {
      border-top: 2px dashed transparent;
      border-right: 2px dashed transparent;
      border-left: 2px dashed #48bf6f;
      border-bottom: 2px dashed transparent;
      top: auto;
      bottom: -85px;
      left: 50%;
    }
    .pedagogy-grid-two .boxC:after {
      border-right: solid 10px transparent;
      border-left: solid 10px transparent;
      border-top: solid 10px #48bf6f;
      top: 190%;
      right: 0;
      left: 47%;
    }
    .pedagogy-grid-two .boxD:before {
      border-top: 2px dashed transparent;
      border-right: 2px dashed transparent;
      border-left: 2px dashed transparent;
      border-bottom: 2px dashed transparent;
      top: auto;
      bottom: -0;
    }
    .pedagogy-grid-two .boxD:after {
      border-right: solid 10px transparent;
      border-left: solid 10px transparent;
      border-top: solid 10px transparent;
      top: 0%;
      right: 0;
      left: 0%;
    }
    .youtube-testimonials .play {
      height: 45px;
      width: 45px;
      left: 50%;
      top: 50%;
      margin-left: -22px;
      margin-top: -20px;
      background-size: contain;
    }

    .testimonials-slider .swiper-wrapper {
      padding-top: 145px;
    }
    .testimonials-slider .testimonial-img {
      top: -134px;
      right: 30%;
    }

  }

/* chiarman message place holder */
.main-pic-holder .first-img{
 background: url("../img/img5.jpg") no-repeat center center;
 width: 100px;
}
.main-pic-holder .img-placeholder1{
 background:#8961f5; width: 320px; height: 390px; border-radius: 20px; overflow: hidden;
}
.main-pic-holder .pic-info{
  background: url("../img/img6.jpg") no-repeat right center;    background-size: contain;
}


/* admission list  */
.no-border-list-space li{ border: none; border-radius: 0; margin-bottom: 10px;}
.gallery-box {
  padding: 20px 10px 30px;
  background-color: #eee;
  text-align: center;
  display: block;
  background-image: url(../img/tls-gallery-box.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 235px;
  border: 1px solid #fac733;
  position: relative;
  text-align: center;
}
.gallery-box .gallery-cont {
  position: absolute;
  top: 47%;
  left: 30%;
  transform: translate(-15%, -50%);
  background: rgb(0 0 0 / 30%);
}
.gallery-box .gallery-cont i {
  color: #fac733;
  display: block;
  font-size: 40px;
  margin: 25px 10px;
}
.gallery-box .gallery-btn {
  background: #fec722;
  border: medium none;
  border-radius: 0px;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  margin: 30px auto 0;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  margin-top: 20px;
  text-decoration: none;
}

/*   sub-pic-holder (with rounded 2 dote) */
.sub-pic-holder{
  position: relative;
}
.sub-pic-holder .img-placeholder1{ width: 100%; height: 100%; overflow: hidden;}
.sub-pic-holder .img-placeholder1 img{ width: 100%;}
.sub-pic-holder .first-dote, .sub-pic-holder .last-dote{ width: 18%; height: 18%;border-radius: 100px; position: absolute;
  border: 4px solid #fff; left: 40px;}
  .sub-pic-holder .last-dote{ right: 75px; bottom: 0; left: auto;}

  .teacher_skill h5 {
    padding: 25px 0px 10px;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
  }
  .teacher_skill h5:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 25%;
    background: #fec722;
    content: "";
  }
  .teacher_skill .progress-bar-linear {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .teacher_skill .progress-bar-linear .progress-bar-text {
    display: inline-block;
    margin: 0 0 6px 8px !important;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
  }
  .teacher_skill .progress-bar-linear .progress-cont {
    display: inline-block;
    float:right;
    margin-right: 10px;
  }
  .teacher_skill .progress-bar-linear .progress-bar-text.main-color  { color: #000;}
  .teacher_skill .progress-bar-linear .progress-bar-text {
    display: inline-block;
    margin: 0 0 6px 8px !important;
    font-size: 15px; color: #717274;
    font-weight: 500;
    padding-top: 10px;
  }
  .teacher_skill .progress-bar-linear .progress-bar-skills {
    position: relative;
    width: 100%;
    background-color: #efefef;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .teacher_skill .progress-bar-linear .progress-bar-line {
    position: relative;
    width: 5%;
    height: 6px;
    -webkit-transition: all 1.6s ease-out;
    -o-transition: all 1.6s ease-out;
    -moz-transition: all 1.6s ease-out;
    transition: all 1.6s ease-out;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .scrollbar {
    max-height: 250px;
    padding: 1rem;
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
  }

  .scrollbar::-webkit-scrollbar {
    width: 5px;
  }
  .scrollbar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
  }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 1px solid transparent;
    background-clip: content-box;
    background-color:#FACF49 ;
  }
  .elementor-iconIMG{ width: 34px; height: 34px;
    background: url('../img/quality.svg') no-repeat; background-size: cover;} 

/* footer */

footer {
  /*background: #9ac202;*/
  /*background: #65694d;*/
  background: #6a7b7f;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
footer a{ color: #fff;}
footer ul.list-unstyled li {padding-left: 25px; margin-top: 10px;}
footer ul.list-unstyled li:before {
  color: #ffffff;
  position: absolute;
  content: "\f135";
  font-family: bootstrap-icons;
  left: 0;
  font-size: 25px;
}
.social-link span{ padding: 0px 5px;}
.terms {
  /*background-color: #23408f;*/
  background-color: #566b70;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}

.head-h2{
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.main-h1{
  font-weight: 600;
}
.a-continu{
  font-size: 16px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
}
.p-main{
  font-size: 16px;
}
.h2-upcoming{
  color: #000;
  font-weight: 300;
  font-size: 42px;
}
.h2-upcoming>span{
  font-weight: 900;
}
.view-button{
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.row-background1{
  width: 100%;
  height: auto;
  background: url(../img/bg-banner.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
}
.pl-70{
  padding-left: 70px;
}
.pt-pb-110{
 padding-top: 110px;
 padding-bottom: 100px;
 overflow: hidden;
}
.pl-35{
  padding-left: 35px;
}
.some-background{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #6495ed;
  background: linear-gradient(1deg, rgb(35 64 143), rgb(31 32 74 / 67%)), url(../img/0banner1.jpg) no-repeat fixed;
  background-size: cover;
  background-position: center center;
}
.section-div2{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.enquiry-button{
  border-radius: 23px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pl-pr-15{
  padding-left: 15px;
  padding-right: 15px;
}
.padding-all{
  padding: 25px;
}
.form-position{
  position: relative;
  top: 65px;
}
.pt-pb-70{
  padding-top: 70px;
  padding-bottom: 70px;
}
.vm-div {
  padding-top: 50px;
}
.pl-25{
  padding-left: 25px !important;
  font-size: 16px;
  line-height: 28px !important;
}
.main-banner{
  background: linear-gradient(to top, #23408f, #9907fa00), url(../img/main-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pp-mm-dd{
  padding: 5rem 3rem;
}
.main-courses{
  padding-bottom: 80px;
  overflow: hidden;
}
.main-courses h3{
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 30px;
}
.main-courses span {
  font-weight: 900;
  overflow: hidden;
}
.white-box{
  background-color: #fff;
  padding: 65px 38px;
  position: relative;
  right: 80px;
  top: 20px;
  box-shadow: 3px 8px 20px 0px #c3c3c3;
  border-top-right-radius: 115px;
  border-bottom-right-radius: 115px;
}
.white-box h4{
  font-weight: 600;
  color: #000;
}
.white-box a{
  display: inline-block;
  background-color: #0f5463;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
.height50{
  height: 50px;
}
.pages-title {
}
.pages-title h1{
  color: #fff;
  font-size: 52px;
  margin-bottom: 0;
}
.pages-title ul li {
  color: #d2d6dc;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.pages-title ul li::before {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d2d6dc;
  transform: translateY(-50%);
}
.pages-title ul li a {
  font-weight: 700;
  color: #ffc333;
}
.pages-title ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.pages-title ul li:last-child::before {
 display: none;
}
.pages-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 40%;;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/bsc-nursing-banner.webp);
}
.about-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 40%;;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/bsc-nursing-banner.webp);
}
.bsc-nursing-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 40%;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/bsc-nursing-banner1.webp);
}
.gnm-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 30%;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/gnm-banner.webp);
}
.campus-classroom-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/campus_classroom-banner.webp);
}
.scholarship-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 35%;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/scholarship-banner.webp);
}
.contactus-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 35%;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/contactus-banner.webp);
}
.admission-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 40%;;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/admission-banner.webp);
}
.upcomingevents-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 40%;;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/upcomingevents-banner.webp);
}
.gallery-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 40%;;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/gallery-banner.webp);
}
.career-banner-area {
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 55%;;
  background-image: linear-gradient(to top, #23408f, #9907fa00), url(../img/career-banner.webp);
}
/*.pages-banner-area::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: rgba(0, 30, 67, 0.92);
}*/
.about-image-position{
  position: absolute;
  z-index: 9;
  top: 115px;
  width: 100%;
}
.about1{
  padding-top: 80px;
}
.about1 p{
  font-size: 14px;
  line-height: 25px;
}
.about1 h2{
  font-size: 42px;
  font-weight: 800;
  color: #001e43;
}
.about1 h2 span{
  color: #ee713b;
}
.color-box{
  background-color: #0d656d;
  padding: 30px;
  margin-top: 5px;
}
.color-box p{
  font-size: 19px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
.about2{
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.about2 h2{
  font-size: 42px;
  font-weight: 800;
  color: #001e43;
  margin-bottom: 25px;
}
.about2 h2 span{
  color: #ee713b;
}
.about2 ul{
  line-height: 34px;
  font-size: 16px;
}
.about2 ul li{
}
.about3{
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.about3 h4{
  margin-top: 30px;
}
.about3 p{
  font-size: 15px;
  line-height: 27px;
}
.about4{}
.about4 p{
  line-height: 27px;
}
.j-c{
  justify-content: center !important;
}
.about5{
  overflow: hidden;
}
.bscnursing1{
  padding-top: 60px;
  padding-bottom: 60px;
}
.bscnursing1 img{
  height: 500px;
  object-fit: cover;
  object-position: center center;
  border-radius: 7px 7px 7px 7px;
}
.bscnursing1 p{
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.bscnursing1 h3{
  font-size: 42px;
  margin-bottom: 17px;
  font-weight: 100;
}
.bscnursing1 h3 span{
  font-weight: 600;
}
.bscnursing2{
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: darkseagreen;
  color: #000;
  font-size: 20px;
}
.bscnursing2 i{
  font-size: 50px;
  text-align: center;
  align-items: center;
  display: flex;
}
.mm{
  position: relative;
}
.some-box1{
  position: absolute;
  right: 0;
  bottom: 75px;
  background-color: #6c5482;
  color: #fff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.some-box1 span{
  font-size: 70px;
  font-weight: 600;
  line-height: 50px;
}
.bscnursing3{
  padding-top: 90px;
  padding-bottom: 90px;
}
.some-box2{
  padding: 35px 30px;
  box-shadow: 1px 1px 10px #c9c9c9;
  border-radius: 40px;
  height: 245px;
  justify-content: center;
  display: grid;
  font-size: 14px;
}
.some-box2 h5{
  font-weight: 600;
  color: #000;
}
.center { 
  text-align: center; 
  width: 100%; 
}
.cc-2{
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}
.cc-2 img {
  height: 500px;
  object-fit: cover;
  object-position: center center;
  background-color: #243c56;
  padding: 45px;
}
.cc-2 h6{
  margin-bottom: 0px;
  letter-spacing: 1px;
  color: #f1713b;
}
.cc-2 h3{
  font-size: 25px;
  color: #fff !important;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.cc-2 p{
  letter-spacing: 0.5px;
}
.cc2-box{
  background-color: #243c56;
  display: grid;
  justify-content: center;
  padding: 80px 45px 60px 45px;
  position: relative;
  left: -25px;
  color: #fff;
}
.veruthe{
  align-items: center;
  /* justify-content: center; */
  display: flex;
}
.cc-3{
  padding-top: 60px;
  padding-bottom: 75px;
}
.cc-3 h4{
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.scholarships1{
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.scholarships1 h6{
  letter-spacing: 1px;
  color: #000;
}
.scholarships1 h3{
  font-size: 42px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 55px;
}
.scholarships1 p{
}
.round-01 {
  width: 20px;
  height: 20px;
  border-top-left-radius: 30px;
  flex: none;
  margin: 5px 10px 0 0;
}
.bg-blue1 {
  background: #6ec9fc;
}
.size-change{
  padding-bottom: 20px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #6b6b6b;
}
.scholarships2{
  padding-bottom: 100px;
}
.scholarships2 h5{
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  color: #ee713b;
  font-weight: 600;
  margin-bottom: 0;
}
.scholarships2 h3{
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
.left-box1{
  width: 50%;
  height: 700px;
  float: left;
  background: url(../img/scholarships2a.jpeg) no-repeat fixed;
  background-size: 72%;
  background-position: -50% 0%;
  /*background-image: url(../img/scholarships2.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../img/scholarships2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;*/
}
.right-box1{
  width: 50%;
  height: 700px;
  float: left;
  background-color: #00ad93;
  align-content: center;
  padding: 50px;
  color: #fff;
}
.left-box2{
  width: 50%;
  height: 700px;
  float: left;
  background-color: #e55606;
  align-content: center;
  padding: 50px;
  color: #fff;
}
.right-box2{
  width: 50%;
  height: 700px;
  float: left;
  background: url(../img/scholarships3a.jpeg) no-repeat fixed;
  background-size: 55%;
  /*-webkit-background-size: 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;*/
  background-position: 100% 100%;
}
.contact1{
  padding-top: 80px;
  padding-bottom: 40px;
}
.form-horizontal .header{
  background: #3f9cb5;
  padding: 30px 25px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}
.form-horizontal .heading{
  font-size: 16px;
  color: #3f9cb5;
  margin: 10px 0 20px 0;
  text-transform: capitalize;
}
.form-horizontal .form-content{
  padding: 25px;
  /*background: #fff;*/
}
.form-horizontal .form-control{
  padding: 10px 15px 10px 40px;
  height: 50px;
  font-size: 14px;
  color: #2b2a2a;
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
}
.form-horizontal .form-control:focus{
  border-color: #3f9cb5;
  box-shadow: none;
}
.form-horizontal .control-label{
  font-size: 17px;
  color: #ccc;
  position: absolute;
  text-align: center;
}
.form-horizontal textarea.form-control{
  resize: vertical;
  height: 130px;
}
.form-horizontal .btn{
  width: 100%;
  font-size: 13px;
  color: #fff;
  border: 1px solid #23408f;
  background-color: #23408f;
  border-radius: 0;
  padding: 15px 50px;
  transition: all 0.5s ease 0s;
}
.form-horizontal .btn:hover{
  background: #fff;
  border-color: #00a79e;
  color: #00a79e;
}
.form-horizontal select{
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}
.special-label{
  position: relative !important;
  font-size: 14px !important;
  margin-bottom: 5px !important;
  color: #b5b5b5 !important;
  letter-spacing: 1px !important;
}
.contact2{
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact2 h4{
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.contact2 p{
  text-align: center;
  color: #000;
  letter-spacing: 0.5px;
}
.contact2-img{
  height: 625px;
  object-fit: cover;
  object-position: center center;
  border-radius: 7px 7px 7px 7px;
}
.menu-position{
  position: relative;
  top: 3px;
}
.chair-head{
  letter-spacing: 0.5px;
}
.about4 h5{
  margin-bottom: 0;
}
.contact-map{
  width: 100%;
  height: auto;
}
.upcoming-details h2{
  padding-top: 15px;
  color: #000;
  padding-bottom: 10px;
}
.upcoming-details h3{
  margin-bottom: 20px;
}
.upcoming-details h4{
  font-size: 14px;
}
.upcoming-details p{
  margin-bottom: 0px;
}
.aln-cen{
  align-items: center;
}
.mar-b-20{
  margin-bottom: 20px;
}
.gallery-section{
  padding-top: 60px;
  padding-bottom: 60px;
}
.justify-content-center{
  justify-content: center;
}
.bhu{
  margin-bottom: 35px;
}
.admis-sion{
  padding-top: 60px;
  padding-bottom: 60px;
}
.ad-box{
  box-shadow: 0 0 10px 0px #c0c2ff;
  padding: 30px;
  border-radius: 5px;
}
.form-horizontal select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.form-horizontal-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.career1{
  padding-top: 80px;
  padding-bottom: 40px;
}
.w-35 {
    width: 35% !important;
}
.hyteuidk{
    display: flex;
    justify-content: center;
}
.text-black{
    color: #000;
}

@media (max-width: 991px) {


}

@media (min-width: 767px) {
    /* .collapse:not(.show) {
      display: block!important;
  } */
  
}

@media (max-width: 768px) {
  .header-hide-mob{ display: none !important;}
  .banner {
    margin-top: 0px;
  }
  .hpx-70{ height: 170px;}
  .contact-img {
    bottom: -65px;
  }
  .contact-img2 {bottom: 0px; left: auto;}
  #header{ height: auto !important; background: #ffffff00;}
  .firstblock{ width: 50%; float: left; } 
  .secondblock{ width: 50%; float: right; text-align: right;} 
  .secondblock .navbar .container-fluid{ justify-content: flex-end;
  } 
  .firstblock .border-bottom{ border: none !important;} 
  .grid-body  { grid-template-columns: repeat(3, calc(35% - 30px)); padding: 20px;}
  .staff-grid-body   { grid-template-columns: repeat(2, calc(40% - 30px)); padding: 20px;}
  .grid-body .card  { margin-bottom: 20px;}      
  .grid-body .card:nth-child(even) {
    top: 0;
  }
  .headerLogo img {
    max-width: 90px !important;
    position: relative !important;
  }
  .sticky-wrapper .site-navbar {
    background: #fff0 !important;
  }
  .icon-menu{
    font-size: 48px !important;
    color: #fff;
  }
  .secondblock {
    height: 56px;
    background: #fff0 !important;
  }
  .fixed-top {
    position: absolute;
  }
  .firstblock {
    background: #fff0 !important;
  }
  .sticky-wrapper .site-navbar {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1) !important;
  }
  .pp-mm-dd {
    padding: 11rem 1rem 5rem !important;
  }
  .sticky-wrapper.is-sticky .site-navbar {
    position: relative !important;
  }
  .pt-pb-110 {
    padding-top: 15px !important;
    padding-bottom: 50px !important;
  }
  .pl-35 {
    padding-left: 0 !important;
  }
  .head-h2 {
    font-size: 32px !important;
  }
  .white-box {
    right: 0px !important;
    top: 0px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 115px !important;
  }
  .main-courses {
    padding-bottom: 40px !important;
  }
  .row-background1 {
    padding-bottom: 0 !important;
  }
  .section-div2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .grid-flex-2 > div {
    flex-basis: 50%;
    margin: 0px 20px 20px 20px !important;
  }
  .terms a{
    margin-bottom: 5px;
    display: inline-block;
  }
  .font-13 {
    font-size: 14px !important;
    text-align: center;
  }
  .text-end {
    text-align: center !important;
  }
  .w-50 {
    width: 30% !important;
  }
  .pt-pb-70 {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }
  .event-section {
    padding-bottom: 100px !important;
  }
  footer {
    padding-top: 30px !important;
  }
  .about-image-position {
    display: none !important;
  }
  .pages-title h1 {
    font-size: 28px !important;
    text-transform: uppercase;
  }
  .about1 {
    padding-top: 15px !important;
  }
  .about1 h2 {
    margin-top: 20px;
  }
  .about2 {
    padding-top: 0px;
  }
  .bscnursing1 {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
  .bscnursing2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .op{
    padding-bottom: 30px;
  }
  .bscnursing3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .some-box2 {
    margin-bottom: 15px;
    display: block !important;
    height: auto !important;
  }
  .cc-2 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .cc2-box {
    display: block !important;
    padding: 45px 45px 34px !important;
    left: 0 !important;
    margin-top: 15px;
  }
  .cc-3 {
    padding-top: 40px !important;
    padding-bottom: 15px !important;
  }
  .scholarships1 {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  .scholarships1 h3 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    line-height: 38px !important;
  }
  .left-box1 {
    width: 100% !important;
    height: 500px !important;
    float: none !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .right-box1 {
    width: 100% !important;
    height: auto !important;
    float: none !important;
  }
  .left-box2 {
    width: 100% !important;
    height: auto !important;
    float: none !important;
  }
  .right-box2 {
    width: 100% !important;
    height: 500px !important;
    float: none !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .scholarships2 {
    padding-bottom: 15px !important;
  }
  .contact1 {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
  }
  .contact2-img {
    height: 440px !important;
  }
  .op2{
    padding-bottom: 30px;
  }
}

@media (max-width: 576px) {
  /*.banner-min-h {
    min-height: 160px;
  }*/
  .firstblock nav a{padding-right: 10px;}
  /* .navbar-brand img{max-width: 80%;} */
  .banner-cont h2,#baner-text-ani{ font-size: 25px;}
  
  .navbar li {
    position: relative;
    margin: 10px 0 10px 0px;
  }
  .grid-body  { grid-template-columns: repeat(2, calc(55% - 30px));}
  .grid-body .card  { margin-bottom: 20px;}   
  .grid-flex-2 .list-group-item{ padding-left: 0;padding-right: 0;} 
  .staff-grid-body  { grid-template-columns: repeat(1, calc(100% - 45px));}
  .staff-grid-body .card:nth-child(even) {top: 0px;}
  .fixed {           
    animation:none;
  }
  
  .sub-pic-holder .first-dote, .sub-pic-holder .last-dote{ width: 80px; height: 80px; left: 0;}
  .sub-pic-holder .last-dote{ right: 0%; bottom: 0; left: auto;}
  
  .footer-newsletter{
    margin-top: 20px;
  }
  .text-xs-center {
    text-align: center !important;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;

  }
}

@media (max-width: 455px) {

}

@media (min-width: 1024px) {

}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .some-box2 {
    height: auto !important;
    }
    .left-box1 {
    background-size: contain !important;
    }
}
