body {
    padding-top: 0px;
    background: #fff;
    font-family: Shanti, sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
	font-size: 16px;
}
#small{
  font-size: 10px;
}
#medium{
  font-size: 14px;
}
#large{
  font-size: 18px;
}
.lights:hover{
  width: 90%;
}
.sgbau_logo{
  padding: 5px;
   
    float: left;
}
.home-thumb:hover{
transform: scale(1.1);
}
.home-thumb{
  transition: all 0.3s ease 0s;
}
.home-thumb{

  border-radius: 10px;
  border: 1px solid gray;
  padding: 5px;
  width: 200px;
  height: 184px;

}
.about{
  border-radius: 10px;
  border: 1px solid gray;
  padding: 5px;
  height: 250px;
}
.menus{
   
}
.quick_feeds{
 margin-top: 0px; 
}
.social_media_icon i{
	transition: all 1s;
  
}

.quick_feeds li{
	list-style:none;

  color:#fff;
  font-family: 'Shanti', sans-serif;
  margin-left: 1200px;
}
.quick_feeds ul li{
	display: inline-block;
}
.quick_feeds ul{
	padding-left:0px;
	margin-bottom:0px;
  padding-right: 20px;
  margin-top: -2px;
}
.quick_feeds a{
	color:#fff;
}
.quick_feeds a:hover{
	color:#fff;
	text-decoration:none;
}
.top_header{
	background-color:#1c1d30;
  height: 32px;
  padding: 5px;
	
}
.social_media_icon li{
	padding-left:20px;
}

.strip{
	background-image:url('../images/strip.html');
	background-repeat: no-repeat;
	padding: 0px;
}
.top-vibes{
	margin-top:10px;
}
.middle_header {
    padding-top: 1px;
    padding-bottom:0px;
	padding-left:0px;
}
.team-varhad{
    border: 5px solid #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 190px;
  
      
}

