@charset "utf-8";
/* CSS Document */
 html, body{
    font-family: 'Montserrat', sans-serif;
}
 h1, h2, h3, h4, h5, h6{
    margin:0px;
     padding:0px
}
 p{
    margin:0px;
     padding:0px
}
 ul {
    margin:0px;
     padding:0px;
     list-style:none
}
 ul li{
    margin:0px;
     padding:0px
}
 a{
    text-decoration:none;
     transition:all 0.5s ease-in-out;
     transition:all 0.5s ease-in-out;
     -moz-transition:all 0.5s ease-in-out;
     -ms-transition:all 0.5s ease-in-out;
     -o-transition:all 0.5s ease-in-out;
     -webkit-transition:all 0.5s ease-in-out;
}
 div#navbarSupportedContent {
     z-index: 999;
}
 a.navbar-brand.logo_style img {
     width: 300px;
}
 div#navbarSupportedContent a {
     font-size: 17px;
     font-weight: 500;
     color: #662c14;
     margin: 10px;
}
nav.navbar.navbar-expand-lg.bg-body-white {
    box-shadow: 0px 0px 17px #ddd;
}
 .carousel-caption {
     position: absolute;
     bottom: 1.25rem;
     left: 0;
     padding-top: 1.25rem;
     padding-bottom: 1.25rem;
     color: #fff;
     text-align: center;
     top: 0;
     right: auto;
}
 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 @keyframes fade {
     from {
         opacity: 0.4;
    }
     to {
         opacity: 1;
    }
}
 #slider {
     margin: 0 auto;
     width: 100%;
     overflow: hidden;
}
 .slides {
     overflow: hidden;
     animation-name: fade;
     animation-duration: 1s;
     display: none;
}
 #dot {
     margin: 0 auto;
     text-align: center;
     position: absolute;
     left: 0;
     right: 0;
}
 #banner_part .dot {
     display: inline-block;
     border-radius: 50%;
     background: #d3d3d3;
     padding: 8px;
     margin: 10px 5px;
     position: relative;
     bottom: 50px;
}
 #banner_part .active {
     background: black;
}
 @media (max-width: 567px) {
     #slider {
         width: 100%;
    }
}
 #heading {
     display: block;
     text-align: center;
     font-size: 2em;
     margin: 10px 0px;
}
 .banner-text {
     position: absolute;
     top: 40%;
}
 .banner-text h1 {
     font-size: 70px;
     font-weight: 800;
     color: #fff;
}
 .banner-text p {
     font-size: 15px;
     font-weight: 500;
     color: #fff;
}
 .banner-text a {
     font-size: 17px;
     font-weight: 600;
     color: #662f1b;
     background: #fff;
     padding: 10px 20px;
     line-height: 4em;
}
 #about_part {
     padding: 50px 0;
     background: #f6f6f8;
}
 #about_part .row {
     align-items: center;
}
 #about_part .right-text h2 {
     font-size: 50px;
     font-weight: 800;
     color: #662c14;
}
 #about_part .right-text p {
     font-size: 15px;
     font-weight: 400;
     color: #000;
     padding: 15px 0;
}
 #about_part .right-text a {
     font-size: 17px;
     font-weight: 600;
     color: #fff;
     background: #662c14;
     padding: 10px 20px;
     line-height: 4em;
}
 #featured {
     padding: 50px 0;
}
 #featured .books-p {
     padding: 50px 0;
}
 #featured h3 {
     font-size: 44px;
     text-align: center;
     font-weight: 800;
     color: #662c14;
     padding: 10px 0;
}
 #featured p {
     font-size: 15px;
     font-weight: 400;
     color: #662c14;
     text-align: center;
}
 #featured .box-1 {
     background: #f8f9fa;
     padding: 30px;
     text-align: center;
     margin: 10px 0;
     border-radius: 0 10px 10px 0;
}
 #featured .box-text span {
     font-size: 13px;
     color: #000;
     margin: 10px 10px;
     font-weight: 400;
}
 #featured .box-text h4 {
     font-size: 23px;
     padding: 10px 10px;
     color: #000;
     font-weight: 600;
}
 #footer-part{
     background: #662c14;
     padding: 30px 0;
}
 .logo-foter ul li {
     font-size: 14px;
     font-weight: 500;
     color: #fff;
     line-height: 2em;
}
 .logo-foter i {
     font-size: 14px;
     margin: 0 10px;
}
 .quick-link-1 h4 {
     font-size: 19px;
     color: #fff;
     font-weight: 800;
}
.quick-link-1 ul li {
    line-height: 25px;
    padding: 5px 0;
}
.quick-link-1 a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
 .quick-link-1 img {
     margin: 0 0 0 -4px;
}
 .quick-link img {
     margin: 0 0 0 -4px;
}
 .quick-link p {
     font-size: 17px;
     color: #fff;
     font-weight: 500;
     line-height: 25px;
     padding: 10px 0;
}
 .quick-link ul li {
     display: inline;
}
 .quick-link input {
     background: #fff;
     font-size: 16px;
     font-weight: 400;
     border-radius: 5px;
     padding: 10px;
     border:0px;
}
 .quick-link h4 {
     font-size: 19px;
     color: #fff;
     font-weight: 800;
}
 .quick-link a {
    background: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 5px;
    padding: 14px;
    color: #000;
    margin: 10px;
}
 section#copyright {
     background: #fff;
     padding: 15px;
     text-align: center;
     font-size: 16px;
     font-weight: 600;
     color: #662c14;
}

