
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.ttf');
}
@font-face {
  font-family:'Noto Sans';
  src: url('../fonts/NotoSans-Regular.eot');
  src: url('../fonts/NotoSans-Regular.woff') format('woff'),
  url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'times new roman italic';
  src: url('../fonts/NotoSans-Italic.ttf');
}
@font-face {
  font-family:'Sofia';
  src: url('../fonts/Sofia-Regular.ttf');
}
@font-face {
  font-family: 'Lucida Bright';
  src: url('../fonts/Lucida-Bright-Regular.ttf');
}
@font-face {
  font-family: 'Times New Roman';
  src: url('../fonts/times.ttf');
}
* {
  box-sizing: border-box;
}
html {
  --scrollbarBG: #afa2ff38;
  --thumbBG: #AFA2FF;
}
body::-webkit-scrollbar {
  width: 11px;
}
body {
  padding: 0!important;
  border: none!important;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

html {
  background: lightgrey;
  overflow: hidden;
}
body {
  height: 100vh;
  background-color: whitesmoke;
  overflow-y: auto;
  margin: 0;
  padding:0;
  font: 100%/1.4 Noto Sans;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-image:url(../images/page_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.p_4{
  padding: 4px!important;
}
.pr-15{
  padding-right: 15px;
}
.pl-15{
  padding-left: 15px;
}
.p-10{
  padding: 10px!important;
}
.prl-12{
 padding-left: 12px!important;
 padding-right: 12px!important;
}
.p-15{
  padding: 15px!important;
}
.p-20{
  padding: 20px!important;
}
.p-25{
  padding: 25px;
}
.ptb_25{
  padding-top: 25px;
  padding-bottom: 25px;
}
.ptb-30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-30{
  padding-top: 30px;
}
.ptb_50{
  padding-top:50px;
  padding-bottom: 50px;
}
.p-50{
  padding: 50px;
}
.mb_16{
  margin-bottom: 16px!important;
}
.mb_30{
  margin-bottom: 30px!important;
}
.mr-30{
    margin-right: 30px;
}
.mt_30{
  margin-top: 30px!important;
}
.mt_50{
  margin-top: 30px!important;
}
.mt_100{
  margin-top: 100px;
}
.mtb_50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.pt_50{
  padding-top:50px;
}
.pt_30{
  padding-top:30px;
}

.w100{
    width: 100%;
}
.w50{
  width: 50%;
}
a{
    text-decoration: none!important;
}
ul{
    padding: 0!important;
}
ul li{
    list-style: none;
}
.p_relativer{
  position: relative;
}
.flex_center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.justify_center{
  display: flex;
  justify-content: center;
}
.align_item_center{
  display: flex;
  align-items: center;
}
.justify_end{
  display: flex;
  align-items: center;
  justify-content: end;
}
.item_stretch{
  display: flex;
  align-items: stretch;
}
/* .height110{
  height: 110px;
} */

.section_space{
    padding: 0 100px;
}
.bg_content{
  padding: 30px 20px;
}
.green_bg a{
  color: #000000!important;
}
.green_bg .text-morelink:hover{
  color: #dbdbdb!important;
}
.text-morelink{
  color: #874561!important;
}

.text-morelink:hover{
  color: #7cab87!important;
}
.select-dropdown select {
  -moz-font-family:'Noto Sans'!important;
}

.title{
  text-align: center!important;
}
.title h1{
color: #000;
text-align:center;
font-family:'Noto Sans';
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
/* .title h1{
color: #874561;
text-align:center;
font-family:'Noto Sans';
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
background-image: url("https://images.unsplash.com/photo-1512531123205-560f5974e686?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1464&q=80");
background-position: bottom;
background-repeat: no-repeat;
background-size: 100%;
-webkit-background-clip: text; 
background-clip: text;
-webkit-text-fill-color: transparent;
} */


.sub_title{
  text-align: center!important;
}
.sub_title h2{
color: #7660FF;
font-family:'Noto Sans';
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
/* .sub_title p{
  font-weight: 600;
  color: #121212;
} */

.main_container, footer, header {
  max-width: 1920px;
  margin: auto;
  left: 0;
  right: 0;
}

header{
  position: relative;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.top_header{
    display: flex;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #AFA2FF;
}
.top_header a{
  color: #FFF!important;
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;     
}
.top_header a:hover{
    color: #000000!important;
}
.right_border{
  border-right: 1px solid #fff;
}
.left_border{
  border-left: 1px solid #fff;
}
.menu_items{
    justify-content: end;
}
.container_space{
    margin: 0 100px;
}
.flex-end{
    display: flex;
    justify-content: end;
}
/* ======================= Top Header Section End ================== */
/* ======================= NavBar Section Start ================== */
.navbar{
    height: 77px;
    background-color: #FBF9FF;
}
.logo{
  display: flex;
  position: absolute;  
  top: -40px;
}
.logo .navbar-brand{
  text-align: center;
  background-image: url(../images/logo_border.png);
  margin-right: 14px;
  padding: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.logo-title{
  padding: 5px 0;
}
.logo-title p{
  margin: 0;
  line-height: 20px;
}
.logo-title p:nth-child(1){
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
  font-family: 'Times New Roman';
  text-transform: uppercase;
  margin-top: 5px;
}
.logo-title p:nth-child(2){
  color: #494949;
  font-family: 'Sofia';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.nav_list{
    color: #000!important;
    font-family:'Noto Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
}

.nav_list{
  padding: 8px 15px;
  border-radius: 4px;
}
.nav_list:hover{
  color: #FFF !important;
  font-weight: medium;
  background-color: #AFA2FF!important;
}
.active_menu{
  padding: 8px 15px;
  font-weight: medium;
  color: #FFF !important;
  background-color: #AFA2FF;
}

.nav-item{
    padding: 30px 0;
}
.dropdown-item{
    color: #282828;
    font-family:'Noto Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;  
    transition: padding 0.3s; 
    white-space: normal!important; 
}
.dropdown-item:hover{
    color: #C68D4A!important;
    font-weight: 600;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #C68D4A!important;
    background-color: #fff!important;
    padding-left: 15px!important;
}
.dropdown-toggle::after,
.dropdown-toggle::after{
    display: none!important;
}
.mobile_nav{
  display: none!important;
}

/* ======================= NavBar Section End ================== */

/* Breadcrumbs */
/* .breadcrumbs{
  display: flex;
  align-items: center;
}
.breadcrumbs p{
  margin: 0;
  color: #7f7979;
}
.breadcrumbs i{
  margin: 0;
  color: #7f7979;
  font-size: 20px;
  font-weight: 600;
}
.icon_space{
  padding: 10px 5px;
} */
.icon_space{
  margin: 0 3px 0 6px;
}
.l-header_navigation-wrap {
  display: flex;
  align-items: center;
  padding: 0 25px;
}
.l-header_navigation-lists {
  margin: 1rem 0;
  margin-bottom: 0;
}
.l-header_navigation-item {
  list-style: none;
  display: inline;
}
.l-header_navigation-item:not(:last-child) {
  margin-right: 0;
}
.active_l-header{
  color: #121212!important;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;  
}
.l-header_navigation_link {
  font-family:'Noto Sans';
  font-size: 14px;
  padding: 0px 2px;
  color: #707070;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.l-header_navigation_link::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.l-header_navigation_link:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-header_navigation_link:hover{
  color: #121212!important;
}
/* Breadcrumbs End */

/* Tags */
p{
  font-family:'Noto Sans';
  color: #484848;
  margin-bottom: 0!important;
}
/* .over_view p{
  text-align: justify;
} */
h1,h2,h3,h4,h5,h6{
  font-family:'Noto Sans';
}
/* ========================  About page Start ==================================*/
#our-journey img{
  mix-blend-mode: luminosity;
}
.green_bg{
  background-image: url(../images/about/green_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;  
}
/* Founder code */
.card_hover_content{
  text-align: center;
}
.card_hover_content .overlay_text{
  background-color: transparent;
  align-items: center;
  justify-content: center;
}
.card_hover_content .overlay .overlay_text div{
  visibility: hidden;
}
.card_content{
  margin-top: 10px;
}
.card_content h5{
  color: #000;
  margin-top: 10px;
  font-size: 18px!important;
}
.card_content h6{
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;  
}
.founders_text{
  margin-top: 10px;
}
.founders_text h5{
  color: #000;
  margin-top: 10px;
  font-size: 16px!important;
}
.founders_text h6{
  font-family: 'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;  
}
.profile-card{
  cursor: pointer;
}
.card_hover_content .overlay_text h5{
  font-style: normal;
  font-weight: 600;
  font-size: 18px!important;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff!important;  
}
.overlay_img {
  position: relative;
  cursor: pointer;
}
.overlay_img .overlay{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 10px;
}
.overlay_text{
  height: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  text-align: center; 
  flex-direction: column;
  background-color: #00000060;
}
.overlay:hover .overlay_text{
  background-color: #000000a8;
}
.overlay_img{
  overflow: hidden;
}
.overlay_img  img{
  width: 100%;
  transition: transform .5s ease;
}
.overlay_img:hover img{
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.1); 
}
/* Founder code End*/

/* Popup Code Start */
.profile_popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.popup_sec {
  height: 99vh;
  padding: 10%;
  overflow: auto;
  scroll-behavior: smooth;
}

.popup-content {
  background: #EFEFEF;
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  height: 100vh;
  position: relative;
}

.img_align_right{
  display: flex;
  align-items: center;
  justify-content: end;
}
.img_align_right_with_tagname{
  text-align: right;
}
.popup-content .close_btn img{
  width: 70%;
}
.leftTo_right .close_btn {
  right: 25px;
}

.leftTo_right {
  margin-right: auto;
  animation: slideInLeft 0.5s ease-in-out;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(-0);
  }
}

.rightTo_left {
  margin-left: auto;
  overflow: auto;
  animation: slideInRight 0.5s ease-in-out;
}

.rightTo_left .close_btn {
  right: 40px;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

.close_btn {
  position: absolute;
  top: 10px;
  text-align: center;
  cursor: pointer;
  padding: 8px;
}

/* .close_btn img {
  width: 75%;
} */

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.profil_info{
    padding-bottom:20px;
  margin-top: 20px;
}

.profil_info h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 20px;
}

.profil_info h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.profil_info h6{
  font-family: 'times new roman italic';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #0eafc1;
}
.profil_info p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.profil_info span {
  font-family: 'times new roman italic';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #0eafc1;
}
.profil_info .sound_music li{
  list-style-type: disclosure-closed!important;
  color: #0eafc1;
}

/* Popup Code End */
/* People Code  */
.multi_card_slider{
  text-align: center;
}

.slider_image img{
  width: 100%;
}
.bottom_arror{
  position: relative;
}
.bottom_arror .splide__arrows{
  position: absolute;
  bottom: -35px;
  right: 49%;
  left: 49%;
}
.bottom_arror .splide__arrows .splide__arrow--next{
  right: -3em;
}
.bottom_arror .splide__arrows .splide__arrow--prev{
  left: -3em;
}
.bottom_arror .splide__pagination{
  display: none;
}
/* Hover Arrow Code  */
.splide__arrow{
  background: #AFA2FF!important;
}
.hover_arrow .splide__pagination{
  display: none;
}
.hover_arrow .splide__arrows{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.hover_arrow:hover .splide__arrows{
  opacity: 1;
  visibility: visible;
}
.hover_arrow .splide__arrow--prev{
  left: -1.5em;
}
.hover_arrow .splide__arrow--next{
  right: -1.5em;
}

/* Client Section Code */
.Our_client{
  padding: 20px 0;
}
.Our_client .splide__arrows{
  display: none;
}
.Our_client .splide__pagination{
  display: none;
  bottom: -1.5em;
  position:relative!important;
}
/* Client Section Code End */

/* Timeline Code Start */
.timeline_container{
  display: flex;
}
#timeline_year{
  height: 450px;
  
}
.timeline_year_container{
  display: flex;
  align-items: start;
}
.timeline_year_container .timeline_year{
  color: #000;
  font-family:'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;  
}
#timeline_year-track{
  height: 400px;
  margin: 20px 0;
  bottom: 2px;
  top: 0;
}
#timeline_year-list{
  flex-direction: column;
}
.timeline_year_container .timeline_dot_container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.h--timeline-events{
  padding-bottom: 0;
}
.timeline_dot_container .timeline_dot{
  margin: 3px 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #565656;
}
.timeline_dot_container .timeline_line{
  height: 75px;
  width: 2px;
  background-color: #878686;  
}
#timeline_year .splide__slide{
  border: none;
}
#timeline_year .splide__slide.is-active{
  border: none;
}
#timeline_year .splide__slide.is-active .timeline_year{
  color: #7AB189;
}
#timeline_year .splide__slide.is-active .timeline_dot{
  background-color: #7AB189;
}
#timeline_year .splide__arrow{
  background-color: transparent!important;
}
#timeline_year .splide__arrows .splide__arrow--prev{
  top: 17px;
  transform: translate(24px, -25px);
}
#timeline_year .splide__arrows .splide__arrow--prev svg{
  transform: rotate(270deg);
}
#timeline_year .splide__arrows .splide__arrow--next{
  bottom: 0;
  top: auto;
  transform: translate(-8px, 0px);
}
#timeline_year .splide__arrows .splide__arrow--next svg{
  transform: rotate(90deg);
}
/* Timeline Code End  */
/* ========================  About page End ==================================*/
/* ======================== Community Impact Start =======================*/

