.why-choose-cbse {
  background-attachment: fixed;
  background-image: url(../img/why-choose-cbse-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-choose-cbse .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px 33px;
  margin-bottom: 20px;
}

.why-choose-cbse .box img {
  padding: 10px;
  border-radius: 50%;
  background-color: #FAF4F4;
  min-height: 52px;
  height: 52px;
  width: 52px;
  min-width: 52px;
  margin-right: 10px;
  object-fit: contain;
}

.why-choose-cbse .box p {
  margin-bottom: 0px;
}

#main-form {
  background-color: #1F3976;
}

#main-form form .form-control {
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D4D7E3;
  border-radius: 3px;
  padding: 5px 18px;
}

#main-form form .form-control::placeholder,
#main-form form select.form-control {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #717171;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  color: #252525;
  padding: 5px;
  font-size: 12px;
  top: 40%;
  height: 43px;
  width: 43px;
  margin: 0px;
  border-radius: 100%;
  text-align: center;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;

}

.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

.leader-box {
  background-color: #f7f7f7;
  padding: 12px;
}

.leader-box h6 {
  font-family: 'canela-font-bold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #252525;
}

.foundation-p-section .box img {
  height: 238px;
  width: 100%;
  object-fit: cover;
}

.foundation-p-section .box h6 {

  font-weight: 400;
  font-size: 20px;
  color: #252525;
  font-family: 'canela-font';

}

.foundation-p-section .box p {
  font-size: 14px;
  color: #737477;
}

.subject-areas-section {
  background-image: url(../img/home-gallery-section.png);
}

/*
.subject-areas-section .points {
  padding: 4px 12px 4px 25px;
  position: relative;
  background: #991C18;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
*/

.subject-areas-section .points {
    padding: 4px 12px 4px 25px;
    position: relative;
    background: #fff;
    border: 1px solid #991C18;
    border-radius: 4px;
    color: #252525;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}



.subject-areas-section .points::after {
  content: '';
  background-color: #252525;
  height: 4px;
  width: 4px;
  left: 13px;
  top: 45%;
  border-radius: 50%;
  position: absolute;
}

.read-more-sectionn .content {
  display: none;
  margin-top: 10px;
}

.read-more-sectionn .read-more-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  color: #991C18;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin-top: 10px;
}

.read-more-sectionn .arrow {
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  transition: transform 0.3s;
}

img {
  position: relative;
}

.single_gallery_item {
  border-radius: 0.5rem;
  display: inline-block;
  /* overflow: hidden; 
  float: left;*/
  width: 100%;
  position: relative;
  z-index: 1;
}

.single_gallery_item img {
  height: 243px; 
  width: 100%;
  object-fit: cover;
}