#about_banner { background-image: url("../img/about-banner.png"); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 140px 0;}

.video_part video {
    width: 100%;
    border-radius: 10px;
    margin: 10px 0;
    background: #795548;
    box-shadow: 0px 5px 5px #ddd;
}
#video_section{padding: 50px 0;}
#video_section h3 {
    font-size: 44px;
    text-align: left;
    font-weight: 800;
    color: #662c14;
    padding: 10px 0;
}
#video_section h3 {
    font-size: 44px;
    text-align: left;
    font-weight: 800;
    color: #662c14;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}
.video_part {
    margin: 50px 0 0;
}
.books-p video {
    width: 100%;
    border-radius: 15px;
}
.logo-foter a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

/******about-css********/
#about_banner { background-image: url("../img/about-banner.png"); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 140px 0;}
#about_banner .turstee_text h1{ font-size:97px;text-align:center; font-weight:bold; color:#fff; }

#Turstee{ padding:50px 0; }
#Turstee h3 {
    font-size: 44px;
    text-align: center;
    font-weight: 800;
    color: #662c14;
    padding: 10px 0;
}
#Turstee p {
    font-size: 15px;
    font-weight: 400;
    color: #662c14;
    text-align: center;
}
#Turstee .books-turstee {
    padding: 50px 0 0;
}
#Turstee .box-turstee {
    background: #f8f9fa;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
}
#Turstee .box-turstee-1 p {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
    font-weight: 600;
    text-align: center;
}
#Turstee .box-turstee-1 h4 {
    font-size: 20px;
    padding: 10px 0;
    color: #662c14;
    font-weight: 600;
    text-align: center;
}
.just_text img {
    width: 100%;
}
#Turstee .box-turstee-1 a {
    background: #662c14;
    text-align: center;
    padding: 5px 30px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.box-turstee-2 h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #662c14;
}

/*nagendratext*/

#trusteetext1 {
    padding: 50px 0;
}
.just_text p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    text-align: justify;
}



/*gallry*/

#gallry_banner {
    background-image: url("../img/Banner-6.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;

}
#media_banner{
    background-image: url("../img/Banner-4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}
#award_banner{
    background-image: url("../img/Banner-5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}
#contact_banner{
    background-image: url("../img/Banner-7.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}


#gallery_part  {
    padding: 50px 0;
        text-align: center;
}
#gallery_part h3 {
    font-size: 44px;
    text-align: center;
    font-weight: 800;
    color: #662c14;
    padding: 10px 0;
}
#gallery_part p {
    font-size: 15px;
    font-weight: 400;
    color: #662c14;
    text-align: center;
}
.turstee_text h1 {
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}


.hover14 figure {
    overflow: hidden;
}
.hover14 figure:hover + span {
    bottom: -36px;
    opacity: 0.5;
}


/* Shine */
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hover14 img {
    border-radius: 10px;
    border: 2px solid #662c14;
}

.hover14.award_img{
    position: relative;
    padding: 50px 0 0;
}


.gallery {
  margin: auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}