.custom-button{

  display: inline-block;
  font-size: 14px; /* Make it smaller */
  padding: 4px 8px; /* Reduce padding */
  border-radius: 4px;
  text-decoration: none;
  background-color: red;
  color: white;
  border: none;
  vertical-align: baseline; /* Align with text */
}
.custom-button:hover {
  background-color: #0056b3;
}
.custom-box {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.custom-box img {
  width: 100%;
  height: auto;
}

.custom-box h3 {
  font-size: 23px;
  font-family: 'Passion One', sans-serif; 
  color: #bf0000;
  text-align: left;
  padding: 8px;
  margin-bottom: 0px;
}

.custom-box p {
  font-size: 14px;
  color: #555;
  font-family: 'Shanti', sans-serif; 
  text-align: justify;
  padding: 8px;
  padding-bottom: 0;
  margin-bottom: 0px;
}

.custom-box .btn {
  margin-top: 1px;
  margin-left: auto;
  display: block; /* Makes button a block element */
    width: fit-content; /* Ensures it only takes up necessary space */
    font-size: 15px;
    border: none;
    border-radius: 0;
    background-color: #bf0000;
    font-family: 'Passion One', sans-serif;
}
.btn:hover {
  background-color: #2980b9;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px); /* Adds background blur */
  z-index: 1000; 
}
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  text-align: center;
  z-index: 1001; /* Ensures the content is above the overlay */
}
.popup-content h2 {
  margin: 0 0 10px;
}
.popup-content p {
  margin: 0;
  text-align: justify;
}
.close-btn {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.close-btn:hover {
  color: red;
}

.border-text {
  position: absolute;
  top: calc(1px+ 5%); /* Adjust based on the height of .top-div */
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px 20px;
  border: 2px solid black;
  font-weight: bold;
  z-index: 5; /* Ensures it stays above */
}

.testimonial-box {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  
}
.testimonial-box img {
  width: 100%;
  height: auto;
}
.testimonial-box h3 {
  font-size: 18px;
  font-family: 'Passion One', sans-serif; 
  color: red;
  text-align: center;
  padding: 8px;
  margin-bottom: 0px;
}
.testimonial-box p {
  font-size: 12px;
  color: #555;
  font-family: 'Shanti', sans-serif; 
  text-align: justify;
  padding: 8px;
  padding-bottom: 0;
  margin-bottom: 0px;
}

.testimonial-box .post{
  display: block;
  font-family: 'Shanti',sans-serif;
  font-size: 12px;
  margin-top: 10px;
}

.testimonial_section {
      display: block;
      overflow: hidden;
    }

    .testimonial_section:after {
      display: block;
      clear: both;
      content: "";
    }

    .testimonial_section .about_content {
      background-color: #020d26;
      padding-top: 77px;
      padding-right: 210px;
      padding-bottom: 62px;
      position: relative;
    }

    .testimonial_section .about_content .background_layer {
      background-color: #020d26;
      width: auto;
      margin-left: -200px;
      right: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
    }

    .testimonial_section .about_content .layer_content {
      position: relative;
      z-index: 9;
      height: 10%;
    }

    .testimonial_section .about_content .layer_content .section_title {
      margin-bottom: 24px;
      position: relative;
    }

    .testimonial_section .about_content .layer_content .section_title:after {
      display: block;
      clear: both;
      content: "";
    }

    .testimonial_section .about_content .layer_content .section_title h5 {
      color: #fff;
      font-family: "Open Sans";
      font-weight: 400;
      font-size: 15px;
      line-height: 28px;
      color: #818a8f;
      margin-top: -5px;
      margin-bottom: 6px;
    }

    .testimonial_section .about_content .layer_content .section_title h2 {
      font-family: "Titillium Web";
      font-weight: 300;
      font-size: 45px;
      line-height: 50px;
      padding-bottom: 51px;
      margin-bottom: 0px;
      color: #fff;
    }

    .testimonial_section .about_content .layer_content .section_title h2 strong {
      font-weight: 600 !important;
      width: 100%;
      display: block;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line {
      position: relative;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line span {
      transition: all 0.5s ease-in-out 0s;
      position: relative;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
      content: "";
      right: auto;
      left: 69px;
      position: absolute;
      bottom: 28px;
      width: 17px;
      margin-left: 0;
      border-bottom-width: 3px;
      border-bottom-color: #cacaca;
      border-bottom-style: solid;
    }

    .testimonial_section .about_content .layer_content .section_title .heading_line:after {
      content: "";
      left: 1%;
      margin-left: 0;
      position: absolute;
      bottom: 28px;
      width: 59px;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: #ff5e14;
    }

    .testimonial_section .about_content .layer_content .section_title p {
      color: #fff;
      margin: 0 0 15px;
      size: 3px;
    }

    .testimonial_section .about_content .layer_content a {
      color: #fff;
      text-transform: capitalize;
      font-size: 15px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s;
    }

    .testimonial_section .about_content .layer_content a i {
      font-size: 18px;
      vertical-align: middle;
    }

    .testimonial_section .about_content .layer_content a:hover {
      color: #ea6153;
    }

    .testimonial_section .testimonial_box {
      margin-top: 60px !important;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container {
      background-color: #ea6153;
      margin-left: -170px !important;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container .background_layer {
      background-color: #ea6153;
      width: auto;
      margin-right: -200px;
      right: 0;
      background-image: url();
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content {
      position: relative;
      z-index: 9;
      height: 100%;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
      display: block;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
      margin: 10px 0 10px 0;
      padding: 62px 0px 72px 50px;
      position: relative;
      text-align: center;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
      margin-left: 150px;
      margin-top: 69px;
      padding: 45px 40px 45px 40px;
      z-index: 1;
      position: relative;
      background-color: #fff;
      transition: all 0.5s ease-in-out 0s;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
      margin-bottom: 15px;
      position: relative;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
      content: "";
      width: 30px;
      display: block;
      height: 2px;
      text-align: center;
      left: 46%;
      margin-top: 6px;
      background-color: #ff5e14;
      position: absolute;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
      padding-top: 0;
      margin-bottom: -5px;
      font-size: 19px;
      font-weight: 600;
      line-height: 24px;
      color: #020d26;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
      font-size: 12px;
      color: #9f9f9f;
      margin: 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
      padding: 0;
      margin: 0;
      padding-top: 10px;
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
      color: #5d6576;
      font-style: italic;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
      border: none;
      position: absolute;
      top: 0;
      left: 55px;
      top: 80px;
    }

    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
      border: 5px solid #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      width: 35%;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
      position: absolute;
      top: 165px;
      right: 42px;
      border-radius: 0;
      background: #ff5e14;
      display: block;
      outline: 0;
      width: 34px;
      line-height: 34px;
      height: 34px;
      color: #fff;
      font-size: 23px;
      margin-top: -20px;
      transition: all 0.3s ease-in-out;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
      background: #020d26;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
      position: absolute;
      top: 165px;
      right: 5px;
      border-radius: 0;
      display: block;
      background: #ff5e14;
      outline: 0;
      width: 34px;
      text-align: center;
      line-height: 34px;
      height: 34px;
      color: #fff;
      font-size: 23px;
      margin-top: -20px;
      transition: all 0.3s ease-in-out;
    }

    .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
      background: #020d26;
    }

    @media all and (max-width: 991px) {
      .testimonial_section .about_content {
        padding-right: 15px !important;
      }

      .testimonial_section .about_content .background_layer {
        width: 200% !important;
      }

      .testimonial_section .testimonial_box {
        margin-top: 0 !important;
      }

      .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
      }

      .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
      }

      .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
      }

      .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
      }

      .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        margin-left: -36px !important;
      }

      .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
        display: none;
      }
    }