/* Overview Section */

.hide_arrow .splide__arrows{
  display: none;
}
.card_name{
  margin-top: 16px;
}

.card_with_hyperlink .card_name a{
  color: #000;
  font-family: 'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; 
}
.card_with_hyperlink .card_name a:hover{
  color: #7cab87;
  text-decoration: underline!important; 
}
.overview_slider{
  position: relative;
  text-align: center;
}
.justify_txt{
  text-align: justify;
}
.overview_slider .splide__pagination{
  position: unset;
  visibility: visible!important;
}
.shanti_sadan .splide__pagination{
  position: absolute;
}
.sports_slider .splide__pagination{
  bottom: 25%;
}
.social_caus .splide__pagination{
  bottom: 25%;
}
.arts .splide__pagination{
  bottom: 20%;
}
/* .overview_slider .splide__pagination__page{
  width: 50%  ;
  border-radius: 3px;
  opacity: 1!important;
  background: #787777 !important;
  width: 50px !important;
  font-size: 5px;
  border: 0!important;
}*/
.splide__pagination__page{
  width: 10px;
  height: 10px;
}
.overview_slider .splide__pagination__page{
  background: #afa2ff38!important;
}

.overview_slider .splide__pagination__page.is-active{
  background: #AFA2FF !important;
}

#right_to_center_arrow{
  position: relative;
}
#right_to_center_arrow .splide__arrows{
  position: absolute;
  left: 5px;
  bottom: 50%;
}

#right_to_center_arrow .splide__arrow--next{
  right: -25px;
  transform: translateY(-100%);
}
#right_to_center_arrow .splide__arrow--prev{
  right: 0!important;
  left: -7px!important;
  transform: translateY(20%);
}
/* Left To Center Arrow Code */


#left_to_center_arrow{
  position: relative;
}
/* #left_to_center_arrow .splide__track{
  padding-left: 5rem!important;
} */
#left_to_center_arrow .splide__arrows{
  position: absolute;
  right: 23px;
  bottom: 48%!important;
}
#left_to_center_arrow .splide__arrow--next{
  right: -25px;
  transform: translateY(-100%);
}
#left_to_center_arrow .splide__arrow--prev{
  right: 0!important;
  left: -7px!important;
  transform: translateY(20%);
}
/* Left To Center Arrow Code End*/
.over_view{
  position: relative;
}
.grey_bg{
  width: 100%;
  height: 600px;
  background: #ece9f2;
  position: absolute;
  z-index: -1;
  top: 37%;
}
.causes_grey_bg{
  width: 100%;
  height: 52%;
  background: #ece9f2;
  position: absolute;
  z-index: -1;
  top: 30%;
  right: 0;
  left: 0;
}
.arts_grey_bg{
  height: 75%;
  top: 55%;
}
.sports_grey_bg{
  height: 58%;
  top: 26%;
}
.arts_green_bg{
  width: 100%;
  height: 50%;
  background: #bdfdc4;
  position: absolute;
  z-index: -1;
  top: 30%;
  right: 0;
  left: 0;
}

/* Overview Section End*/

