
body{
  overflow-x: hidden;
}
.scrollbanner{
  margin-top: 113px;
}
/* Banner */
  .carousel-controls {
    position: absolute;
    top: -10px;
    right: 15px;
    z-index: 10;
  }


/* Aboutsection */
.Aboutclg_section{
      padding: 30px 0px;
    }
.aboutclg_row{
     justify-content: center;
     text-align: center;
   }
.aboutlogo {
      display: flex;
      justify-content: center;
      margin-bottom: 24px;
    }
.aboutlogo img {
    width: 350px;
    max-width: 100%;
  }
.aboutvideo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
.aboutvideo img{
    border-radius: 25px;
  }
/* .aboutvideo iframe {
    height: 500px;
    width: 90%;
    max-width: 100%;
    border-radius: 25px;
  } */
.aboutclg_text{
      margin-top: 24px;
    }
.Aboutclgname{
      font-size: 47px;
      padding-bottom: 10px;
      font-weight: bold;
  }
  
  .aboutpara{
    font-size: 18px;
    padding-bottom: 10px;
    text-align: justify;
  }
.allbuttons{
    margin-top: 18px;
    margin-bottom: 20px;
   }
.allbuttons a {
   font-size: 20px;
    background-color:var(--blue);
    padding: 10px 30px;
    color: white;
    border-radius: 25px;
    /* text-decoration: none; */
    }
/* .allbuttons a:hover{
  background-color: var(--yellow);
} */



/* chairmen section */
.chairmen_section{
      padding: 60px 0px;
	    /* background-color:#C41F27; */
      background-image: url("../../../assets/images/index/Chairmenbg.jpg");
    }
.chairmen_heading {
      display: flex;
      align-items: center;
      justify-content: center;
       margin-bottom: 50px;
    }
.chairmen_heading span {
      font-weight: 700;
      font-size: 50px;
      background: rgba(8, 57, 91, 1);
      padding: 0 22px;
      color: white;
      border-radius: 50%;
      display: inline-block;
    }
.chairmen_heading h4, .chairmen_heading h5 {
      font-size: 50px;
      font-weight: 700;
      margin: 0;
      color: white;
      padding-left: 5px;
    }
    .chairmen_heading h5 {
      color: rgb(0, 0, 0);
    }
.chairmenimgcolumn{
     padding: 0px;
     }
.chairmentimg img{
    width: 500px;
		height: 600px;
    border-radius: 25px;
    object-fit: cover;
    }
.chairmenheading p{
	text-align: center;
   }
.chairmentext img{
	  width: 60px;
	  padding-bottom: 10px;
    padding-top: 15px;
   }
.chairmentext{
    margin-bottom: 40px;
   }
.chairmentext h4{
    font-size: 44px;
    padding-left: 9px;
    color: white;
    font-weight: 700;
   } 
 .chairmen_qualififcation{
    font-size: 15px;
    font-weight: revert-layer;
    color: white;
    margin-bottom: 10px;
  }
 .chairmen_name{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
 }
.chairmenpara{
     font-size: 18px;
     color: white;
     text-align: justify;
}

    



 
/* Facilities */
 
.facilitiessection {
    position: relative;
    padding: 100px 0;
    width: 100%;
    background: linear-gradient(0deg,rgba(8, 57, 91, 1) 39%, rgba(255, 255, 255, 1) 39%) !important;
    z-index: 1;
    }
    .facilities_container{
      position: relative;
    }

    .facilitiesheading{
      display: flex;
      align-items: center;
    }
    .carousel-wrapper {
      overflow: hidden;
    }
    .carousel-track {
      display: flex;
  scroll-behavior: smooth; 
  transition: transform 0.3s ease;
    }
 .carousel-card {
  flex: 0 0 25%; 
  padding: 10px;
  height: 400px !important;
  box-sizing: border-box;
}

    .facility-card {
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      height: 100%;
    }
    .facility-card img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block;
    }
    .facility-label {
 
			 background: black;
			background:      rgba(8, 57, 91, 1);
			border-top: 5px solid white;
			border-right: 5px solid white;
      color: white;
      font-weight: bold;
      border-top-right-radius: 12px;
      padding: 0.25rem 1.5rem;
      position: absolute;
      bottom: 0;
      left: 0;
    }

.carousel-controls {
    position: absolute;
    top: 16px;
    right: 48px;
    z-index: 10;
    display: flex;
    gap: 10px;
}
.carousel-controls button {
    background: rgb(125, 30, 30);
    background: rgba(8, 57, 91, 1);
    border: none;
    color: white;
    font-size: 30px;
    padding: 0px 13px;
    padding-bottom: 3px;
    cursor: pointer;
    border-radius: 50%;
}
   .carousel-controls button:hover{
		    background: rgb(113, 1, 1);
				background:   rgb(8, 132, 220);
	 }
	 .carousel-controls {
		font-size: 40px;
	 }
	 .facilitiesheading {
   font-size: 34px;
	 }
    .facilitiesheading span {
      font-weight: 700;
      font-size: 50px;
      background: rgba(8, 57, 91, 1);
      padding: 0 25px;
      color: white;
      border-radius: 50%;
    }

    .faheading {
      display: flex;
      align-items: center;
    }

    .faheading h4 {
      padding-left: 5px;
      font-size: 50px;
      font-weight: 700;
      margin: 0;
    }

    .fapara {
      padding-top: 30px;
			padding-bottom: 30px;
      font-size: 25px;
      text-align: justify;
    }
