/********** Template CSS **********/
:root {
    --book : #926114;
    --slogan : #502e0a;
    }
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    overflow-x: hidden;
}
a {text-decoration:none !important;}

.bg-book{
    background-color:var(--book);
}
.text-book {
    color:var(--slogan);
}
.bg-slogan {
    background-color:var(--slogan);
}
.text-slogan{
    color:var(--book);
}

.text-justify {
    text-align: justify;
}

.p-text{
    font-size: 18px;
    color: #777;
    line-height: 28px;
    text-align: justify;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 45px;
    border-radius: 0;
    z-index: 99;
}
.com-btn {
padding: 14px;
border-radius: 15px;
color: #fff;
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 0;
    }

}
 /*------------------------------------------
 *             Nav Bar
 * --------------------------------------- */
.navbar-nav>li>a{
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 14px;
    padding: 16px 0px;
    font-weight: 500;
}
.navbar-toggler {
    padding: .20rem .50rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid white;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 30px 12px 30px;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
/*
    border-bottom: 1px solid #03acaf54;
*/
}
.dropdown-item:focus, .dropdown-item:hover {
/*
    color: #fff;

    background-color: var(--slogan);
    * */
}
/*Sub Menu */
.dropdown-menu > .dropdown {
  position: relative;
}

.dropdown-menu > .dropdown a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 0.9rem;
    top: 22px;
}

.dropdown-menu > .dropdown .dropdown-menu {
    top: 0px !important;
    left: 200px !important;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
    left: 100%;
    border-radius: 0 .25rem .25rem .25rem;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
   .dropdown-large{min-width:990px;}
}
/* ============ desktop view .end// ============ */


 /*------------------------------------------
 *           END  Nav Bar
 * --------------------------------------- */