.gallery-item {
  flex: 1 1 calc(33% - 20px);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0.6;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item:hover img {
  opacity: 1;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
    /* display: flex; */
    margin: 10% auto;
    /* padding: 20px; */
    background: transparent;
    max-width: 70%;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); */
    /* border-radius: 10px; */
    border: 0;
}
.modal-content {
  display: flex;
  margin: 10% auto;
  padding: 20px;
  background: transparent;
  max-width: 70%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.modal-left img {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 10px;
}

.modal-right {
  margin-left: 20px;
  padding: 0 2em;
  width: 40%;
}

.modal-right p {
  margin: 0;
}

.close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.nav-btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.nav-btn:hover {
  background-color: #555;
}
.gallery-item {
    margin: 10px 0;
    background: #795548;
    box-shadow: 0px 5px 5px #ddd;
}
@media (max-width: 768px) {
  .gallery-item {
    flex: 1 1 calc(50% - 20px);
  }

  .modal-content {
    flex-direction: column;
  }

  .modal-right {
    margin-left: 0;
    margin-top: 20px;
    width: 80%;
    padding: 0;
  }

  .nav-btn {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex: 1 1 100%;
  }
}

#contact_part {padding: 50px 0}

#contact_part h3 {
    font-size: 44px;
    text-align: center;
    font-weight: 800;
    color: #662c14;
    padding: 10px 0;
}
#contact_part p {
    font-size: 15px;
    font-weight: 400;
    color: #662c14;
    text-align: center;
}
.con_mail img {
    width: 100px;
    margin: 20px 0;
}
.con_mail p {
    text-align: left !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
ul.li_txt li {
    border-bottom: 2px solid #ddd;
    padding: 10px 0;
}
ul.li_txt {
    padding: 40px 0 0;
}
.map_part{ padding: 40px 0 0;
}


#contact_part a{
        text-align: left !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #662c14;

}

