@import url('https://fonts.googleapis.com/css2?family=Abel&family=Anton&family=Lato:wght@300&family=Lora:ital@1&family=Martel&family=Merriweather:wght@300&family=Montserrat:wght@300&family=Open+Sans:wght@300&family=PT+Serif&family=Playfair+Display&family=Poppins:wght@200;300;400&family=Roboto+Slab:wght@200;400&family=Roboto:wght@100;300&family=Tilt+Neon&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.img-fluid {
    width: 100%;
}

body {
    font-family: 'Lato', sans-serif;

}

.top-contact-links {
    text-align: right;
    margin-bottom: 0;
}

.top-contact-links li {
    list-style: none;
    font-size: 20px;
    display: inline-block;
    margin-left: 30px;
}

.top-contact-links li a {
    text-decoration: none;
    color: #1b104b;
    padding-left: 33px;
    position: relative;
}

.top-band {
    padding: 5px 0px;
}

.top-contact-links li a i {
    font-size: 27px;
    position: absolute;
    top: 2px;
    left: 0;
}

.menu-bar {
    background-color: #281a56;
}

.stellarnav li a {
    position: relative;
}

.stellarnav li a::before {
    position: absolute;
    background-color: #1b104b;
    height: 2px;
    width: 0px;
    content: '';
    top: 0;
    left: 0;
}

.stellarnav li a::after {
    position: absolute;
    background-color: #1b104b;
    height: 2px;
    width: 0px;
    content: '';
    bottom: 0;
    right: 0;
}

.stellarnav li a:hover::before {
    width: 100%;
    transition: all 0.35s ease;
}

.stellarnav li a:hover::after {
    width: 100%;
    transition: all 0.35s ease;
}
.stellarnav li li a::before{
    background-color: transparent;
}
.stellarnav li li a::after{
    background-color: transparent;
}
.stellarnav li li:hover{
   /* border-right: 5px solid #000; */
}
.carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control-next-icon {
    background-image: none !important;
}

.fa-chevron-left {
    background-color: #000;
    padding: 10px 11px;
    border-radius: 100%;
    font-size: 102px;
}

.fa-chevron-right {
    background-color: #000;
    padding: 10px 11px;
    border-radius: 100%;
    font-size: 102px;
}

.banner-bg {
    background-color: #f4f1ff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.banner-bg p {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-left: 31px;
}

.ptb-50 {
    padding: 50px 0px;
}

.text-center-text {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #1b0f49;
}

.text-center-text::after {
    position: absolute;
    background-color: #1b0f49;
    height: 1px;
    width: 80px;
    content: '';
    bottom: 0;
    left: -89px;
    top: 12px;
}

.text-center-text::before {
    position: absolute;
    background-color: #1b0f49;
    height: 1px;
    width: 38px;
    content: '';
    bottom: 0;
    left: -48px;
    top: 18px;
}

.text-center {
    font-size: 25px;
    font-weight: 600;
    /* display: inline-block; */
    position: relative;
    color: #1b0f49;
    margin-bottom: 35px;
}

.text-center::after {
    position: absolute;
    background-color: #1b0f49;
    height: 1px;
    width: 80px;
    content: '';
    bottom: 0;
    right: -90px;
    top: 12px;
}

.text-center::before {
    position: absolute;
    background-color: #1b0f49;
    height: 1px;
    width: 38px;
    content: '';
    bottom: 0;
    right: -48px;
    top: 18px;
}

.about-us-sec {
    background-color: #f4f1ff;
    text-align: center;
}

.about-us-sec p {
    /* color: #270d72; */
    font-size: 19px;
}

.activities-sec {
    text-align: center;
    background-color: #f4f1ff;
}

.activities-sec p {
    font-size: 19px;
    font-weight: 500;
}

.activities-list li {
    list-style: none;
    border-radius: 15px;
    /* background-color: #ded3ff; */
    margin-bottom: 10px;
    position: relative;
    /* padding: 15px 10px; */
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
}