.about_strip{
	background-image: url(../images/about_strip.html) !important;
    background-repeat: no-repeat !important;
}
.about_strip h1{
	margin-bottom: 60px;
    padding-top: 15px;
}
.about_section{
	background:#900021;
	padding-bottom: 30px;
	padding-top: 20px;
}
.about_section p{
	color:#fff;
}
.button-default {
    padding: 9px 41px;
    background: #333333;
    color: #fff;
    transition: all 0.5s;
}
.button-default:hover {
	background:#e9e8dc;
	color:#000;
	text-decoration:none;
}
.tabs_notice{
	margin-bottom: 0px !important;
    color: white;
    padding: 14px;
}
.nav-tabs a:hover{
	text-decoration:none;
}
.nav-tabs {
    border: 3px solid #e9e8dc;
    border-bottom-left-radius: 8px;
    border-right: none;
    border-top: none;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.html);
}
.list_image a{
	 color:black;
}
.list_image > li {
    
    padding: 5px;
	
}
.top-scroll {
    border: 1px solid black;
    margin: 5px 10px;
    overflow: hidden;
    background: #e0e0e0;
    border-radius: 75px;
    
}
.btn-primary {
    color: #fff;
    background-color: #bf0000;
    border-color: #bf0000;
}
.quick_links{
	padding-bottom:64px;
}
.quick_links p{
	color:#000;
}
.icons{
	transition: all .5s;
}
.icons:hover{
	transform:rotate(20deg);
}
.inner_para p{
	font-size: 21px;
    line-height: 30px;
}
.list_inner_img {
    list-style-image: url(../images/bullet_list.html);
}
.list_inner_img > li {
    border-bottom: 1px solid #90002182;
    padding: 5px;
}
.list_inner_img a {
    color: #000;
    font-size: 14px;
}

.footer {
    background: #1C1D30;

}
.footer p {
    color: #fff;
    font-family: 'Shanti', sans-serif;
}
.footer a{
    color:#e84545;
}
.overflow-hidden {
 overflow: hidden;
}