@media (max-width: 1400px) {
  .carousel-card {
    flex: 0 0 33.33%; 
  }
  .fapara {
    font-size: 20px;
  }
  .carousel-controls {
    font-size: 30px;
  }
  .facilitiesheading span,
  .faheading h4 {
    font-size: 39px;
  }
}

@media (max-width: 1200px) {
  .carousel-card {
    flex: 0 0 50%; 
  }
}

@media (max-width:757px) {
  .carousel-card {
    flex: 0 0 100%; 
  }
} 



/* Testimonials */
.testmonialssection{
  	position: relative;
  overflow: hidden;
   background: linear-gradient(114deg,rgb(255, 255, 255) 24%, rgb(255, 179, 0) 23%, rgb(250, 174, 28) 40%, rgb(255, 255, 255) 40%);
     padding: 100px 0px;
}
.chairmenheading {
  display: flex;
  align-items: center; 
  gap: 8px; 
}
.testmonialsheading span{
     font-weight: 700;
      font-size: 50px;
      background: rgba(8, 57, 91, 1);
      padding: 0 22px;
      color: white;
      border-radius: 50%;
      display: inline-block;
}
.testmonialsheading h4{
  font-weight: 700;
      font-size: 50px;
      color: black;
}
.quotesimg{
	 position: absolute;
   bottom: 0px;
   right: 500px;
}
.testmonialimg {
  width: 400px; 
  height: 400px;
  border-radius: 50%;
}
.testmonialimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
	padding: 10px;
	border: 5px dashed black;
}
.testmonialsheading {
  position: relative;
  top: -11px;
  right: -311px;
}

.testmonialtext{
	padding: 120px 0px;
	padding-left: 40px;
	width: auto;
	margin: 0 auto;
}
.testmonialtext blockquote {
  font-style: italic;
  font-size: 25px;
  line-height: 1.6;
  quotes: "“" "”" "‘" "’";
  position: relative;
  padding-left: 20px;
}
.testmonialtext blockquote::before {
  content: open-quote;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #007bff;
}
.testmonialtext blockquote::after {
  content: close-quote;
  font-size: 2rem;
  color: #007bff;
}
.testmonialtext p{
  font-size:25px;
  padding-left: 20px;
}
.testmonialtext p span{
  font-size:18px;
}
.carousel_control_next, .carousel_control_prev  {
    position: absolute; 
    top: 216px ;
    right: 0px ;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96% ;
    padding-left: 80px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.controlicon{
  width: 25px ;
}
.carousel_buttons_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    margin: 0 auto;
    gap: 20px;
    margin-top: 20px;
    position: relative;
    top: -134px;
    right: -141px;
}
.carousel_buttons_wrapper .carousel_control_prev,
.carousel_buttons_wrapper .carousel_control_next {
  position: static;
  width: 40px;
  height: 40px;
	gap: 20px;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FAAE1C; 
  border: none; 
}



