:root {
    --m-orange: #F26738;
    --m-black: #262626;
    --m-grey: #E6E6E6;
    --m-white: #ffffff;

}

/* global */
* {
    font-family: "Montserrat", sans-serif;
} 
.border-bottom-15px{
    border-bottom: 15px solid #f26738;
}
.border-bottom-4{
        border-bottom: 4px solid #f26738;

}
.ml-20vw{
    margin-left: 15vw;
}
.bg-orange{
    background-color: #F26738;
}
.white-card{
    background-color: white;
}
.csr_hero_section_bg{
    background-image: url('../img/csr/heroSection.png');
    height: 84vh!important;
    background-position-x: center;
    background-position-y: top;
    background-size: cover !important;
    /* background-repeat: no-repeat; */
}
.h-75vh{
    max-height: 75vh;
}
.line-height-30px{
    line-height: 30px;
}
#csr .swiper-pagination{
    position: relative;
    bottom: 0;
    width: fit-content;
    color:#8A8A8A;
    font-weight: 400;
}
#csr .swiper-slide{
   height: auto;
}
.white-card{
    border-radius: 10;
    height: 100%;
}
#csr .swiper-button-next,#csr  .swiper-rtl .swiper-button-prev,#csr  .swiper-button-prev,#csr  .swiper-rtl .swiper-button-next{
    background-color: var(--m-orange)!important;

}
@media (min-width: 1780px) {
    .csr-activities.mb-xl-4{
        margin-bottom: 3rem!important;
    }
}
@media (max-width: 1700px) {
    #csr .f-60 {
        font-size: 40px!important;
    }
}
@media (max-width: 1200px) {
    #csr .mobile-title{
        margin-bottom: -4rem;
        z-index: 2;
    }
    .f-30{
        font-size: 30px!important;
    }
    .csr_hero_section_bg{
        background-image: url('../img/csr/heroSection.png');
        height: 89vh!important;
        background-position-x: center;
        background-position-y: top;
    }
    #csr .f-24 {
        font-size: 14px;
    }
    #csr .f-150 {
        font-size: 74px;
    }
    #csr .f-75 {
        font-size: 36px;
    }
    #csr .f-60 {
        font-size: 50px;
    }
    #csr .f-22 ,#csr .f-20{
        font-size: 14px;
    }
    #csr .csr-slider .f-24 {
        font-size: 16px;
    }    #csr .title .f-24 {
        font-size: 24px;
    }
.border-bottom-15px{
    border-bottom: 7px solid #f26738;
}
.border-bottom-4px {
    border-bottom: 3px solid var(--m-orange);
}
}
@media (min-width: 770px) and (max-width: 1200px) {
    #csr .f-30{
        font-size: 40px!important;
    }
    #csr .title .f-24 {
        font-size: 35px !important;
    }
    #csr .f-24 {
        font-size: 24px;
    }
    #csr .f-150 {
        font-size: 110px;
    }
    #csr .f-75 {
        font-size: 65px;
    }
    #csr .f-60 {
        font-size: 50px;
    }
    #csr .f-22 ,#csr .f-20{
        font-size: 16px;
    }
    #csr .csr-slider .f-24 {
        font-size: 16px;
    } 
}
@media (max-width: 991px) {
    .h-75vh{
        width: 100%;
    }
}
@media (max-width: 550px) {
    .visibility-mobile-hidden{
        visibility: hidden;
        font-size: 12px!important;
    }
    .white-card p.f-20{
    line-height: 20px!important;}
}