body{
    /* background: rgb(211,215,250); */
    /* background-color: linear-gradient(190deg, rgb(43, 83, 164) 10%, rgb(251, 251, 251) 25%); */
    /* background-color:#F0F3F9 !important; */
    background-image: linear-gradient(to bottom, #d2d7fa, #daddfa, #e1e3f9, #e8e9f9, #efeff9);
    background-repeat: no-repeat;
    min-height: 100%;
    /* height: 100vh; */
}
a{
    text-decoration: none;
    color: inherit;
}
.hidden {
   display: none;
 }
.show{
  display: block;
}
.theam_bg_color{
    background-color: #6621BA;
   }
.theam_bg_color_green{
    background-color: #44a058;
   }
.box_shodow_1{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;

}
.theam_text_color{
    color: #6621BA;
}
.theam_text_color_secondary{
    color: #FF9C00 !important;
}
.purple_btn{
  background-color: #6621BA;
  color: #fff !important;
  border-radius: 50px;
  padding: 14px;
  font-weight: 600;
}
.purple_btn:hover{
  background-color: #FF9C00;
  color: #fff;
}
.all_text_color{
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}
#topPard{
    background-image: url("../img/reptbg.png");
    background-repeat: repeat;
} 
.fpx-18{
    font-size: 18px;
}

.navbar-expand-lg{
    border-radius: 50px;
    padding-left: 30px;

}
.snd_nav .nav-item .nav-link{
    font-family: Bitter,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #535252;
    text-transform: none;
    font-style: normal;
    transition: all 300ms ease;
}
.snd_nav .nav-item .nav-link:hover{
    color: #6621ba;
}
.dropdown-menu{
    
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 598;
    border-radius: 10px;
    min-width: 250px;
    transition: all 300ms ease;
}
.dropdown-item{
    font-weight: 600;
}
.dropdown-item:hover{
    color: #6621BA;
}
.dropdown:hover{
    
    .dropdown-menu{
        display: block;
        border-top: 3px solid #6621ba;
        box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
        transition: all 300ms linear 0ms;
        
    }
}
.section_part{
  background-color: #dde0f9;
  padding-bottom: 20px;
}
.box_right_shadow{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/* responsive=========== */



/* =========== Slider======= */
#carouselExampleFade{
    background-image: url("../img/reptbg.png");
    background-repeat: repeat;
}
.carousel-caption {
    width: 43%;
    position: absolute;
    top: 1.25rem;
    left: 3%;
    padding-top: inherit;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.slider_image{
  width: 100%;
  height: 500px;
}




.mini-blog {
    padding: 2rem;
    width: 49%;
    position: relative !important;
    }
    .container_mid {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* margin-top: -18px; */
    }
    
.subtext_slider{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 58.5px;
    top: 143px;
    perspective: 601px;
    /* z-index: 17; */
    font-family: Bitter;
    height: auto;
    width: auto;
    color: rgb(255, 156, 0);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    /* line-height: 0px; */
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 60px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.titeltext_slider{
    font-family: Bitter;
    font-size: 100px;
    color:#6621BA;
    font-weight: 900;
    position: absolute;
    display: block;
    
    left: 58.5px;
    top: 190px;
    
}
.slider_text{
    width: 70%;
    font-family: "Schibsted Grotesk";
    color: rgb(27, 27, 27);
    position: absolute;
    display: block;
    
    left: 58.5px;
    top: 308px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    
}

ul li{
  list-style-type: none;
}

/* ============== Slider End------------ */
/* =======2nd section ============= */
.news_update_row{
  height:100%;     
  width: 100%;  
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; 
  background-color: #fff;
}
.news_update_head_pannel{
  height: 50px;
}
.news_update_head_pannel p{
  font-family: Bitter !important;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}

.parentmar {
  width: 100%;
}

.childmar {
  white-space: nowrap;
  padding: 10px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  background:#44a058;
  color: #fff;
  font-weight: 700;
 
  text-align: center;
  vertical-align: middle;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #f8f9fa;
  height: 40px;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 25s linear infinite;
}

.marquee-wrapper:hover .marquee-text {
  animation-play-state: paused;
}

.marquee_item {
  display: inline-block;
  margin-right: 50px;
  color: #333;
  font-size: 16px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
  .notification_icon{
    color: #4978d0;
    
  }
  .notification_icon2{
    color: #159b44;
    
  }



  /* ========= Hero body============= */
.marquee_text{
  font-size: 18px;
  display: block;
}
  .sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
  }
  .list-style-one li{
    list-style:  none;
  }
  .sec-title .title{
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 24px;
    color: #ff9c00;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .sec-title h2{
    position: relative;
    display: block;
    font-size:21px;
    line-height: 1.28em;
    color: #6621ba;
    font-weight: 600;
    padding-bottom:18px;
  }
  
  .sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    /* background-color:#d1d2d6; */
  }
  
  .sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
  }
  
  .sec-title.light h2{
    color: #ffffff;
  }
  
  .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
  }
  
  .list-style-one{
    position:relative;
  }
  
  .list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
  }
  
  .list-style-one li:before {
      content: "\f058";
      position: absolute;
      left: 0;
      top: 0px;
      display: block;
      font-size: 18px;
      padding: 0px;
      color: #6621BA;
      font-weight: 600;
      -moz-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1.6;
      font-family: "Font Awesome 5 Free";
  }
  
  .list-style-one li a:hover{
    color: #44bce2;
  }
  
  .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #6621BA;
  }
  
  .btn-style-one:hover{
    background-color: #001e57;
    color: #ffffff;
  }
  .about-section{
    background-color: #d7dafa;
    position: relative;
    padding: 120px 0 70px;
  }
  
  .about-section .sec-title{
    margin-bottom: 45px;
  }
  
  .about-section .content-column{
    position: relative;
    margin-bottom: 50px;
  }
  
  .about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
  }
  
  .about-section .text{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
  }
  
  .about-section .list-style-one{
    margin-bottom: 45px;
  }
  
  .about-section .btn-box{
    position: relative;
  }
  
  .about-section .btn-box a{
    padding: 15px 50px;
  }
  
  .about-section .image-column{
    position: relative;
  }
  
  .about-section .image-column .text-layer{
      position: absolute;
      right: -110px;
      top: 50%;
      font-size: 325px;
      line-height: 1em;
      color: #ffffff;
      margin-top: -175px;
      font-weight: 500;
  }
  
  .about-section .image-column .inner-column{
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
  }
  
  .about-section .image-column .inner-column:before{
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
  }
  
  .about-section .image-column .image-1{
    position: relative;
  }
  
  .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .about-section .image-column .image-2 img,
  .about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
  }
  
  .about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
  }
  
  .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .about-section .image-column .video-link .link:hover{
    background-color: #191e34;
    color: #fff;
  }
  #mobile_display{
    display: none;
  }
 
  