/* At a Glance Section Start */
.at_a_glance{
  position: relative;
}
.thumb_main_img img{
  width: 100%;
}
#small_thumbnail{
  position: absolute; 
  bottom: 0px;
  width: 100%;
  padding: 20px;
  background-color: #10101094;
}
#thumbnail_main .splide__slide{
  padding: 0;
}
.at_a_glance .splide__arrows{
  display: none;
}
.at_a_glance #small_thumbnail li{
  opacity: 1;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  border: none;
}
#small_thumbnail li img{
  width: 100%;
  border: 2px solid #fff;
}
.at_a_glance .splide__list{
  justify-content: space-evenly;
}
#small_thumbnail .stack_count{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding:10px;
}
.stack_count_decades{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.stack_count h5{
  color: #FFF;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  margin: 0;
}
.stack_count p{
  color: #FFF;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
}

.border_lr{
  border-right:2px solid #fff!important;
}
.a_glance_count{
  text-align: center;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  background: #F1F6EA;  
}
.a_glance_count h4{
  color: #000;
}
.a_glance_count p{
  color: #000;
}
/* ===================== At a glance section end ====================== */

/* Our Impact Section */

.big_letter h1{
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}
.big_letter h3{
  color: #fff;
}
.content_txt{
  color: #fff;
  text-align: start;
  padding: 10px;
}
.content_txt h5{
  font-size: 17px;
  text-align: start;
}
.content_txt p{
  margin-bottom: 0;
}
.overlay .overlay_text div{
  visibility: visible;
}
.overlay:hover .overlay_text div{
  visibility: visible;
}
.commitment_section{
  justify-content: center;
}
.commitment_section .overlay_img{
  height: 100%;
}
.commitment_section .overlay_img img{
  height: 100%;
}
.commitment_section .card_name{
  text-align: start;
}
.commitment_section .overlay_text{
border: none;
}
.commitment_section .overlay{
  padding: 0;
}
.commitment_section .content_txt h3{
  font-size: 24px;
  text-align: start;
  font-weight: 600;
}
.commitment_section .content_txt h5{
  font-size: 16px;
  text-align: start;
  font-weight: 600;
  margin-bottom: 10px;
}
.commitment_section .big_letter h3{
  color: #fff;
  font-size: 32px;
  font-weight: 600;  
}
.commitment_section p{
  color: #fff;
}
#bottom_arrow {
  position: relative;
}
#bottom_arrow .splide__arrows{
  position: absolute;
  bottom: -15px;
  right: 49%;
  left: 49%;  
}
.show_hover {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.impact_sec .overlay_img:hover .show_hover{
  max-height: 1000px;
}
/* Our Impact Section End */

/* Social Couses Page Start */
.page_subtitle{
  text-wrap: balance;
}
.page_subtitle_space{
  margin-bottom: 20px;
}
.page_subtitle h2{
  font-family:'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: normal;
  text-transform: capitalize;
  color: #AFA2FF;
}
.page_subtitle h6{
  color: #000;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; 
  margin: 0;
  margin-top: 20px; 
}
.legacy_sec{
  display: flex;
  justify-content: space-between;
}
.legacy_slider .card_name{
  text-align: start;
}
.black_bg_sec{
  color: #fff;
  background-color: #000;
}
.black_bg_sec h2{
  color: #fff;
}
.black_bg_sec p{
  color: #fff;
}
.black_bg_sec  h4{
  color: #fff;
}
.black_bg_sec h6{
  color: #fff!important;
}
.legacy_sec .slider_content{
  display: flex;
  align-items: center;
}
.sec_center_bg{
  position: relative;
}
.sec_center_bg .sec_center_img{
  position: absolute;
  z-index: -1;
  top: 28%;
  height: 550px;
}

.pace_p-50{
  padding: 50px!important;
}
.pace_p-100{
  padding: 50px 100px!important;
}
.grid_cards{
  position: relative;
  height: 100%;
}
.grid_cards img{
  width: 100%;
  height: 100%;
}
.grid_cards .grid_cards_content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  position: absolute;
  top: 0;
  color: #fff;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.95%, #000000bf 89.05%); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64.95%, #000 89.05%); */
  opacity: 1; /* Start with full opacity */
  /* transition: opacity 0.5s; */
}
.grid_cards .grid_cards_content h5{
  font-size: 22px;
  font-weight: 600;
}
.grid_cards p{
  color: #fff;
}
.grid_cards_content:hover.grid_cards_content{
  /* opacity: 1; */
}
.banner_txt_light{
  position: absolute;
  bottom: 0px;
  color: #fff;
  background-color: #00000030;
  padding: 10px;
  width: 100%;  
}
.banner_txt{
  position: absolute;
  bottom: 0px;
  color: #fff;
  background: #0000009c;
  padding: 10px 20px;
  width: 100%;  
}
.banner_txt h5{
  font-size: 30px;
  font-weight: 600;
}
.banner_bottom_txt{
  color: #000;
  padding: 10px 0px;
  width: 100%;  
}
.banner_bottom_txt h5{
  font-size: 22px;
  font-weight: 600;
}
.legacy_sec .splide__pagination{
  display: none;
}
/* Shanti Sadan Section Start*/
.shanti_sadan{
  height: 100%;
  padding: 50px;
  background-color: #ede8f3;
}
#ssadan_slider .splide__pagination{
  bottom: -30px;
}
/* Shanti Sadan Section End*/
#ayyamittu_unn .splide__pagination{
  bottom: -30px;
}
#facility_partner .splide__arrows{
  display: none;
}
#facility_partner .splide__pagination{
  position: relative;
}
.splide__pagination__page.is-active{
  background: #afa2ff !important;
}

#smart_centre .splide__pagination{
  position: relative;
}

#smart_centre .splide__arrows{
  display: none;
}

/* Social Couses Page End */

/* In Arts Section */

.picture_gallery .card_name h6{
  color: #a9a7a7;
}
.card_name h6{
  color: #000;
  font-family:'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;  
}
.prov_stage_content .sub_title h2{
  color: #000!important;
}
/* In Education Code Start */
.green_bg_sec{
  color: #fff;
  background: #a8c290;
}
.green_bg_sec h2{
  color: #fff;
}
.green_bg_sec p{
  color: #FFF!important;
}
.green_bg_sec h6{
  color: #FFF;
}
.sports_yellow_bg{
  width: 100%;
  height: 67%;
  background: #faee75;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;  
}
.yellow-bg h2{
  color: #000;
}
.yellow-bg p{
  color: #000!important;
}
.edu_grey_bg{
  padding: 50px;
  background-color: #ede8f3;
}
.secretary_desk span{
  font-size: 18px;
}
.secretary_desk p{
  color: #0eafc1;
}
.img_cont_pad{
  padding: 20px!important;
}
p b{
  margin-right: 10px;
}
.edu_timeline .h--timeline-container{
  margin-left: 0!important;
}
.pin_icon{
  margin-right: 5px;
}
/* In Education Code End */
/* IN Sports */
.cricker_academy h6, .cricker_academy p{
  color: #000;
}
.cricker_academy .card_name{
  text-align: left;
}
.sound_music{
  margin-left: 20px;
}
.sound_music li{
  font-family:'Noto Sans';
  list-style: disc!important;
}
.splide__arrow{
  opacity: 1!important;
}
/* ======================== Community Impact End ======================================*/

/* ======================== Looking Forward Page Start ======================================*/
.under_roof .overlay_img{
  cursor: auto;
}
.new_initiative_grey_bg{
top: 0;
height: 77%;
}
.founders_desk .brown_bg{
  display: flex;
  padding: 50px;
  background-color: #6f3334;
}
.founders_desk .brown_bg h5{
  color: #fff;
}
.bold_txt h5{
  color: #0eafc1;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0; 
}
.bold_txt p{
  margin-bottom: 20px;
}
.hover_bottom_txt .overlay_text{
  padding: 20px;
  align-items: start;
  justify-content: end;  
  text-align: start;
}
.hover_bottom_txt .overlay_text h5{
  text-align: start;
}
.founders_desk  p{
  color: #fff;
}
.sports_hive_overlay{
  background-color: #ffffffbd;
  padding: 20px;
  width: 50%;
  border-radius: 7px;
  margin: -10% 0 0 auto;
  position: relative;
  right: 50px;  
}
.down_btn:hover{
    background:#000;
    border: 1px solid #fff;
}
/* ======================== Looking Forward Page End ======================================*/

/*======================== Be A Part ====================== */
.be_a_part{
  position: relative;
}
.bg_colors{
  position: absolute;
  top: 5%;
  width: 100%;
}
.BeAPart_beniFactors{
  justify-content: center;
  text-align: center;
}
.be_a_part_grey{
  height: 500px;
  background-color: #f0eaf2;
}
.be_a_part_blue{
  height: 450px;
  background-color: #c2dfed;
}
.be_a_part_green{
  height: 500px;
  background-color: #bff5e5;
}
.cercle_img{
  width: 100%;
  border-radius: 50%;
}
.a_part{
  position: relative;
}
.a_part img{
  width: 100%;
}
.page_banner_img img{
  width: 100%;
}
.part_cards{
  width: 100%;
  position: absolute;
  bottom: -50px;
}
.part_card_item{
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.part_card_item h5{
  font-family:'Noto Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.2px;
  margin: 10px 0;
}

.be_a_part_button{
  align-items: end!important;
  justify-content: center!important;
  background: linear-gradient(0deg, rgb(0 0 0 / 69%) 0%, rgba(255,255,255,0) 100%)!important;
}
.be_a_part_button .explore_btn{
  margin: 0 20px;
  line-height: 34px;
  padding: 14px 30px;
  border-radius: 4px!important;
  border: 1px solid #AFA2FF;
}
.be_a_part_button .explore_btn:hover{
  background-color: #080808a8;
  border: 1px solid #fff;
}
.be_a_part_icon{
  margin: 0 10px!important;
}
/* Be a Part Form */
input:focus-visible{
  outline: none;
}
.be_a_part_form_container{
  background-image: url(../images/be_a_part/be_a_part_form.jpg);
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
  height: 100%;
  position: relative;
  padding: 50px;
}
.be_a_part_form{
  padding: 50px 100px;
  background-color: #0000007a;
}
.be_a_part_form h2{
  font-family:'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFF;  
}
.form_field label{
  color: #2699fb;
  margin-bottom: 5px;
  font-family: 'Noto Sans';
}
/* Dropdown Select */
.box-select {
  position: relative;
}
.box-select.focus::after {
  content: "\f106";
  font-family: fontAwesome;
  position: absolute;
  top: 8px;
  right: 12px;
}
.box-select::after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  top: 8px;
  right: 12px;
  z-index: 999;
}
.box-select::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  background: #2699fb;
  top: 0;
  right:0;
  z-index: 999;
}
.box-select select {
  font-family: 'Noto Sans';
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 4px 50px 4px 20px;
  z-index: 100;
  position: relative;
}