.activities-list li::before {
    content: '\f0a4 ';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.activities-list {
    display: inline-block;
    /* width: 49%; */
    vertical-align: top;
    padding: 30px;
    box-shadow: -1px 1px 24px #ddd;
    margin: 0;
}



.trust-sec {
    text-align: center;
}

.trust-content {
    text-align: left;
    padding: 15px 0px;
    position: relative;
    min-height: 260px;
}

.trust-content .trust-detail {
    text-align: justify;
    /* font-size: inherit; */
    font-size: 17px;
}

.trust-heading {

    color: #1e1249;

    font-size: 25px;

    font-weight: 600;
}

.trust-card {
    padding: 15px;
    box-shadow: -1px 0px 20px #ddd;
    MARGIN-BOTTOM: 30px;
    min-height: 469px;
}

#news-slider {
    margin-top: 80px;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    /* margin-left: -10px; */
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, #1e1249 0%, #1e1249 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #1e1249;
}

.post-slide .post-description {
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #1e1249;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1e1249;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.events-sec {
    text-align: center;
    background-color: #f4f1ff;
}

.events-card {
    padding: 20px;
    box-shadow: 0px 4px 22px #ddd;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.events-card p {
    text-align: left;
    margin-bottom: 0;
}

.events-heading {

font-size: 22px;

color: #000;

color: #1f124c;
}

.events-content {

    font-size: 17px;
    color: #000;
}

.testimonial-sec {
    text-align: center;
}

.events-venue {
    font-size: 20px;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    /* background-color: tomato; */
    color: white;
    /* display: flex; */
    box-shadow: -1px 3px 20px #ddd;
    background-color: #f4f1ff;
    height: 232px;
    /* padding: 20px; */
    margin: 15px;
    justify-content: center;
    border-radius: 20px;
}

.contact-us-sec {
    background-color: #f4f1ff;
    text-align: center;
    position: relative;
}

.contact-details {
    text-align: left;
}

.events-content a {
    color: #000;
    text-decoration: none;
}

.events-content a:hover {
    color: #000;
}

.contact-us-sec .events-content {
    font-size: 20px;
}

.contact-us-sec ul li {
    display: inline-block;
    font-size: 25px !important;
    margin-left: 20px;
}

.form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;

}

.form-group input {
    margin-bottom: 10px;
}

.contact-us-sec form {
    padding: 13px;
    /* box-shadow: 0px -1px 25px #ddd; */
    background-color: #fff;
    border-radius: 10px;
}

.contact-us-sec form button {
    margin-top: 20px;
    background-color: #ded3ff;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    font-weight: 600;
}

.contact-us-sec .form-control {
    background-color: #f4f1ff;

}

.form-group input:focus {
    background-color: #f4f1ff;
}

.form-group textarea:focus {
    background-color: #f4f1ff;
}

.footer-sec {
    background-color: #ddd;
}

.footer-logo img {
    /* background-color: #fff; */
    /* padding: 10px; */
    /* border-radius: 10px; */
    /* width: 100%; */
}

.footer-sec .events-venue {
    color: #000;
    font-size: 15px;
    line-height: 31px;
}

.footer-sec .events-heading {
    color: #000;
    font-size: 30px;
    text-align: center;
}