.homeSlider .carousel-caption {
    position: absolute;
    bottom: 30%;
    text-align: left;
}
.homeSlider .carousel-caption h2{
    font-size:100px;
    text-transform: uppercase;

}
.homeSlider .carousel-caption p{
    font-size:25px;
    text-transform: uppercase;
    color:#fff;
}
.homeSlider .carousel-inner {
    position: static;
    max-height: 100%;
    height: calc(100vh - 100px); /* Ensure this height is as you want */
    overflow: hidden; /* Hide any overflow */
}
.homeSlider .carousel-item {
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center image horizontally */
    align-items: center; /* Center image vertically */
}
.homeSlider .carousel-item img {
    min-height: 100%; /* Ensure it covers the height */
    width: auto; /* Adjust width */
    max-width: none; /* Prevent scaling */
    object-fit: cover; /* Ensure the image covers the container */
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
 /*------------------------------------------
 *          News Bar slider botttom
 * --------------------------------------- */
.news-sticky {
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-color: var(--book);
}
.news-title {
    background-color: #fff;
    padding: 5px 0px;
    color: #000;
    font-weight: 400;
    font-size:20px;
    text-align: center;
}
.news-details {
    padding: 8px 20px;
    color: #FFF;
}
.news-details a {
    color: #FFF;
}
.news-details a:hover {
    color: #000;
}
/* SLider News Bar  */
.slider-right {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 999;
    right: 35px;
    top: 150px;
}

.ho-ev-date {
    border-radius: 1px;
    display: block;
    float: left;
    color: #000;
    text-align: center;
    margin-right: 15px;
    text-transform: uppercase;
    width: 80%;
    background: var(--violet);
}
.ho-ev-date span:first-child {
    display: block;
    font-weight: 500;
    margin-top: 0px;
    line-height: 25px;
    color: #F1F3CE;
}
.ho-ev-link a h4 {
    color: #112842;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: 0px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    letter-spacing: 0px;
    margin-top: 4px;
}
/* New pages  */
.news .newsImg img{
    width: 300px;
    height: 150px;
}
.news .newsTitle a:hover {
    color: var(--book) !important;
}
 /*------------------------------------------
 *          ENd News Bar
 * --------------------------------------- */
.min-title {
    font-size: calc(16px + ( 20 - 16 ) * ( ( 100vw - 576px ) / ( 1400 - 576 ) ));
    color: #8e8e8e;
    line-height: 1.05;
    text-transform: uppercase;
}
.title {
    font-size: calc(28px + ( 50 - 28 ) * ( ( 100vw - 576px ) / ( 1400 - 576 ) ));
}

.home-section-about h2{
    font-size: calc(32px + ( 64 - 32 ) * ( ( 100vw - 576px ) / ( 1400 - 576 ) ));
}
.home-section-about p{
    font-size: calc(16px + ( 20 - 16 ) * ( ( 100vw - 576px ) / ( 1400 - 576 ) ));
}


.about-us .left{
    clip-path: ellipse(80% 60% at 2% 50%);
}
.about-us h2{
    font-size: 9rem;
    font-weight: 800;
    color: var(--light-green);
}
.about-us h3{
    font-size: 3.75rem;
    font-weight: 800;
    color: var(--book);
}
.about-us .descerption{
    background-color:#f2f2f2;
}
.about-us .descerption .card{
    border: 0;
    border-radius: 5%;
}

/*------------------------------------------
 *             END SCROLL
 * --------------------------------------- */



/*------------------------------------------
 *           Last Gallery
 * --------------------------------------- */
figure {
    margin:0px;
}
figure.snip0028 {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
}
figure.snip0028 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0028 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0028 figcaption {
  position: absolute;
  top: 0;
  left: -13px;
  width: 50%;
  height: 100%;
  text-align: left;
}


figure.snip0028 h2 {
  border-radius: 0 5px 5px 0;
  text-align: right;
  margin: 0;
  padding: 20px;
  position: absolute;
  font-size: 1em;
  bottom: 70px;
  right: 100%;
  width: 90%;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-color: var(--book);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0028 h2 span {
  font-weight: 800;
}
figure.snip0028:hover img,
figure.snip0028.hover img {
  opacity: 0.7;
}
figure.snip0028:hover figcaption > div,
figure.snip0028.hover figcaption > div {
  left: 35%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0028:hover figcaption h2,
figure.snip0028.hover figcaption h2 {
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0028:hover figcaption::before,
figure.snip0028.hover figcaption::before {
  opacity: 0.8;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0028:hover figcaption i,
figure.snip0028.hover figcaption i {
  right: 0px;
}
figure.snip0028:hover a:first-child i,
figure.snip0028.hover a:first-child i {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0028:hover a:nth-child(2) i,
figure.snip0028.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.snip0028:hover a:nth-child(3) i,
figure.snip0028.hover a:nth-child(3) i {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}


/*------------------------------------------
 *          parallax
 * --------------------------------------- */
.parallax {
    background-image: url("../images/2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 60vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parallax h2 {
    font-size: 50px;
}

/*------------------------------------------
 *        Popup
 * --------------------------------------- */
.popup {
    display: none;
    position: fixed;
    bottom: 0%;
    right: 0%;
    width : 300px;
    padding: 10px 20px 10px 40px;
    color : #E7E7E7;
    background: #333333;
    border: 2px solid #F4F4F4;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.popup.shown {
    display: block;
}
.popup .close {
    position: absolute;
    top    : 5px;
    right  : 5px;
    width  : 24px;
    height : 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.popup .close:hover {
    background: #000000;
}
.popup_one {
    background: var(--slogan);
}
.popup_two {
    background: var(--light-green);
    color:#000
 }

 /*------------------------------------------
 *             Footer
 * --------------------------------------- */
.footer-section h3{
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    inline-size: max-content;
    padding-bottom: 10px;
}

ul.short-links{
    margin-left:-25px;
    list-style:none;
}
ul.short-links a{
    font-size: 22px;
    color:#fff;
}
ul.short-links a:hover{
    color:#fff;
}
ul.short-links li{
    padding:4px 0;
}
.img-section img{
    height:100px;
}
.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
 /*------------------------------------------
 *              4 img Center
 * --------------------------------------- */
.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
  opacity: 1;
}
.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.fadeIn-bottom{
  top: 80%;
}



 /*------------------------------------------
 *             Inner page
 * --------------------------------------- */
 .page-header {
    background: url(../images/inner-page-banner.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: #fff;
}
 /*------------------------------------------
 *     About page tpl Group Button
 * --------------------------------------- */
.sidebar .list-group-item {
    border: none !important;
}
.sidebar .list-group .list-group-item {
    padding: 14px;
    text-decoration: none;
    margin-top: 5px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    text-align: center;
}
.sidebar .list-group-item + .list-group-item.active {
    margin-top: 10px !important;
    color: #000;
    background-color:transparent;

}
.sidebar .list-group-item:first-child {
    background-color:transparent;
    border-bottom: 1px solid #999;

}
.sidebar .list-group-item:first-child.active {
    color: #000;
    background-color:transparent;

}
.sidebar .list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
.sidebar .list-group-item:hover{
  color: #000;
}
/* End no use to Delete Lat time */

/* --------------  Contact US  -----------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  padding: 1rem 0.4rem;
}
/*---------------------------------------------------------*/



/*------------------------------------------
 *      Mobile View
 * --------------------------------------- */
@media (max-width: 576px){
    .logo-bg {
        position: inherit;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .navbar-brand img{
        position: inherit;

    }
    .homeSlider .carousel-inner{
        height: auto;
    }
    .navbar .navbar-nav .nav-item .dropdown-large {
      position: absolute;
      left: 0%;
    }
    .instituteLogo img{
        width:100px;
    }
    .logobgwhite {
         background-color: #fff;
    }

    .core {
        display: inline-block !important;
    }
    .core .ps-5 {
        padding-left: 0 !important;
    }
    .value-title {
        font-size: 5rem;
    }
}

/*==========================================
    New Changes
============================================*/

.navbar .dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu > li:hover > .sub-menu {
        display: block;
    }


.sidebar .list-group-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
}


/*======================================
    Event CSS
========================================*/
.event-list {
    background-color: #F4F7FA;
}

.event-list .single-news {
    border-radius: 7px;
    background-color: #fff;
}

.event-list .single-news .image {
    position: relative;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.event-list .single-news .image img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.event-list .single-news .content-body {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 7px 7px;
}

.event-list .single-news .content-body .cat {
    color: #888;
    font-size: 13px;
}

.event-list .single-news .content-body .cat:hover {
    color: #BE202F;
}

.event-list .single-news .content-body .title {
    font-size: 18px;
    margin-top: 10px;
    line-height: 28px;
}

.event-list .single-news .content-body .title a {
    color: #081828;
    font-size: 20px;
    font-weight: 600;
}

.event-list .single-news .content-body .title a:hover {
    color: var(--book);
}

.event-list .single-news .content-body p {
    color: #888;
    margin-top: 15px;
}

.event-list .single-news .content-body .button {
    margin-top: 30px;
}

.event-list .single-news:hover .image .thumb {
    -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-list .single-news {
    margin-bottom: 40px;
}

.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: #03ACAF;
    color: #fff;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}

.button .btn:hover {
    background-color: #081828;
    color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
          box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

/* Event Details */
.event-single {
    background: #F4F7FA;
}

.event-single .single-inner {
    padding: 40px;
    background-color: #fff;
}

.post-details .post-title {
    font-weight: 700;
    margin-top: 10px;
    line-height: 32px;
    color: var(--book);
}

/*** Button ***/
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



.homesection {
    background-image: url(../images/school-campus.jpg);
/*
  background-image: url(https://unsplash.it/1280/1024?random&sig=1);
*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color:#000;
  overflow: hidden;
}
.home-section-about {
    background-image: url(../images/welcome-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.about-section {
    background-image: url(../images/about-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.dna-section {
    background-image: url(../images/dna-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.success-section {
    background-image: url(../images/success-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