/* Dropdown Select End */
.form_field {
  margin: 10px 0!important;
}
.form_field input{
  width: 100%;
  padding: 5px;
  font-family: 'Noto Sans';
}
.form_field_button{
  text-align: center;
  margin-top: 40px!important;
}
.form_field_button .submitbtn{
  border: none;
  outline: none;
  font-family: 'Noto Sans';
  background-color: #afa2ff;
  color: #fff;
  border-radius: 3px;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.career_from input{
  color: #000000!important;
}
.career_from input::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

.career_from .explore_btn{
  border: none;
  outline: none;
  border-radius: 4px;
}
/* =================================== Be A Part End =========================*/

/* =================================== Alumni Start =========================*/
.inner_page_form_container{
  padding: 50px 100px;
  background-color: #173657;
}
.inner_page_form_container h5{
  padding: 0 12px;
  font-family:'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFF;  
}

.ilustrious_Alumni{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.col_alumni{
  width: 20%;
  padding: 10px;
}
.radio_fields label{
  color: #2699fb;
  margin-bottom: 5px; 
}
.alumni_form #pastYearSelect{
  width: 100%;
}
.radio_fields{
  margin-bottom: 20px;
}
.radio_field{
  display: flex;
}
.radio_field label{
  font-size: 14px;
  margin-right: 16px;
  margin-left: 5px;
}
.inner_page_form_container .box-select::before{
  width: 16%;
}
.inner_page_form_container  .form_field_button{
  text-align: center;
  margin-bottom: 20px!important;
  margin-top: 40px!important;
}
.inner_page_form_container .form_field_button button{
  border: none;
  outline: none;
  background-color: #afa2ff;
  color: #fff;
  width: 25%;
  border-radius: 3px;
  padding: 10px;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.alumni_bg_colors {
  position: absolute;
  top: 24%;
  width: 100%;
}
.voilet_bg{
  height: 635px;
  background-color: #d0acdb;
}
.vert_img{
  background-repeat: no-repeat;
  background-size: auto,100%;
  height: 500px;
  background-position: center;  
}
.alumni_1{
  background-image: url('../images/alumni/alumni_5.png');
}
.alumni_2{
  background-image: url('../images/alumni/alumni_2.png');
}
.alumni_3{
  background-image: url('../images/alumni/alumni_3.png');
}
.alumni_4{
  background-image: url('../images/alumni/alumni_4.png');
}
.alumni_5{
  background-image: url('../images/alumni/alumni_1.png');
}
.card_hover_content .grid_cards .banner_txt{
  left: 0;
  right: 0;
  width: auto;
  margin: 10px 20px;
  background-color: #40090930;
}
.card_hover_content .grid_cards .banner_txt h6{
  color: #fff;
  font-family:'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;  
}
.a_event_left_content{
  padding: 20px 63px!important;
}
/* ======================== Alumni Page End ======================================= */

/* ======================== Units Page Start ======================================= */

/* ======================== Tab Code Start ======================================= */

.overview_tab_container .tab-panel{
  margin-top: 25px;
}
.overview_tab_content{
  text-align: start;
}
.overview_tab_content h6{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  text-align: start;
  margin-bottom: 16px;
}
.overview_tab_content p{
  text-align: justify;
}
.overview_tab_container .tab-container{
  justify-content: start;
}
.overview_tab_container .tab-container .tab-button{
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #afa2ff;  
}
.overview_tab_container .tab-container .tab-button.active{
  color: #ffffff;
  font-weight: 400;
  background-color: #afa2ff!important;
  border: none!important; 
}
/* Style for tabs and buttons */
.tab-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-button {
  padding: 10px 25px;
  cursor: pointer;
  border: none;
  margin: 0 5px;
  background: transparent;
  color: #565656;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;  
}
.tab-panel {
  display: none;
  text-align: center;
}
.tab-button.active{
  color: #AFA2FF;
  font-weight: 700;
}
.event_tab-button {
  padding: 10px 25px;
  cursor: pointer;
  border: none;
  margin: 0 5px;
  background: transparent;
  color: #565656;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;  
}
.event_tab-panel {
  display: none;
  text-align: center;
}
.event_tab-button.active{
  color: #000;
  font-weight: 700;
}
.active {
  display: block;
}
/* ======================== Tab Code End ======================================= */
/* Units Landing Page */
.light_greeb_bg_container{
  padding:50px 0;
  background-color: #afa2ff38;
}
.sortby_text{
  color: #000;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.full_card_overlay{
  position: relative;
  height: 100%;
}
.full_card_overlay_text_container{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 10px;
}
/* .full_card_overlay_content{
  padding: 5px;
} */
.full_card_overlay_text {
  color: #fff;
  background: #0000009c;
  height: -webkit-fill-available;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full_card_overlay_text h5{
  color: #FFF;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;  
}

/* Units Landing Page End*/

.bottom_pagination{
  position: relative;
}
.bottom_pagination .splide__arrows{
  display: none;
}
.bottom_pagination .splide__pagination{
  bottom: -30px;
}
.bottom_pagination .splide__pagination__page.is-active{
  background: #7cab87;
}
.bottom_pagination .splide__pagination__page{
  opacity: 1!important;
}

.bottom_to_right_pagination{
  position: relative;
}
.bottom_to_right_pagination .splide__arrows{
  display: none;
}
.bottom_to_right_pagination .splide__pagination__page.is-active{
  background: #7cab87;
}
.bottom_to_right_pagination .splide__pagination{
  bottom: 4%;
  text-align: right;
  justify-content: end;
  padding: 20px!important;
}
.bottom_to_right_pagination .splide__pagination__page{
  opacity: 1!important;  
}
.bottom_to_right_pagination .banner_txt{
  padding: 30px 20px;
  bottom: 6px;
}
.bottom_to_right_pagination .banner_txt h5{
  color: #FFF;
  font-family:'Noto Sans';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.img_with_content{
  margin-top: 30px;
}
.img_with_content_container{
  display: flex;
  margin-bottom: 16px;
}
.img_with_content .card_name{
  margin: 0;
  padding: 0 20px;
}
.item_count .card_name p{
  text-align: start;
}
.img_with_content .img_sec img{
  border-radius: 5px;
}
.img_with_content h6{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 24px!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: normal!important;
}
#stack_count_bg{
  width: 100%;
  padding: 20px;
  margin: 30px 12px;
  background: #874561;
  display: flex;
}
#stack_count_bg .stack_count{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 10px;  
}
.decades_bg_img{
  background-image: url(../images/units/decades.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px -150px;
  margin: 30px 12px 0 12px; 
}
.decades{
  padding: 50px 20px;
  background: linear-gradient(92deg, #7CAB87 42.28%, rgba(124, 171, 135, 0.82) 76.1%, rgba(124, 171, 135, 0.10) 108.14%);
}
.decades .sub_title{
  width: 75%;
  color: #FFF!important;
  text-align: start!important;
}
.decades .sub_title h2,.decades .sub_title p{
  color: #FFF!important;
}
video{
  width: 100%;
  height:auto;
}
/* .videoWrapper img{
  width: 5%!important;
  position: absolute;
  top: 42%;
  left: 48%;
  z-index: 9;
} */
.detail_btn_block{
  margin-top: 30px;
}
.explore_btn{
  color: #FFF;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-radius: 2px;  
  padding: 8px 30px;
  background-color: #AFA2FF;
}
.explore_btn:hover{
  color: #FFF;
}
.explore_btn img{
  margin-left: 15px;
}
.units_sec .readmore{
  margin-top: 0px!important;
}
.readmore{
  margin-top: 30px!important;
  text-align: center;
}
.readmore .more_card_btn{
  padding: 3px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #AFA2FF;
}
.readmore #readMoreBtn{
  color: #FFF;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  outline: none;
  border: none;    
  background: transparent;
}

/* Video Code Start*/

.end_poster_img{
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.krithika-poster-img{
  background-image: url('../images/about/krithika_poster_img.jpg');
}
.krithika-poster-img2{
  background-image: url('../images/about/krithika_poster_img.jpg');
}
.dalal-poster-img{
  background-image: url('../images/about/dalal_poster_img.jpg');
}
.neelu_poster_img{
  background-image: url('../images/about/neelu_video_poster.jpg');
}
/* Be A Part Video Poster's */
.piyush-poster-img{
  background-image: url('../images/be_a_part/piyush_poster_img.jpg');
}
.krithika-part-poster-img{
  background-image: url('../images/be_a_part/krithika_part_poster_img.jpg');
}
.vijaya-ravi-poster-img{
  background-image: url('../images/be_a_part/vijaya_poster_img.jpg');
}
.vedika-poster-img{
  background-image: url('../images/be_a_part/vedika_poster_img.jpg');
}
.donor_poster_img{
  background-image: url('../images/be_a_part/donor_poster_img.jpg');
}
/*----------------- Units Video Poster's -------------------- */

/* Girls School  */
.uma_poster_img{
  background-image: url('../images/units/uma_poster_img.jpg'); 
}
.girls_scl_chetpet_poster_1{
  background-image: url('../images/units/girls_scl_chetpet_poster_1.jpg'); 
}
.girls_scl_chetpet_poster_2{
  background-image: url('../images/units/girls_scl_chetpet_poster_2.jpg'); 
}
.girls_scl_chetpet_poster_3{
  background-image: url('../images/units/girls_scl_chetpet_poster_3.jpg'); 
}
/* Shanthi Sadan  */
.jyothi-poster-img{
  background-image: url('../images/units/jyothi_poster_img.jpg'); 
}
.shanthi_sadan_poster1{
  background-image: url('../images/units/shanthi_sadan_poster1.jpg'); 
}
.shanthi_sadan_poster2{
  background-image: url('../images/units/shanthi_sadan_poster2.jpg'); 
}
/* ORCA  */
.neelu_poster_img{
  background-image: url('../images/units/neelu_video_poster.jpg'); 
}
.orca_poster_img1{
  background-image: url('../images/units/orca_poster_img1.jpg'); 
}
.orca_poster_img2{
  background-image: url('../images/units/orca_poster_img2.jpg'); 
}
/* smvrch  */
.krish_poster_img{
  background-image: url('../images/units/krish_poster_img.jpg'); 
}
.smvrch_poster_img1{
  background-image: url('../images/units/smvrch_poster_img1.jpg'); 
}
.smvrch_poster_img2{
  background-image: url('../images/units/smvrch_poster_img2.jpg'); 
}
.smvrch_poster_img3{
  background-image: url('../images/units/smvrch_poster_img3.jpg'); 
}
/* Sir Mutha CBSE  */
.tamara_poster_img{
  background-image: url('../images/units/tamara_poster_img.jpg'); 
}
.samira_poster_img{
  background-image: url('../images/units/samira_poster_img.jpg'); 
}
.samira_poster_img2{
  background-image: url('../images/units/samira_poster_img2.jpg'); 
}
.sir_mutha_cbse_poster_img1{
  background-image: url('../images/units/sir_mutha_cbse_poster_img1.jpg'); 
}
.sir_mutha_cbse_poster_img2{
  background-image: url('../images/units/sir_mutha_cbse_poster_img2.jpg'); 
}
.sir_mutha_cbse_poster_img3{
  background-image: url('../images/units/sir_mutha_cbse_poster_img3.jpg'); 
}
/* Garuda - Cricket Academy */
.cricket_poster_img_1{
  background-image: url('../images/units/cricket_poster_img_1.jpg'); 
}
.cricket_poster_img_2{
  background-image: url('../images/units/cricket_poster_img_2.jpg'); 
}
.cricket_poster_img_3{
  background-image: url('../images/units/cricket_poster_img_3.jpg'); 
}
.cricket_poster_img_4{
  background-image: url('../images/units/cricket_poster_img_4.jpg'); 
}
.cricket_poster_img_5{
  background-image: url('../images/units/cricket_poster_img_5.jpg'); 
}
.cricket_poster_img_6{
  background-image: url('../images/units/cricket_poster_img_6.jpg'); 
}
.cricket_poster_img_7{
  background-image: url('../images/units/cricket_poster_img_7.jpg'); 
}
/* Prem Vihar */
.anjallee_poster_img{
  background-image: url('../images/units/anjallee_poster_img.jpg'); 
}
.premvihar_poster_img1{
  background-image: url('../images/units/premvihar_poster_img1.jpg'); 
}
.premvihar_poster_img2{
  background-image: url('../images/units/premvihar_poster_img2.jpg'); 
}
.premvihar_poster_img3{
  background-image: url('../images/units/premvihar_poster_img3.jpg'); 
}
/* Lady Andal IB */
.mitchelle_poster_img{
  background-image: url('../images/units/mitchelle_poster_img.jpg'); 
}
.shalini_poster_img{
  background-image: url('../images/units/shalini_poster_img.jpg'); 
}
.la_ib_poster_img{
  background-image: url('../images/units/la_ib_poster_img.jpg'); 
}
/* Sir and Lady.M */
.sir_and_lady_poster_img{
  background-image: url('../images/units/sir_and_lady_poster_img.jpg'); 
}
/* TMSS - Tambaram */
.tara_begum_poster{
  background-image: url('../images/units/tara_begum_poster_img.jpg'); 
}
.tmss_tambaram_poster_img1{
  background-image: url('../images/units/tmss_tambaram_poster_img1.jpg'); 
}
.tmss_tambaram_poster_img2{
  background-image: url('../images/units/tmss_tambaram_poster_img3.jpg'); 
}
.tmss_tambaram_poster_img3{
  background-image: url('../images/units/tmss_tambaram_poster_img3.jpg'); 
}

.play-button-wrapper{
  z-index: 999;
}
/* .replay-button-centre{
  justify-content: center;
  align-items: center;
  background-position: center;
} */
.replay-icon{
  cursor: pointer;
  height: auto!important;
  width: auto!important;
}
.video_sec {
  position: relative;
}
.video_sec3 {
  position: relative;
}
.video_sec2 {
  position: relative;
}
video{
  height: 500px;
  object-fit: cover;
}

.video_sec video {
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.video_sec3 video {
  height: auto!important;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.video_sec2 video {
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: auto!important;
}

video::after, ::before{
  outline: none;
  border: none;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

#circle-play-b {
  cursor: pointer;
}

.play-gif svg {
  fill: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
.play-gif3 svg {
  fill: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
.play-gif2 svg {
  fill: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
/* Slider Code */
/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.video_container{
  margin-top: 30px;
  position: relative;
}
.banner-slider .slider.slider-for {
  max-width: 63%;
  padding-right: 35px;
}
.banner-slider .slider.slider-nav {
  max-width: 37%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}
.banner-slider .slider.slider-nav {
  height: 500px;
  /* overflow: hidden; */

}
.slider-banner-image {
  height: auto;
}
.banner-slider .slider.slider-nav {
  padding:0;
}
.slick-vertical .slick-slide{
  border: none;
}
.thumb-image .slick-current{
  background-color: #afa2ff42;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
  display: flex!important;
}
.thumbImgWithText{
  display: flex;
  align-items: center;
  text-align: left;
}
.slider-banner-image h6{
  color: #000;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0 10px;
  margin-top: 10px;
}
.thumbImgWithText h6{
  color: #000;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0 10px;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width:100%;
  object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}
.slider-nav .slick-slide {
  cursor: pointer!important;
  text-align: center;
}
.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 40px;
  position: absolute;
  left: -25%;
  right: 0;
  z-index: 99;
}
.slick-prev {
 top: 0;
}
.slick-next {
 bottom: 0;
}
.splide__arrow[disabled]{
  display:none;
}
.slick-prev.slick-arrow {
  top: -8%;
  left: 0;
  right: 0;
  width: 50%;
  background-position: center;
  background-image: url(../images/preview_icon.svg);
}
.slick-next.slick-arrow {
  bottom: -18%;
  left: 0;
  right: 0;
  width: 50%;
  background-position: center;
  background-image: url(../images/next_icon.svg);
}
.slick-list{
  height: 540px!important;
}
/*End USE CSS for Slider*/

@media screen and (min-width : 1440px) {
  /* .banner-slider .slider.slider-nav{
    height: 500px;
  }
  .slick-list{
    height: 500px!important;
  } */
}
@media screen and (min-width : 1920px) {
  .banner-slider .slider.slider-nav{
    height: 500px;
  }
  .slick-list{
    height: 540px!important;
  }
  .video_sec video{
      object-fit: contain;
  }
}
@media screen and (max-width : 991px) {
  .nav_list{
    font-size: 18px!important;
  }
  .play-gif{
    opacity: 0;
  }
  .play-gif2{
    opacity: 0;
  }
  .play-gif3{
    opacity: 0;
  }
  .slick-list{
    height: auto!important;
  }
  .slick-prev.slick-arrow {
    left: 0;
    right: 0;
    width: 6%;
    background-position: center 0px;
  }
  .hover_arrow .splide__arrows{
    opacity: 1;
    visibility: visible;
  }
  .slick-next.slick-arrow {
    bottom: 0;
    right: 0;
    left: unset;
    width: 6%;
    background-position: center 0px, center;
  }
.unit_slider .splide__slide{
  padding: 30px 0;
}
.overview_slider{
  margin-top: 20px;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
}
.banner-slider .slider.slider-for {
  padding-right: 0;
}
.banner-slider .slider.slider-nav {
  height: auto;
}
.slider-banner-image {
    height: 400px;
} 
.thumbImgWithText h6{
  display: none;
}
.thumbnail-image{
  padding: 0 10px;
}
.slider.slider-nav.thumb-image {
      padding: 10px 30px 0;
}
.slider-nav .slick-slide span {
  padding: 5px 0;
}
.slick-arrow {
  padding: 0;
    width: 40px;
    height: 40px;
    top: 50%!important;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.slick-prev {
    left: 0;
    right: unset;
}
.slick-next {
    left: unset;
    right: 0;
     background-color: transparent;
}
.vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
}
.bid-tag {
    padding: 10px 0 15px;
}
.slider.slider-nav.thumb-image {
   white-space: nowrap;
}

.thumbnail-image.slick-slide {
  padding: 0px 5px;
  min-width: 75px;
  display: inline-block;
  float: none;
}
.accordion .jop-details{
  flex-wrap: wrap;
}
.sports_hive_overlay{
  width: 100%;
  margin: 20px 0;
  position: relative;
  right: 0px;
}
.item_count .card_name p{
  text-align: center;
}

}

@media screen and (max-width : 767px) {
.navbar-collapse{
        overflow: scroll;
}
.at_a_glance #small_thumbnail li{
  padding:0 10px;
  width: 100%!important;
  
}
.border_lr{
  border: none!important;
 }
  .rightTo_left .close_btn{
    position: unset;
    float: right;
    margin: 15px -7px;
  }
  .popp_img img{
    width: 100%;
  }
.slider-banner-image {
    height: 400px;
}
.slick-list{
  height: auto!important;
}
.slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 140px;
  height: 80px;
}
.slick-prev.slick-arrow {
  left: 0;
  right: 0;
  width: 10%;
  background-position: center 0px;
}
.slick-next.slick-arrow {
  bottom: 0;
  right: 0;
  left: unset;
  width: 10%;
  background-position: center 0px, center;
}
.slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
}
}

@media screen and (max-width: 580px) {
.justify_txt{
  text-align: left;
}
.popp_img img{
  width: 100%!important;
}
.slider-banner-image {
    height:340px;
}
.thumbnail-image{
  padding: 7px;
}
.be_a_part_button .explore_btn{
  margin: 0 5px;
  line-height: 28px;
  padding: 8px;
}
.card_name h6{
  font-size: 16px;
}
.edu_timeline .h--timeline-dates{
        margin: 0 10px;
}
video::-webkit-media-controls-start-playback-button {
    width:2%!important;
}
.banner_bottom_txt h5{
    font-size:18px!important;
  font-weight: 500!important;
}
.slick-next.slick-arrow{
 background-size: 50%;
}
.slick-prev.slick-arrow{
    background-size: 50%;
}
}

@media screen and (max-width : 480px) {
.slider-banner-image {
    height:225px;
}
.img_align_right{
  justify-content: start;
}
.img_align_right_with_tagname{
  text-align: left;
}
.contWithSliderBg .mobPadd{
padding:20px 0;

}
.shanti_sadan{
  padding: 30px;
}
#ayyamittu_unn .splide__pagination{
  bottom: -23px;
}
.accordion .jop-position h5{
  font-size: 22px!important;
}
.accordion .jop-position h6{
  font-size: 16px!important;
}
.accordion button .icon{
  right: 0!important;
}
.l-header_navigation_link{
  margin-top: 5px;
}
.rightTo_left .close_btn{
  position: unset;
  float: right;
  margin: 15px -7px;
}
.popup_sec{
  padding: 0!important;
}
}


@media screen and (max-width: 450px) {
  .navbar{
    height: 60px;
  }
.slick-prev.slick-arrow{
  left: -10px;  
}
.slick-next.slick-arrow{
  right: -10px;
}

.be_a_part_green{
  height: 460px!important;
}
  .select-dropdown:after{
    top: 25%!important;
    right: 10px!important;
  }
  .sortByUnits .sub_title h2{
    font-size: 18px!important;
  }
  .select-dropdown select{
    padding: 7px 20px 7px 10px!important;
  }
  .accordion .jop-position h5{
    font-size: 18px !important;
  }
  .be_a_part_button .explore_btn{
    margin: 0 5px;
    line-height: 18px;
    padding: 4px;
    font-size: 12px;
  }
  .explore_btn{
    font-size: 14px!important;
    line-height: 16px!important;
    padding: 6px 8px!important;
  }
  .explore_btn img{
    width: 18px!important;
  }
  .full_card_overlay_banner_text h5 {
    font-size: 14px!important;
    line-height: 16px!important;
    margin: 10px 0!important;
}
.full_card_overlay_banner_text .banner_read_more {
  font-size: 14px!important;
  line-height: 16px!important;
}
  .in_the_press_img .explore_btn img{
    width: 8px!important;
  }
  .slick-next.slick-arrow{
    width: 17%;
  }
  .slick-prev.slick-arrow{
    width: 17%;
  }
  }

/* Slider Code */
#video_thumbnail .splide__arrows{
  display: none;
}
#video_thumbnail .splide__slide{
  border: 5px solid transparent;
}
#video_thumbnail .splide__list{
  align-items: center!important;
  justify-content: center!important;
}
#video_thumbnail .splide__slide.is-active{
  border: none!important;
}