@media(max-width:1850px){
    .testmonialssection{
    background: linear-gradient(114deg, rgb(255, 255, 255) 21%, rgb(255, 179, 0) 21%, rgb(250, 174, 28) 39%, rgb(255, 255, 255) 39%);
  }
}
@media(max-width:1850px){
    .testmonialssection {
        background: linear-gradient(114deg, rgb(255, 255, 255) 19%, rgb(255, 179, 0) 19%, rgb(250, 174, 28) 39%, rgb(255, 255, 255) 39%);
    }
}
@media(max-width:1600px){
      .testmonialssection {
        background: linear-gradient(114deg, rgb(255, 255, 255) 16.5%, rgb(255, 179, 0) 16.5%, rgb(250, 174, 28) 38%, rgb(255, 255, 255) 38%);
       
    }

}
@media(max-width:1480px){
      .testmonialssection {
        background: linear-gradient(108deg, rgb(255, 255, 255) 13.5%, rgb(255, 179, 0) 13.5%, rgb(250, 174, 28) 35.5%, rgb(255, 255, 255) 35.5%);
    }
}
@media(max-width:1399px){
  .testmonialimg {
    width: 350px;
    height: 350px;
    border-radius: 50%;
}
    .testmonialssection {
           padding: 71px 0px;
        background: linear-gradient(108deg, rgb(255, 255, 255) 16.5%, rgb(255, 179, 0) 16.5%, rgb(250, 174, 28) 38.5%, rgb(255, 255, 255) 38.5%);
    }i
    .testmonialtext blockquote {
    font-size: 20px;
}
.testmonialsheading h4, .testmonialsheading span  {
    font-size: 40px;
}

}
@media(max-width:1300px){
      .testmonialssection {
        /* background: linear-gradient(108deg, rgb(255, 255, 255) 14.5%, rgb(255, 179, 0) 14.5%, rgb(250, 174, 28) 36.5%, rgb(255, 255, 255) 36.5%); */
                background: linear-gradient(111deg, rgb(255, 255, 255) 16%, rgb(255, 179, 0) 15%, rgb(250, 174, 28) 37.5%, rgb(255, 255, 255) 37.5%);
    }
}
@media(max-width:1199px){
      .testmonialtext blockquote {
        font-size: 20px;
    }.testmonialtext p {
    font-size: 22px;
    padding-left: 20px;
}    .testmonialimg {
        width: 320px;
        height: 320px;
        border-radius: 50%;
    }
        .testmonialssection {
        background: linear-gradient(108deg, rgb(255, 255, 255) 18.5%, rgb(255, 179, 0) 18.5%, rgb(250, 174, 28) 39.5%, rgb(255, 255, 255) 39.5%);
    }
}
@media(max-width:1100px){
      .testmonialssection {
        background: linear-gradient(108deg, rgb(255, 255, 255) 16.5%, rgb(255, 179, 0) 16.5%, rgb(250, 174, 28) 38.5%, rgb(255, 255, 255) 38.5%);
    }
}

@media(max-width:991px){
   .testmonialssection {
  background: linear-gradient(0deg,rgba(255, 179, 0, 1) 48%, rgba(250, 250, 250, 1) 49%);
   }
   .carousel_buttons_wrapper {
    top: 3px;
    right: 3px;
}
.carousel_buttons_wrapper .carousel_control_prev, .carousel_buttons_wrapper .carousel_control_next {
    background-color: #031a29;

}
.carousel_buttons_wrapper .carousel_control_prev, .carousel_buttons_wrapper .carousel_control_next {
    position: static;
    width: 40px;
    height: 40px;
    gap: 20px;
    opacity: 1;
    border-radius: 50%;
    overflow: hidden;
    background-color: #031a29;
    border: none;
}
    .testmonialimg {
        padding-top: 20px;
        width: 300px;
        height: 300px;
  
    }
        .testmonialtext blockquote {
        font-size: 18px;
        padding-left: 0px;
        padding-top: 10px;
    }
    .chairmentimg img{
      height: auto;
    }
}
@media(max-width:767px){
   .chairmenheading {
    justify-content: center;
    text-align: center;
   }
       .testmonialssection {
        background: linear-gradient(0deg, rgba(255, 179, 0, 1) 56%, rgba(250, 250, 250, 1) 56%);
    }
    .testmonialtext{
      text-align: justify;
    }
        .testmonialtext blockquote {
        font-size: 18px;
        margin-left: 0px;
        padding-left: 0px;
    }
}
@media(max-width:575px){
  .chairmentimg{
    padding: 0px 20px;
  }
}
@media(max-width:391px){

   .testmonialssection{
        padding: 42px 0px;
  }
    .testmonialtext blockquote {
        font-size: 16px;
        margin-left: 0px;
   
    }
        .testmonialsheading h4, .testmonialsheading span {
        font-size: 33px;
    }
        .testmonialimg img {
        margin-top: -96px;
        width: 75%;
        height: 75%;
        margin-left: 0px;
    }
        .testmonialtext blockquote {
        font-size: 15px;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 58px;
    }
    .testmonialtext p span {
    font-size: 15px;
}
    .testmonialtext p {
        font-size: 16px;
    }    .testmonialimg {
        padding-top: 20px;
        width: 400px;
        height: 400px;
    }
}
@media(max-width:360px){
      .chairmen_heading h4, .chairmen_heading h5, .chairmen_heading span {
        font-size: 32px;
    }
}
/* 
@media(max-width:1600px){
  .testmonialssection {
  background: linear-gradient(114deg,rgb(255, 255, 255) 18%, rgb(255, 179, 0) 18%, rgb(250, 174, 28) 38%, rgb(255, 255, 255) 38%);
}
.testmonialsheading {
  right: -220px;
}
}

@media(max-width:1400px){
    .testmonialimg img {
  width: 90%;
  height: 90%;
}
}
@media(max-width:1199px){
   .testmonialssection {
    padding: 0px;
    padding-top: 100px !important;
    background: linear-gradient(114deg,rgb(255, 255, 255) 23%, rgb(255, 179, 0) 23%, rgb(250, 174, 28) 42%, rgb(255, 255, 255) 42%);
  }
  .testmonialimg img {
  width: 80%;
  height: 80%;
}
.testmonialtext blockquote {
  font-size: 22px;
  margin-left: 43px;
}
.chairmencolheading span {
  font-size: 40px;
}
}




 */
