
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Helvetica.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
}



/* General CSS */
a{
    text-decoration: none;
    transition: all 0.4s ease;
}
html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Helvetica';
}
.section-space{
    padding-top: 100px;
    padding-bottom: 100px
}
.m-sub-h{
    color: #FFDC00;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px
}
.m-sub-h2{
    color: #FFBF17;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    padding-left: 60px;
}
.m-sub-h2:after{
    content: '';
    position: absolute;
    background: #FFBF17;
    width: 50px;
    height: 1px;
    top: 10px;
    left: 0;
}
.m-heading{
    font-family: 'Helvetica';
    font-size: 50px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}
.m-heading-2{
    font-size: 35px
}
P{
    color: #4D5052;
    font-weight: 400;
    font-size: 16px
}
.main-btn{
    background: #FFDC00;
    background-repeat: repeat-x;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 2px 2px 6px #00000047;
    border-radius: 50px;
    text-transform: capitalize;
    color: #000000;
    padding: 8px 24px 8px;
    font-weight: 400;
    font-size: 14px;
}
.main-btn span{
    font-weight: bold;
}
.main-btn i{
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 31px;
    vertical-align: middle;
    border-radius: 50px;
    margin-right: -13px;
    margin-top: -1px;
    color: #000000;
    margin-left: 5px;
    transition: .2s all ease;
    font-size: 12px;
}
.main-btn:hover{
    background: #FFBF17;
    color: #ffffff;
}
.main-btn:hover i{
    transition: .2s all ease;
    color: #fff;
    background-color: #000000;
}


.main-btn-blue{
    background: #000000;
    background-repeat: repeat-x;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 2px 2px 6px #00000047;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 24px 12px;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0px 5px 25px 0px #00000040;
}
.main-btn-blue span{
    font-weight: bold;
}
.main-btn-blue i{
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 31px;
    vertical-align: middle;
    border-radius: 50px;
    margin-right: -13px;
    margin-top: -1px;
    color: #000000;
    margin-left: 5px;
    transition: .2s all ease;
    font-size: 12px;
}
.main-btn-blue:hover{
    background: #FFDC00;
    color: #000;
}
.main-btn-blue:hover i{
    transition: .2s all ease;
    color: #fff;
    background-color: #000000;
}
.btn-m-top{
    margin-top: 50px
}
.eq-accordion{
    margin-top: 50px
}
.eq-accordion .accordion-button {
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(15,23,42,0.04);
    box-shadow: 0 6px 18px rgba(15,23,42,0.02);
}
.eq-accordion .accordion-item {
    margin-bottom: 12px;
    border: 0;
    background: transparent;
}
.eq-accordion i {
    font-size: 1.2rem;
    margin-right: 10px;
    color: #1b2c39;
}
.eq-accordion .accordion-body {
    color: #374151;
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 8px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.accordion-button:not(.collapsed){
  background: linear-gradient(271.18deg, #fffce6 14.67%, #fff8cc 100.68%);  
}
/* menu bar */
.menu-bar{
    position: fixed;
    width: 100%;
    z-index: 1050;
    padding-top: 30px;
    transition: all 0.4s ease;
}
.menu-bar.menu-bar-inner{
    box-shadow: 0px 4px 44px 0px #0000001F;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    transition: all 0.4s ease;
}
.menu-bar.menu-bar-inner.menu-fixed{
    background-color: #fff;
    transition: all 0.4s ease;
}
.menu-bar.menu-bar-inner .menu-logo{
    filter: brightness(2) invert(1);
    transition: all 0.4s ease;
}
.menu-bar.menu-bar-inner .hamburger img{
    filter: brightness(2) invert(1);
    transition: all 0.4s ease;
}
.menu-bar .menu-logo{
    width: 132px;
    transition: all 0.4s ease;

}
.menu-bar .hamburger{
    margin-left: 30px;
    cursor: pointer;
    transition: all 0.4s ease;
}
.menu-bar.menu-fixed {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    background: #1e1e1e;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}
.menu-bar.menu-fixed .menu-logo{
    width: 120px;
    transition: all 0.4s ease;
}
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 15, 20, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: none;
    z-index: 1050;
    overflow-y: auto;
}
.menu-content {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}
.menu-left{
    background-color: #21262C;
}
.menu-right{
    background-color: #FFDC00
}
.menu-left, .menu-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

/* Menu items */
.menu-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-left li {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0.8rem 0;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #fff
}
.menu-left li a, .menu-left li{
    color: #fff
}
.menu-left li::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #FFDC00;
    transition: width 0.35s ease;
    border-radius: 2px;
}
.menu-left li:hover::after {
    width: 100%;
}
.menu-left .sub-menu  li{
    margin-bottom: 15px
}
.menu-left .sub-menu  li::after{
    height: 2px;
    background: #d7d7d7;
}
/* Dropdown */

.menu-left .dropdown {

    gap: .5rem;
}
.menu-left .dropdown .chev {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    vertical-align: middle;
}
.menu-left .dropdown.open .chev {
    transform: rotate(180deg);
}
.menu-left .dropdown ul {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-left: 1.2rem;
}
.menu-left .dropdown ul li {
    font-size: 1.4rem;
    font-weight: 400;
    margin: .5rem 0;
}

/* Logo */
.menu-right .logo {
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff512f, #dd2476);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 40px rgba(221, 36, 118, 0.4);
    letter-spacing: 4px;
}
.menu-right hr {
    width: 60%;
    height: 3px;
    background: #21262C;
    border: none;
    margin: 4rem auto 1rem;
    opacity: 0;
    transform: scaleX(0);
}

/* Social icons */
.social-icons {
    display: flex;
    gap: 1.2rem;
    margin-top: 1.5rem;
}
.social-icons a {
    font-size: 1.8rem;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
}
.social-icons a:hover {
    color: #21262C;
    transform: scale(1.2) rotate(10deg);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    border: none;
    background: transparent;
    transition: transform 0.3s ease;
}
.close-btn:hover {
    transform: rotate(90deg) scale(1.2);
    color: #21262C;
}

/* Slide base */
.slider-heading .char,
.slider-subheading .char {
    opacity: 0;
    transform: translateY(40px);
    display: inline-block; /* keep layout */
}
.owl-carousel .slider-item .word {
    display: inline-block;
    white-space: nowrap;
}

/* Characters animate but stay inside word */
.owl-carousel .slider-item .char {
    display: inline-block;
}
.owl-carousel .slider-item {
    position: relative;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.slider-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}
.slider-item .content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 24px 0px;
}
.slider-heading {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 12px;
    font-family: 'Helvetica';
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}
.slider-heading span{
    font-family: 'Helvetica';
    font-weight: 700;
    display: block !important
}
.slider-subheading {
    font-size: clamp(16px, 2.4vw, 22px);
    line-height: 1.5;
    margin: 0;
    opacity: 0.95;
    color: #FFDC00;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

/* SplitType chars default state */
.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    will-change: transform, opacity;
}