.drop-in {
 animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
.counter{
    color: #222;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    width: 210px;
    height: 230px;
    padding: 46px 0px;
    margin: 0 auto;
    border: 3px solid #ff2828;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background: #eee8e8;
    border-radius: 50%;
    box-shadow: 0 4px rgba(0,0,0,0.2);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.counter:after{
    background: #000;
    left: 25px;
    top: 25px;
    bottom: 25px;
    right: 25px;
}
.counter .counter-icon{
    color: #000;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 13px;
}
.counter h3{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
    line-height: 35px;
}
.counter .counter-value{
    color:#ff2828;
    font-size: 30px;
    font-weight: 600;
    display: block;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#333333;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
	transition: all .5s;
}
#scroll:hover {
    background: linear-gradient(to left, #97101f, #3e0d1e);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll span:hover{
	top:20px;
}
.title_clg h3{
	font-size:45px;
}
.title_clg p{
	line-height: 25px;
}
.title_clg a{
	color:#000;
}
.title_clg a:hover{
	color:#0e7e89;
	text-decoration:none;
}

/*Cards*/
.card {
    min-height:400px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width: 136px;
    height: 165px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #060606;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size: 20px;
    color: #262626;
    margin-top: 20px;
    margin-bottom: 0px;
}
.card .box h2 span {
    font-size: 21px;
    background: #0d5466;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
}
.card .box p {
    color:#262626;
	margin-top: 10px;
}
.card .box span {
    display:inline-flex;
	display:none;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}
.achievementsSlider {
    padding: 0;
    margin: 0;
    /* background: #13637d; */
    background: url(../images/achivements.html) no-repeat 0 0 / cover;
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
.noticeSlider{
	padding: 0;
    margin: 0;
    background: linear-gradient(to left, #0e7e89, #0b2a42);
    color: #ffffff;
    border: 1px solid #13637d;
    padding: 20px 15px;
    overflow: hidden;
}
/*breadcum*/
.animation {
  -webkit-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -ms-transition: all 0.3s ;
  -o-transition: all 0.3s ;
  transition: all 0.3s ;
}

.wrapper {
  
}


.breadCrumbs {
   position: relative;
   list-style: none;
   padding-left: 0px;
   height: 41px;
   margin-bottom: 15px;
   margin-top: 19px;
}

.breadCrumbs li {
  position: relative;
  float: left;
}

.breadCrumbs li a,
.breadCrumbs li p {
  display: block;
  padding: 0 10px 0 30px;
  line-height: 40px;
  color: #fff;
  background: #3fabba;
}

.breadCrumbs li:first-child a {
  padding: 0 10px 0 20px;  
}

.breadCrumbs li a:hover {
  
}

.breadCrumbs li.activePage p,
.breadCrumbs li.activePage a {
  background: #333;
}

.breadCrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #3fabba;
  z-index: 10;
}

.breadCrumbs li.activePage:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #333;
}

/* GIVE EVERY CHILD A DIFFERENT COLOR */
.breadCrumbs li:nth-child(1) a {
  background: #3fabba;
}

.breadCrumbs li:nth-child(1):after {
  border-left: 20px solid #3fabba;
}

.breadCrumbs li:nth-child(2) a {
  background: #46bdcd;
}

.breadCrumbs li:nth-child(2):after {
  border-left: 20px solid #46bdcd;
}

.breadCrumbs li:nth-child(3) a {
  background: #4bd0e2;
}

.breadCrumbs li:nth-child(3):after {
  border-left: 20px solid #333333;
}

.list_para {
    list-style-image: url(../images/bullets.html);
}
.list_para > li {
    border-bottom: 1px solid #333;
    padding: 5px;
}
.list_para a {
    color: #000;
    font-size: 14px;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #3e0d1e;
    color: #3e0d1e;
	text-align:left;
	border-radius: 5px;
	font-size: 20px;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:active {
    color: #FFF;
    background: linear-gradient(to left, #97101f, #3e0d1e);
}

/* header {
  overflow: hidden;
  padding: 25px 0px;
  
  margin: 0 auto; 
    
}
header {
  z-index: 99999;
  overflow: hidden;
  padding: 25px 0px;
  
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}
header {
   position:absolute;
   top:0;
   bottom:auto;
   left:0;
   right:0;
   margin:auto;
   width:100%;
   height:auto;
}
.title-section {
    height: 100%;
    text-align: center;
    margin-bottom: -10px;
    position: relative;
}*/


.fa-facebook {
  background: #3B5998;
  color: white;
  display: inline-block;
}
.fa-instagram {
  background: #c70f66;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 94%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 10px;
    font-family: times new roman;
    height: 214
}
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 50px;
    background-color:#020d26;
    color:#fff;
}
.form-area {
    background-color: rgba(216, 214, 214, 0.66);
    padding: 32px 30px 67px;
    margin: 20px 0px 11px 70px;
    border: 1px solid GREY;
}
.bottom-footer{
   background-image:url(../images/btexture.png);
   padding:1px;
   
}
.bottom-footer p{
    margin-top:20px;
}
.yellow-bar{
   background-color:#ea6153;
   padding:20px;
}
.boxshadow1 {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 15px;
    
}
.spacer{
  
}
.testimonial p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 35px;
  color:#000;
 
}
.testimonial .name {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align:center;
  color:#000;
}
.testimonial .designation {
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align:center;
  color: #000;
  opacity: 0.65;
}
.unt {
  margin-bottom: 20px;
  margin-top: 60px;
}
.hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}
.gallery-thumbs {
  height: 100%;
}
.gallery-thumbs .swiper-wrapper {
  align-items: center;
}
.gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px !important;
  height: 330px;
  position: relative;
}
.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row .flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section .quote {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}
.swiper-container.testimonial {
  height: 100vh;
}
.testimonial-section .user-saying {
  background: var(--theme-color2);
  width: 60%;
  color: #fff;
  height: 100%;
}
.testi-user-img {
  width: 40%;
}
.testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.testimonial-section .quote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
}
.quote h2 {
font-size: 30px;
  font-weight: 300;
  color:#fff;
  text-align:center;
  background-color:#ea6153;
  
}
.box{
    overflow:hidden;
    position:relative;
}
.box .box-img img{
    width: 100%;
    height: auto;
}
.box .content{
    width: 95%;
    height: 93%;
    background: #ea6153;
    margin: 9px 0 0 9px;
    padding: 60px 30px;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .content{
    top:0;
}
.box .title{
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-transform:capitalize;
    margin:0 0 30px 0;
}
.box .description{
    font-size:16px;
    color:#fff;
    margin-bottom:35px;
}
.box .read-more{
    padding:8px 15px;
    background:#604B38;
    color:#fff;
    border-radius:4px;
    text-transform: capitalize;
    transition:all 0.50s ease 0s;
}
.box .read-more:hover{
    text-decoration:none;
    background:#fff;
    color:#604B38;
}
@media only screen and (max-width: 990px){
    .box{
        margin-bottom:20px;
    }
}
.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color:red;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height:20px;
    margin-bottom: 14px;
    text-align:auto;
}