/* ======== end Hero body==== */
.steps-part{
    background-image: linear-gradient(to bottom, #d2d7fa, #daddfa, #e1e3f9, #e8e9f9, #efeff9);
}
.how-section1{
    /* margin-top:-15%; */
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}



/* ========= section 4==== */
.client {
    width: 100%;
    height: auto;
    position: relative;
    background: #7F00FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#003E86, #6621BA);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #003E86, #6621BA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* .lh-lg {
    line-height: 2!important;
    font-size: 19px;
    padding: 10px 50px;
    display: -webkit-box;
    max-width: 90%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.lh-lg {
  line-height: 2!important;
  font-size: 19px;
  padding: 10px 50px;
  display: -webkit-box;
  max-width: 90%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expanded {
  -webkit-line-clamp: unset;
  display: block;
}
#see-more-btn{
  float: right;
  margin-right: 179px;
  color: #d4d4f1;
  font-weight: 70;
  cursor: ns-resize;
}
#see-more-btn2{
  float: right;
  margin-right: 179px;
  color: #d4d4f1;
  font-weight: 70;
  cursor: ns-resize;
}
.carousel-icon i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
    font-size: 2.6rem;
    padding-left: 41px;
    color: rgba(255, 255, 255, 0.3);
}

.t-card {
  padding: 1.8125rem 1.125rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  color: #fff;
  height: auto;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 1.5625rem solid transparent;
  border-right: 1.5625rem solid transparent;
  border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}

/* =============== Counter section ========= */
.counter_section{
    background-color: #2a0c4f;

}

.counter-container {
    display: inline-block;
    /* flex-direction: column; */
    justify-content: center;
    text-align: center;
    margin: 30px 134px;
   
  }
  .counter-container img{
   width: 130px;
   height: 130px;
  }
  
  .counter {
    font-size: 60px;
    margin-top: 10px;
    color:#fff;
  }
  .controls{
    position: absolute;
    bottom: 20px;
  }
  
 



  /* ========== Footer============ */
  /* footer{
    background-color: #270b4a;
  } */

  .ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer{
  position: relative;
  background: #0e0724;
}