/* inner header */
.inner-header{
    background: url(../../assets/img/inn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative
}
.inner-header .bread-vw{
    position: absolute;
    bottom: 0;
    left: 42%;
    height: 260px;
}
.inner-header .inner-title{
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 70px;
    color: #010A10
}
.inner-header .container{
    position: initial;
}
.inner-bread{
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
.inner-bread li{
    font-size: 18px;
    color: #000000;
    font-weight: 600
}
.inner-bread .list-inline-item:not(:last-child) {
    margin-right: .1rem;
}
.inner-bread li a{
    color: #000000
}
.inner-bread .current-b{
    color: #FFDC00
}
.counter-box{
    background: linear-gradient(179deg, rgb(255 255 255) 14.67%, rgb(254 250 235) 100.68%);
    border-radius: 14px;
    padding: 23px;
    text-align: center;
    height:100%;
    transition: .3s ease;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.counter-box:hover{
    transform: translateY(-7px);
    box-shadow: 0 6px 28px rgba(0,0,0,0.12);
}

.icon-circle{
    width:65px;
    height:65px;
    border-radius:50%;
    background: #ffdc0033;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color: #1e1e1e;
    margin-bottom:12px;
    margin-left: auto;
    margin-right: auto;
}

.count-number{
    font-size:32px;
    font-weight:700;
    color: #1e1e1e;
    margin-bottom:6px;
}

.count-text{
    font-size:14px;
    color:#555;
    margin-bottom: 0px;
}
/* Counter */
.social-counter{
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 20;
}
.carousel-controls {
    display: flex;
    align-items: center;
    width: 70%;
    margin-left: auto;
}

.carousel-dots {
    flex: 1;
    position: relative
}

.carousel-dots .owl-dots {
    display: flex;
    width: 100%;
    height: 2px;
    background: #ccc;
    border-radius: 4px;
    /* overflow: hidden; */
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-dots .owl-dot {
    flex: 1 1 auto;   /* ensures equal spacing */
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;       /* remove owlÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢s default button padding */
    margin: 0;        /* remove gaps */
}

.carousel-dots .owl-dot span {
    display: none !important; /* hide default circle */
}

.carousel-dots .owl-dot.active {
    background: #FFBF17;
    height: 4px;
    margin-top: -1px;
}

.slide-counter {
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 14px;
}
.slide-counter .current{
    font-size: 16px;
    font-weight: 500
}
.slide-counter .total{
    font-weight: 200;
}
.slider-wrap {
    position: relative;
}
.slider-social li{
    position: relative;
    margin-right: 31px !important;
}
.slider-social li a{
    color: #fff
}
.slider-social li a:hover{
    color: #FFDC00
}
.slider-social li i{
    font-size: 20px
}
.slider-social li:after{
    content: '';
    position: absolute;
    top: 10px;
    right: -26px;
    width: 20px;
    height: 1px;
    background: #D9D9D9;
}
.slider-social li:last-child::after {
    display: none;
}
.bs-box-title{
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Georgia Medium';
}
/* about sec */
.ab-img{
    position: relative;
    height: 100%;
}
.ab-img .ab-main-img{
    position: relative;
    z-index: 2;
    width: 70%;
    position: absolute;
    left: 72px;
    border-radius: 8px;
}
.ab-img .ab-dot-1{
    position: absolute;
    left: 41px;
    bottom: 11px;
}
.ab-img .ab-dot-2{
    position: absolute;
    right: 78px;
    top: -30px;
}
.m-list{
    margin-top: 30px;
    margin-bottom: 30px
}
.m-list li {
    position: relative;
    padding-left: 26px;
    color: #4D5052;
    margin-bottom: 10px;
}
.m-list li img{
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
}
.m-list li span{
    font-family: 'Helvetica';
    font-weight: 700;
    color: #1B2C39
}
.service-sec{
    padding-top: 70px
}
.service-box{
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    width: 100%;
    transition: all 0.4s ease;
}
.service-box .service-con{
    text-align: center;
    padding: 20px;
}
.service-box .service-con ul{
    text-align: left;
}
.service-box .service-con li{
        color: #4D5052;
    font-weight: 400;
    font-size: 16px;
}
.service-box .service-icon {
    width: 70px;
    height: 70px;
    margin-top: -60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 5px 10px 0px #E6E6E6;
    transition: all 0.4s ease;
    z-index: 0;
    overflow: visible;
}

.service-box .service-icon::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgb(255 255 255 / 60%);
    box-shadow: 0px 7px 15px 0px #ebebeb;
    z-index: -1;
    transition: all 0.4s ease;
}
.service-box:hover .service-icon::after {
    background: rgb(0 54 92 / 34%);
    transition: all 0.4s ease;
}
.service-box:hover .service-icon{
    background: #000000;
    transition: all 0.4s ease;
}
.service-box .service-title{
    color: #010A10;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 23px;
    margin-top: 24px;
}
.service-box .service-img{
    height: 250px;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px
}
.service-box .service-img img{
    border-radius: 15px 15px 0px 0px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
/* youtube sec */
.youtube-main{
    background: #EFA71814;
}
.youtube-main-right{
    padding: 50px;
}
.youtube-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube-sec .container{
    position: relative;
    z-index: 1
}
.yt-btn-div {
    text-align: center;
}
.youtube-sec:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3d2900;
    opacity: .7
}
.youtube-sec h2{
    font-size: 100px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: .5;
    position: relative;
    z-index: 1
}
.play-btn {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 7%);
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255);
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 4;
    position: relative;
}
.play-btn .play-inn{
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 4;
    background: #fff;
    position: relative;
    border-radius: 999px;
    color: #FFDC00;
    font-size: 20px;
}
.play-btn .subtract{
    position: absolute
}
.yt-info-div{
    position: relative
}
.yt-info-con{
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    background-color: #fff;
    margin-top: pos;
    position: absolute;
    width: 70%;
    bottom: 1px;
    left: 15%;
}
.yt-info-con p{
    margin-bottom: 0px;
    font-size: 15px;
}
/* two div sec */
.two-div-sec .m-sub-h{
    color: #000000;
    margin-bottom: 12px;
}
.two-div-sec .m-heading{
    font-size: 35px;
    margin-bottom: 20px;
}
.two-div-sec .main-btn-blue{
    position: relative;
    z-index: 2
}
.two-div-sec{
    background: linear-gradient(to right, #fff8cc 0%, #fff8cc 30%, #E5EBEF 30%, #E5EBEF 100%);
}
.beige-sec{
    background-color: #fff8cc;
    padding: 100px 100px 100px 148px;
    position: relative;
    width: 100%
}
.beige-sec .vw-icon{
    position: absolute;
    top: 13%;
    right: 11%;
    z-index: 0
}
.two-div-sec p{
    margin-bottom: 30px
}
.light-sec{
    background-color: #E5EBEF;
    padding: 100px 100px 100px 100px;
    position: relative;
    width: 100%

}
.light-sec .vw-icon{
    position: absolute;
    top: 13%;
    left: 11%;
    z-index: 0
}
.light-sec .author-p{
    color: #FFBF17;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px;
    position: relative;
    z-index: 3;
}
.assos-div{
    padding: 20px;
    border-radius: 1px;
    box-shadow: 0px 25px 50px 0px #0000001A;
    border-top: 3px solid #E5EBEF;

}
.assos-title{
    background: #E5EBEF;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 100%;
}
.assos-title .m-heading{
    font-size: 30px;
    margin-bottom: 0px;
    width: 50%;
    line-height: 38px;
}
.assos-logo{
    display: inline-flex;
    gap: 20px;
    justify-content: space-between;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    padding-top: 17px;
}
.why-sec{
    padding-top: 30px
}
.why-sec .why-con{
    width: 95%
}
.why-sec .why-con .m-heading{
    font-size: 35px
}
.why-sec .why-con .m-sub-h{
    color: #000000;
    margin-bottom: 12px;
}
.you-modal .btn-close{
    z-index: 50;
    right: -30px !important;
}
.film-sec{
    padding-top: 0px
}
.film-inn{
    border: 10px solid #EFA71814;
    padding: 40px;
    border-radius: 10px;
    position: relative
}
.film-inn:after, .film-inn:before{
    content: '';
    position: absolute;
    width: 91px;
    height: 8px;
    border-radius: 10px;
    background-color: #fffce6;
}
.film-inn:after{
    bottom: 0;
    left: -110px;
}
.film-inn:before{
    left: -50px;
    bottom: -70px;
    transform: rotate(90deg);
}
.film-inn .film-sec-con{
    width: 95%;
    margin-left: auto
}
.film-inn .film-sec-con .m-heading{
    font-size: 48px
}
.film-sec-img{
    border-radius: 10px;
    position: relative
}
.film-sec-img img{
    border-radius: 10px;
}
.play-link {
    --accent: #EFA718;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3.5px solid var(--accent);
    background: transparent;
    text-decoration: none;
    position: absolute;
    left: 40%;
    top: 37%;
    overflow: visible;
    cursor: pointer;
}

.play-icon {
    width: 70px;
    height: 70px;
    fill: var(--accent);
    display: block;
    z-index: 2;
}

/* Pulsating ring */
.play-link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2.5px solid var(--accent);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    z-index: 1;
}

/* On hover ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ waves */
.play-link:hover::after {
    animation: pulse-wave 1.6s ease-out infinite;
}

@keyframes pulse-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}
/* testemonial section */