.post-slide .read-more{
    display: inline-block;
    padding:5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Read more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Read less";
}

.read-more-trigger {
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  color:red;
  font-size: 0.9em;
  text-decoration: underline;
}
.testimonial{
    border-left: 3px solid #ea6153;
    padding: 50px 0 50px 300px;
    position: relative
}
.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #ea6153;
    position: absolute;
    left: 0;
}
.testimonial:before{
    border-top: 3px solid #ea6153;
    top: 0;
}
.testimonial:after{
    border-bottom: 3px solid #ea6153;
    bottom: 0;
}
.testimonial .pic{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30px;
    left: 50px;
    border-radius: 10px;
}
.testimonial .pic img{
    width: 100%;
    height:100%;
}
.testimonial .description{
    font-size: 14px;
    color: #7a7e82;
    line-height: 27px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: #7a7e82;
}
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #22272c;
    text-transform: capitalize;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#ea6153;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #ea6153;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "";
}
@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
}
@media (max-width: 768px) {
  .col-sm, .col-md, .col-lg {
    width: auto; /* Prevent columns from adjusting on smaller screens */
    float: none;
  }
}
 /* Container */
 .stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #c62828;
  padding: 20px;
  border-radius: 15px;
  width: 90%;
  max-width: 1100px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.9);
}

