.inner-page{
    background: url('../assets/page-banners/sailent-features.png');
    background-size: cover;
    height: 450px;   
}
/** About Us **/
.about-us-page{
    background: url('../assets/page-banners/about-us.png');
}
.about-us-page-content{
    padding-left: 50px;
    text-align: center;
}
.about-us-page-content img{
    width: 50%;
}
.about-us-page-content h3{
    font-size: var(--h5);
    color: var(--primary);
    font-weight: 600;
    margin-top:20px;
}
.about-us-page-content h5{
    font-size: var(--h5);
    color: var(--orange);
}
.profile{
    background: var(--white) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 28px;
    padding: 30px;
    text-align: center;
    text-align: -webkit-center;
  text-align: -moz-center;
  margin-top:30px;
  transition: transform 0.3s ease;
  height: 410px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.profile-pic-card{
    
}
.profile-pic-card .profile-pic-image{
    width: 204px;
    height: 204px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 50%;
}
.profile-pic-card h4{
    font-size: var(--h5);
    color: var(--primary);
    font-weight: 500;
    margin-top:20px;
}
.profile-pic-card h6{
    font-size: var(--h6);
    color: var(--orange);
    font-weight: 500;
    margin-top:0px;
}
.profile-card-hover-content{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2C6AF6 0% 0% no-repeat padding-box;
border-radius: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.profile-card-hover-content p{
    padding: 10px;
    font-size: var(--p);
    color: var(--white) !important;
}
.profile:hover {
    transform: scale(1.05);
  }
  
  .profile:hover .profile-card-hover-content {
    opacity: 1;
    pointer-events: all;
  }
  .approval-btn{
    background: var(--white) 0% 0% no-repeat padding-box;
    border: 1px solid #707070 !important;
    border-radius: 10px;
    margin: 20px;
    text-transform: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    height: 90px;
    cursor: pointer;
  }
  .approval-btn h6{
    font-size: var(--h6);
    color: #2B3543;
    margin-bottom: 0px;
    font-weight: 600;
}

/** Media **/
.media{
    background: transparent linear-gradient(270deg, var(--blue) 0%, var(--secondary) 100%) 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 80px;
}
.light-section-title h6{
    color: var(--grey-3);
}
.light-section-title h1{
    color: var(--orange);
}
.media-card{
    width: 400px;
    margin: 10px;
    display: inline-block;
    border: none !important;
}
.media-card img{
    width: 100%;
}
@media only screen and (min-width:1800px) and (max-width:3000px) {
    .container-start-position{
        margin-left: 15%;
    }
}
@media only screen and (min-width:1600px) and (max-width:1800px) {
    .container-start-position{
        margin-left: 10%;
    }
}
@media only screen and (min-width:1450px) and (max-width:1600px) {
    .container-start-position{
        margin-left: 6%;
    }
}
@media only screen and (min-width:1350px) and (max-width:1450px) {
    .container-start-position{
        margin-left: 2%;
    }
}
@media only screen and (min-width:1150px) and (max-width:1350px) {
    .container-start-position{
        margin-left: 4%;
    }
}


/** Sri satya sai vidya vihar **/
.marcherla-left-logos{
    padding-left: 30px;
}
.core-values-list{
    padding-left: 0px;
    list-style: none;
}
.core-values-list li{
    background: transparent linear-gradient(90deg, #F0E8FA 0%, #C8D9F7 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #003580;
    border-radius: 12px;
    padding: 8px;
    font-size: var(--p);
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 10px;
}
.mb-none{
    margin-bottom: 0px;
}
.core-image{
    padding-left: 10px;
}
.programs-events{
    position: relative;
    padding-top:80px;
    padding-bottom: 80px;
}
.programs-events::before{
    content: '';
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    width: 60%;
    background: transparent linear-gradient(270deg, #2C6AF6 0%, #6A10CB 100%) 0% 0% no-repeat padding-box;
}
.programs-events .container-start-position{
    position: relative;
    z-index: 1
}
.programs-events p{
    font-size: var(--p);
    color: var(--white);
    font-weight:500;
    margin-top:30px;
}
.programs-event-card{
    width: 400px;
    margin: 10px;
    display: inline-block;
    border: none !important;
}
.programs-events .owl-prev img,.programs-events .owl-next img{
    width: 32px;
    height: 32px;
    padding: 5px;
}
.programs-events .owl-prev, .programs-events .owl-next{
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
border-radius: 7px;
}
.programs-events .owl-nav{
    margin-left: -150px;
}
.programs-events .owl-next{
    margin-left: 10px;
}
.faculty{
    background: #FAF7FF 0% 0% no-repeat padding-box;
    padding-top:80px;
    padding-bottom: 80px;
}
.faculty-content{
    padding-top:20px;
    text-align: center;
}
.faculty-content h4{
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
}
.faculty-content h6{
    font-size: var(--h6);
    color: var(--orange);
    font-weight: 500;
}
.faculty-block{
    margin:20px;
}
.faculty-block img{
    width: 80%;
}
.pdf-block{
    background-image: url('../assets/pdf-download-overlap.png');
    background-size: cover;
    padding: 22px;
  display: flex;
  text-decoration: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.pdf-icon{
    background: var(--white);
    border-radius: 50%;
    width: 82px;
height: 82px;
display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-icon img{
    width: 42px;
    height: 42px;
}
.pdf-block span{
    font-size: var(--h4);
    color: var(--grey-3);
    font-weight: 600;
    padding-left: 20px;
  line-height: normal;
  align-items: center;
  align-self: center;
}
.sailent-features{
    background: transparent linear-gradient(180deg, #C8D9F7 0%, #FBF8FF 100%) 0% 0% no-repeat padding-box;
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-title{
    font-size: var(--h5);
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 20px;
}
.sailent-features ol li{
    font-size: var(--p);
    color: var(--dark);
    margin-bottom: 5px;
  padding-left: 10px;
}
/** Primary Health Center **/
.primary-health{
    background-image: url('../assets/page-banners/primary-health-center.png');
}
.primary-health-center{
    background: transparent linear-gradient(180deg, #C8D9F7 0%, #FBF8FF 100%) 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-title{
    font-size: var(--h3);
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 20px;
}
.primary-health-center p,.primary-health-center ul li{
    font-size: var(--p);
    color: var(--dark);
    font-weight: 500;
}
.primary-health-center ul{
    padding-left: 15px;
}
.primary-card{
    background: var(--white) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 16px;
    padding: 30px;
}
.primary-card ul {
    display: -webkit-box;      /* For legacy versions of Safari (6.1-9) */
    display: -moz-box;         /* For legacy versions of Firefox (pre-29) */
    display: -ms-flexbox;      /* For legacy versions of IE (10 and 11) */
    display: -webkit-flex;     /* For legacy versions of Safari (7.1-9.0.2) */
    display: flex; 
    flex-wrap: wrap;
}
.primary-card ul li{
    width: 25%;
}
.space-list-top{
    margin-top:15px;
}
.icon-feature{
    display: -webkit-box;      /* For legacy versions of Safari (6.1-9) */
    display: -moz-box;         /* For legacy versions of Firefox (pre-29) */
    display: -ms-flexbox;      /* For legacy versions of IE (10 and 11) */
    display: -webkit-flex;     /* For legacy versions of Safari (7.1-9.0.2) */
    display: flex; 
    margin-top:20px;
}
.icon-feature .feature-icon img{
    width: 48px;
}
.icon-feature .icon-feature-content{
padding-left: 30px;
}
.icon-feature-content h6{
    font-weight: 600;
    font-size: var(--p);
    color: var(--dark);
}

/** Skill Development Center **/
.skill-development-page{
    background-image: url('../assets/page-banners/skill-development-center.png');
}
.center-icon{
    display: -webkit-box;      /* For legacy versions of Safari (6.1-9) */
    display: -moz-box;         /* For legacy versions of Firefox (pre-29) */
    display: -ms-flexbox;      /* For legacy versions of IE (10 and 11) */
    display: -webkit-flex;     /* For legacy versions of Safari (7.1-9.0.2) */
    display: flex; 
}
.center-image img{
    width: 24px;
}
.center-icon .center-content{
    padding-left: 10px;
}
.font-weight-500{
    font-weight: 500;
}
.mb-none{
    margin-bottom: 0px;
}

/** Ses magazines **/
.magazine-card{
    background: var(--white) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 10px;
    font-size: var(--h6);
    color: var(--dark);
   text-decoration: none !important;
  width: 100%;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

/** gallery **/
.accordion-item {
    background: transparent;
    border: none;
    margin-top: 30px;
}
.accordion-button {
    background: var(--white) 0% 0% no-repeat padding-box !important;
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    font-size: var(--h6);
    color: var(--dark);
    font-family: "Barlow", sans-serif;
    outline: none !important;
    box-shadow: none !important;
}
.accordion-body{
    padding-top: 30px;
    padding-bottom: 30px;
}

/** COntact us **/
.contact-us-page-banner{
    background-image: url('../assets/page-banners/contact-us.png');
    margin-top: -10px;
}
.contact-block{
    display: flex;
}
.contact-icon img{
    width: 24px;
}
.contact-info{
    padding-left: 20px;
}
.contact-form{
    background: var(--white) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 10px;
    padding-top: 30px;
}
.contact-form form{
    padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}
.input-group{
    margin-top:30px;
}
.contact-form .form-control{
    background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  outline: none !important;
  padding: 14px;
  font-size: 18px;
  color: #B6B6B6;
  box-shadow: none !important;
}
.btn-submit{
    padding-top:15px !important;
    padding-bottom: 15px !important;
}
.bank-donation-card{
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-top: 1px solid #707070;
    border-radius: 0px 0px 10px 10px;
    padding: 30px;
}