.testemonial-sec{
    background-color: #fffce6
}
.client-review{
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #EFA7184D;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 12px 0px #0000001F;
    height: 280px;
    overflow-y: scroll;
}
.client-review .user-image{

}
.client-review .user-image img{
    width: 36px !important;
    height: 36px;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}
.client-review .user-title-content{

}
.client-review .cr-t{
    font-size: 18px;
    margin-bottom: 0px;
    color: #00435a;
    font-weight: 600;
}
.client-review .user-title-content p{
    color: #4D5052;
    font-size: 14px;
    margin-bottom: 0px;
}
.client-review .client-des{
    color: #7d7d7d !important;
    font-size: 15px;
}
.featured-slider .owl-nav {
    display: block !important;
}
.featured-slider .owl-nav button{
    display: block;
    font-size: 1rem!important;
    line-height: 1em !important;
    padding-top: 7px !important;
    border-radius: 50% !IMPORTANT;
    width: 58px;
    height: 58px;
    text-align: center;
    background: transparent !important;
    z-index: 99;
    border: 1px solid #00435a !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #2E6480!important;
}
.featured-slider .owl-nav button:hover{
    color: #ffffff !important;
    border: 1px solid #fdf6e8 !important;
    background: linear-gradient(90deg, #143C50 0%, #2E6480 100%) !IMPORTANT;
}
.featured-slider .owl-dot{
    display: none !important;
}
.star-rating {
    display: flex;
    gap: 6px;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}

.star-rating i {
    color: #EFA718;
    font-size: 17px;
}
/* blog sec */
.featured-stories .m-heading{
    text-align: center
}
.blog-box {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 7px 5px 23px rgb(147 147 147 / 17%);
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-box:hover {
    transform: translateY(-10px);
}

.blog-box .icon {
    border-radius: 12px 12px 0px 0px;
    position: relative;
    height: 250px;
    overflow: hidden;
}

.blog-box .icon a {
    height: 250px;
    width: 100%;
    display: block;
}

.blog-box .icon a img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px;
}

.blog-box h3 a {
    font-size: 20px;
    margin: 10px 0;
    letter-spacing: .5px;
    color: #333632;
    font-weight: 600;
    display: inline-block;
    height: 48.5px
}

.blog-box h3 a:hover {
    color: #000000;
}

.blog-box p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4B4B4B;
}

.blog-box .read-more-btn {
    color: #FFBF17;
    font-weight: 500;
}

.blog-box .read-more-btn:hover {
    color: #1e1e1e;
}

.blog-box .read-more-btn:hover i {
    padding-left: 3px;
    transition: .2s cubic-bezier(.38, .32, .36, .98);
}

.blog-box a i {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px;
}

.blog-box .se-content {
    padding: 15px;
    padding-top: 20px;
}
.blog-box .se-content .se-cat{
    color: #FFDC00;
    margin-bottom: 1px;
}
ul.badges {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: Arial, sans-serif;
}

ul.badges li {
    display: inline-block;
    margin: 4px;
    position: relative;
    margin-right: 10px;
}

ul.badges li::after {
    content: "";
    position: absolute;
    width: 0.8px;
    height: 9px;
    right: -7px;
    top: 8px;
    background: #838383;
}

ul.badges li:last-child::after {
    content: "";
    display: none;
}

.badge {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.badge.sectarian {
    background: #f8d7da;
    color: #c82333;
}
.badge.drugs {
    background: #ffe5d0;
    color: #e46c0a;
}
.badge.hopeful {
    background: #e6d8f9;
    color: #6c3cb0;
}
.badge.lgbtq {
    background: #d1f2f0;
    color: #138d87;
}
.badge.mental {
    background: #d2f4ea;
    color: #10735f;
}
.badge.prison {
    background: #f8d7da;
    color: #b21f2d;
}
.badge.violence {
    background: #ffe2cc;
    color: #d9531f;
}
.badge.video {
    background: #e6d9f7;
    color: #5a3ea3;
}
.stories-slider{
    position: relative
}
.stories-slider .owl-nav {
    display: block !important;
}
.stories-slider .owl-nav button{
    position: absolute;
    top: 43.5%;
    color: #fff !important;
    background-color: #00000026 !important;
    border-radius: 999px !important;
    width: 27px !important;
    height: 27px !important;
    line-height: 27px;
    font-size: 12px !important;
}
.stories-slider .owl-nav button:hover{
    background-color: #EFA7188A !important;
}
.stories-slider .owl-nav .owl-prev{
    left: -50px
}
.stories-slider .owl-nav .owl-next{
    right: -50px
}
.heard-div{
    border-radius: 10px;
    width: 100%;
    height: 266px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    transition: 0.4s;
    position: relative;
}
.heard-div:hover img{
    transform: scale(1.2);
    transition: 0.4s;
    filter: blur(5px);
}
.heard-div img{
    border-radius: 10px;
    height: 266px;
    width: 100%;
    object-fit: cover;
    object-position: left;
    transition: 0.4s;
}
.heard-div:hover .pulse-btn-div{
    opacity: 1
}
.pulse-btn-div{
    position: absolute;
    opacity: 0;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center
}
.pulse-btn {

    top: 35%;
    left: 36%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse-btn .pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: rgb(255 255 255 / 90%);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    animation: pulse 2.5s infinite;
    z-index: 0;
}

.pulse-btn .pulse:nth-child(2) {
    width: 110px;
    height: 110px;
    background: rgb(255 255 255 / 90%);
    animation-duration: 4s;
}


@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.pulse-btn .center-btn {
    position: relative;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1; /* above pulses */
    cursor: pointer;
    transition: transform 0.2s;
}

.pulse-btn .center-btn:hover {
    transform: scale(1.05);
}
.pulse-btn .center-btn i {
    font-size: 27px;
    color: #FFDC00;
}
#imageModal .modal-content {
    background: none;
    border: none;
    padding: 0;
}
.modal-nav-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
}

.modal-nav-buttons-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.modal-nav-buttons-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