/* Individual stat box */
.stat-box {
  text-align: center;
  background-color: #c62828;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}

/* Number Styling */
.stat-box h2 {
  font-size: 45px;
  margin: 5px 0;
}

/* Image Styling */
.stat-box img {
  width: 30px; /* Adjust size */
  height: 30px;
  margin: 10px 0;
}

/* Label Styling */
.stat-box p {
  font-size: 15px;
  color: #000;
  font-family:  'Passion One', sans-serif; 
  max-width: 70%; /* Adjust as needed */
  display: block;
  text-align: left;
  line-height: 22px;
  align-items: center;
  margin: 0;
}

.stat-box img,
.stat-box p {
    display: inline-block;
    vertical-align: middle;  /* Aligns image & text properly */
    gap: 50px;
}


.stat-box:nth-child(1),
.stat-box:nth-child(2),
.stat-box:nth-child(3),
.stat-box:nth-child(4) {
  border-bottom: 2px solid black;
}

.stat-box:nth-child(1),
.stat-box:nth-child(6),
.stat-box:nth-child(7),
.stat-box:nth-child(3) {
  border-right: 2px solid black;
}

.stat-box:nth-child(2),
.stat-box:nth-child(5) {
  border-right: 2px solid black;
}

.heading-container {
  display: flex;
  align-items: center;
  gap: 25px; /* Adjust the space between the line and text */
  /* margin-left: 180px;  */
}

.vertical-line {
  width: 10px; /* Line thickness */
  height: 60px; /* Line height */
  background-color: #bf0000; /* Line color */
}
.vertical-line_about_us1{
 
  min-width: 6px;
  height: 260px; /* Line height */
  background-color: #bf0000; /* Line color */
}
.vertical-line_about_us2{
  min-width: 6px; /* Line thickness */
  height: 230px; /* Line height */
  background-color: #bf0000; /* Line color */
}

.heading {
  font-size: 45px;
  color:black; /* Text color */
  font-family: 'Passion One', sans-serif;
  text-align: center;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 35px;
  border-bottom: 2px solid #797979;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
 
}
.member-card {
  display: flex;
  background-color: white;
  border: 3px solid #000;
  border-radius: 20px;
  max-width: 1000px;
  padding: 5px 15px 0px 15px; 
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  align-items: center;
  margin-bottom: 0px;
}

.container-box-fluid{
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap when the screen shrinks */
  gap: 10px; /* Space between boxes */
  justify-content: center; /* Centers items horizontally */
  width: 100%;
}

.member-card-small{
  display: flex;
  background-color: white;
  border: 3px solid #000;
  border-radius: 20px;
  max-width: 496px;
  padding: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  align-items: center;
  text-align: center;
  padding: 5px 15px 0px 15px; 
}

/* Left Section */
.image-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 15px;
}

.bracket {
  position: relative;
  display: inline-block;
}

.bracket img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

/* Red Brackets */
.bracket::before,
.bracket::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 7px solid #bf0000;
}

.bracket::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.bracket::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

/* Name & Email */
.name-info {
  text-align: center;
  margin-top: 10px;
}

.name-info h3 {
  margin: 5px 0;
  font-size: 1.1em;
  color: black;
}

.name-info p {
  font-size: 0.9em;
  font-weight: bold;
  color: black;

}

/* Right Section */
.details {
  flex: 1;
}