.videoWrapper {
  position: relative;
}
.lookingF_video .videoWrapper{
  padding: 0;
}
.lookingF_video .img_cont_pad{
  padding: 20px 40px!important;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Campus Start*/
.video-container {
  width: 640px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);
}

.video_sec {
  position: relative;
}
.video_sec2 {
  position: relative;
}

video {
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

#circle-play-b {
  cursor: pointer;
}

.play-gif svg {
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
/* Video Code End */

.item_count{
  margin-bottom: 20px;
}

/* ======================== Units Page End ======================================= */

/* ========================  In The Press Page Start ======================== */
.banner_image{
  margin: 0 100px;
}
.full_card_overlay_banner_text_container{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0;
}

.full_card_overlay_banner_text h5{
  color: #FFF;
  font-family:'Noto Sans';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;  
  margin: 30px 0 20px 0;
}
.full_card_overlay_banner_text .banner_read_more{
  color: #FFF;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;  
  text-decoration: underline!important;
}
.banner_slider .splide__pagination{
  bottom: 30px!important;
}
.card_name h5{
  color: #7AB189;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;  
}
.source_txt{
  color: #000;
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;  
  margin-top: 10px;
}
.in_the_press_img .mss_logo_img{
  width: 65%;
}
.card_name .news_btn{
  margin-top: 20px;
}
/* ========================  In The Press Page End ======================== */
/* ========================  Events Page Start     ======================== */
.form-control{
  border-radius: 2px!important;
}
#pastYearSelect{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;  
  border-radius: 2px;
  background: #FDFDFD;  
  padding: 4px 20px;
}