.quick-links {

/* margin-left: 20px; */
}
.quick-links ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.quick-links ul li a{
    color: #000;
    font-size: 20px;
    text-decoration: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0px 18px;
}
/* .quick-links li::before{
    color: #000;
    content: '\f0a4 ';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
} */
.footer-images img{
    margin: 5px;
    border: 2px solid #fff;
}
.footer-logo{
    width: 100%;
    text-align: center;
}
.menu-btn button{
    background-color: #a13136;
    border: none;
    padding: 10px;
}
.menu-btn button a{
   color: #fff !important;
}
.menu-btn a::after{
   content: none !important;
}
.menu-btn a::before{
   content:none !important;
}
.testimonial-sec .events-content{
    position: relative;
}
.top-internal-banner{
    /* position: relative; */
}
.bg-color{
    /* position: absolute; */
    top: 0;
    background-color: #000000;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 27px 0px;
    justify-content: center;
}
.bg-color h1{
    color: #fff;
    padding-left: 13px;
    font-size: 20px;
    margin-bottom: 0;
}
.about-us-content p{
    font-size: 20px;
    text-align: center;
}
.activity-sub-list li::before{
    content: '';

}
.activity-sub-list li{
    list-style: circle;
    padding-left: 0;

}
.activity-sub-list{
    margin: 20px 0px;
}
.bottom-p{
    margin-top: 25px;
}
.events-card button{
    float: left;
    margin-top: 15px;
    background-color: #f4f1ff;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
}
.events-card button a{
    color: #000;
    text-decoration: none;
}

  .contact-us-details{
    background-color: rgb(0 0 0 / 88%);
    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
  }
  .contact-us-details h2{
    color: #fff;
  }
  .contact-us-details .text-center-text::before{
    background-color: #fff;
  }
  .contact-us-details .text-center-text::after{
    background-color: #fff;
  }
  .contact-us-details .text-center::before{
    background-color: #fff;
  }
  .contact-us-details .text-center::after{
    background-color: #fff;
  }
  .contact-us-details .events-heading{
    color: #fff;
    margin-bottom: 0;
  }
  .contact-us-details .events-content{
    color: #fff;
    margin-bottom: 7px;
    padding-left: 40px;
  }
  .contact-us-details .events-content a{
    color: #fff;
  }
  .contact-us-details ul{
    margin-bottom: 0;
  }
  .contact-us-details p{
    position: relative;
  }
  .contact-us-details p i{
    position: absolute;
    left: 0;
    top: 8px;
  }
  .contact-us-details ul .events-content{
padding-left: 0;
  }
  .event-inner-card{
    box-shadow: 2px 2px 15px #ddd;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .event-inner-card p{
    line-height: 22px;
  }
  .internal-contact-us form input{
    border-radius: 0px;
    padding: 10px 20px;
    border: 1px solid #ddd;
  }

  .internal-contact-us form input::placeholder{
  font-size: 18px;
  }
  .internal-contact-us form textarea{
    border-radius: 0px;
    padding: 10px 20px;
    border: 1px solid #ddd;
  }
  .internal-contact-us form textarea:placeholder{
  font-size: 18px;
  }
  .internal-contact-us form button{
    margin-top: 25px;
    width: 100%;
    background-color: #ded3ff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
  }
  .map-sec{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .internal-contact-icons{
    background-color: #281a56;
    border-radius: 20px;
    text-align: left;
    padding: 25px;
  }
  .internal-contact-icons .events-content{
    color: #fff;
    position: relative;
    padding-left: 29px;
  }
  .internal-contact-icons .events-content a{
    color: #fff;
  }
  .internal-contact-icons ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 7px;
    font-size: 25px;
  }
  .internal-contact-icons .events-content i{
   position: absolute;
   left: 0;
   top: 3px;
   font-size: 22px;
  }
  .internal-contact-icons .events-heading{
    color: #fff;
  }
  .internal-contact-us h1{
    text-align: center;
    margin-bottom: 32px;
  }
  .past-event-card{
    min-height: 330px;
    border-radius: 20px;
    /* min-height: 337px; */
    box-shadow: 4px 0px 16px #ddd;
    padding: 20px;
    /* background-color: #ded3ff; */
  }
  .past-event-card img{
    margin-bottom: 20px;
  }
  .past-event-card .events-heading{
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }
  .past-event-card .events-heading a{
  text-decoration: none;
  color: #000;
  }
  .past-event-card button{
    background-color: #fff;
    border: none;
    padding: 9px;
    border-radius: 10px;
  }
  .past-event-card button a{
  color: #000;
  text-decoration: none;
  }
  .cme-img{
    padding: 11px;
    border: 1px solid #000;
    margin-bottom: 10px;
  }
  .health-camp-card{
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
  }
  .health-camp-card .trust-heading a{
    color: #000;
    text-decoration: none;
 
  }
  .magnific-img img {
    width: 100%;
    height: auto;
  }
  
  .mfp-bottom-bar,
  /* * {
    font-family: 'Abel', sans-serif;
  } */
  
  .magnific-img {
    display: inline-block;
    /* width: 32.3%; */
    padding: 6px;
    background-color: transparent;
    border: 1px solid #000;
    margin-bottom: 16px;
    /* margin-right: 10px; */
  }
  
  a.image-popup-vertical-fit {
    cursor: pointer;
  }
  
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }
  
  .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
  }
  
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }
  
  .mfp-arrow-left:before {
    border-right: none !important;
  }
  
  .mfp-arrow-right:before {
    border-left: none !important;
  }
  
  button.mfp-arrow,
  .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
  }
  
  .mfp-container:hover button.mfp-arrow,
  .mfp-container:hover .mfp-counter {
    opacity: 1 !important;
  }
  
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
  }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
  }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  
  .mfp-align-top .mfp-container:before {
    display: none;
  }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
  }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
  }
  
  .mfp-ajax-cur {
    cursor: progress;
  }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .mfp-loading.mfp-figure {
    display: none;
  }
  
  .mfp-hide {
    display: none !important;
  }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
  }
  
  .mfp-preloader a {
    color: #CCC;
  }
  
  .mfp-preloader a:hover {
    color: #FFF;
  }
  
  .mfp-s-ready .mfp-preloader {
    display: none;
  }
  
  .mfp-s-error .mfp-content {
    display: none;
  }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
  }
  
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
  }
  
  .mfp-close:active {
    top: 1px;
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #333;
  }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }
  
  .mfp-counter {
    position: absolute;
    display: none;
    top: 0;
    /* right: 0; */
    left: 0;
    color: #CCC;
    font-size: 23px;
    line-height: 18px;
    white-space: nowrap;
  }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
  }
  
  .mfp-arrow:active {
    margin-top: -54px;
  }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
  }
  
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
  }
  
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
  }
  
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
  }
  
  .mfp-arrow-left {
    left: 0;
  }
  
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
  }
  
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
  }
  
  .mfp-arrow-right {
    right: 0;
  }
  
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
  }
  
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
  }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
  
  .mfp-iframe-holder .mfp-close {
    top: -40px;
  }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
  }
  
  /* Main image in popup */
  img.mfp-img {
    max-height: 650px !important;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
  }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0;
  }
  
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
  }
  
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  
  .mfp-figure figure {
    margin: 0;
  }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
  }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding: 15px;
    /* padding-right: 36px; */
    text-align: center;
  }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%;
  }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
  }
  
  @media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0;
    }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0;
    }
  
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0;
    }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
    }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
    }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0;
    }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
    }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0;
    }
  }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75);
    }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0;
    }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%;
    }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
    }
  }
  .readmore{
    text-align: center;
    position:  lef;
    position: absolute;
    /* margin-bottom: 0; */
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
  }
  .readmore a{
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
  }
  .trust-content .trust-heading{
    text-align: center;
  }
  .quick-links ul{
    text-align: center;
    margin-top: 35px;
    padding: 0;
  }
  .upcoming-event-card{
    min-height: 200px;
  }
  .internal-about-us iframe{
    padding: 10px;
    width: 100%;
    height: 95%;
    border: 1px solid #000;
  }
  .bg-color span{
    color: #fff;
    font-size: 20px;
    padding-left: 11px;
  }
  .bg-color span a{
    color: #fff;
    text-decoration: none;
  }
  .activity{
    padding: 20px;
    font-size: 19px;
    line-height: 30px;
    margin-top: 20px;
    box-shadow: -1px 14px 39px #ddd;
    border-radius: 20px;
  }
  .main-1200-br{
    display: none;
  }
  .about-br{
    display: none;
  }
  .snehil-souvenir-sec{
    text-align: center;
  }
  .snehil-souvenir-sec a{
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #2e3192;
    font-size: 25px;
    /* margin-top: 39px !important; */
    font-weight: 600;
    /* border-bottom: 3px solid #000; */
    border-radius: 10px;
  }
  .snehil-souvenir-sec a:hover{
    color: #000;
  }
  .snehil-souvenir-sec img{
  margin-bottom: 20px;
  }
  .click-know{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d2c6ff;
    
  }
 .trust-card-col{
  margin: 0px 1px;
 }
 .about-us-sec p br{display: none;}

 .submt-btn button{width: auto !important;}
 .submt-btn{text-align: center;}

 .upcoming-event-card ul{
  list-style: none;
  padding: 0px;
 }
 .upcoming-event-card a{
  color: #000;
  text-decoration: none;
 }
 .past-event-card .events-heading {
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
}
.row-gap-3{
  row-gap: 35px;
}