.modal-nav-buttons-btn i {
    pointer-events: none;
}
/* donor div */
.donation-sec .m-heading{
    text-align: center
}
.donor-div{
    border: 10px solid #fffce6;
    padding: 40px 60px;
    border-radius: 10px;
    position: relative;
}
.donor-review{
    padding: 30px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #EBEAEA;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 12px 0px #0000001F;
}
.donor-review .donor-des{
    display: block;
    font-size: 16px;
    color: #4D5052;
    line-height: 24px;
}
.donor-review .donor-image{
    display: none;
}
.donor-review .donor-image img {
    width: 62px !important;
}
.donor-review .donor-name{
    font-size: 20px;
    color: #FFBF17;
    font-weight: 600;
    line-height: 28px;
    margin-top: 20px
}
.home-contact{
    background: linear-gradient(271.18deg, #fffce6 14.67%, #fff8cc 100.68%);
    padding: 50px;
    border-radius: 12px;
    width: 90%;
}
.home-contact .m-heading{
    font-size: 40px
}
.home-contact .form-group{
    position: relative;
    margin-bottom: 30px
}
.home-contact .form-group .form-control{
    height: 75px;
    border-radius: 10px;
    border: 1px solid #00000047;
    padding-right: 50px;
    padding-left: 20px;
    background-color: transparent;
    color: #161616;
    font-size: 15px;

}
.home-contact .form-group textarea.form-control{
    height: 100px;
    padding: 20px
}
.home-contact .form-group i{
    position: absolute;
    top: 29px;
    right: 28px;
}
.home-contact input::placeholder,
.home-contact textarea::placeholder {
    color: #161616;
    opacity: 1; /* Ensures full visibility in Firefox */
}

.home-contact input:-ms-input-placeholder,
.home-contact textarea:-ms-input-placeholder {
    color: #161616;
}

.home-contact input::-ms-input-placeholder,
.home-contact textarea::-ms-input-placeholder {
    color: #161616;
}
.home-contact .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid #161616;
    border-radius: 1px !important;
    width: 18px;
    height: 18px;
}
.home-contact .form-check-input:checked{
    background-color: #161616
}
.home-contact .form-check-label{
    vertical-align: middle
}
.home-contact .form-group .form-control:focus{
    box-shadow: none;
    outline: 0;
    border: 1px solid #161616
}
.home-map{
    border-radius: 16px;
    margin-right: -175px;
    margin-left: 80px;
}
.home-map iframe{
    border-radius: 16px
}
/* footer */
.m-footer{
    background-image: url(../../assets/img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative
}
.m-footer .footer-vw{
    position: absolute;
    left: 28.4%;
    height: 100%;
    top: 0;
}
.m-footer:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1B2C39CC;

}
.m-footer .ft-logo{
    position: relative;
    z-index: 2;
    margin-bottom: 70px
}
.ft-con-d{
    display: inline-flex;
    align-items: start;
    gap: 15px;
    position: relative;
    z-index: 2;
}
.ft-con-d.ft-2:after, .ft-con-d.ft-2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #D9D9D9;
    /* right: -80px; */
}
.ft-con-d.ft-2:after{

    right: -90px;
}
.ft-con-d.ft-2:before{

    left: -90px;
}
.ft-con-d.ft-3{
    align-items: center
}
.ft-con-d span{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #fff
}
.ft-social{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 30px;
    margin-top: 30px
}
.ft-social:after, .ft-social:before{
    content: '';
    position: absolute;
    background-color: #D9D9D9;
    height: 1px;
    width: 39.5%;
}
.ft-social:after{
    left:0;
    top: 20px;
}
.ft-social:before{
    right: 60px;
    top: 20px;
    width: 34%;
}
.copy-p{
    text-align: center;
    color:#fff;
    position: relative;
    z-index: 2;
    font-size: 18px;
    letter-spacing: 2px
}
.back-to-top {
    width: 50px;
    height: 50px;
    font-size: 19px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: -4px;
}

.back-to-top:hover {
    background-color: #FFDC00;
    color: #000000;
}
.map-mob{
    display: none
}
/* contact page */

.contact-page .home-contact{
    background: #fffdf9;
    border: 1px solid #E4DED2;
    margin-top: -100px;
    position: relative;
    width: 100%
}
.contact-detail{
    padding: 100px 0px 0px 0px;

}
.contact-detail .m-heading{
    font-size: 40px
}
.contact-info{
    box-shadow: 0px 5px 20px 0px #BAC1BA66;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    height: 119px;
}
.contact-info img{

    position: absolute;

    left: 20px;

    top: 20px;
}
.contact-info-d{

    padding-left: 80px;
}
.contact-info h6{

    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 16px;

    color: #010A10;

    margin-bottom: 5px;
}
.contact-info p{

    margin-bottom: 0px;

    color: #4D5052;

    font-size: 20px;
}
/* used in support & story detail page */
.sponsor-box{
    background: linear-gradient(271.18deg, rgba(250, 200, 70, 0.15) 14.67%, rgba(252, 128, 39, 0.15) 100.68%);
    padding: 50px;
    border-radius: 12px;
    position: relative;
    display: block !important;
}
.sponsor-box.story-sponsor{
    background: linear-gradient(271.18deg, rgba(252, 128, 39, 0.045) 14.67%, rgba(252, 128, 39, 0.15) 100.68%);
}
.sponsor-box.story-sponsor .sponsor-inn .m-heading{
    font-size: 40px;
    margin-bottom: 20px
}
.sponsor-box.story-sponsor .sponsor-inn{
    padding: 30px 20px
}
.sponsor-box.story-sponsor .sponsor-inn:before {
    background: #fffaf6;
}
.sponsor-box:before, .sponsor-box:after{
    content: '';
    position: absolute;
    background-color: #fff;
}
.sponsor-box:before{

    height: 42px;

    width: 11px;

    right: 40px;

    top: 0;
}
.sponsor-box:after{

    width: 26px;

    height: 7px;

    right: 10px;

    top: 53px;
}
.sponsor-inn {
    position: relative;
    padding: 40px;
    border-radius: 16px;
    border: 10px solid #fff;
}
.sponsor-inn:before{
    content: '';
    position: absolute;
    background: #fff7e4;
    right: -13px;
    top: -13px;
    width: 29px;
    height: 23px;
}