/* Style for when the select is in focus */
#pastYearSelect:focus {
  outline: none; 
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


.event_card_container{
  position: relative;
  height: 100%;
}
.event_content_container{
  height: 13rem;
}
.event_card_container_text{
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}
.event_card_text {
  color: #fff;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: -webkit-fill-available;
  padding: 20px;
}
.event_card_text h5 span{
  font-size: 18px;
  font-weight: 600;
}
.event_card_container_text .month_1{
  background: #F9D4D4;
}
.event_card_container_text .month_2{
  background: #F2DBFF;
}
.event_card_container_text .month_3{
  background: #F9E5D4;
}
.event_card_container_text .month_4{
  background: #F9D4D4;
}
.event_card_container_text .month_5{
  background: #F9F3D4;
}
.event_card_container_text .month_6{
  background: #E1F9D4;
}
.event_card_container_text .month_7{
  background: #DFB4F6;
}
.event_card_container_text .month_8{
  background: #D4EEF9;
}
.event_card_container_text .month_9{
  background: #D4F9E7;
}
.event_card_container_text .month_10{
  background: #B6F2FF;
}
.event_card_container_text .month_11{
  background: #F0E7B6;
}
.event_card_container_text .month_12{
  background: #FFA6A6;
}

.event_card_text h5{
  color: #000;
  font-family:'Noto Sans';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;  
}
.event_card_text p{
  width: 176px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  display: inline-block;  
}
.event_lists{
  display: flex;
  cursor: pointer;
}
.event_cercle_img_item{
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.event_cercle_img_item img{
  border: 1px solid #fff;
  border-radius: 50px;
}
.event_cercle_img_item:not(:first-child){
  margin-left: -18px;
}
.event_box_text{
  text-align: start;
  padding: 15px 5px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  border-left-width: 24px;
  border-inline-start-width: 5px;
  border-inline-start-style: solid;
  border-inline-start-color: #7AB189;  
}
.event_list{
  display: none;
  padding: 50px;
  border-radius: 5px;
  background: #7CAB87;  
}
.back_to_btn{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.back_arrow_btn{
  cursor: pointer;
  margin-right: 30px;
}
.back_to_btn h5{
  color: #FFF;
  font-family:'Noto Sans';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  margin: 0;
}
.event_list_cards{
  margin-top: 10px;
}
.event_list_cards{
  border-radius: 5px;
  padding: 20px 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event_detail{
  text-align: start;
}
.event_detail h5{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;  
}
.event_detail h6{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  margin: 13px 0;
}
.event_detail p{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
}
.view_detail_btn{
  color: #7AB189;
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-radius: 2px;
  padding: 8px 30px;  
}
.view_detail_btn img{
  margin-left: 15px;
}
#all_gallery img{
  border-radius: 5px;
}
/* ========================  Events Page End  ======================== */

/* ======================== Event Detail Page Start  ======================== */
.page_inner_sec_sub_title {
  text-align: center;
}
.page_inner_sec_sub_title h2{
  color: #000;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page_inner_sec_sub_title h6{
  color: #565656;
  text-align: center;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
}
.event_maroon_bg{
  padding: 50px;
  margin: 0 12px;
  background-color: #874561;
}
.other_event_text{
  color: #FFF;
  text-align: center;
  font-family: 'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;  
}
.other_events .img_with_content{
  display: flex;
  padding: 10px;
  margin-bottom: 16px;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}
.event_contact_details{
  margin-bottom: 30px;
}
.event_contact_details h5{
  color: #7CAB87;
  font-family:'Noto Sans';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;  
}
.event_contact_details p{
  color: #000;
}
/* ======================== Event Detail Page End  ======================== */
/* Contact Us */
.item_stretch .card_with_bg_color{
  width: 100%;
}
.card_with_bg_color{
  padding: 30px 15px;
  background-color: #afa2ff38;
}
.card_with_bg_color h6{
  color: #000;
  font-family:'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;  
}
.contact_details{
  display: flex;
  align-items: center;
  margin: 10px 0;  
}
.contact_details p{
  text-align: center;
  font-family:'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}
.contact_details.email p{
  font-size:13px;
  color: #7E807E!important;
}
.contact_details.phone p{
  font-size:13px;
  color: #565656!important; 
}
.contact_details img{
  margin-right: 10px;
}
/* Contact Us End */
/* =========================== Career Page Start ===========================*/

/* Select DropDown */
.sortByUnits{
  display: flex;
  align-items: center;
  margin: 60px 0 45px 0;
}
.sortByUnits .sub_title{
  margin: 0;
  text-align: start!important;
}
.select-dropdown,
.select-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.select-dropdown {
  width: 100%;
	position: relative;
	background-color: transparent;
}
.form_field input {
  width: 100%;
	position: relative;
	background-color: transparent;
  border-radius: 5px;
  padding:7px 5px;
  color: #fff;
  border: 1px solid #AFA2FF;
  background-color: #afa2ff38;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.event_reg input{
  color: #000000;
}
.form_field_button .explore_btn{
  border: none;
  outline: none;
  background-color: #afa2ff;
  color: #fff;
  width: 25%;
  border-radius: 3px;
  padding: 10px;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;  
}
.event_reg input::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
.select-dropdown select {
  width: 100%;
	max-width: 100%;
	padding: 7px 45px 7px 10px;
	border: none;
  border-radius: 5px;
  border: 1px solid #AFA2FF;
  background-color: #afa2ff38;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
  color: #fff;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.select-dropdown select option{
  color: #000!important;
}
#select_unit{
  color: #000!important;
}
.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
  content: url(../images/select_arrow.svg);
  position: absolute;
  top: 25%;
  right: 20px;
  margin-top: -2px;
  border-top: none;
}
.select-dropdown.career_select:after{
  content: url(../images/select_arrow_black.svg)!important;
}
.donate_fields:after{
  top: 25%;
}
/* DropDown End */

/* ======================= Accordion Dropdown Code =========================== */
.accordion-dropdown{
  border-radius: 5px;
}
.accordion{
  margin: 10px 0;
}
.accordion .accordion-item {
  background: #afa2ff38;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  border-right: none;
  border-left: none;
  background: transparent!important;
}


.accordion .accordion-item button[aria-expanded='false'] {
  border-radius: 5px;
  border: 1px solid #AFA2FF;
  background: #afa2ff38;
  transition: background 1.9s ease;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-radius: 5px 5px 0px 0px;
  background: #AFA2FF;
}
.accordion .accordion-item button[aria-expanded='true'] .jop-position h5{
  color: #fff!important;
}
.accordion .accordion-item button[aria-expanded='true'] .jop-position h6{
  color: #fff!important;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 50px;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  outline: none;
}
.accordion button:focus {
  cursor: pointer;
  color: #9747FF;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #9747FF;
  border: 1px solid #491191;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 5%;
  text-align: center;
}
.accordion button .icon img{
  width: 75%;
}
.acc_down{
  display: none;
}
.acc_up{
  display: none;
}
.accordion .accordion-item button[aria-expanded='false'] .acc_down{
  display: block;
}
.accordion .accordion-item button[aria-expanded='true'] .acc_up{
  display: block;
}

.accordion-item:last-of-type{
  border: none;
}
.accordion button[aria-expanded='true'] {
  color: #000;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  background: #afa2ff38;
  transition: all 500ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1000ms linear, max-height 500ms linear;
  will-change: opacity, max-height;
  padding: 0 50px;
}
.accordion .accordion-content p {
  color: #565656;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.accordion .jop-details{
  margin: 30px 0;
  display: flex;
}
.accordion p{
  margin-bottom: 0;
}
.accordion .jop-details p{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.accordion .jop-position h5{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.accordion .jop-details h6{
  color: #000;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 5px;
}
.accordion .jop-position h6{
  color: #565656;
  font-family:'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordion .jop-position p{
  margin-left: 10px;
}
.accordion .jop-position h5:nth-child(2){
  
  margin-left: 10px;
}
.accordion .jop-position .location_icon{
  display: flex;
  margin-right: 10px;
}

.accordion-content .jop-position h5{
  color: #000;
  font-family: 'Noto Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;  
  margin: 0;
}
.accordion-content ul li{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;  
}
.accordion-content .job-title{
  width: 100%;
  margin: 30px 0;
}
.accordion-content .job-title .jop-position{
  display: flex;
  width: 100%;
}
.accordion-content .job-title .jop-position p{
  margin-top: 0;
}
.accordion_apply{
  margin: 40px auto;
}
.accordion_btn{
  border-radius: 5px;
  border: 2px solid #D0B6F7!important;
  color: #000;
  text-align: center!important;
  font-family: 'Noto Sans';
  font-size: 16px;
  background-color: unset;
  font-style: normal;
  font-weight: 400;
  padding: 10px 20px!important;
  flex-shrink: 0;
  line-height: normal;
}
.pin_lists{
  display: flex;
  margin-bottom: 10px;
}
/* ======================= Accordion Dropdown Code =========================== */

/*=========================== Career Page End =========================== */

/* ========================= Footer Section Code Start =========================== */
footer {
  color: #000;
}
.footer_bg {
  padding: 0 100px;
  background-color: #AFA2FF;
}
.mobile-view{
  display: none;
}
.sub_footer_bg {
  background: transparent;
  padding: 0 100px;
}
.mob_pad{
  padding: 0!important;
}
.footer_section {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}

.footer_section h1 {
  margin: 20px 0;
  font-weight: 700;
  font-family:'Noto Sans';
}
.footer_section h4{
  color: #fff;
  font-family:'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer_section h5 {
  color: #fff;
  font-family:'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.footer_sm_icons a{
  margin: 0 16px;
}
.footer_logo img{
  width: 65%;
}
.footer_section li {
  padding: 5px 0;
}
.footer_section li a{
  color: #fff!important;
  font-family:'Noto Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;  
}
.sub_footer {
  padding: 10px 0;
}

.sub_footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.sub_footer p a{
  color: #fff!important;
}
.sub_footer p a:hover{
  color: #0029ff!important;
}
.footer_section .location {
  text-align: end;
  font-family:'Noto Sans';
}
.footer_section .location h6{
  font-size: 18px!important;
  color: #FFF;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  line-height: normal;  
  }

.sub_footer .footer_icons {
  margin-top: 10px;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub_footer .footer_icons-right {
  margin-left: auto;
}

.footer_icons img {
  width: 15%;
}
.mss_logo{
  text-align: center;
}

/* Footer Section Code End */


/* Media  */
@media (min-width: 1920px) {
  .pt_30{
    padding-top:50px;
  }
  .mt_50{
    margin-top: 50px!important;
  }
  .splide__slide img{
    width: 100%;
  }
  .grey_bg{
    max-width: 1920px;
  }
  .edu_timeline .h--timeline-navigation--next{
    display: none;
  }
  .voilet_bg{
    width: 100%;
    height: 635px;
    position: absolute;
    top: 0px;
  }
 /*  .video_sec video{
    height: 600px;
  } */
}
/* .mob_collapse{
  display: flex!important;
} */
@media screen and (min-width: 1100px) {

  .navbar-expand-lg .navbar-toggler {
    display: none!important;
    }
    .nav-item i{
        display: none!important;
    }
    .dropdown:hover .dropdown-menu{
        display: block!important;
    }
  
    /* Dropdown Menu Code Start */
    .dropdown {
      position: unset !important;
    }
}
@media screen and (min-width: 1024px) {
  
    .dropdown-menu {
      width: 100% !important;
      left: 0;
      visibility: hidden !important;
      opacity: 0 !important;
      transition: opacity 0.5s ease !important;
      background-color: #dad5fd!important;
    }
  
    .dropdown:hover .dropdown-menu {
      padding: 30px 100px;
      opacity: 1 !important;
      top: 100%;
      visibility: visible !important;
      border-radius: 5px;
      border: none;
      border-top: 1px solid #AFA2FF;
    }  
    .dropdown-menu h5{
      color: #565656;
      font-family:'Noto Sans';
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 33px;      
    }
    .dropdown-menu .image_with_menu{
      display: flex;
      align-items: center;
      padding: 10px;
    }
    .dropdown-menu .image_with_menu:hover{
      border-radius: 7px;
      background-color: #fff;
    }
    .dropdown-menu .menu_image img{
      border-radius: 7px;
    }
    .dropdown-menu .image_with_menu a{
      padding: 10px;
      text-wrap: wrap;
    }
    /* End */
    .splide__slide img{
      width: 100%;
    }
    .overlay_img img{
      width: 100%;
    }
}

@media (max-width:1024px){
  .desk_nav{
    display: none!important;
  }
  .mobile_nav{
    display: block!important;
  }
  .nav-item i{
    font-size: 20px;
    padding: 10px;
  }
  .dropdown-menu{
    display: none;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block!important;
    padding: .25rem 0!important;
    border: none;
    background: none;
  }

  .mob_center{
    text-align: center;
  }
  .height110{
    height: 132px;
  }
  .p-50{
    padding: 20px;
  }
  .sub_title{
    padding: 0 20px;
  }
 
  .shanti_sadan{
    padding: 50px;
  }
  header{
    position: fixed;
  }
  .navbar-collapse{
    background:#AFA2FF;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    align-items: start!important;
  }
  .nav-item{
    padding: 10px 0;
  }
  .navbar-nav-scroll{
    margin-top: 25%!important;
    max-height: 100%!important;
  }
.section_space{
  padding: 0 20px;
}
nav .logo{
  left: 20px;
}
.section_space .flex-end{
  display: none;
}
.navbar-toggler{
  position: absolute;
  z-index: 99!important;
  right: 20px;
  top: 5px!important;
  height: fit-content;
  outline: none!important;
  box-shadow:none!important;
}
.close_menu_btn{
  display: none;
}
.navbar-toggler-icon{
  width: 100%!important;
  height: auto!important;
}
.navbar-nav{
  width: 100%;
}

.container_space{
  margin: 0 20px;
}
.l-header_navigation-wrap{
  padding: 0 20px;
}
.h--timeline-event-title{
  margin-top: 20px;
}
.card_content{
  margin: 20px 0;
}
.founders_text{
  margin: 20px 0;
}
.popup-content{
  min-height: 100%;
  max-width: 100%;
}
.popup_sec{
  padding:5%;
  height: 100vh;
}
.profile_popup{
  bottom: 0;
  z-index: 9999;
}
/* Community Impact */
.grey_bg{
  top: auto;
  bottom: 19%;
}
.card_name{
 text-wrap: balance;
}

.sports_yellow_bg{
  height: 60%;
}
.founders_desk .brown_bg{
  padding:0px;
}
.sports_grey_bg {
  height: 50%;
  top: 38%;
}
.arts_green_bg{
  top: 38%;
}
/*Community Impact End */
/* Unit Page */
.decades_bg_img{
  background-position: 0px -62px;
}
.special_about_sec .slider_content{
  padding-top: 20px;
}
/* Unit Page */
/* Alumni page Start*/
.col_alumni{
  width: 33%;
}
.a_event_left_content{
  padding: 0px 20px!important;
}
.card_hover_content .grid_cards .banner_txt{
  margin: 10px 10px;
  padding: 10px; 
}
.card_hover_content .grid_cards .banner_txt h6{
  font-size: 16px; 
  margin-bottom: 0;
}
.inner_page_form_container{
  padding:10px;
}
/* Alumni Page End */
/* Footer Code */
.footer_section .location{
  text-align: start;
}
.footer_bg{
  padding: 0 20px;
}
.mss_logo{
  text-align: center;
  margin: 20px 0;
}
/* Events Code */
.event_list_cards{
  padding: 20px;
}
.event_list .view_detail_btn{
  padding: 8px 0;
  font-size: 15px;
}
/* In The Press */
.w50{
  width: 100%;
}
.banner_image{
  margin: 0 20px;
}
/* Be a Part */
.bg_colors{
  top: 6%;
}
.be_a_part_grey{
  height: 800px;
}
.be_a_part_blue{
  height: 800px;
}
.be_a_part_green{
  height: 800px;
}
.be_a_part_form_container{
  padding: 20px;
}
.be_a_part_form{
  padding: 30px;
}
.be_a_part_form form{
  display: flex;
  flex-wrap: wrap;
}
.be_a_part_form form .form_field{
  width: 100%;
  padding: 10px;
  margin: 0;
}
.form_field_button{
  width: 100%;
  margin-top:20px!important;
}
/* Timeline */
.h--timeline-container{
  margin: 0;
}
/* Video Code */
.videoWrapper{
  padding:0;
}
.video_sec video {
  height: 500px;
  object-fit: cover;

}

.contact_details{
  flex-wrap: wrap;
}

.hover_arrow .splide__arrow--prev{
  left: -0.5em;
}
.hover_arrow .splide__arrow--next{
  right: -0.5em;
}
.footer_section li a{
  font-size: 16px!important;
  font-style: normal;
}
}

@media (max-width: 600px){
  .popup_sec{
     height: 99vh;
    overflow: auto;
    padding: 10px 20px !important;
  }
  .profil_info h3{
    font-size: 20px;
  }
  .profil_info h5{
    font-size: 18px;
  }
  .p-15{
    padding: 0 20px!important;
  }
/* Community Impact */
.grey_bg{
  top: auto;
  bottom: 3%!important;
}
.legacy_sec{
  flex-direction: column;
}
.legacy_sec .page_subtitle{
  padding: 20px;
}
.sports_yellow_bg{
  height: 75%;
}
#small_thumbnail{
  height: 100%;
}
/* Arrow Code */
#left_to_center_arrow .splide__arrows{
  position: relative;
  right: 0;
  z-index: 9;
  transform: translate(0px, 150px);
}
#left_to_center_arrow .splide__arrow--prev{
  right: 0!important;
  left: 5px!important;
  transform: translateY(0);
}
#left_to_center_arrow .splide__arrow--next{
  right: 5px;
  transform: translateY(0);
}
#right_to_center_arrow .splide__arrows{
  position: relative;
  left: 0;
  right: 0;
  z-index: 9;
  transform: translate(0px, 150px);
}
#right_to_center_arrow .splide__arrow--prev{
  right: 0!important;
  left: 5px!important;
  transform: translateY(0);
}
#right_to_center_arrow .splide__arrow--next{
  right: 5px;
  transform: translateY(0);
}
.sports_grey_bg {
  height: 30%;
  top: 50%;
}
.arts_green_bg{
  top: 25%;
}
.shanti_sadan{
  padding:30px 20px;
}
#ssadan_slider .splide__pagination{
  bottom: -23px;
}
#facility_partner .banner_txt{
  height: 100%;
}

