/* ------------------------------------
    1. Global CSS
---------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); 

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap');

  *{
        box-sizing: border-box;
    }

    html{
      scroll-behavior: smooth;
    }

    body{
        /* font-family: Arial, Helvetica, sans-serif; */
        /* scroll-behavior: smooth; */
        font-family: 'Poppins', sans-serif;
    }

    p{
    text-align: justify;
    }

    a {
    color: #3B2C73;
    transition: all 0.3s ease;
    text-decoration: none ;
    outline: none ;
    }
    a:active,
    a:hover {
        color: #FFFFFF;
        text-decoration: none;
        outline: 0 none;
    }
/* ------------------------------------
    Header CSS
---------------------------------------*/
    .announcement p{
      background-color: rgba(0, 0, 0, 0.411);
      padding:  6px;
      margin-top:10px ;
      margin-bottom: 2px;
      border-radius: 10px;
    }
    .school-name{
      /* font-family: 'Playfair Display', serif; */
      /* font-family: 'Cormorant Garamond', serif; */
      font-family: 'Cinzel', serif;
    }

    .organisation-details{
      margin-right: 30px;
    }
    
    .headings h1{
        font-style: ;
        color: #3B2C73;
        font-size: 3em;
    }

    
  .menu-button{
    display: none;
  }
  /* .navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    margin-top: 50px;
  } */
  .main-slider{
    /*transform: translateY(-138px);*/
    z-index: -1;
  }
  .main-slider-img img{
    /* background-color: rgba(0, 0, 0, 0);
    width: 100%; */
    /* filter: brightness(70%); */
    /* width: 100%; */
    height: 550px;
  }

  .menu {
    padding: 15px 6px;
    background: #0928729f;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
  }
  .menu a{
    color: white;
    /* font-weight: 700; */
  }
  
    /* ------------------------------------
    Fixed Navigation Bar CSS
---------------------------------------*/
  
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
  }
  
  .x{
      background-color: #092972;
  }
  @keyframes smoothScroll {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0px);
    }
  }


/* ------------------------------------
    Welcome Section CSS
---------------------------------------*/    

    .udrerline{
        background-color: #3B2C73;
        width: 90px;
        height: 3px;
        border-radius: 50px;
    }

    .welcome-section-content{
      /*margin-top: -55px;*/
    }


    .founder-content h4{
        /* color: #3B2C73; */
        color: #721309;
    }

    .founder-content a{
        /* border: 1px solid #3B2C73; */
        padding: 12px 18px;
        font-size: 0.9em;
        background-color: #725209;
        color: white;
    }

    .founder-content a:hover{
        /* background-color: #3B2C73; */
        border: 1px solid #3B2C73;
        color: #3B2C73;
        background-color: transparent;
    }
    .founder-content img{
        transform: scale(1);
        border-radius: 8px;
    }
    .founder-content:hover img{
        transform: scale(1.03);
        box-shadow: 5px 5px 5px rgb(175, 175, 175);
        transition: all 0.4s ease;
    }


    /* ------------------------------------
    Notification CSS
---------------------------------------*/

    .notification-header{
        background-color: #3B2C73;
        color: white;
        padding: 5px;
        border-radius: 10px 10px 0 0;
    }
    .notification-links-section .notification-links{
        padding: 8px;
        border-bottom: 1px solid #8d8d8de0;
    }

    .notification-links-section{
        
        background-color: rgb(252, 252, 252);

    }
    .notification-links-section .notification-links:nth-last-child(1){
        border-bottom: 3px solid #8d8d8de0;
        border-radius: 0 0 10px 10px;
    }
    .notification-links a{
        color: rgb(102, 102, 102);
     }
    .notification-links a:hover{
       color: #3B2C73;
    }

    .view-all a{
        background-color: #3B2C73;
        padding: 10px 20px;
        border-radius: 20px;
        color: rgb(238, 238, 238);
    }
    .view-all a:hover{
        background-color: transparent;
        border: 1px solid #3B2C73;
        color: #3B2C73;
    }