.details p {
  font-size: 0.9em;
  color: #333;
  text-align: justify;
  font-family: 'Shanti', sans-serif;
  padding: 10px;
  margin-bottom: 0px
}

/* Responsive */
@media (max-width: 768px) {
  .member-card {
      flex-direction: column;
      text-align: center;
  }

  .image-section {
      padding-bottom: 10px;
  }

  .details {
      text-align: left;
  }
}

.static-text1{
  position: absolute;
  top: 260px; /* Adjust the distance from the top */
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: white;
font-family: 'Passion One', sans-serif; 
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 10; /* Ensures text stays on top */
  text-align: center;
}
.static-text2{	
  position: absolute;
  top: 340px; /* Adjust the distance from the top */
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
font-family: 'Passion One', sans-serif; 
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 10; /* Ensures text stays on top */
  text-align: center;
white-space: nowrap;
}
.static-text3{	
  position: absolute;
  top: 420px; /* Adjust the distance from the top */
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
font-family: 'Shanti', sans-serif; 
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  z-index: 10; /* Ensures text stays on top */
  text-align: center;
background-color: rgba(255, 0, 0, 0.5);
max-width: 80%;
}
#wowslider-container1 { 
display: table;
zoom: 1; 
position: relative;
width: 100%;
max-width: 100%;
max-height:480px;
margin:0px auto 0px;
z-index:90;
text-align:left; /* reset align=center */
font-size: 10px;
text-shadow: none; /* fix some user styles */

/* reset box-sizing (to boostrap friendly) */
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; 
/* align-items: center; */
}

 /* Style for the container */
 .slideshow-container {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
}

/* Style for each image */
.slides {
	display: none;
	width: 100%;
	/* height: auto; */
  height: 500px; /* Set the height you want (adjust as needed) */
    object-fit: cover; /* Ensures the image covers the area while cropping from the bottom */
    object-position: top; /* Keeps the top part of the image visible */
}

/* Display the first image initially */
.slides:first-child {
	display: block;
}

/* Style for the text overlay */
.text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.front {
	position: absolute;
    top: 85%;
    left: 25%;
    width: 900px;
    height: 150px;
	/* background: linear-gradient(to right,white  30%, #1c1d30 30%); */
	z-index: 10; /* Higher value brings it in front */
	border: 1px solid black;
	display: flex;
}

.left-part {
    width: 40%;
    background-color: rgba(255, 255, 255, 0.8);
    border-right: 3px solid black;
    display: flex;
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    color: black; /* Text color */
	font-family: 'Shanti', sans-serif;
	font-size: 35px;
	line-height: 1.2;
	padding: 22px;
}

/* .right-part {
    width: 60%;
    background-color:rgba(28, 29, 48, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	font-family: 'Shanti', sans-serif;
	font-size: 15px;
	padding: 5px;
} */
.right-part {
  width: 60%;
  background-color: rgba(28, 29, 48, 0.9);
  color: white;
  font-family: 'Shanti', sans-serif;
  font-size: 13px;
  padding: 10px;
  display: block; /* Ensure text flows normally */
  text-align: justify;
}

.right-part a {
  display: inline; /* Keep 'Read More' in line with text */
  color: white; /* Make it look like a link */
  text-decoration: none;
  font-weight: bold;
}

.right-part a:hover {
  text-decoration: underline;
}

.programs-container {
  display: flex;
  align-items: center;
margin: 20px auto;
color: white;
}
.programs-container-image {
  width: 700px; /* Set image width */
  height: auto; /* Maintain aspect ratio */
}
.programs-container-box {
display: flex;
text-align: justify;
flex-direction: column;  /* Keeps elements in order */
  width: 800px; /* Adjust width of the colored box */
  height: 100%; /* Match the image height */
justify-content: center;
  background-color: #6EB3C2; /* Change color as needed */
padding: 10px;
align-items: center;  /* Centers text vertically */
}
.programs-container-box h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
font-family: 'Passion one', sans-serif;
text-align: center;
}