.single_gallery_item .hover_overlay {
  background-color: rgba(19, 47, 67, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0%;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  width: 100%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.single_gallery_item .links {
  top: 40%;
  text-align: center;
  position: absolute;
  right: 0;
  margin-right: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}

.single_gallery_item:hover .hover_overlay {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.single_gallery_item .links>a>i {
  color: #ffffff;
  font-size: 30px;
}

.gallery-section {
  background-attachment: fixed;
  background-image: url(../img/why-choose-cbse-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-gallery-section {
  background-attachment: fixed;
  background-image: url(../img/why-choose-cbse-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.campus-facilities-section {
  background-attachment: fixed;
  background-image: url(../img/campus-facilities-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.campus-facilities-section .facilities-points .points {
  padding: 4px 12px 4px 25px;
  position: relative;
  background: #991C18;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.campus-facilities-section .facilities-points {
  flex-wrap: wrap;
}

.campus-facilities-section .facilities-points .points::after {
  content: '';
  background-color: #fff;
  height: 4px;
  width: 4px;
  left: 13px;
  top: 45%;
  border-radius: 50%;
  position: absolute;
}

.banner-count .box {
  display: flex;

  justify-content: center;
  position: relative;
}

.banner-count .box h6 {
  font-family: 'canela-font-medium';
  font-size: 22px;
  color: #050038;
  margin-bottom: 2px;
}


.banner-count .box p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #717171;
}

.banner-count .box img {
  margin-right: 15px;
}

.banner-count .box::after {
  position: absolute;
  width: 1px;
  content: '';
  right: 0px;
  top: 0px;
  height: 100%;
  border: 1px solid #D8DCE3;
}

.banner-count .col-lg-3:last-child .box::after {
  display: none;
}

.greeting-box {
  padding: 20px;
  background: #FAF3F3;
  display: inline-block;
  margin: 25px 0px;
}

.greeting-box p {
  font-family: 'canela-font-bold';
  font-style: normal;
  font-size: 22px;
  display: inline;
  line-height: 30px;
  color: #252525;
  margin-bottom: 0px;

}

.white-simple-points {
  flex-wrap: wrap;
}

.white-simple-points .points {
  padding: 0px 12px 0px 25px;
  position: relative;
  color: #737477;
  font-size: 14px;
}

.white-simple-points .points::after {
  content: '';
  background-color: #D9D9D9;
  height: 4px;
  width: 4px;
  left: 13px;
  top: 45%;
  border-radius: 50%;
  position: absolute;
}

.explore-club-section {
  background-attachment: fixed;
  background-image: url(../img/why-choose-cbse-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.our-clubs-section .box {
  display: flex;
  align-items: start;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px 33px;
}

.our-clubs-section p {
  margin-bottom: 0px;
}




.our-clubs-section .box img {
  padding: 10px;
  border-radius: 50%;
  background-color: #FAF4F4;
  min-height: 52px;
  min-width: 52px;
  margin-right: 10px;
  object-fit: contain;
}

.our-clubs-section .box h6 {
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  margin-bottom: 4px;
}





.galery-slide .single_gallery_item {
  border-radius: 0px;
  display: inline-block;
  /* overflow: hidden; 
  float: left;*/
  width: 100%;
  position: relative;
  z-index: 1;
}

.galery-slide .single_gallery_item img {
  /* height: 235px; */
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}

.backed img {
  height: 243px; 
  width: 100%;
  object-fit: cover;
  object-position: center;
  
}



.galery-slide .single_gallery_item .hover_overlay {
  background-color: #d4474387;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0%;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  width: 100%;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}

.galery-slide .single_gallery_item .links {
  top: 0%;
  transform: translate(0%, 40%);
  text-align: center;
  position: absolute;
  height: 100%;
  right: 0;
  margin-right: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galery-slide .single_gallery_item .links a {
  height: 100%;
  width: 100%;
}

.galery-slide .single_gallery_item .links p {
  margin-bottom: 0px;
  color: #fff;
  margin-top: 10px;
  font-weight: 800;
  font-size: 14px;
  text-align: center;

  color: #FFFFFF;




}

.galery-slide .single_gallery_item:hover .hover_overlay {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.galery-slide .single_gallery_item .links>a>i {
  color: #ffffff;
  font-size: 30px;
}

section ul li {
  padding-bottom: 10px
}

section ul {
  padding-left: 1rem;
}

.locations {
  display: flex;
  justify-content: center;
  align-items: center;
}


.location-card {
  padding: 30px;
  width: 568px;
  background: #FAF4F4;
  border: 1px solid #F5F1F1;

}

.location-card iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 5px;
}

.location-card h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
}

.location-card p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #252525;
}

/* /////  cgec-section  ////////// */

.cgec-section .etiquette-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  padding: 20px 0;
}

.cgec-section .etiquette-item {
  padding: 5px 10px;
  gap: 10px;
  background: #FBF9F9;
  border-radius: 4px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #737477;
}


/* ////Schools We Manage///// */

.schools_section .top-barr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.schools_section .butm-barr {
  position: relative;
}



.inner_testi {
  background-color: #FAF4F4;
  padding: 40px;
  border: 1px solid #F5F1F1;
  border-radius: 10px;
  min-height: 550px;
}

.inner_testi p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #737477;
}

.inner_testi .name_div {
  width: 100%;
  margin-top: 30px;
}

.inner_testi .name_div h3 {
  font-family: 'Canela Trial', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #252525;

}

.inner_testi .name_div h6 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  color: #252525;

}

.schools_tabs {
  border: 2px solid #FAF4F4;
  overflow: hidden;
  border-radius: 10px;
}

.schools_tabs li button {
  min-width: 150px;
  padding: 15px 5px;
  border: 1px solid #FAF4F4;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  color: #252525;

}

.schools_tabs li button.active {
  background-color: #991C18;
  color: #fff;

}

.diclosure_tabs {
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100%;
  gap: 20px;
}

.diclosure_tabs li {
  width: 20%;
}

.diclosure_tabs li button {
  width: 100%;
  margin: 0px 05px;
  position: relative;
  padding: 15px 5px;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  color: #252525;

}

.diclosure_tabs li button.active {
  color: #991C18;

}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #D44743;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


.diclosure_tabs li button.active::after {
  content: '';
  position: absolute;
  width: 50%;
  background-color: #991C18;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 5px;
  height: 2px;
}

.disclosure_section table {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #252525;

}

.disclosure_section thead th {
  background-color: #991C18;
  padding: 20px 25px;
  color: #fff;
}

.disclosure_section tbody td {
  background-color: #fff;
  padding: 20px 25px;
  color: #252525;
}

.disclosure_section tbody td a {
  text-decoration: underline !important;
}

.schools_section .schools_div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.schools_section .schools_div {
  background: #FAF4F4;
  border: 1px solid #F5F1F1;
  border-radius: 8px;
  height: 340px;
  display: flex;
  align-items: flex-start;
  padding-top: 90px;
}



.schools_section .schoolsContent .hover-logo {
  width: 266px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #F5F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schools_section .schoolsContent .hover-logo:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.schools_section .schoolsContent .hover-logo img {
  height: 100%;
  aspect-ratio: 2 / 1;
  padding: 10px;
  object-fit: contain !important;
}

.schools_section .schoolsContent p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #737477;
  padding: 0;
  margin: 0;
}
.upper-sec .section-heading {
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;
  color: #252525;
}

.upper-sec .sec-heading {
  font-family: 'canela-font-medium';
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  color: #252525;
  padding-bottom: 20px;
}

.upper-sec-pro p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 15.6px;
  line-height: 24px;
  color: #737477;
}

.upper-sec p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16.5px;
  line-height: 24px;
  color: #737477;
}


.upper-sec table {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #252525;
}

.upper-sec thead th {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #991C18;
  padding: 20px 25px;
  vertical-align: middle;
}

.upper-sec tbody td {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737477;
  background-color: #fff;
  padding: 20px 25px;
}

.upper-sec tbody td a {
  text-decoration: underline !important;
}


.work-at-section .box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px 33px;
  min-height: 126px;
}

.work-at-section .box img {
  padding: 10px;
  border-radius: 50%;
  background-color: #FAF4F4;
  min-height: 52px;
  min-width: 52px;
  margin-right: 15px;
  object-fit: contain;
}

.work-at-section .box h6 {
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  margin-bottom: 4px;
}

.work-at-section p {
  margin-bottom: 0px;
}

.career-form-section {
  background-attachment: fixed;
  background-image: url(../img/career-form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-form-section form .form-control {
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #F0E9E9;
  border-radius: 3px;
  padding: 5px 18px;
}

.career-form-section form span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #252525;
}

.career-form-section .web-btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 12px 25px 12px 25px;
  border: 1px solid #991C18;
  color: #991C18;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
}

.career-form-section .web-btn:hover {
  border: 1px solid #991C18;
  color: #991C18;
  background-color: transparent !important;
}
.inner_testi{
  background-color: #FAF4F4;
  padding: 40px;
  border: 1px solid #F5F1F1;
  border-radius: 10px;
  min-height: 550px;
}

.inner_testi p{
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: left;
color: #737477;
}

.inner_testi .name_div{
  width: 100%;
  margin-top: 30px;
}
.inner_testi .name_div h3{
  font-family: 'Canela Trial',serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #252525;
  
}
.inner_testi .name_div h6{
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  color: #252525;
  
}

.testimonial_tabs{
  border: 2px solid #FAF4F4;
  overflow: hidden;
  border-radius: 10px;
}
.testimonial_tabs li button{
  min-width: 150px;
  border-radius: 5px;
  padding: 15px 5px;
  border: 1px solid #FAF4F4;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
font-weight: 500;
text-align: center;
color: #252525;

}
.testimonial_tabs li button.active{
background-color: #991C18;
color: #fff;

}





.diclosure_tabs{
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: 100%;
  gap: 20px;
}
.diclosure_tabs li{
  width: 20%;
}
.diclosure_tabs li button{
  width: 100%;
  margin: 0px 05px;
  position: relative;
  padding: 15px 5px;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
font-weight: 600;
text-align: center;
color: #252525;

}
.diclosure_tabs li button.active{
color: #991C18;

}
.diclosure_tabs li button.active::after{
  content: '';
  position: absolute;
  width: 50%;
  background-color: #991C18;
  left: 50%;
  transform: translate(-50%,0%);
  bottom: 5px;
  height: 2px;
}

.disclosure_section table{
font-size: 16px;
font-weight: 400;
line-height: 18.75px;
text-align: left;
color: #252525;

}
.disclosure_section thead th{
background-color: #991C18;
padding:20px 25px;
color: #fff;
}
.disclosure_section tbody td{
background-color: #fff;
padding:20px 25px;
color: #252525;
}
.disclosure_section tbody td a{
  text-decoration: underline !important;
}

.late-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.late-box h5{

font-family: 'canela-font-medium';

font-weight: 500;
font-size: 36px;
line-height: 60px;
color: #252525;

}

.slogan .hindi{
font-size: 35px;
line-height: 57px;
text-align: center;

color: #991C18;


}

.slogan  p{

font-size: 20px;
line-height: 36px;
text-align: center;

color: #252525;


}

#muteButton{
  position: absolute;
  bottom: 5%;
  z-index: 80;
  background-color: transparent;
  border: none;
  right: 5%;
}







/*******************3d gallery start*************************/

.four-pillars-section .col {
    margin-bottom: 25px;
}


.contain{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.fronts, 
.backs {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 100%;
    height: auto;
    /* border-radius: 10px; */
    color: #fff;
    font-size: 1.5rem;
    overflow: inherit;
    width: 100%;
}

.contain .fronts img {
    width: 100%;
    /* border-radius: 10px; */
}

.backs{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  position:relative;
}

.fronts:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /* border-radius: 10px; */
}
.contain:hover .fronts,
.contain:hover .backs{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.backs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inners{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.contain .backs{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.contain .backs:after {
    position: absolute;
    content: "";
    background-color: rgba(130,18,14,.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.contain .backs span {
    font-family: 'canela-font';
    text-transform: uppercase;
    font-size: 1.2rem;
}

.contain .fronts{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.contain:hover .backs{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.contain:hover .fronts{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.fronts .inners p{
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  font-family: 'canela-font';
  text-transform:uppercase;
  
}

/*.fronts .inners p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}*/

.fronts .inners span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat' ;
  font-weight: 300;
}

.contain .backs p {
    font-size: 1rem;
    line-height: 1.3;
    
}


/*******************3d gallery end*************************/






/*******************3d small gallery start*************************/
.threed-container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.fronted,
.backed{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 100%;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.backed{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}
.backed:after {
    position: absolute;
    content: "";
    background-color: rgba(130,18,14,.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}


.threed-container:hover .fronted,
.threed-container:hover .backed{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.backed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hover_overlayes{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
	font-family: 'canela-font';
	
	
}


.threed-container .backed{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.threed-container .fronted{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.threed-container:hover .backed{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.threed-container:hover .fronted{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.fronted .hover_overlayes p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  
}

.fronted .hover_overlayes p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

		
/*******************3d small gallery end*************************/
.w-85 {width:85%;}
.enrollment-section .acordd {
    position: relative;
    
}
.accordion {
    width: 100%;
    margin: 0px auto;
    color: #fff;
    background: transparent;
	--bs-accordion-border-color: none;
	
}


.enrollment-section .acordd .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.enrollment-section .acordd button.accordion-button {
    background: #ffffff;
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
}


.enrollment-section .acordd button.accordion-button span {
    position: relative;
    background: #FAF4F4;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3%;
}

.accordion-item:first-of-type>.accordion-header .accordion-button span img {width:30px;}

.enrollment-section .acordd .accordion-body {
    background: #ffffff;
    padding-top: 0px;
}


.enrollment-section .acordd .accordion-body .ploores ul {
    list-style: disc;
    padding: 0px;
    margin: 0px;
    margin-left: 17%;
}

.enrollment-section .acordd .accordion-body .ploores p {
    font-size: 14px;
    padding-left: 52px;
    color: #737477;
    margin-bottom: 0px;
    padding-top: 15px;
}

.enrollment-section .acordd .accordion-body .ploores ul.lis li {
    color: #737477;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /* margin-bottom: 0px; */
    /* border-bottom: 1px solid rgba(219, 171, 68, 0.9); */
}


.enrollment-section .acordd .accordion-body .ploores ul.lis li p {
    margin-bottom: 0px;
    font-size: 14px;
    padding-left: 0px;
    padding-top: 0px;
}


.enrollment-section .acordd .accordion-button:not(.collapsed) span  {
    background-color:#972123;
}
.enrollment-section .acordd .accordion-button:not(.collapsed) span img  {
 filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(105%) contrast(101%);   
}

.enrollment-section .admission-pic {
    padding-right: 5%;
}




/*******************Admissions and Enrollment*************************/
.crims-school .glased .articles__item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.4rem;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.crims-school .glased .articles__item .pcs {
    width: 25%;
    margin-right: 5%;
}

.crims-school .glased .articles__item .conts {
    /* width: 70%; */
    text-align: left;
}
.crims-school .glased .articles__item h5.counting-number {
    font-size: 38px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    font-family: 'canela-font-medium';
    margin-bottom: 0px;
	line-height: 0.9;
}
.crims-school .glased .articles__item span.plused {
    font-size: 38px;
	color:#000;
    font-weight: 500;
	font-family: 'canela-font-medium';
}
.crims-school .glased .articles__item p {
    font-size: 14px;
	margin-bottom:0px;
}

.crims-school .glased .articles__item:hover {-webkit-transform: translateY(-.3em);
    transform: translateY(-.3em);}

.crims-school .crimp-pic {
    position: relative;
    text-align: center;
}


.crims-school .citiys span {
    clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background-color: #991C18;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    width: 145px;
    display: inline-block;
    padding-left: 10px;
    border-radius: 3px;
	margin-bottom:40px;
}
.crims-school .citiys ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    
}

.crims-school .citiys ul li {
    font-size: 16px;
    margin: 0 9px;
    color: #000;
    display: inline-flex;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.crims-school .citiys ul li:first-child {
    margin-left: 0px;
}

.crims-school .citiys ul li:last-child {
    margin-right: 0px;
}

.crims-school .citiys ul li:hover {color:#991C18; -webkit-transform: translateY(-.3em);
    transform: translateY(-.3em);}







/*******************Subject slider*************************/


.upper-sec .subject_div{
  background-color: #fff;
  padding: 15px;
  min-height: 220px;
  border-radius: 10px;
  transition: all .4s;
  box-shadow: 0px 1px 4px 0px #0000001A;

}
.upper-sec .subject_div:hover{
  background-color: #991C18;
  transition: all .4s;
}
.upper-sec .subject_div:hover span,
.upper-sec .subject_div:hover h6,
.upper-sec .subject_div:hover .ul_p{
  color: #fff;
}
.upper-sec .subject_div span{
  font-family: 'Roboto',sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: #991C18;
}
.upper-sec .subject_div h6{
  font-family: 'canela-font-medium';
font-size: 20px;
font-weight: 400;
line-height: 26px;
text-align: left;
color: #252525;
margin: 5px 0px;
}
.upper-sec .subject_div .ul_p{
  margin-top: 15px;
  font-family: 'Roboto',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
color: #737477;  
}
.upper-sec .subject_div .ul_p li{
  line-height: 18px;
}