.footer-content{
  position: relative;
  padding: 85px 0px 80px 0px;
}
.footer-content:before{
  position: absolute;
  content: '';
  background: url(https://i.ibb.co/jyRLrBZ/world-map.png);
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.footer-content .logo-widget{
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}
.footer-content .logo-widget .footer-social li a:hover{
  color: #ffffff;
  background: #ff5e14;
}
.footer-content .logo-widget .logo-box{
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p{
  color: #9ea0a9;
  margin-bottom: 32px;
  position: relative;
    z-index: 1000;
}

.footer-content .footer-title{
  position: relative;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li{
  display: block;
  margin-bottom: 12px;
}
.footer-content .service-widget .list li a{
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}
.footer-content .service-widget .list li a:hover{
  color: #ff5e14;
}
.footer-content .contact-widget p{
  color: #9ea0a9;
  margin-bottom: 15px;
  position: relative;
  z-index: 1000;
}
.footer-content .contact-widget{
  margin-left: 90px;
}
.footer-content .contact-widget .footer-title{
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #0b061b;
  padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
  position: relative;
  color: #9ea0a9;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
  color: #ff5e14;
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child{
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before{
  display: none;
}
.logo-box img {
    max-width: 220px;
}

/* =============principal about==== */
.p_sub_title{

  position: relative;
  display: block;
  font-size: 21px;
  color: #6621ba;
  font-weight: 600;
  
}
.p_sub_title2{

  position: relative;
  display: block;
  font-size: 17px;
  color: #6621ba;
  font-weight: 600;
  
  
}
.p_title{
  color: #ff9c00;
  font-weight: 600;
  font-size: 27px;
  padding-top: 10px;
 
}
.p_title2{
  color: #ff9c00;
  font-weight: 600;
  font-size: 22px;
  /* padding-top: 10px; */
 
}
.p_title_sub{
  color: #706e6b;
  font-weight: 600;
  font-size: 16px;
  
}
.p_title_sub2{
  color: #706e6b;
  font-weight: 600;
  font-size: 14px;
  font-family: "Playwrite IS", cursive;
  font-optical-sizing: auto;
  
}

.team_btn{
  background-color: #6621ba;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
}
.team_btn:hover{
  background-color: #ff9c00;
  color: #fff;
 
}
.section_bg{
  background: url('../img/school.png');
  background-repeat: no-repeat;
  background-size: cover;
  
  
}

/* ============= Feedback================= */

#contact2 {
    background-color: #D3D8FA;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-box2 {
    width: clamp(100px, 90%, 1000px);
    margin: 80px 50px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .contact-links2, .contact-form-wrapper2 {
    width: 50%;
    padding: 8% 5% 10% 5%;
  }
  
  
  .contact-links2 {
    background-color: #1f2e43;
    background:radial-gradient( circle at 55% 92%, #ffa500 0 12%, transparent 12.2% ), radial-gradient( circle at 94% 72%, #ffa400 0 10%, transparent 10.2% ), radial-gradient( circle at 20% max(78%, 350px), #21295f 0 7%, transparent 7.2% ), radial-gradient( circle at 0% 0%, #21295f 0 40%, transparent 40.2% ), #2a0c4f;
    border-radius: 10px 0 0 10px;
  }
  
  .contact-form-wrapper2 {
    background-color: #ffffff8f;
    border-radius: 0 10px 10px 0;
  }
  
  
  .h2t {
    font-family: 'Arimo', sans-serif;
    color: #fff;
    font-size: clamp(30px, 6vw, 60px);
    letter-spacing: 2px;
    text-align: center;
    transform: scale(.95, 1);
  }
  
  .links2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
  }
  
  .link2 {
    margin: 10px;
    cursor: pointer;
  }
  
  .img {
    width: 45px;
    height: 45px;
    filter: 
      hue-rotate(220deg)
      drop-shadow(2px 4px 4px #0006);
    transition: 0.2s;
    user-select: none;
  }
  
  .img:hover {
    transform: scale(1.1, 1.1);
  }
  
  .img:active {
    transform: scale(1.1, 1.1);
    filter: 
      hue-rotate(220deg)
      drop-shadow(2px 4px 4px #222)
      sepia(0.3);
  }
  
  .form-item {
    position: relative;
  }
  
  .label, .input, .textarea {
    font-family: 'Poppins', sans-serif;
  }
  
  .label {
    position: absolute;
    top: 10px;
    left: 2%;
    color: #999;
    font-size: clamp(14px, 1.5vw, 18px);
    pointer-events: none;
    user-select: none;
  }
  .lead_assames {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 300;
  }
  
  .input, .textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
    font-size: clamp(15px, 1.5vw, 18px);
  }
  
  .input:focus+label, 
  .input:valid+label, 
  .textarea:focus+label, 
  .textarea:valid+label {
    font-size: clamp(13px, 1.3vw, 16px);
    color: #777;
    top: -20px;
    transition: all .225s ease;
  }
  
  .submit-btn {
    background-color: #6621BA;
    filter: drop-shadow(2px 2px 3px #0003);
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: clamp(16px, 1.6vw, 18px);
    display: block;
    padding: 12px 20px;
    margin: 2px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
  }
  
  .submit-btn:hover {
    transform: scale(1.1, 1.1);
  }
  
  .submit-btn:active {
    transform: scale(1.1, 1.1);
    filter: sepia(0.5);
  }
  /* ======================================== About us page============== */

  .breadcrumb-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    width:100%;
}
.breadcrumb-image::before {
    background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.breadcrumb-image h1 {
    
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumbs_path {
    
    margin-top: 8px;
    position: relative;
    z-index: 9;
}
.breadcrumbs_path > a {
    
    transition: all 0.3s ease 0s;
}





.aboutus-content h4 {
font-size: 18px;
font-weight: 500;
color: #9b9b9b;
margin-bottom: 23px; }

.aboutus-content p {
font-size: 16px;
line-height: 27px; 
color: #6c6464;
}
.aboutus-content p b {
  color: #6621ba;
}

/*-- counter --*/
.counter {
  /* border: 1px solid #eeeeee; */
  margin-top: 32px;
  float: left;
  width: 100%; 
}
.counter .single-counter {
  float: left;
  width: 25%;
  padding: 28px 15px 28px;
 }
  @media only screen and (max-width: 767px) {
    .counter .single-counter {
      width: 50%; }
      .counter .single-counter:nth-child(3) {
        border-top: 1px solid #eeeeee;
        border-left: 0px solid #eeeeee; }
      .counter .single-counter:nth-child(4) {
        border-top: 1px solid #eeeeee; } }
  .counter .single-counter + .single-counter {
    border-left: 1px solid #eeeeee; }
  .counter .single-counter h2 {
    font-size: 30px;
    color: #FF9C00;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px; }
  .counter .single-counter p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #6621BA; }
    .box_aboutus{
      
    padding: 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    }



  /* ============================= */
 
  



  /* =========================== Online Registration Page start================ */
.infoLabel{
    font-size: 20px;
    font-weight: 600;
    color: #4A4C57;
}
  



/* ========================== Gallery Page================ */

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}



[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

/* ================================ About Us page============= */

.about-section2{
  background: url(../img/about.png) no-repeat left;
  background-size: 55%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 100px 0;
}

.inner-container{
  width: 55%;
  float: right;
  background-color: #fdfdfd;
  padding: 150px;
}

.inner-container h1{
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
}

.text{
  font-size: 13px;
  color: #545454;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}

.skills{
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 13px;
}

@media screen and (max-width:1200px){
  .inner-container{
      padding: 80px;
  }
}

@media screen and (max-width:1000px){
  .about-section{
      background-size: 100%;
      padding: 100px 40px;
  }
  .inner-container{
      width: 100%;
  }
}

@media screen and (max-width:600px){
  .about-section{
      padding: 0;
  }
  .inner-container{
      padding: 60px;
  }
}
  

/* ====================== Teaching staff============== */

.teamWrapper {
  padding-top: 110px;
}
.teamGrid {
  
  margin-top: 100px;
}
.avatar {
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  text-align: center;
}
.teamcolinner {
  position: relative;
}
.avatar > img {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgb(170 170 173/ 1);
  box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
  position: relative;
  border: 1px dashed #ddd;
  min-height: 100px;
  background: #fff;
  z-index: 9;
}
.teamcol {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: transform 1s ease-in-out;
}
.teamcol:hover {
  transform: translateY(-30px);
  box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
  transition: transform 1s ease-in-out;
}
.teamcol:before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(#FF9C00, #FF9C00);
  border-top-right-radius: 10px;
  transition: width 1s ease-in-out;
}
.teamcol:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(#6621BA, #6621BA);
  border-bottom-left-radius: 10px;
  transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
  width: 100%;
  transition: width 1s ease-in-out;
}
.member-name {
  margin-top: 105px;
}
.member-info {
  padding: 10px 20px;
}
.h_100{
  margin-top:110px
}
.social-listing {
  align-items: center;
  justify-content: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.social-listing >li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #f4f5f7;
  border-radius: 50%;
  margin: 5px;
}


/* =====================admission form  */
.form_logo{
  width:150px; 
  height:150px;
}
.school_name{
  font-size: 30px;
  font-weight: 600;
  color: #6b696d;

  font-family: emoji;
}
.sub_head_form{
  font-size: 20px;
  font-weight: 500;
  color: #6b696d;
  
}
.form_sub_heading{
  font-size: 13px;
  font-weight: 600;
  color: #6b6a6a;
}
.form_heading{
  font-size: 30px;
  font-weight: 700;
  color: #6b6a6a;
}













/* =============================== Mobile / tablet / small view======================== */
/* =======================Larg view===================== */
@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

/* ============================================ */
/* small screen========= */

@media only screen and (max-width: 1367px)  {
  
  .snd_nav .nav-item .nav-link {
    font-size: 15px !important;
  }
  .btn_text{
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1315px)  {
  
  .snd_nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  .btn_text{
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1254px)  {
 
  .snd_nav .nav-item .nav-link {
    font-size: 12px !important;
  }
  .btn_text{
    font-size: 11px !important;
  }
}
/* ======================================= */

/* ================== Tablet ================ */


@media only screen and (max-width: 800px) {
  .h2t {
    font-size: clamp(40px, 10vw, 60px);
  }
  .contact-links2, .contact-form-wrapper2 {
    width: 100%;
  }
  
  .contact-links2 {
    border-radius: 10px 10px 0 0;
  }
  
  .contact-form-wrapper2 {
    border-radius: 0 0 10px 10px;
  }
}







/* =============================== */


/* ================ Mobile view ============ */


@media (max-width: 580px) {
  .sub_head_form {
    font-size: 10px;
    font-weight: 500;
    color: #6b696d;
}
  .form_logo{
    width: 65px;
    height: 65px;
  }
  .school_name {
    font-size: 15px;
    font-weight: 600;
    color: #6b696d;
    font-family: emoji;
}
  
  body {
    flex-direction: column;
  }
  .lh-lg {
   
    font-size: 13px;
    padding: 10px 14px;
    
}
.card-img-top {
  width: 100%;
  height: 189px;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.about-section .sec-title {
  margin-bottom: 10px;
}
.text{
  margin-left: 1px;
  }

  .breadcrumb-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    width: 100%;
    height: 102px;
}
.breadcrumb-image h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 0px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumbs_path {
  margin-top: 0px;
  position: relative;
  z-index: 9;
  font-size: 13px;
  padding-left: 30px;
}

.no_bottom_margin_y{
  margin-top: -42px !important;
}
.counter .single-counter {
  width: 31%;
}
.contact-widget {
  margin: 10px 5px !important;
}
.button-27 {
 
  width: 90% !important;
 
}

.main-heading {
 
  font-size: 22px !important;
 
}
.section-title .main-subheading {
  font-size: 13px !important;
}
.section-title .main-subheading::before {
  
  width: 70px !important;
  
}
.section-title .main-subheading::after {
  
  width: 70px !important;
  
}


}


@media only screen and (max-width: 552px)  {
  .slider_image {
    width: 100%;
    height: 200px;
}
  .image_la_about {
    width: 80% !important;
  }
  .image_class_about {
    width: 61% !important;
    margin-left: 16px;
  }
  .about-section .image-column .inner-column:before{
    width: 100%;
    display: none;
  }

#mobile_display{
  display: block;
  padding: 26px 0px;
}
.counter-container2{
  margin: 50px 0;
}
#mobile_hidden{
  display: none;
}
.img_mobile{
  width: 100px;
 
}
.counter {
  font-size: 23px !important;
  margin-top: 1px !important;
  color: #fff !important;
}
.mobile_h3{
font-size: 28px;
color: #fff;
}

.footer-content .contact-widget {
margin-left: 5px !important;
}

.list{
padding-left: 25px !important;
}


}




@media only screen and (max-width: 400px) {
  .contact-box2 {
    width: 95%;
    margin: 8% 5%;
  }
  .h2t {
    font-size: clamp(30px, 12vw, 60px);
  }

.links2 {
  padding-top: 30px;
}

.img {
  width: 38px;
  height: 38px;
}
}





@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .aboutus-image {
    margin-right: 35px;
    width: 345px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aboutus-image {
    margin-bottom: 30px;
    float: none; } }
@media only screen and (max-width: 767px) {
  .aboutus-image {
    margin-bottom: 30px;
    margin-right: 0;
    float: none;
    width: auto; } }
.aboutus-image img {
  width: 100%; }

/*-- aboutus Content --*/
.aboutus-content h1 {
font-size: 40px;
font-weight: 800;
line-height: 40px;
margin-bottom: 2px; }
@media only screen and (max-width: 479px) {
  .aboutus-content h1 {
    font-size: 30px;
    line-height: 30px; } }

/* ====================================================== */