.mobView_grid_cards{
  height: auto;
}
.mobView_grid_cards p{
  line-height: 24px!important;
}
.mobView_banner_txt{
  height: auto;
  position: unset;
}
.grid_cards .grid_cards_content h5{
  font-size: 18px;
  line-height: 23px;
}
.banner_txt_light .grid_cards p{
  font-size: 14px;
}
.grid_cards p{
  line-height: 17px;
}
.banner_txt h5{
  font-size: 18px;
  line-height: 23px;
}
/*Community Impact End */ 
/* Unit Page */
#stack_count_bg{
  flex-wrap: wrap;
}
.bottom_to_right_pagination .banner_txt{
  padding: 20px 12px;
}
.footer_section li a{
  font-size: 15px;
}
.mss_logo{
  text-align: start;
}
  /* Titles */
  .title h1{
    font-size: 27px;
  }
  .sub_title h2{
    font-size: 24px;
  }
  .page_subtitle h2{
    margin-top: 20px;
    font-size: 24px;
  }

  /* Timeline Code */
  .h--timeline-event-title{
    font-size: 26px;
    line-height: 28px;
  }
  .h--timeline-event-content h5{
    font-size: 15px!important;
    line-height: 28px;
  }
  /* End */
  video{
    height:300px;
  }
  .play-gif{
    text-align: center;
  }
  .play-gif img{
    width: 65%;
  }
  .bottom_to_right_pagination .banner_txt h5{
    font-size: 23px;
  }
  .decades_bg_img{
    background-position: 55% 75%;
    background-size: auto;
  }
  .decades{
    padding: 20px;
  }
  .decades .sub_title{
    width: auto;
    padding: 0;
  }
  /* Tab View  */
  .tab-button{
    padding: 10px;
  }
  .overview_tab_container .tab-container{
    flex-wrap: wrap;
  }
  .overview_tab_container .tab-container .tab-button{
    margin-top: 20px;
  }
  /* Events Page */
  .event_tab-button{
    font-size: 16px;
    padding: 10px 20px;
  }
  .event_list .back_to_btn{
    margin-bottom: 30px;
  }
  .event_list{
    padding: 25px;
  }
  .event_list_cards{
    padding: 20px;
    flex-wrap: wrap;
  }
  .event_list .nav_detail{
    padding: 10px 0;
  }
  .event_list .view_detail_btn{
    padding: 8px 0;
    font-size: 15px;
  }
  .explore_btn img{
    width: 30px;
    margin-left: 2px;
  }
  .in_the_press_img .explore_btn img{
    width: 8px;
  }
  .view_detail_btn img{
    margin-left: 2px;
  }
  .event_maroon_bg{
    padding: 10px;
  }
  .other_event_text{
    margin-top: 25px;
    margin-bottom: 0;
  }
  .other_events .img_with_content{
    flex-wrap: wrap;
  }
  .other_events .img_with_content .card_name{
    padding: 10px 0;
  }


  /* In The Press */