a.nav-link.tabs.active {
    background-color: #662c14 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
a.nav-link.tabs{ 
background-color: #000 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }






 @media (min-width: 992px) and (max-width: 1199px) {
     a.navbar-brand.logo_style img {
        width: 300px;
    }
     .banner-text {
        top: 26%;
    }
     .banner-text h1 {
        font-size: 55px;
    }
     .banner-text p {
        font-size: 18px;
    }
     .banner-text a {
         font-size: 15px;
         padding: 15px 20px;
    }
     #about_part {
         padding: 20px 0;
         background: #f6f6f8;
    }
     #about_part .right-text h2 {
         font-size: 30px;
    }
     #about_part .right-text p {
         font-size: 13px;
         padding: 5px 0;
    }
     #about_part .right-text a {
         font-size: 15px;
         padding: 10px 10px;
    }
     #featured {
         padding: 20px 0;
    }
     #featured h3 {
         font-size: 25px;
    }
     #featured .books-p {
         padding: 20px 0;
    }
     #featured .box-text h4 {
        font-size: 20px;
    }
     .logo-foter img {
         width: 280px;
    }
     .logo-foter ul li {
        font-size: 13px;
    }
     .quick-link-1 h4 {
        font-size: 13px;
    }
     .quick-link-1 ul li {
         font-size: 14px;
         line-height: 11px;
    }
     .quick-link-1 {
        padding: 30px 0;
    }
     .quick-link {
        padding: 30px 0;
    }
     .quick-link h4 {
        font-size: 13px;
    }
     .quick-link input {
        width: 75%;
    }
     .quick-link p {
         font-size: 13px;
         line-height: 20px;
         padding: 8px 0;
    }
     .quick-link a {
        font-size: 16px;
         padding: 12px;
    }
     section#copyright {
        font-size: 14px;
    }
    /*ABOUT*/
    #contact_banner {padding: 70px 0;}
    #contact_banner .turstee_text h1 {font-size: 50px;}
    #about_banner {padding: 70px 0;}
    #about_banner .turstee_text h1 {font-size: 50px;}

    #Turstee {padding: 20px  0;}

    #Turstee .books-turstee {padding: 0;}

    #Turstee .box-turstee-1 p {margin: 5px 0;}
    #Turstee .box-turstee-1 h4 {padding: 10px 0 0;}

    #gallry_banner {padding: 70px 0;}
    #gallry_banner .turstee_text h1 {font-size: 50px;}

    .hover14.award_img {padding: 0;}
    .just_text p {
    font-size: 14px;}
}






 @media (min-width: 768px) and (max-width: 991px) {
     a.navbar-brand.logo_style img {
        width: 300px;
    }
     .banner-text {
        top: 180px;
    }
     .banner-text h1 {
        font-size: 45px;
    }
     .banner-text p {
        font-size: 15px;
    }
     .banner-text a {
         font-size: 11px;
         padding: 10px 15px;
    }
     #about_part {
         padding: 20px 0;
         background: #f6f6f8;
    }
     #about_part .right-text h2 {
         font-size: 30px;
    }
     #about_part .right-text p {
         font-size: 13px;
         padding: 5px 0;
    }
     #about_part .right-text a {
         font-size: 15px;
         padding: 10px 10px;
    }
     #featured {
         padding: 20px 0;
    }
     #featured h3 {
         font-size: 25px;
    }
     #featured .books-p {
         padding: 20px 0;
    }
     #featured .box-text h4 {
        font-size: 20px;
    }
     .logo-foter img {
         width: 280px;
    }
     .logo-foter ul li {
        font-size: 11px;
    }
     .quick-link-1 h4 {
        font-size: 10px;
    }
     .quick-link-1 ul li {
         font-size: 15px;
         line-height: 13px;
    }
     .quick-link-1 {
        padding: 30px 0;
    }
     .quick-link {
        padding: 30px 0;
    }
     .quick-link h4 {
        font-size: 10px;
    }
     .quick-link input {
        width: 100%;
    }
     .quick-link p {
         font-size: 12px;
         line-height: 14px;

         padding: 8px 0;
    }
     .quick-link a {
    font-size: 11px;
    padding: 7px;
    margin: 3px;
}
     section#copyright {
        font-size: 14px;
    }
    .logo-foter a {
    font-size: 11px;
}
.quick-link-1 a {
    font-size: 14px;
}
.box-turstee-2 h4 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #662c14;
}




     /*ABOUT*/
     #contact_banner {padding: 70px 0;}
    #contact_banner .turstee_text h1 {font-size: 50px;}
    #about_banner {padding: 70px 0;}
    #about_banner .turstee_text h1 {font-size: 50px;}

    #Turstee {padding: 20px  0;}
    #Turstee .books-turstee {padding: 0;}
    #Turstee .box-turstee { padding: 20px; margin: 20px  0 0;}
    #Turstee .box-turstee-1 p {font-size: 15px; margin: 5px 0;}
    #Turstee .box-turstee-1 h4 {padding: 10px 0 0;}
    #trusteetext1 { padding: 30px 0;}
    .just_text p {  font-size: 10px; padding: 4px 0 !important;}
    #gallry_banner {padding: 70px 0;}
    #gallry_banner .turstee_text h1 {font-size: 50px;}

    .hover14.award_img {padding:20px 0 0;}
    #gallery_part {
    padding: 20px 0;
}

    
}







 @media (max-width: 767px) {
    div#navbarSupportedContent a {
    font-size: 15px;
    margin: 0;
    padding: 5px;}
     a.navbar-brand.logo_style img {
        width: 200px;
    }
     .banner-text {
        top: 100px;
    }
     .banner-text h1 {
        font-size: 18px;
    }
     .banner-text p {
        font-size: 8px;
    }
     .banner-text a {
         font-size: 11px;
         padding: 7px 10px;
    }
     #about_part {
         padding: 20px 0;
         background: #f6f6f8;
    }
     #about_part .right-text h2 {
         font-size: 25px;
    }
     #about_part .right-text p {
         font-size: 13px;
         padding: 5px 0;
    }
     #about_part .right-text a {
         font-size: 15px;
         padding: 10px 10px;
    }
     #featured {
         padding: 20px 0;
    }
     #featured h3 {
         font-size: 25px;
    }
     #featured .books-p {
         padding: 20px 0;
    }
     #featured .box-text h4 {
        font-size: 20px;
    }
     .logo-foter img {
         width: 280px;
    }
     .logo-foter ul li {
        font-size: 13px;
    }
     .quick-link-1 h4 {
        font-size: 16px;
    }
     .quick-link-1 ul li {
         font-size: 15px;
         line-height: 15px;
    }
     .quick-link-1 {
        padding: 30px 0;
    }
     .quick-link h4 {
        font-size: 16px;
    }
     .quick-link p {
         font-size: 13px;
         line-height: 20px;
         padding: 8px 0;
    }
     .quick-link a {
        font-size: 16px;
         padding: 12px;
    }
     section#copyright {
        font-size: 14px;
    }

#media_banner {padding: 60px 0 !important;}
    #media_banner .turstee_text h1 {font-size: 34px !important;}

#award_banner {padding: 60px 0 !important;}
    #award_banner .turstee_text h1 {font-size: 34px !important;}


#contact_banner {padding: 60px 0 !important;}
    #contact_banner .turstee_text h1 {font-size: 34px !important;}

    /*ABOUT*/
    #about_banner {padding: 60px 0;}
    #about_banner .turstee_text h1 {font-size: 34px;}
    #Turstee {padding: 20px  0;}
    #Turstee .books-turstee {padding: 0;}
    #Turstee .box-turstee { padding: 20px; margin: 20px  0 0;}
    #Turstee .box-turstee-1 p {font-size: 15px; margin: 5px 0;}

    #trusteetext1 { padding: 20px 0;}
    .just_text p {  font-size: 14px;}
    #gallry_banner {padding: 60px 0 !important;}
    #gallry_banner .turstee_text h1 {font-size: 34px !important;}
    .hover14.award_img {padding: 0;}
    .con_mail img {
    width: 50px;}
    .con_mail p {
    font-size: 15px !important;}
    #gallery_part {
    padding: 20px 0;
}
#gallery_part h3 {
    font-size: 32px;
    
}
}
 