/* ------------------------------------
    Recent News section CSS
---------------------------------------*/


    .recent-news-content{
        margin-bottom: 12px;
        padding: 10px;
    }

    .recent-news-content h5{
        color: #3B2C73;
    }

    .underline-bottom{
        border-bottom: 1px solid #3B2C73;
    }

    .read-button a{
      border: 1px solid #725209;
        padding: 12px 18px;
        font-size: 0.9em;
        background-color: #725209;
        color: white;
    }

    .read-button a:hover{
        /* background-color: #3B2C73; */
        border: 1px solid #3B2C73;
        background-color: transparent;
        color: #3B2C73;
    }

    .read-button2 a{
        border: 1px solid #725209;
        padding: 6px 12px;
        font-size: 0.85em;
        background-color: #725209;
        color: white;
    }

    .read-button2 a:hover{
        /* background-color: #3B2C73; */
        border: 1px solid #3B2C73;
        background-color: transparent;
        color: #3B2C73;
    }

    .parent {
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
    }

    .child {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s ease-in-out;
        transform: scale(1.15);
      }

      .parent2 {
        overflow: hidden;
        position: relative;
    }

    .child-two {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s ease-in-out;
        transform: scale(1.15);
      }

      .recent-news-content:hover .child, .recent-news-content:focus .child {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .recent-news-content:hover .child-two, .recent-news-content:focus .child-two {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }


    /* ------------------------------------
    Footer section CSS
---------------------------------------*/
    .footer-sec{
    
        padding: 10px 0 10px 0;
    }

    .copy-right{
        border-top: 1px solid rgb(201, 201, 201);
        font-size: 0.8em;
        padding-top: 10px;
    }

    .footer-links{
        padding-bottom: 10px;
    
    }
    .footer-links a{
        font-size: 0.9em;
        padding-bottom: 15px;
        color: rgb(158, 158, 158);
    }
    .footer-links a:hover{
        color: white;
    }
    .footer-links div div{
        margin-bottom: 10px;
    }
    .footer-school-sec{
        margin: auto;
        text-align: center;
        /* font-family: 'Playfair Display', serif; */
        font-family: 'Cinzel', serif;
        border-right: 1px solid rgb(184, 184, 184);
        border-style: none dashed none none;
    }

    .quick-links-content{
      border-right: 1px solid rgb(184, 184, 184);
        border-style: none dashed none none;
    }
    .quick-links  a{
      color: #092972;
      
    }

    .quick-links div{
    
      padding: 6px 0;
    }
    
    .quick-links a:hover{
      color: #721309;
    }

    .quick-links i{
      color: #721309;
    }

    .quick-links h5{
      color: #721309;
    }

/* ------------------------------------
    Fade Up CSS
---------------------------------------*/
    
    .animation-element {
        position: relative;
      }

      
      .bounce-up .subject {
        opacity: 0;
        -moz-transition: all 700ms ease-out;
        -webkit-transition: all 700ms ease-out;
        -o-transition: all 700ms ease-out;
        transition: all 700ms ease-out;
        -moz-transform: translate3d(0px, 200px, 0px);
        -webkit-transform: translate3d(0px, 200px, 0px);
        -o-transform: translate(0px, 200px);
        -ms-transform: translate(0px, 200px);
        transform: translate3d(0px, 200, 0px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      
      .bounce-up.in-view .subject {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
      }



      
ul.thumbnails { 
  margin-bottom: 0px;
}


/* Carousel Control */
.control-box {
  text-align: right;
  width: 100%;
}
.carousel-control{
  background: #666;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0px;
  position: static;
  
}



/* Mobile Only */
@media (max-width: 767px) {
  .page-header, .control-box {
      text-align: center;
  } 
}
@media (max-width: 479px) {
  .caption {
      word-break: break-all;
  }
}


li { list-style-type:none;}


  /* ------------------------------------
     Page Up CSS
---------------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  /* font-size: 20px;  */
  outline: none;
  background-color: #3B2C73;
  color: white;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 50%;
  border: 1px solid #3B2C73;
}

#myBtn:hover {
  background-color: #dfdfdf;
  color: #3B2C73;
  transition: all 0.3s ease;
  /* border: 1px solid #3B2C73; */
  
}


  /* ------------------------------------
    Institute  Section Carousel CSS
---------------------------------------*/

  .carousel-control-next, .carousel-control-prev{
    width: 5%;
    transform: translateY(-170px);
   
  }
  .control-arrows{
    background-color: rgb(165, 165, 165);
    padding: 10px;
    border-radius: 50%;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon{
    margin-top: 4px;
    margin: auto;
    text-align: center;
  }

  .my-schools-slider-content{
    border: 1px solid #3B2C73;
    padding: 25px 15px;
    border-radius: 5px;
    transform: scale(1);
    margin-right: 7px;
    background-color: white;
    min-height: 400px;
    margin: auto;
    text-align: center;
  }
  .my-schools-slider-content:hover img{
    transform: scale(1.03);
    transition: all 0.3s ease;
  }

  .my-schools-slider-content h3{
    /* color: #3B2C73; */
    color: #721309;
    /* border-top: 1px solid #3B2C73; */
    /* border-bottom: 1px solid #3B2C73; */
    border-bottom: 1px solid #721309;
    font-size: 1.3em;
    padding-bottom: 10px;
  }
  .my-schools-slider-content p{
    text-align: center;
    color: gray;
  }
  .my-schools-slider-content a{
    margin: 20px 0 15px 0;
    font-size: 1em;
    background-color: #725209;
    color: white;
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .my-schools-slider-content a:hover{
    border: 1px solid #3B2C73;
    background-color: transparent;
    color: #3B2C73;
  }
  .mobile-view-carosel{
    display: none;
}






  /* ------------------------------------
     CSS
---------------------------------------*/

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-top: 2px;
}

.dropdown-content a {
  /* border-bottom: 1px solid #1E1445; */
  color: #1E1445;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown i{
  visibility: hidden;
}

.dropdown:hover i{
  visibility: visible;
  transition: all 0.5s ease;
  font-weight: 700;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 120;
}


.navbar li{

    /* margin-left: 8px; */
    /* padding: 5px; */
    border-bottom: 1px solid transparent;
   }

   .navbar li:hover{
      border-bottom: 1px solid white;
      transition: all 0.3s ease;
   }

   .nav-link{
       color: white !important;
       font-size: 1.05em;
   }
   .nav-link:hover{
       
   }
   .navbar-dark .navbar-toggler {
       
       border-color: white !important;
   }
   .mobile-menu{
     display: none;
   }

   .counter-sec-content{
     margin: auto;
     text-align: center;
   }
   .counter-sec-content .counter-value{
     font-size: 3em;
     font-weight: 700;
   }

   .about-us-heading{
     /* border: 1px solid #3B2C73; */
     border: 1px solid #721309;
     padding: 5px;
     color: #721309;
   }


   .header-img-section {
    position: relative;
  }
  
  .header-img-section img {vertical-align: middle;}
  
  .header-img-section .content {
    position: absolute;
    bottom: 0;
    background: rgba(36, 36, 36, 0.07); /* Black background with 0.07 opacity */
    color: #f1f1f1;
    width: 100%;
    height:100%;
  }



/* ------------------------------------
    Page Headings of second page CSS
---------------------------------------*/

  .page-heading{
    display: flex;
    align-items: center;
    height: 100%;
  }

  .page-heading h2{
    background: linear-gradient(to right, #3d3d3ddc 14%, #8d8d8d38 100%);
    /* background: linear-gradient(to left, #ffffff1c 17%, #669999fd 108%); */
    padding: 8px 30px;
    width: 80%;
    border-radius: 50px 50px 0;
    /* color: #1d0d64; */
    color: white;
    font-weight: bolder;
  }

  /* ------------------------------------
    Contact Us Page CSS
---------------------------------------*/
.address-section{
  border: 2px solid rgb(206, 138, 138);
  padding: 18px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: rgb(205, 233, 255);

}
.contact-us-content{
  align-items: flex-start;
  color: rgb(87, 87, 87);
}
.contact-us-content h5{
  color: #3B2C73;
}
.iframe-section{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.iframe-section iframe{
  border: 3px solid rgba(224, 224, 224, 0.603);
  
}
.iframe-section iframe:hover{
  border-color: #1E1445;
  transition: all 0.3s ease;
}

/* ------------------------------------
    Pdf Page CSS
---------------------------------------*/
.pdf-section{
  margin-bottom: 30px;
}
.pdf-section img{
  width: 65px;
  transform: scale(1);
}
.pdf-section:hover img{
  transform: scale(1.07);
  transition: all 0.3s ease;
}
.pdf-section:hover .pdf-img-section{
  border: 1px solid rgb(172, 106, 106);
  transition: all 0.3s ease;
}
.pdf-img-section{
  background-color: whitesmoke;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid rgb(163, 163, 163);
}
.download-sec a{
  color:#3B2C73;
  /* border: 1px solid #3B2C73; */
  padding: 5px;
  
}
.download-sec a:hover{
  color:rgb(192, 51, 51);
  /* border: 1px solid transparent; */
}

/* ------------------------------------
    Institute Page CSS
---------------------------------------*/

.insitute-section{
  /* margin: auto; */
  text-align: center;
  border: 1px solid #1E1445;
  padding:20px 12px;
  background-color: rgb(248, 248, 248);
  border-radius: 10px ;
  color: #1E1445;
  margin-right: 15px;
  margin-bottom: 15px;
}

.insitute-section img{
  border: 6px solid #2c187560;
  border-radius: 5px;
  max-width: 300px;
  max-height: 225px;
  width: 100% ;
}

.insitute-section p{
  color: #666;
}

.insitute-content a{
  border:1px solid transparent;
  background-color: #725209;
  color: white;
  padding: 6px 10px;
  border-radius: 16px 0 16px 0;
}
.insitute-content a:hover{
  background-color: transparent;
  border:1px solid #1E1445;
  color: #1E1445;
}

.institution-details-section{
  border: 2px solid #1E1445;
  padding: 15px;
  border-radius: 5px;
}

.institution-details-section h3{
  color: #666;
  border-bottom: 1px solid #666;
  padding: 5px;
}

.institution-details-section p{
  padding-top: 10px;
}

.institution-details-section a{
  background-color: rgb(170, 170, 170);
  padding: 6px 10px;
  border-radius: 20px;
}

.institution-details-image-section img{
  border: 4px solid #1e144581;
  border-radius: 5px;
}

/* ------------------------------------
    Gallery Page CSS
---------------------------------------*/
.full-gallery-contents{
  margin-bottom: 15px;
  /* border: 1px solid rgb(207, 207, 207);
  padding: 20px; */
}
.full-gallery-contents img{
  border: 3px solid rgb(196, 196, 196);
  transform: scale(1);
}
.full-gallery-contents:hover img{
  transform: scale(1.03);
  transition: all 0.5s ease;
  box-shadow: 5px 5px 10px #666;
}
.gallery-links {
  text-align: center;
}
.gallery-links a{
  font-size: 1.3em;
}
.gallery-links a:hover{
  color: #3b2c73bd;
}

.galary{
  margin-bottom: 15px;
}

.lb-loader,
.lightbox{text-align:center;line-height:0;position:absolute;left:0}
body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url("assets/images/loading.gif") no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url("assets/images/prev.png") left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url("assets/images/next.png") right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{display: none; width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url("assets/images/close.png") top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data 
.lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/* ------------------------------------
    All Recent News Page CSS
---------------------------------------*/

.all-recent-news-content{
  background-color: #493d778c;
  border: 1px solid rgb(197, 197, 197);
  padding: 18px;
  border-radius:10px ;
  margin-bottom: 12px;
}

.all-recent-news-content a{
  color: white;
  background-color: #45396e;
  padding: 8px;
}

.all-recent-news-content a:hover{
  background-color: #45396e;
}

.all-recent-news-content h4{
  color: whitesmoke;
}

.all-recent-news-content p{
  color: rgb(224, 224, 224);
}

/* ------------------------------------
    Image Aspect ratio 4:3  CSS
---------------------------------------*/
.aspect-ratio{
  /* width: 100%;
   height: 75%; */
   aspect-ratio: 4 / 3;
}

.my-schools-slider-content img{
  /* aspect-ratio: 4 / 3; */
  border-radius: 10px;
  max-width: 200px;
  max-height: 150px;

}

.recent-activities-image img{

}
.recent-activities-text{
  font-size: 1.2em;
}

/* .pages-content p{
  margin: auto !important;
  text-align: center;
} */

/* .insitute-section img{
  max-width: 20px;
  max-height: 20px;
} */