.banner_image{
  margin: 0;
}
.w50{
  width: 100%;
}
.full_card_overlay_banner_text{
  padding: 12px;
}
.explore_btn{
  font-size: 16px;
  line-height: 20px;
  padding: 4px 8px;
}
.full_card_overlay_banner_text h5{
  font-size: 18px;
  line-height: 21px;
  margin:10px 0;
}
.full_card_overlay_banner_text .banner_read_more{
  font-size: 16px;
  line-height: 21px;
}
.col_alumni{
  width: 50%;
}
/* Alumni */
.bg_colors{
  top: 7%;
}
.be_a_part_grey{
  height: 650px;
}
.be_a_part_green{
  height: 550px;
}
.inner_page_form_container .form_field_button{
  margin-top: 20px!important;
}
/* Career Code */
.sortByUnits{
  margin: 30px 0;
}
.sortByUnits .sub_title{
  padding: 0 10px;
}
.sortByUnits .sub_title h2{
  font-size: 20px;
}
.accordion button{
  padding: 15px;
}
.accordion .accordion-content{
  padding: 0 15px;
}
.accordion .jop-details h6{
  text-wrap: nowrap;
}
/* Video Code */
.videoWrapper{
  padding:0;
}
.video_sec video {
  height: auto;
}
.video_sec2 video {
  height: auto;
}
/* video[poster]{
  height:70vh;
  width:100%;
  } */
.be_a_part_form form .form_field{
  width: 100%;
  padding: 10px;
  margin: 0;
}
.form_field_button{
  width: 100%;
  margin-top:20px!important;
}
/* .play-gif{
  opacity: 0;
} */
}

@media (max-width: 450px){
.logo-title p:nth-child(1){
  font-size: 14px;
}
.logo-title p:nth-child(1){
  font-size: 14px;
}
.navbar-toggler-icon{
  width: 65%!important;
}
}

/* Media Query End */
.form_field label.error, #resultmsg
{
	color:red;
}
@media (max-width: 600px)
{
    .footer_section li a{
        font-size: 14px ! important;
    }
    /* .title h2{
        font-weight:400 !important;
    } */
     .padding{
      padding: 11px  !important;
     }
     .button {
        padding-left: 28px !important;
     }
     .desktopimg
    {
        display:none;
    }
    .mobileimg
    {
        display:block;
    }

    
    
}
@media (min-width: 768px)
{
  .mobileimg
    {
        display:none;
    }
    
}

@media (max-width: 768px)
{
  .text-muted
    {
        font-size:  14px !important;
    }
    
}

.desktopimg {
    display: block;
  }

  .mobileimg {
    display: none;
  }

  .deskimg {
    display: block;
  }

  .mobimg {
    display: none;
  }
  .deskiimg {
    display: block;
  }

  .mobiimg {
    display: none;
  }

  @media (max-width: 768px) {
    .desktopimg {
      display: none;
    }

    .mobileimg {
      display: block;
      width: 100%;
      height: auto;
    }

    .deskimg {
      display: none;
    }

    .mobimg {
      display:block;
  }
  .deskiimg {
      display: none;
    }

    .mobiimg {
      display:block;
  }

  }
      
   