.sponsor-inn .jrct{
    width: 179px
}
.sponsor-div{
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.sponsor-div > div:first-child img {
    width: 140px;
}
.sponsor-div > div:last-child img {
    width: 270px;
}
.sponsor-p a{
    font-size: 20px;
    color: #FFBF17;
    font-weight: bold
}
.sponsor-div .m-heading{
    font-size: 35px;
    margin-bottom: 0px;
}
.sponsor-div img{
    width: 150px
}
/* support */
.support-sec .support-con .m-heading{
    font-size: 35px;
}
.support-sec .support-con .m-sub-h{
    color: #00365C;
    margin-bottom: 12px;
}
.p-orange{
    color: #FFBF17
}
.justice-left .m-heading{
    font-size:35px;
    margin-top:20px;
    margin-bottom: 20px;
}
.progress-container {
    width: 100%;
    max-width: 600px;
    height: 16px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px
}

.progress-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(271.18deg, #FFDC00 14.67%, #FFBF17 100.68%);
    border-radius: 20px;
    transition: width 0.5s ease-in-out;
}

.progress-text {
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.current-amount{
    color:#000000;
    font-size:24px;
    font-weight: 600
}
.progress-text{
    color: #4D5052;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}
.support-form{
    border-radius: 12px;
    padding: 50px;
    background: linear-gradient(271.18deg, rgba(250, 200, 70, 0.15) 14.67%, rgba(252, 128, 39, 0.15) 100.68%);

}
.support-form input::placeholder,
.support-form textarea::placeholder {
    color: #161616;
    opacity: 1; /* Ensures full visibility in Firefox */
}

.support-form input:-ms-input-placeholder,
.support-form textarea:-ms-input-placeholder {
    color: #161616;
}

.support-form input::-ms-input-placeholder,
.support-form textarea::-ms-input-placeholder {
    color: #161616;
}
.support-form .form-group{
    margin-bottom:  1rem;
}
.support-form .form-group .m-label{
    color:#161616;
    font-size: 14px;
    font-weight: 600;
    opacity: .8;
    margin-bottom: 10px
}
.m-custom-radio .radio-input {
    display: none;
}

.m-custom-radio .radio-label {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #00000047;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 41px;
    color: #161616;
}

.m-custom-radio  .radio-input:checked + .radio-label {
    border-color: #FFBF17;
    background: linear-gradient(271.18deg, #FFDC00 14.67%, #FFBF17 100.68%);
    color: #fff;
}

.support-form .form-control {
    width: 100%;
    height: 41px;
    padding: 2px 10px;
    border: 1px solid #00000047;
    border-radius: 5px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    transition: border 0.3s ease;
    background-color: transparent;
}

.m-custom-radio  .custom-amount input:focus {
    outline: none;
    border-color: #161616;
    box-shadow: none;
}
.m-row-g{
    --bs-gutter-x: 1rem;
}
.m-inline-radio .form-check-inline{
    margin-bottom: 20px
}
.m-inline-radio .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E99C03'/%3e%3c/svg%3e");
}
.m-inline-radio .form-check-input:checked{
    background-color: #fff
}
.m-inline-radio .form-check-input{
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    border: 1px solid #FFDC00;
    width: 20px;
    height: 20px
}
.m-inline-radio .form-check-label{
    color: #161616;
    font-size: 15px;
    vertical-align: middle
}
.m-inline-radio .inline-inn{
    display: flex;
    justify-content: space-between;
}
.m-inline-radio .inline-inn .form-check-inline{
    margin-right: 0rem;
}
.lock-icon{
    margin-top: -3px;
}
.don-total{
    margin-top: 15px;
    margin-bottom: 15px
}
.don-total .m-label{
    letter-spacing: .6px;
    margin-bottom: 0px !important;
}
/* used on toolkit and privacy-policy-page */
.toolkit-box{
    position: relative
}
.toolkit-box:before, .toolkit-box:after{
    content: '';
    position: absolute;
    background-color: #fffce6;
    border-radius: 10px;
}
.toolkit-box:before{

    height: 93px;

    width: 10px;

    right: 0px;

    top: -102px;

    z-index: 4;
}
.toolkit-box:after{

    width: 82px;

    height: 10px;

    right: -101px;

    top: 1px;
}
.toolkit-inn {
    position: relative;
    padding: 40px 25px;
    border-radius: 16px;
    border: 10px solid #fffce6;
}
.toolkit-inn:before{
    content: '';
    position: absolute;
    background: #ffffff;
    right: -12px;
    top: -14px;
    width: 29px;
    height: 23px;
}
.toolkit-video-slider{
    padding-bottom: 100px
}
.toolkit-video-slider .owl-nav{
    margin-top: 30px
}
.privacy-div{
    text-align: center
}
.privacy-h{
    font-family: 'Helvetica';
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.privacy-inn .privacy-h{
    margin-bottom: 30px;
}
.privacy-inn p{
    margin-bottom: 35px
}
.two-color-sec{
    background: linear-gradient(to right, #fff8cc 0%, #fff8cc 30%, #E5EBEF 30%, #E5EBEF 100%);
}
.color-left-sec{
    background-color: #fff8cc;
    padding: 50px 50px 50px 0px;
    position: relative;
    width: 100%
}
.color-right-sec{
    background-color: #E5EBEF;
    padding: 50px 0px 50px 50px;
    position: relative;
    width: 100%

}
.color-sec-h{
    font-size: 24px;
    color:#000000;
    font-weight:600;
    margin-bottom: 30px
}
.gradient-bg{
    padding: 50px;
    border-radius: 12px;
    background: linear-gradient(271.18deg, rgba(252, 128, 39, 0.045) 14.67%, rgba(252, 128, 39, 0.15) 100.68%);

}
.gradient-bg-2{
    padding: 25px;
    border-radius: 12px;
    background: linear-gradient(271.18deg, rgba(252, 128, 39, 0.045) 14.67%, rgba(252, 128, 39, 0.15) 100.68%);
    margin-top: 50px;
    margin-bottom: 50px
}

.gradient-bg-2 h3{
    text-align: center;
    color: #000000;
    font-size: 35px
}
.gradient-bg-2.bg-white{
    background: #fff;
    box-shadow: 0px 25px 50px 0px #BAC1BA4D;

}
.gradient-bg p{
    margin-bottom: 3px
}

.gradient-h {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.cat-filter{
    border: 1px solid #FBF2E1;
    background: #EFA71814;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    display: none
}
.cat-filter h6{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px
}
.train-filter{
    margin-bottom: 50px;
    width: 90%;
    margin-left: auto;
}
.train-filter .form-control{
    box-shadow: 0px 4px 44px 0px #0000000D;
    border: 1px solid #eeeded;
    height: 52px;
    background-color: #fff;
    border-radius: 0px;
    font-size: 16px;
}
.train-filter .form-group{
    position: relative
}
.train-filter .form-group input.form-control{
    padding-right: 34px;
}
.train-filter .form-group i{
    position: absolute;
    right: 15px;
    top: 17px;
    font-size: 15px;
    color: #353434;
}
.train-box{
    background: linear-gradient(347.03deg, rgba(252, 128, 39, 0.064) 5.82%, rgba(252, 128, 39, 0.016) 93.91%);
    padding: 15px 15px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.train-box:hover{
    box-shadow: 0px 5px 19px 0px #00365c12;
}
.train-box .train-img{
    border-radius: 8px;
    width: 100%;
    position: relative

}
.border-line{
    content:'';
    position: absolute;
    width: 92%;
    height: 92%;
    border: 5px solid #FFFFFF99;
    border-radius: 8px;
    top: 4%;
    right: 4%;
}
.train-box .train-img img{
    border-radius: 8px;
    width: 100%
}
.train-box .train-rating{
    background: #0B051866;
    backdrop-filter: blur(4px);
    border-radius: 0px 5px 5px 0px;
    padding: 2px 6px;
    position: absolute;
    right: 17px;
    top: 10px;
}
.train-box .train-rating i{
    color: #FFC744;
    font-size: 14px;
}
.train-box .train-rating span{
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
}
.train-box .train-con{
    padding-top: 15px
}
.train-box .time-ul{
    margin-bottom: 6px;
}
.train-box .time-ul li span{
    color: #FFBF17;
    font-size: 14px;
    vertical-align: middle
}
.train-box .time-ul li:not(:last-child) {
    margin-right: 2.7rem;
}
.train-box .train-con .train-title{
    font-family: 'Helvetica';
    font-weight: 700;
    color: #010A10;
    font-size: 20px;
    line-height: 30px;
    width: 90%;
    display: block;
    min-height: 61px
}
.train-box .train-con p{
    color: #4B4B4B;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
}
/* story detail page */
.story-detail-sec{
    padding-top: 60px;
    padding-bottom: 60px
}
.story-detail-sec .m-heading{
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 40px;

}
.stroy-vid-box{
    background: linear-gradient(271.18deg, rgba(252, 128, 39, 0.045) 14.67%, rgba(252, 128, 39, 0.15) 100.68%);
    border-radius: 12px;
    padding: 30px;

}
.stroy-vid-box iframe{
    border-radius: 12px;
}
.stroy-vid-box .stroy-vid-social{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}
.stroy-vid-box .stroy-vid-social span{
    color: #FFBF17;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}
.stroy-vid-box p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px
}
.stroy-big-box{
    box-shadow: 0px 4px 16.7px 0px #0000000F;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 60px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.stroy-big-box img{
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px
}
.stroy-big-box p{
    font-size: 18px;
    line-height: 28px
}
.stroy-big-box  h6{
    color: #000000;
    font-size: 18px;
    line-height: 28px
}
.stroy-big-box  h6 span{
    color: #FFBF17;
    font-weight: 600
}
.advice-box{
    margin-top: 20px;
}
.advice-box .advice-h{
    color: #262626;
    font-size: 20px;
    font-weight: 500;
}
.advice-box .table{
    margin-bottom: 0px
}
.advice-box .table th, .advice-box .table td{
    background-color: transparent
}
.advice-box .table th{
    color: #FFBF17
}
.advice-box .table td{
    color: #4D5052
}
.about-ab-img{
    width: 92%
}
.vision-box{

}
.vision-box h6{
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: 700;
}
.vision-box p{
    font-size: 16px
}
.counter-fluid {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 440px;
    overflow: hidden;
}


.more-sec{
   background: #E5EBEF80; 
}
/*
.counter-fluid::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url('../../assets/img/about-2.jpg');
    background-size: cover;
    background-position: right;
    z-index: 0;
} */
.container {
    position: relative;
    z-index: 2;
}
.more-box{
    box-shadow: 3px 4px 16px 0px #0000001A;
    border: 1px solid #EBEAEA;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    margin-top: 20px
}
.more-box h5{
    color: #010A10;
    font-size: 40px;
    font-family: 'Georgia Medium';
}
.more-box p{
    color: #4D5052
}
.more-box img{
    margin-bottom: 15px;
}
.vb-box{

    text-align: center;

    padding: 20px;
}
.vb-box .vb-icon{

    border: 1px dashed #2B3E4B;

    border-radius: 999px;

    width: 65px;

    height: 65px;

    text-align: center;

    background: #fff8cc;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 10px;
}
.vb-icon .vb-icon-inn{

    width: 55px;

    height: 55px;

    background: #fff;

    border-radius: 999px;

    box-shadow: 0px 0px 8px 0px #0000001A;

    display: flex;
}
.vb-icon .vb-icon-inn img{

    width: 30px;

    margin: auto;
}
.vb-box .vb-title{

    font-size: 24px;

    color: #000000;

    font-weight: 600;

    margin-bottom: 20px;
}
.value-border{
    content: '';
    position: absolute;
    width: 84%;
    border: 1.4px dashed #2B3E4B;
    top: 55px;
    left: 8%;
}
.un-sec{
    background: #EFA7180D;
}
.un-sec .m-heading{
    font-size: 35px
}
.un-sec .un-con{
    width: 92%
}
.email-box{
    position: relative
}
.email-box:before, .email-box:after{
    content: '';
    position: absolute;
    background-color: #fffce6;
    border-radius: 10px;
}
.email-box:before{

    height: 39px;

    width: 10px;

    left: 0px;

    bottom: -50px;

    z-index: 4;
}
.email-box:after{

    width: 35px;

    height: 10px;

    left: -48px;

    bottom: 1px;
}
.email-inn {
    position: relative;
    padding: 50px 25px;
    border-radius: 16px;
    border: 10px solid #fffce6;
}
.email-inn:before{
    content: '';
    position: absolute;
    background: #ffffff;
    left: -12px;
    bottom: -14px;
    width: 29px;
    height: 23px;
}
.email-inn .email-input {
    display: flex;
    border: 1px solid #00000047;
    padding: 6px;
    border-radius: 550px;
}
.email-inn .m-heading{
    font-size: 35px;
    margin-bottom: 7px;
}
.email-inn p{

    margin-bottom: 20px;
}
.email-inn .email-input .main-btn-blue{
    width: 50%;
    padding: 9px 18px 9px;
}
.email-inn .email-input{
    margin-bottom: 20px
}
.email-inn .email-input .form-control{
    border-radius: 550px;
    border: 0px;
    font-size: 15px;
}
.email-inn .email-input .form-control:focus{
    box-shadow: none;
    outline: 0;
}
.email-inn .form-check-input{
    border-radius: 0px;
    box-shadow: 0px 4px 44px 0px #00000026;
    border: 1px solid #000000
}
.email-inn .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.big-serv-box{
    background: #fff8cc66;
    border: 1px solid #F0ECE5;
    padding: 40px 30px;
    border-radius: 10px;
}
.big-serv-box .m-heading{
    font-size: 35px;
    margin-bottom: 10px;
}
.serv-bg-img{
    width: 95%;
    margin-left: auto
}
.big-serv-box .p-orange{
    font-size: 20px;
    font-weight: 500;
    color: #FFDC00
}
.big-serv-box .m-list {
    margin-top: 20px;
}
.pd-r{
    padding-left: 60px
}

.pd-r .m-list li{
    display: inline-block;
    margin-right: 30px;
    margin-top:10px;
    margin-bottom: 10px
}
.workshop-sec{
    background-color:#E5EBEF
}
.workshop-sec .m-heading{
    font-size: 35px
}
.team-row{
    position: relative
}
.team-row:after, .team-row:before{
    content: '';
    position: absolute;
    right: 49.6%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: 1;
}
.team-row:after{
    top: -6px;
}
.team-row:before{
    bottom: -6px;
}
.team-box{
    position: relative;
    display: flex;
    gap: 40px;
    padding: 30px 30px 30px 0px;
    border-top: 1px solid #FFDC004D;
    border-bottom: 1px solid #FFDC004D;
}
.team-box.team-box1{
    border-right: 1px solid #FFDC004D;
}
.team-box.team-box2{
    padding: 30px 00px 30px 30px;
}
.team-box .team-img{

    border-radius: 10px;

    height: 308px;

    width: 40%;
}
.team-box .team-img img{

    border-radius: 10px;

    height: 308px;

    width: 100%;
}
.team-box .team-con{

    width: 60%;
}
.team-box .team-con hr{

    background: #D7D7D7;
}
.team-box .team-con .team-name{

    font-size: 18px;

    font-family: 'Helvetica';
    font-weight: 700;
}
.team-box .team-con .team-des{

    font-size: 16px;

    color: #4D5052;

    font-style: italic;
}
.team-box .team-con p{

    color: #4D5052;

    font-size: 16px;

    line-height: 24px;
}
.team-box .team-con ul{
    margin-bottom: 0px
}
.team-box .team-con ul a{

    color: #000000;

    font-size: 17px;
}
.team-box .team-con ul a:hover{

    color: #FFDC00;
}
.team-box.team-full{
    padding: 30px 0px
}
.team-box.team-full .team-con{
    width: 80%
}
.team-box.team-full .team-img{
    width: 20%
}
.dropdown{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.dropdown .sub-menu {
    flex: 1 1 100%;
}
.ms-block-quote{
    background: linear-gradient(271.18deg, #fffce6 14.67%, #fff8cc 100.68%);
    padding: 50px;
    border-radius: 12px;
    margin-top: 30px
}
.ms-block-quote p{
    font-size: 30px;
    color: #1e1e1e;
}
.ms-block-quote .cite{
    color: #606060;
    font-size: 20px;
}
.un-tool-sec{

}
.un-box {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 40px;
    border-radius: 10px;
}

.un-inn{
    padding-right: 40px;
}
.un-box .un-title {
    padding-bottom: 25px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.un-box .un-title:before{
    content: '';
    position:absolute;
    width: .5rem;
    background: #FFDC00;
    height: 100%;
    border-radius: 20px;
    left: 0;
}
.un-box .un-title h3{
    font-size: 20px;
    font-weight: 600;
}
.un-box p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.9rem;
}
.un-box p span:first-child{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #9ca3af;
}
.un-box p span:last-child{
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #9ca3af;
}
.un-box h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-style: italic;
    color: #4b5563;
    border-left: 5px solid #FFDC00;
    padding-left: 20px;
}

.un-box .un-img {
    border-radius: 8px;
    position: relative;
}
.un-box .un-img span{
    position : absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
}
.un-box .un-img img {
    border-radius: 8px;
    border: 8px solid #FFDC00;
}
.ft-tag{
    background: #e99c03;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 2px 6px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;

}
/* ========== Media Queries ========== */

/* For very large screens */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
}
@media (min-width:992.2px){

    /* dektop filter */
    .desktop-filter .custom-checkbox {
        display: none;
    }
    .all-stories-div{
        margin-left: 50px
    }
    .desktop-filter .checkbox-label {
        display: flex;
        align-items: center;
        gap: 12px;
        height: 54px;
        padding: 0 16px;
        margin-bottom: 12px;
        border: 1px solid #C2CDD2;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        color: #333;
    }

    .desktop-filter .checkbox-label img {
        width: 24px;
        height: 24px;
        transition: filter 0.3s ease;
    }

    .desktop-filter .custom-checkbox:checked + .checkbox-label {
        background: #FFDC00;
        color: #000000;
        border-color: #FFDC00;
        box-shadow: 0px 10px 24px 0px #FFDC0033;
    }

    .desktop-filter .custom-checkbox:checked + .checkbox-label img {
        /* filter: brightness(0) invert(1); */ /* invert icon to white */
    }
    .desktop-filter .main-btn-blue{
        display: none
    }
}
/* For tablets & below (Ã¢â€°Â¤992px) */
@media (max-width: 992px) {
    .big-serv-box .m-heading{
        line-height: 36px
    }
    .serv-bg-img {
        width: 100%;
    }
    .big-serv-box{
        padding: 20px
    }
    .gradient-bg-2{
        padding: 20px
    }
    .pd-r {
        padding-left: 0px;
    }
    .pd-r .m-list li{
        display: block
    }
    .gradient-bg-2 h3{
        font-size: 18px;
    }
    .big-serv-box .p-orange{
        font-size: 16px
    }
    .workshop-sec .m-heading{
        line-height: 36px
    }
    .img-order-gap{
        margin-bottom: 25px
    }
    .counter-fluid{
        min-height: 70vh;
    }
    .counter-fluid::before{
        width: 100%;
        height: 40vh;
        top: 30vh;
    }
    .counter-fluid::after{
        width: 100%;
        height: 30vh;
    }
    .counter-fluid .m-heading{
    
    }
    .story-detail-sec .m-heading{
        line-height: 35px
    }

    .train-filter{
        width: 100%;
        margin-bottom: 20px
    }
    .train-filter .form-control{
        font-size: 14px;
        height: 40px
    }
    .train-filter .form-group i {
        top: 14px;
        font-size: 11px;
    }
    .train-box .train-con .train-title{
        font-size: 18px;
        line-height: 26px;
        min-height: auto;
    }
    .desktop-filter img{
        display: none;
    }
    .desktop-filter ul{
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .desktop-filter ul li {
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 16px;
    }

    .desktop-filter ul li.last-item {
        order: 999;
        width: 100%;
    }
    .desktop-filter .main-btn-blue{
        display: inline-block;
        margin-top: 20px !important;
        margin-bottom: 25px
    }
    .desktop-filter .checkbox-label{
        color: #000000;
        font-size:14px;
        padding-left: 6px;
    }
    .desktop-filter .custom-checkbox{
        width:24px;
        height: 24px;
        vertical-align: bottom;
        border-color: #FFDC0059;

    }
    .desktop-filter .custom-checkbox:checked {
        background-color: #FFDC00;
        border-color: #FFDC00;
        outline: none;
        box-shadow: none
    }
    .cat-filter{
        display: block
    }
    .color-left-sec, .color-right-sec{
        padding: 30px
    }
    .two-color-sec .container{
        max-width: 100%
    }
    .why-sec .why-con .m-heading br {
        display: none;
    }
    .home-map{
        display: none;
    }
    .map-mob{
        display: block
    }
    .map-mob iframe{
        margin-bottom:-6px
    }
    .contact-page .home-contact{
        margin-top: 60px
    }
    .sponsor-title{
        flex: 0 0 100%;
        display: block;
    }
    .sponsor-div img {
        width: 150px;
    }
}

/* For mobile only (Ã¢â€°Â¤768px) */
@media (max-width: 768px) {
    .sponsor-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 19px;
}
    .menu-bar .main-btn i{
        display: none;
    }
    .menu-bar .main-btn {
        padding: 6px 10px 6px;
    }
    .light-sec .author-p{
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .m-footer .footer-vw{
        left: 21.4%;
        height: auto;
        top: 20%;
        width: 61%;
        ;
    }
    .close-btn:hover{
        transform: rotate(90deg) scale(1.2);
        color: #FFDC00;
    }
    P{
        font-size: 14px
    }
    .section-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .owl-carousel .slider-item{
        height: 70vh;
    }
    .slider-heading {
        font-size: 28px;
    }
    .slider-subheading{
        font-size: 14px
    }
    .menu-bar .menu-logo{
        width: 70px;
    }
    .menu-bar.menu-fixed .menu-logo{
        width: 70px;
    }
    .menu-bar .hamburger{
        margin-left: 0px
    }
    .menu-bar .hamburger img{
        width: 40px
    }
    .main-btn{
        padding: 6px 20px 6px;
        font-weight: 400;
        font-size: 12px;
    }
    .main-btn i {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 9px;
    }
    .main-btn-blue{
        padding: 6px 20px 6px;
        font-weight: 400;
        font-size: 12px;
    }
    .main-btn-blue i {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 9px;
    }
    .menu-bar{
        padding-top: 15px
    }
    .btn-m-top {
        margin-top: 30px;
    }
    .slider-social li {
        margin-right: 11px !important;
    }
    .slider-social li i{
        font-size: 14px
    }

    .slider-social li:after {
        top: 12px;
        right: -12px;
        width: 10px;
        height: 1px;
    }
    .carousel-controls{
        margin-bottom: 0px;
        width: 100%;
    }
    .slider-social{
        margin-top: 5px;
        margin-bottom: 0px
    }
    .slide-counter {
        padding: 3px 7px;
    }
    .ab-img .ab-main-img {
        position: relative;
        width: 83%;
        left: auto;
    }
    .ab-img{
        margin-bottom: 50px
    }
    .ab-img .ab-dot-1{
        left: 2px;
        bottom: 20px;
    }
    .ab-img .ab-dot-2{
        right: 2px;
        top: -28px;
    }
    .m-heading{
        font-size: 25px !important;
        margin-bottom: 15px !important;
    }
    .m-sub-h{
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
        line-height: 5px
    }
    .m-list li{
        font-size: 14px;
        padding-left: 22px
    }
    .m-list li img{
        width: 17px;
        top: 2px;
    }
    .service-box .service-title{
        font-size: 18px
    }
    .service-box p{
        font-size: 14px;
        line-height: 22px
    }
    .youtube-sec {
        padding-top: 60px;
        height: 60vh;
        padding-bottom: 60px
    }
    .youtube-sec h2{
        font-size: 33px
    }
    .play-btn{
        width: 70px;
        height: 70px;
        margin-top: -62px
    }
    .play-btn .play-inn{
        width: 25px;
        height: 25px;
        line-height: 27px;
        font-size: 11px;
    }
    .play-btn .subtract {
        width: 66%;
    }
    .beige-sec, .light-sec{
        padding: 50px 30px;
    }
    .two-div-sec .m-heading{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }
    .beige-sec .vw-icon, .light-sec .vw-icon {
        width: 80%;
        top: 9%;
        right: 11%;
    }
    .assos-div{
        padding: 10px
    }
    .assos-logo-div img{
        width: 20px
    }
    .assos-title{
        padding: 10px
    }
    .assos-title .m-heading {
        font-size: 14px !important;
        line-height: 20px;
        margin-bottom: 0px !important;
    }
    .why-sec{
        padding-top: 0px
    }
    .why-sec img{
        margin-bottom: 30px
    }
    .film-sec {
        padding-top: 0px;
    }
    .film-inn {
        border: 5px solid #EFA71814;
        padding: 10px;
    }
    .play-link{
        width: 70px;
        height: 70px;
    }
    .play-icon {
        width: 40px;
        height: 40px;
    }
    .film-inn .film-sec-con .m-heading {
        font-size: 25px;
        line-height: 36px;
        margin-top: 20px;
        margin-bottom: 15px
    }
    .client-review{
        margin-top: 0px;
        padding: 15px
    }
    .featured-slider .owl-nav button{
        width: 35px;
        height: 35px;
    }
    .featured-stories .m-heading{
        text-align: left
    }
    .stories-slider .owl-dots{
        display: none !important
    }
    .stories-slider .owl-nav {
        position: absolute;
        top: -68px;
        right: 0
    }
    .stories-slider .owl-nav button{
        position: relative
    }
    .stories-slider .owl-nav .owl-next {
        right: 0px;
    }
    .stories-slider .owl-nav .owl-prev {
        left: 0px;
    }
    .heard-sec .row{
        --bs-gutter-y: 0.5rem;
        --bs-gutter-x: 0.5rem;
    }
    .heard-sec .main-btn-blue{
        margin-top: 30px
    }
    .heard-div{
        margin-bottom: 0rem
    }
    .heard-div{
        height: 107px
    }
    .heard-div img{
        height: 107px
    }
    .donation-sec .m-heading{
        text-align: left
    }
    .film-inn:after, .film-inn:before{
        display: none;
    }
    .donor-div{
        border: 0px;
        padding: 0px
    }
    .home-contact{
        width: 100%;
        padding: 20px
    }
    .home-contact .form-group .form-control{
        height: 55px;
        font-size: 14px
    }
    .home-contact .form-group{
        margin-bottom: 15px
    }
    .home-contact .form-group i {
        top: 18px;
        right: 18px;
    }
    .home-contact .form-group textarea.form-control{
        height: 80px
    }
    .home-contact .m-heading {
        font-size: 25px;
    }
    .m-footer{
        padding-top: 60px
    }
    .m-footer .ft-logo{
        width: 118px;
        margin-bottom: 40px
    }
    .ft-con-d span{
        font-size: 14px
    }
    .ft-con-d.ft-2:after, .ft-con-d.ft-2:before{
        display: none
    }
    .ft-con-d{
        width: 90%;
        margin-left: 5%;
    }
    .ft-con-d img {
        width: 22px;
    }
    .ft-con-d.ft-3 img{
        margin-top: -9px
    }
    .back-to-top{
        display: none;
    }
    .ft-social:after, .ft-social:before{
        width: 30%;
        top: 25px
    }
    .ft-social:before {
        right: -4px;
        width: 30%
    }
    .copy-p{
        font-size: 14px
    }
    .ft-social-list a{
        font-size: 20px
    }
    .menu-right .logo{
        width: 100px;
    }
    .menu-content{
        background-color: #21262C;
    }
    .menu-left li{
        font-size: 2rem
    }
    .menu-left, .menu-right{
        align-items: start
    }
    .menu-right hr{
        width: 100%;
        margin-top: 1rem;
    }
    .close-btn{
        top:0px;
        right: 10px
    }
    .menu-left .dropdown ul li{
        font-size: 18px
    }
    .social-icons {
        margin-top: -0.5rem;
    }
    .sponsor-div .m-heading{
        font-size: 20px !important;
        line-height: 0px;
        margin-top: 12px;
        margin-bottom: 18px !important;
    }
    .sponsor-box:after {
        width: 17px;
        height: 7px;
        right: 0px;
        top: 21px;
    }
    .sponsor-box:before {
        height: 17px;
        width: 8px;
        right: 23px;
        top: 0;
    }
    .sponsor-box{
        padding: 15px;
    }
    .sponsor-inn{
        padding: 15px;
        border: 7px solid #fff;
    }

    .sponsor-div img {
        width: 80px !important;
    }
    .inner-header .inner-title{
        font-size: 30px
    }
    .inner-header .bread-vw {
        left: 37%;
        height: 129px;
    }
    .inner-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .inner-bread li{
        font-size: 12px
    }
    .support-con{
        margin-top:30px
    }
    .support-sec .support-con .m-heading{
        font-size:22px
    }
    .support-form{
        padding: 20px
    }
    .film-inn .film-sec-con{
        width: 100%
    }
    .m-inline-radio .inline-inn{
        display: block
    }
    .m-inline-radio .form-check-inline{
        display: block
    }
    .support-form .form-control{
        font-size: 12px;
        height: 35px
    }
    .m-custom-radio .radio-label{
        font-size: 12px;
        padding: 10px 10px;
        height: 35px
    }
    .m-inline-radio .form-check-inline {
        margin-bottom: 14px;
    }
    .m-inline-radio .form-check-label{
        font-size: 14px;
    }
    .don-total .m-label{
        font-size: 12.5px !important;
        letter-spacing: 0px
    }
    .toolkit-inn {
        padding: 20px;
        border: 5px solid #fffce6;
    }
    .toolkit-inn .m-heading{
        line-height: 30px;
    }
    .toolkit-inn:before{
        display: none
    }
    .toolkit-box:before, .toolkit-box:after{
        display: none;
    }
    .yt-info-con{
        display: none
    }
    .color-sec-h {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .privacy-inn p {
        margin-bottom: 15px;
    }

    .gradient-bg {
        padding: 20px;
    }
    .gradient-h{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .toolkit-inn.privacy-inn{
        border: 0px
    }
    .privacy-h{
        font-size:22px;
        margin-bottom: 10px;
    }
    .stroy-vid-box{
        padding: 15px
    }
    .stroy-vid-box .stroy-vid-social .vid-links img{
        width: 14px
    }
    .stroy-vid-box .stroy-vid-social span{
        font-size: 12px
    }
    .stroy-vid-box p{
        font-size: 16px;
        line-height: 25px;
    }
    .stroy-big-box{
        padding: 15px
    }
    .stroy-big-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .sponsor-box.story-sponsor .sponsor-inn {
        padding: 15px;
    }
    .advice-box .advice-h{
        font-size: 16px
    }
    .advice-box .table th, .advice-box .table td{
        font-size: 14px
    }
    .advice-box .table .empty-tr{
        display: none;
    }
    .sponsor-box.story-sponsor .sponsor-inn .m-heading{
        margin-bottom: 0px !important
    }
    .about-ab-img{
        width: 100%;
        margin-bottom: 30px
    }
    .more-box{
        margin-top: 5px;
        padding: 7px
    }
    .more-box h5{
        font-size: 22px
    }
    .more-box img{
        margin-bottom: 8px
    }
    .more-box p{
        font-size: 13px
    }
    .un-sec .un-con{
        width: 100%
    }
    .un-sec .m-heading {
        line-height: 35px;
        margin-top: 30px
    }
    .email-inn{
        padding: 15px
    }
    .email-inn .m-heading{
        line-height: 28px;
    }
    .email-inn .email-input {
        display: block;
        border: 0px solid #00000047;
    }
    .email-inn .email-input .main-btn-blue{
        width: auto;
        padding: 6px 20px 6px;
    }
    .email-inn .email-input .form-control {
        border-radius: 550px;
        border: 1px solid #00000047;
        font-size: 12px;
        height: 39px;
        margin-bottom: 15px;
    }
    .email-inn .form-check{
        display: flex;
        gap:10px;
        text-align: left
    }
    .email-inn p{
        margin-bottom: 10px
    }
    .email-inn .form-check-label{
        font-size: 14px
    }
    .sponsor-p a{
        font-size: 14px
    }
    .team-box{
        display: block
    }
    .team-box .team-con{
        width: 100%;
    }
    .team-box .team-img{
        width: 100%
    }
}
