.bsiFullWrap {
    width: 100%;
}

.positionRelative {
    position: relative;
}

.bsiCntWrap {
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 15px;
}


.bg-dark-grey {
    background: var(--bg--dark-grey);
}

.bg-dark-grey:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M13,0,26,22H0Z' fill='%232c2e36'/%3E%3C/svg%3E%0A");
    background-repeat: repeat-x;
    height: 22px;
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
}

/*----Featured Stories-------*/

.ftrd-storie-outer {
    width: 100%;

}

.bsiFturStoryOuter {
    overflow: hidden;
    padding-bottom: 90px;
}

.bsiFturStryThumb {
    height: 398px;
    border-radius: 10px;
    overflow: hidden;
    float: right;
    width: 706px
}



.bsiFturStryDesc {
    color: var(--txt-white);
    font-size: var(--font-16);
    line-height: 26px;
    margin-top: 25px;
}

.bsiFturStry {
    transform: translateY(-80px);
}

.bsiFturStryThumb img {
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}


.bsiFturStry_content {

    width: 412px;
    float: left;
    padding: 30px 0;
}



.bsiStoryThumnail {
    border-radius: var(--radius-10);
    overflow: hidden;
    width: 370px;
    height: 210px;

}

.bsiStoryThumnail a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    overflow: hidden;
    border-radius: var(--radius-10);
    position: relative;
    transition: 0.3s ease-in-out;
}

.bsiStoryThumnail a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 0 200px rgba(0, 143, 51, 0.3);
    opacity: 0;
    transition: 0.3s ease-in-out;
}



.bsiStoryThumnail img {
    transform: scale(1);
    transition: 0.4s ease-in-out;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bsiStoryItem:hover .bsiStoryThumnail img {
    transform: scale(1.05);
}

.bsiStoryItem:hover .bsiStoryThumnail a::after {
    opacity: 1;

}


.post_cat span {
    margin: 22px 0;
    display: block;
    color: #484848;
    text-transform: uppercase;
    font-size: 13px;
    font-family: var(--heading-font);
    font-weight: 600;
}

.bsiStryPostDesc {
    font-family: var(--heading-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0D1116;
}


.bsiStryPostDesc a,
.bsiVdoThumb_Descp a {
    position: relative;
    padding: 0 0 1px;
    text-decoration: none;
    background-image: linear-gradient(#FC5000, #FC5000);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.5s;
}

.bsiStryPostDesc:hover a,
.bsiVdoThumb_Descp:hover a {
    color: #FC5000;
    background-size: 100% 1px;
}

/*----Latest Videos-------*/

.bsiLstVidHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bsiMoreBtn {}

.btnTxt {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
}

.bsiLstVidThumb {
    width: 813px;
    height: 485px;
    overflow: hidden;
    border-radius: var(--radius-10);
    float: left;
    position: relative;
    flex-shrink: 0;
}

.bsiLstVidThumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.bsiLstVidThumb a img,
.VdoListThumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bsiVdoThumb_Details {
    padding-left: 48px;
}

.bsiVdoThumb_Details .bsiSectHeadTxt2 {
    color: #0A0A0A;
    line-height: 36px;
}

.IconPlay {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.938' height='20.502' viewBox='0 0 17.938 20.502'%3E%3Cpath id='Icon_awesome-play' data-name='Icon awesome-play' d='M16.993,8.6,2.9.265A1.911,1.911,0,0,0,0,1.919V18.58a1.92,1.92,0,0,0,2.9,1.654L16.993,11.9A1.92,1.92,0,0,0,16.993,8.6Z' transform='translate(0 -0.002)' fill='%23fff'/%3E%3C/svg%3E%0A");
    display: inline-block;
    width: 18px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
}

.VidPlay_Btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#play-video {
    cursor: pointer;
}

.video-play-button {
    position: absolute;
    z-index: 10;

}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--bg-orange);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 78px;
    height: 78px;
    background: var(--bg-orange);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #f1ad34;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 18px;
    height: 21px;
}

.VdoListThumb .VidPlay_Btn {
    left: 20px;
    align-items: end;
    justify-content: flex-start;
    bottom: 20px;
}

.VdoListThumb .video-play-button::before {
    width: 38px;
    height: 38px;
    animation: none;
    opacity: 0.4;
}

.VdoListThumb .video-play-button:after {
    width: 30px;
    height: 30px;
}

.VdoListThumb .IconPlay {
    background-size: 10px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.bsiLstVidHeader {
    margin-bottom: 40px;
}


.bsiPostTimestamp {
    font-size: 12px;
    margin: 20px 0;
}

.bsiVdoThumb_Descp {
    line-height: 26px;
}

.VdoListThumb {
    border-radius: var(--radius-10);
    overflow: hidden;
    position: relative;
}

.BsiVdoTime {
    padding: 18px 0;
    display: inline-block;
}

.bsiVdoThumb_Descp {
    font-family: var(--heading-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}



/*-----Blog------*/
.bsiLiveBlogSec {
    position: relative;
    padding-bottom:50px;
}

.bsiLiveBlogSec::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 47%;
    background: #492C9F;
}

.bsiLiveBlogSec .swiper-slide:nth-child(2n) {
    margin-top: 30px;
}

.bsiLiveBlog .swiper-slide {
    width: 22% !important;
}

.bsiBlogItem {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.bsiBlogImage {
    border-radius: 20px;
    overflow: hidden;
}

.bsiBlogImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogTimestamp {
    font-size: 15px;
    font-family: var(--heading-medium);
    font-weight: 500;
}



.blogTimestamp {
    font-size: 15px;

    font-family: var(--heading-medium);
    font-weight: 500;

    padding-top: 25px;

    padding-bottom: 16px;

}

.bsiBlogHeadline {
    font-family: var(--heading-medium);
    font-weight: 500;
    font-size: 20px;
}

.bsiBlogTxt {
    font-size: 18px;
    padding-top: 15px;
}

.bsiLiveBlog~.bsiSwiperBtn {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bsiLiveBlog~.bsiSwiperBtn .swiper-button-next {
    margin-left: 15px;
}

.bsiLiveBlog~.bsiSwiperBtn .swiper-button-next::after,
.photosSliderCont .bsiSwiperBtn .swiper-button-next:after {
    font-size: 0;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25.243' viewBox='0 0 24 25.243'%3E%3Cg id='Icon_feather-arrow-left' data-name='Icon feather-arrow-left' transform='translate(1.5 2.121)'%3E%3Cpath id='Path_172' data-name='Path 172' d='M7.5,18h21' transform='translate(-7.5 -7.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_173' data-name='Path 173' d='M7.5,28.5,18,18,7.5,7.5' transform='translate(3 -7.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}


.bsiLiveBlog~.bsiSwiperBtn .swiper-button-prev::after,
.photosSliderCont .bsiSwiperBtn .swiper-button-prev:after {

    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25.243' viewBox='0 0 24 25.243'%3E%3Cg id='Icon_feather-arrow-left' data-name='Icon feather-arrow-left' transform='translate(-6 -5.379)'%3E%3Cpath id='Path_172' data-name='Path 172' d='M28.5,18H7.5' fill='none' stroke='%23f4f4f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_173' data-name='Path 173' d='M18,28.5,7.5,18,18,7.5' fill='none' stroke='%23f4f4f4' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}

.bsiLiveBlog~.bsiSwiperBtn .swiper-button-next::after,
.photosSliderCont .bsiSwiperBtn .swiper-button-prev:after,
.bsiLiveBlog~.bsiSwiperBtn .swiper-button-prev::after,
.photosSliderCont .bsiSwiperBtn .swiper-button-next:after {
    position: absolute;
    content: '';
    font-size: 0;
    width: 24px;
    height: 25px;
    background-size: 25px;
    inset: 0;
    margin: auto;
}

.bsiLiveBlog~.bsiSwiperBtn .swiper-button-next,
.bsiLiveBlog~.bsiSwiperBtn .swiper-button-prev,
.photosSliderCont .bsiSwiperBtn .swiper-button-prev,
.photosSliderCont .bsiSwiperBtn .swiper-button-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 2;
}
.ReadMoreBtn.LiveBlogRdmore {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 20px 0;
}
.ReadMoreBtn.LiveBlogRdmore a {
  color: #fff;
}
.ReadMoreBtn.LiveBlogRdmore a:visited {
  color: #fff;
}



/*-----------Banega Swasth India --------------------*/

.bsiSecBanegaSwasth::before,
.bsiSecRecit:before,
.bsiQuote:before,
.bsiSecFooterBtm:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M13,0,26,22H0Z' fill='%23f4f4f4'/%3E%3C/svg%3E%0A");
    top: -22px;
    background-repeat: repeat-x;
}

.SwatchCampDtls .bsiSectHeadTxt1 {
    line-height: 65px;
    margin-bottom: 50px;
}

.bsiSecBanegaSwasth .bsiParaTxt1:nth-child(2) {
    color: var(--bg-orange);
}

.SwatchCampDtls .ReadMoreBtn {
    margin-top: 50px;
}

.bsiSecBanegaSwasth .bsiParaTxt1 {
    font-size: 25px;
    line-height: 35px;
}

.bsiSecBanegaSwasth .bsiParaTxt1:nth-child(3) {
    margin: 50px 0;
}

.SwatchCampDtls {
    padding-right: 50px;
}

.bsiAyushmanImg {
    border-radius: 20px;
    overflow: hidden;
}

.bsiAyushmanImg img {
    border-radius: 20px;
}

.ReadMoreBtn {
    margin-top: 80px;
}

.btn_ReadMore {
    position: relative;
    font-family: var(--font-mulish);
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}

.bsiIcn-Wrp {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    font-style: normal;
    margin-left: 10px;
    transform: translateX(0);
    transition: transform .3s ease;
}

.bsi-rgt_arw {
    width: 30px;
    height: 30px;
}

.btn_ReadMore>a {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #000;

}


.arw-circle {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    transition: 0.3s ease-in-out;
}

.btn_ReadMore-txt {
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
}

.btn_ReadMore-txt::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none;
    content: "";
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform .3s ease;
}



.btn_ReadMore:hover .btn_ReadMore-txt::before {
    transform: scaleX(1);
}

.btn_ReadMore:hover .arw-circle {
    stroke-dashoffset: 0;
}




.SwatchCampRight {
    position: relative;
}

.bsiCampAmbsdor {
    position: absolute;
    width: 330px;
    background: var(--bg-orange);
    border-radius: 20px;
    padding: 50px 28px 28px;
    bottom: -50px;
    left: -50px;
    transition: 0.4s ease-in-out;
}

.bsiCampAmbsdor:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    transform: translateY(-20px);
}

.bsiCampheading {
    font-size: 45px;
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 600;
    display: block;
    line-height: 55px;
}

.bsiCampTxt {
    font-size: 25px;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.campArrw {
    margin-top: 25px;
}

.bsiCampAmbsdor:hover .arw-circle {
    stroke-dashoffset: 0;
}



/*----Campaign Pillor---*/

.bsiSecCampgnPilrs {
    position: relative;
    z-index: 0;
}

.bsiSecCampgnPilrs {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bsiSecCampgnPilrs .bsiSectHeadTxt1 {
    position: absolute;
    width: 100%;
    padding: 40px 0 0 0;
    color: #fff;
    z-index: 2;
}

.bsiCampgnpilrs .swiper-slide {
    width: 25vw !important;
}

.bsiSecCampgnPilrs::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1C6DC6;
    opacity: 0.6;
    z-index: -1;
}

.bsiCampgnpilrs~.bsiSwiperBtn {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}

.bsiCampgnpilrs~.bsiSwiperBtn .swiper-button-next,
.bsiCampgnpilrs~.bsiSwiperBtn .swiper-button-prev {
    color: #fff;
}

.bsiCampgnpilrs-items {
    height: 650px;
    display: flex;
    align-items: end;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    padding: 0 25px;
    transition: 0.4s ease-in;
    position: relative;
}

.bsiCampgnpilrs-items::before {
    content: '';
    position: absolute;
    background: #1C6DC6;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    opacity: 0.88;
}

.bsiCampgnpilrs-items:hover:before {
    height: 100%;
    transition: height ease-out 300ms;

}


.bsiCampgnpilrs-item-details {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 72%;
    transition: all 0.4s ease-out 0s;
    transition-delay: 0.1s;
}

.bsiCampgnTxt p {

    margin-bottom: 54px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.2s;
}

.bsiCampgnpilrs-items:hover .bsiCampgnpilrs-item-details {
    top: 40%;

    transition-delay: 0.1s;
}

.bsiCampgnpilrs-items:hover .bsiCampgnTxt p {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s:
}

.bsiCampgnpilrs-item-details h5 {
    font-size: 25px;
    color: #fff;
    font-family: var(--font-mulish);
    transition: 0.4s ease-in;
    margin-bottom: 10px;
    line-height: 32px;
}

.bsiCampgnTxt {

    font-family: var(--heading-medium);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    transition: 0.4s ease-in;
}

.bsiCampgnTxt p {
    line-height: 32px;
}

.bsiCampgnTxt .campArrw {
    text-align: right;
}

.bsiCampgnpilrs-items:hover.bsiCampgnTxt .campArrw .arw-circle {
    stroke-dashoffset: 0;
}

/*-------Reccit commitment---------------*/



.bsiReckit_lft {
    float: left;
    width: 33%;
    padding-top: 15px;
}

.bsiReckit_ryt {
    float: left;
    width: 67%;
}

.bsiReckit_ryt .swiper-wrapper {

    list-style: none;
    counter-reset: reckitListCounter;
}

.bsiReckit_ryt .swiper-slide {
    counter-increment: reckitListCounter;
}

.bsiReckit_ryt .swiper-slide::before {
    content: "0" counter(reckitListCounter);
    position: absolute;
    font-size: 70px;
    font-family: var(--heading-font);
    font-weight: 600;
    right: 20px;
    color: #fff;
    opacity: .20;
}


/*-------Reccit commitment---------------*/



.bsiReckit_lft {
    float: left;
    width: 33%;
    padding-top: 15px;
}

.bsiReckit_ryt {
    float: left;
    width: 67%;
}

.bsiReckit_ryt .swiper-wrapper {

    list-style: none;
    counter-reset: reckitListCounter;
}

.bsiReckit_ryt .swiper-slide {
    counter-increment: reckitListCounter;
}

.bsiReckit_ryt .swiper-slide::before {
    content: "0" counter(reckitListCounter);
    position: absolute;
    font-size: 60px;
    font-family: var(--heading-font);
    font-weight: 600;
    top: 10px;
    right: 20px;
    color: #fff;
    opacity: .20;
}



.bsiReckit_ryt {
    position: relative;
}

.bsiRackitSlide {
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.bsiReckit_ryt .swiper-slide {
    height: 410px;
    border-radius: 20px;
    overflow: hidden;
}

.bsiRecitlistItem {
    display: flex;
    height: 100%;
    align-items: center;
}

.Item1bg,
.Item4bg {
    background: var(--bg-orange);
}

.Item2bg {
    background: var(--bg-green);
}

.Item3bg {
    background: var(--bg-ocean-teal);
}

.bsiRecitlistItem {
    padding: 25px;
}

.reckListContent {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}

.bsiRackitSlide .swiper-scrollbar {
    background: rbga(112, 112, 112, .20);
}

.bsiRackitSlide .swiper-container-horizontal>.swiper-scrollbar {
    border-radius: 2px;
    height: 5px;
    width: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bsiRackitSlide .swiper-scrollbar-drag {
    background: #0A0A0A;
    height: 10px;
    top: -4px;
    cursor: pointer;
}


/*-----------Previous Seasons--------------------*/
.bsiSecPrevSeasn::after {
    content: '';
    position: absolute;
    bottom: -22px;
    height: 22px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M13,0,26,22H0Z' transform='translate(26 22) rotate(180)' fill='%232c2e36'/%3E%3C/svg%3E%0A");
    left: 0;
    background-repeat: repeat-x;
}

/* Tabs */
.tabs {
    width: 600px;
    background-color: #09F;
    border-radius: 5px 5px 5px 5px;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    border-radius: 45px;
    border: 2px solid #fff;
    overflow: hidden;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    padding: 20px 30px;
    border-right: 2px solid #fff;
    cursor: pointer;
}

ul#tabs-nav li:last-child {
    border-right: 0;
}

ul#tabs-nav li:hover,
ul#tabs-nav li:hover a,
ul#tabs-nav li.active {
    background-color: #FFF;
    color: #000;
}

ul#tabs-nav li.active a {
    color: #0A0A0A;
    font-family: var(--heading-font);
    font-weight: 600;
}

#tabs-nav li a {
    text-decoration: none;
    color: #FFF;
    font-family: var(--font-body);
}

.tab-content {}

.bsiSeason .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--------Time LIne--*/


.bsiTimeline {
    padding: 60px 1px 360px;
}

.bsiSecPrevSeasnInner {
    position: relative;
    overflow: hidden;
}

.bsiTimelineList {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #F4F4F4;
    padding-bottom: 8px;
}

.bsiTimelineItem {
    width: 217px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    vertical-align: bottom;
}

.bsiTimelineItem .bsiTimelineArticle {
    opacity: .5;
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}

.bsiTimelineItem:hover .bsiTimelineArticle {
    opacity: 1;
    filter: grayscale(0);
}

.bsiTimelineItem::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 5px;
    width: 9px;
    height: 9px;
    background: #F4F4F4;
    border-radius: 9px;

}

.bsiTimelineItem .bsiTimelineItem::after {
    opacity: 1;
}

.bsiTimelineSep {
    width: 100vw;
    height: 1px;
}

.bsiTimelineSep::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.seasonTimestamp {
    font-size: 12px;
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 28px;
    position: relative;
}

.seasonTimestamp::after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 5px;
    background: #fff;
    border-radius: 20px;
    top: 5px;
}

.seasonTimestamp::before {
    content: '';
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0px;
}

.thumbEvent {
    display: block;
    width: 100%;
    height: 110px;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0;
}

.thumbEvent img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eventHeadline {
    font-size: 16px;
    color: #F4F4F4;
}

.eventDtail {
    display: block;
    padding-left: 18px;
    position: relative;
    border-left: 1px solid #fff;
    margin-left: 10px;
}


.bsiTimelineItem:nth-child(2n) {
    /* top: calc(100% + 10px); */
    transform: translateY(calc(100% + 24px));
}

.bsiTimelineItem:nth-child(2n) .bsiTimelineArticle {
    display: flex;
    flex-direction: column-reverse;
}

.bsiTimelineItem:nth-child(2n) .bsitTimelineArtcleTxt {
    margin-top: -6px;
}

.bsiTimelineItem:nth-child(2n) .eventDtail {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}

.bsiTimelineItem:nth-child(2n) .thumbEvent {
    margin-bottom: 0;
}

.bsitTimelineArtcleTxt {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.bsiTimelineItem:nth-child(2n):after {
    bottom: auto;
    top: -20px
}


.bsiTimelineList:after,
.bsiTimelineList:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -1px;
    border-bottom: 1px dashed #F4F4F4;
}

.bsiTimelineList:after {
    left: 100%;

}

.bsiTimelineList:before {
    right: 100%;
}

.bsiTimelineItem:first-child .bsiTimelineArticle {
    opacity: 1;
    filter: grayscale(0);
}

/*-----------Awards and achivements--------------------*/

.bsiAwardsAchmnt {
    background: #53C0BC url(../images/awads-bgeffct.png) repeat-x center bottom;
}

.bsiAwardsAchvmnt .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock {
    display: block;
}

.bsiAwardsAchmnt .bsiSectHeadTxt1,
.bsiAwardsAchmnt .btn_ReadMore>a {
    color: #fff;
}

.bsiAwardsAchThumb {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.bsiAwardsAchThumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.bsiAwardsAchThumb a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bsiAwardsTitl {
    margin-top: 25px;
}

.bsiAwardsTitl a {
    color: #fff;
    font-size: 20px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.5s;
    font-weight: 500;
    line-height: 30px;
}

.bsiAwardsTitl a:hover {
    background-size: 100% 1px;
}

.swiper.bsiAwardsAchvmnt .swiper-wrapper {
    padding-bottom: 100px;
}

.swiper.bsiAwardsAchvmnt .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
}



/*-----------Quote Unquote--------------------*/
.quoteToplft,
.quoteTopryt {
    width: 110px;
    height: 96px;
    background-repeat: repeat;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
}

.quoteToplft {

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='96.25' viewBox='0 0 110 96.25'%3E%3Cpath id='Icon_awesome-quote-left' data-name='Icon awesome-quote-left' d='M99.687,50.375H82.5V36.625a13.763,13.763,0,0,1,13.75-13.75h1.719a5.144,5.144,0,0,0,5.156-5.156V7.406A5.144,5.144,0,0,0,97.969,2.25H96.25A34.366,34.366,0,0,0,61.875,36.625V88.187A10.315,10.315,0,0,0,72.188,98.5h27.5A10.315,10.315,0,0,0,110,88.187v-27.5A10.315,10.315,0,0,0,99.687,50.375Zm-61.875,0H20.625V36.625a13.763,13.763,0,0,1,13.75-13.75h1.719a5.144,5.144,0,0,0,5.156-5.156V7.406A5.144,5.144,0,0,0,36.094,2.25H34.375A34.366,34.366,0,0,0,0,36.625V88.187A10.315,10.315,0,0,0,10.313,98.5h27.5A10.315,10.315,0,0,0,48.125,88.187v-27.5A10.315,10.315,0,0,0,37.813,50.375Z' transform='translate(0 -2.25)' fill='%230a0a0a' opacity='0.06'/%3E%3C/svg%3E%0A") no-repeat;

}

.quoteTopryt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='96.25' viewBox='0 0 110 96.25'%3E%3Cpath id='Icon_awesome-quote-left' data-name='Icon awesome-quote-left' d='M10.313,50.375H27.5v13.75a13.763,13.763,0,0,1-13.75,13.75H12.031a5.144,5.144,0,0,0-5.156,5.156V93.344A5.144,5.144,0,0,0,12.031,98.5H13.75A34.366,34.366,0,0,0,48.125,64.125V12.563A10.315,10.315,0,0,0,37.813,2.25h-27.5A10.315,10.315,0,0,0,0,12.563v27.5A10.315,10.315,0,0,0,10.313,50.375Zm61.875,0H89.375v13.75a13.763,13.763,0,0,1-13.75,13.75H73.906a5.144,5.144,0,0,0-5.156,5.156V93.344A5.144,5.144,0,0,0,73.906,98.5h1.719A34.366,34.366,0,0,0,110,64.125V12.563A10.315,10.315,0,0,0,99.688,2.25h-27.5A10.315,10.315,0,0,0,61.875,12.563v27.5A10.315,10.315,0,0,0,72.188,50.375Z' transform='translate(0 -2.25)' fill='%230a0a0a' opacity='0.06'/%3E%3C/svg%3E%0A")no-repeat;

    right: 0;
    bottom: 0;
}

.bsiQuoteList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
}

.bsiQuoteItem {
    position: absolute;
    display: flex;
    width: 370px;
}

.bsiQuteWrap {
    position: relative;
}

.bsiQuoteItem:first-child {
    top: 190px;
}

.bsiQuoteItem:nth-child(2) {
    top: 0;
    left: 0;
    margin-bottom: 30px;
}

.bsiQuoteItem:nth-child(3) {
    right: 0;
}

.bsiQuoteItem:nth-child(4) {

    left: 413px;

}

.bsiQuoteImg {
    width: 247px;
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
}

.bsiQuoteImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: grayscale();
    transition: ease .4s;
}

.bsiQuoteCnt {
    position: relative;
    background: #f4f4f4;
    padding: 25px;
    width: 205px;
    align-self: baseline;
    margin-bottom: -40px;
    right: 80px;
    margin-top: 110px;
    flex-shrink: 0;
}

.bsiQuoteCnt>p {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--heading-font);
    font-weight: 500;
    text-transform: uppercase;
}

.bsiQuoteItem:hover .bsiQuoteImg img {
    filter: none;
}


.bsiQuoteAuth::before {
    content: '';
    height: 2px;
    background: #EE4F34;
    display: block;
    width: 28px;
    margin: 8px 0;
}

.bsiQuoteAuth {
    font-size: 15px;
    font-family: var(--heading-font);
    font-weight: 500;
}

.bsiQuoteAuthRwrd {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
}

/*----Photos-----*/

.bsiSecPhotos {
    background-color: var(--bg-dark-blue);
}

.bsiSecPhotos::after {
    content: '';
    position: absolute;
    top: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M13,0,26,22H0Z' transform='translate(26 22) rotate(180)' fill='%23f4f4f4'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 22px;
}

.bsiSecPhotos .bsiSectHeadTxt1 {
    color: var(--txt-white);
}

.bsiPhotoItem {
    background: #264455;
    border-radius: 20px;
    padding-top: 40px;
    overflow: hidden;
}

.PhotoThumb {
    border-radius: 115px;
    margin: 0 auto;
    width: 230px;
    height: 303px;
    overflow: hidden;
    transition: ease .4s;
}


.PhotoThumb img {
    transform: scale(1);
    transition: ease-in .2s 150ms;
    display: block;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: ease-in .4s;
}

.bsiPhotoItem:hover .PhotoThumb img {
    filter: grayscale(0);
}

.PhotoCaption {
    margin-bottom: 30px;
    padding: 16px 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.40);
    color: #ccc;
    margin-top: 25px;
    transition: ease .4s;
}

.PhotoCaption p {
    line-height: 23px;
}

.PhotoCaption a {
    font-family: var(--heading-medium);
    font-size: 18px;
    color: var(--txt-white);
    font-weight: 500;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.5s;
}

.PhotoCaption a:hover {

    background-size: 100% 1px;
}

.bsiPhotoItem:hover .PhotoThumb img {
    transform: scale(1.1);
}

.bsiPhotoItem:hover .PhotoThumb {
    box-shadow: 0 0 11px rgba(0, 0, 0, .5);
}

.photosSliderCont {
    position: relative;
}

.photosSliderCont .bsiSwiperBtn {
    position: absolute;
    top: -78px;
    right: 0;
}


/*----------Latest Video and Join Us----------*/

.bsiSecLtsPstjionUs::before {
    content: '';
    position: absolute;
    top: 0;
    height: 22px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M13,0,26,22H0Z' transform='translate(26 22) rotate(180)' fill='%2334596e'/%3E%3C/svg%3E%0A");
}

.bsiLatstPostCol {
    background: #2C2E36;
    width: 68%;
    padding-top: 75px;
}

.bsiLatstPostCol::before {
    background: #2C2E36;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: -60%;
    top: 0;
    z-index: -1;
}

.bsiJoinusCol {
    background: #fff;
    width: 32%;
    padding: 0 0 0 30px;
}

.bsiJoinusCol::after {
    content: '';
    position: absolute;
    right: 0;
    width: 60%;
    background: #fff;
    height: 100%;
    z-index: -1;
    top: 0;
}

.bsiLtstJnUsCont {
    display: flex;
    justify-content: space-between;
}


.bsiLatestpstThumb {
    width: 330px;
    overflow: hidden;
    margin-right: 30px;
}

.bsiLaestPostList {
    margin-right: 50px;
    margin-top: 50px;
}

.bsiLatstPostCol .bsiSectHeadTxt1 {
    color: var(--txt-white);
}

.bsiLatestPostItems {
    display: flex;
    align-items: flex-start;
    padding-right: 0;
    border-bottom: 1px solid rgba(244, 244, 244, .34);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.bsiLatestPostItems:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.bsiLatestpstThumb {
    width: 280px;
    overflow: hidden;
    margin-right: 30px;
    flex-shrink: 0;
    border-radius: 10px;
}

.bsiPostCat {
    color: var(--txt-white);
    font-size: 14px;
    font-family: var(--heading-font);
    font-weight: 600;
    text-transform: uppercase;
}

.bsiPostTitle {
    color: #F4F4F4;
    font-size: 20px;
    margin: 15px 0;
}

.bsiPostSummry p {
    color: #F4F4F4;
    font-size: 16px;
}

.bsiJoinusCol .bsiSectHeadTxt1 {
    padding-top: 75px;
}

.bsiJoinusCol:after {
    content: '';
    position: absolute;
    right: 0;
    width: 60%;
    background: #fff;
    height: 100%;
    z-index: -1;
}

.bsiLatestPostItems a {
    font-family: var(--font-body); 
    color: #fff;
    line-height: 22px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.5s;
}

.bsiLatestPostItems a:hover {
    background-size: 100% 1px;
}

.pagination span,
.pagination a {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: left;
    font-size: .8rem;
    font-weight: 400;
    margin: 0 3px;
    padding: 8px 12px 8px;
    text-decoration: none;
    width: auto;
    line-height: initial;
}

.pagination .current,
.custom-theme .pagination a:hover {
    background: var(--bg-orange);
    border-color: var(--bg-orange);
    color: #fff;
}

.pagination {
    display: inline-block;
    margin-bottom: 30px;
}

.custom-theme .bsiSecLtsPstjionUs .pagination .current,
.custom-theme .bsiSecLtsPstjionUs .pagination a:hover {
    background: var(--bg-orange);
    border-color: var(--bg-orange);
    color: #fff;
}

.pagination {
    display: inline-block;
    margin-bottom: 30px;
}

.custom-theme .bsiSecLtsPstjionUs .pagination span,
.custom-theme .bsiSecLtsPstjionUs .pagination a {
    background: transparent;
    color: #fff;
}

.custom-theme .bsiSecLtsPstjionUs .pagination a {
    color: #fff;
}

.bsiSecLtsPstjionUs .pagination a:visited {
    color: #fff;
}

/*----Cards Scrolling-*/
.bsiCardsSlide {
    padding: 50px 0;
}

.bsiCardsSlide .swiper-slide {
    width: 28vw
}

.bsiCardsSlide .swiper-slide:first-child>.bsiCardsItem {
    background: var(--bg-orange);
}

.bsiCardsSlide .swiper-slide:nth-child(2)>.bsiCardsItem,
.bsiCardsSlide .swiper-slide:nth-child(5)>.bsiCardsItem {
    background: var(--bg-green);
}

.bsiCardsSlide .swiper-slide:nth-child(3)>.bsiCardsItem {
    background: var(--bg-ocean-teal);
}

.bsiCardsSlide .swiper-slide:nth-child(4)>.bsiCardsItem {
    background: var(--bg-sky-blue);
}

.bsiCardsItem {

    height: 330px;
    border-radius: 20px;
    padding: 30px;
    transition: .4s;
}

.bsiCardsItem:hover {
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.bsiCardIcn img {
    opacity: .30;
}

.bsiSecCards {
    position: relative;
    top: 90px;
    padding-left: 90px;
    padding-right: 15px;
}

.bsiCardsSlide .swiper-slide:nth-child(2n) {
    margin-top: 30px;
}

.bsiCardsItem .bsiIcn-Wrp {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;

}

.bsiCardsItem .bsiIcn-Wrp svg {
    width: 45px;
    height: 40px;
}

.bsiCardsItem:hover .bsiIcn-Wrp {
    border: 0;
}

.bsiCardsItem .arw-circle {
    stroke-dashoffset: 0;
}

.bsiCardsItem:hover .arw-circle {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
}

.bsiLiveblog {
    position: relative;
    z-index: 1;
}

.bsiLatestPostItems a:visited {
    color: #fff;
}

.bsiCardsItem .bsiIcn-Wrp {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
}

.bsiCardsItem:hover .arw-circle {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
}

.bsiFtrRyt img {
    mix-blend-mode: luminosity;
}

.bsiRhsSocial {
    border-radius: 20px;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 20px;
}

.bsiRhsSocial .tabs {
    background: transparent;
    padding: 15px;
}

.bsiRhsSocial .tab-links a {
    padding: 10px 0 !important;
    border-radius: 20px !important;
}

.bsiFturStryDesc a {
    color: #fff;
    font-family: var(--font-body)
}

.bsiSectHeadTxt2 {
    font-weight: 600;
}

.bsiLatestPostItems a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.bsiLatestPostItems a img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.home a:visited {
    color: #fff;
}

.bsiSecPhotos .bsiSectHeadTxt1 {
    margin-bottom: 40px;
}

.storyContent_outer h4.bsiSectHeadTxt2 {
    line-height: 38px;
}



/*--------Last updated css --*/

.bsiInnerHeaderMB .bsiHeader {
    margin-bottom: 50px;
}

.bsiAwardsTitl a {
    color: #fff;
}

.bsiSecLstVid a:visited,
.bsiSecBanegaSwasth a:visited,
.bsiSecPhotos a:visited,
.bsiSecRecit a:visited,
.bsiVdoList a:visited,
.bsiPhotoItem a:visited,
.bsiQuote a:visited {
    color: #000;
}

.photosSliderCont a:visited,
.bsiSecLtsPstjionUs a:visited {
    color: #fff;
}

.bsiFooterItem a:visited {
    color: #000;
}

.bsiNavBar {
    overflow-y: scroll;
}

.bsiVdoThumb_Descp a:visited {
    color: #000
}

.bsiPhotoItem:hover {
    background: #f4f4f4;
}

.PhotoCaption {
    min-height: 118px;
}

.bsiPhotoItem:hover .PhotoCaption {
    border-color: #000;
}

.bsiPhotoItem:hover .PhotoCaption a {
    background-image: linear-gradient(#000, #000);
    color: #000;
}

ul.mvp-post-soc-list li {
    height: 40px;
}

/* -- breadcrumb --- */
.bsiBreadcrumb {
  background: rgba(70, 140, 52,0.2);
  margin-bottom: 40px;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 4px rgba(11, 9, 9, 0.2);
}
.bsiBreadcrumb ul li{ line-height: 24px;}
.bsiBreadcrumb ul li {
  display: inline-block;
  padding: 0 6px 0 0;
  font-size: 15px;
}
.bsiBreadcrumb ul li a.bmmactive {
  color: #000;
}
.bsiBreadcrumb ul li a .bdm_arrow {
  display: inline-block;
  padding: 0 8px;
}

.bsiBreadcrumb ul li span{color: #595959;}
.fixed-body {
  position: fixed;
  width: 100%;
}

#mvp-vid-wide-wrap .bsiBreadcrumb {
  background: rgba(70, 140, 52,0.8);
  margin-top: 30px;
}

#mvp-vid-wide-wrap .bsiBreadcrumb ul li a.bmmactive {
  color: #fff;
}

#mvp-vid-wide-wrap .bsiBreadcrumb ul li span {
  color: #c8c8c8;
}
/*-----------Responsive Media Query--------------------*/

@media (max-width:767px) {



    .bsiInnerHeaderMB .bsiHeader {
        background: var(--bg-orange);
    }

    .mastheadImg {
        padding-bottom: 20px;
    }

    .btn_ReadMore {
        font-size: 14px;
    }

    .bsi-rgt_arw {
        width: 25px;
        height: 25px;
    }

    .bsiCampgnpilrs .swiper-slide {
        width: 69vw !important
    }

    .bsiCardsSlide .swiper-slide {
        width: 60vw
    }

    .bsiCardsItem {
        width: 100%;
        height: 250px;
    }

    :root {
        --font-50: 24px;
        --font-30: 18px;
    }

    .bsiDesktopMH {
        display: none;
    }

    .bsiMobileMH {
        display: block;
    }

    .pt-90 {
        padding-top: 30px;
    }

    .pb-90 {
        padding-bottom: 30px;
    }

    .pb-50 {
        padding-bottom: 25px;
    }



    .bsiFturStry_content {
        width: 100%;
        padding-bottom: 0;
    }

    .bsiFturStryThumb {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .bsiFturStryDesc {
        line-height: 23px;
    }

    .bsiFturStry .bsiRow,
    .bsiRowM {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .bsiFturStry .bsiRow .bsiCol4,
    .bsiCol3 {
        flex: 0 0 70%;
        max-width: 70%;

    }

    .bsiFturStry {
        overflow: hidden;
        overflow-x: scroll;
        width: calc(100% + 15px);
    }

    .bsiStoryThumnail {
        height: auto;
        width: auto;
    }

    .bsiStryPostDesc {
        font-size: 16px;
        line-height: 23px;
    }

    .post_cat span {
        margin: 15px 0;
    }

    /* Latest Videos*/
    .bsiLstVidHeader {
        margin-bottom: 20px;
    }

    .bsiVdoThumb_Details .bsiSectHeadTxt2 {
        line-height: 24px;

    }

    .bsiPostTimestamp {
        margin: 12px 0;
    }

    .bsiLstVidThumb {
        width: 100%;
        height: auto;
    }

    .video-play-button::before {
        width: 48px;
        height: 48px;
    }

    .video-play-button::after {
        width: 38px;
        height: 38px;
    }

    .video-play-button span {
        background-size: 12px;
    }

    .bsiLstVid {
        display: block;
    }

    .bsiVdoThumb_Details {
        display: inline-block;
        padding: 15px 0 0 0;
    }

    .BsiVdoTime {
        padding: 12px 0;
    }

    .bsiVdoThumb_Descp {
        font-size: 16px;
        line-height: 22px;
    }

    /*-----Blog------*/
    .bsiLiveBlog .swiper-slide {
        width: 59% !important;
    }

    /*----Banega Swatchh India*/
    .bsiSecBanegaSwasth .bsiRow {
        flex-direction: column;
    }

    .bsiSecBanegaSwasth .bsiRow .bsiCol6 {
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        max-width: 100%;
    }

    .bsiSecBanegaSwasth .bsiRow {
        padding-bottom: 80px;
    }

    .bsiSecBanegaSwasth .bsiParaTxt1 {
        font-size: 18px
    }

    .SwatchCampDtls .bsiSectHeadTxt1 {
        line-height: 30px;
    }

    .SwatchCampDtls {
        padding-right: 0;
    }

    .bsiSecBanegaSwasth .bsiParaTxt1:nth-child(3) {
        margin: 22px 0;
    }

    .ReadMoreBtn {
        margin-top: 22px;
        margin-bottom: 40px;
    }

    .bsiAyushmanImg {
        padding-right: 40px;
    }

    .bsiCampAmbsdor {
        position: absolute;
        width: 237px;

        padding: 40px 20px 20px;
        bottom: -50px;
        right: 0px;
        left: auto;
    }

    .bsiCampheading {
        font-size: 19px;
        line-height: 25px;
    }

    .bsiCampTxt {
        font-size: 18px;
    }

    /*-------Reccit commitment---------------*/
    .bsiReckit_lft,
    .bsiReckit_ryt {
        width: 100%;
    }

    .bsiRackitSlide {
        margin-bottom: 20px;
    }

    .bsiReckit_ryt .swiper-slide::before {
        font-size: 45px;
    }

    .bsiReckit_ryt .swiper-slide {
        /* width: 70vw !important; */
        height: 240px;
    }

    .bsiReckit_lft {
        margin-bottom: 15px;
        text-align: center;
    }

    .reckListContent {
        font-size: 16px;
        color: #fff;
        line-height: 22px;

    }

    .bsiReckit_lft .ReadMoreBtn {
        display: block;
    }

    /*-------Quote UnQuote---------------*/
    .bsiQuoteList {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 0;
    }

    .bsiQuoteItem:first-child {
        top: 0
    }

    .bsiQuoteItem:nth-child(2) {
        margin-bottom: 0;
    }

    .bsiQuoteItem:nth-child(4) {
        left: 0;
    }

    .bsiQuoteItem {
        width: 100%;
    }

    .bsiQuoteCnt>p {
        font-size: 16px;
        font-weight: 500;
    }

    .quoteToplft,
    .quoteTopryt {
        display: none;
    }

    /*------Latest Post & Join Us------------*/
    .bsiLtstJnUsCont {
        display: block;
        padding: 0;

    }

    .bsiLtstJnUsCont .bsiSectHeadTxt1 {
        padding: 0 15px;
    }

    .bsiLatstPostCol {
        width: 100%;
        padding-top: 45px;
    }

    .bsiLaestPostList {
        margin-right: 0;
        margin-top: 30px;
    }

    .bsiLatestPostItems {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .bsiLatestpstThumb {
        width: 100px;
        border-radius: 6px;
    }

    .bsiPostCat {
        font-size: 12px;
    }

    .bsiPostTitle {
        font-size: 16px;
        margin: 10px 0;
    }

    .bsiPostSummry {
        display: none;
    }

    .bsiJoinusCol {
        width: 100%;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bsiFooterNavlist .bsiFooterItem {
        padding: 8px 14px !important;
    }

    /*--------Awards and achivements---------*/
    .bsiAwardsAchmnt .bsiLstVidHeader .bsiMoreBtn {
        display: none;
    }

    .bsiAwardsAchmnt .bsiLstVidHeader {
        justify-content: center;
    }

    .swiper.bsiAwardsAchvmnt .swiper-wrapper {
        padding-bottom: 40px;
    }

    /*-- Photos-*/
    .bsiSecPhotos .bsiRow~.bsiRow .bsiCol12,
    .bsiAwardsAchmnt .bsiRow~.bsiRow .bsiCol12 {
        padding-right: 0;
    }

    .PhotoThumb {
        width: 200px;
        height: 270px
    }

    .photosSliderCont .bsiSwiperBtn {
        top: auto;
        bottom: -50px;
        right: 0;
        left: 0;
        text-align: center;
    }

    .bsiLiveBlog~.bsiSwiperBtn .swiper-button-next,
    .bsiLiveBlog~.bsiSwiperBtn .swiper-button-prev,
    .photosSliderCont .bsiSwiperBtn .swiper-button-prev,
    .photosSliderCont .bsiSwiperBtn .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .bsiLiveBlog~.bsiSwiperBtn .swiper-button-next::after,
    .photosSliderCont .bsiSwiperBtn .swiper-button-prev::after,
    .bsiLiveBlog~.bsiSwiperBtn .swiper-button-prev::after,
    .photosSliderCont .bsiSwiperBtn .swiper-button-next::after {
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .bsiSecPhotos {
        padding-bottom: 60px;
    }


    /*-------Previous Season*/

    .SeasonTabs #tabs-nav {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap
    }

    ul#tabs-nav li {
        padding: 10px 15px;
        flex-shrink: 0;
    }

    .bsiTimelineList::before,
    .bsiTimelineList::after {
        display: none;
    }

    .bsiTimeline {
        display: flex;

        padding-bottom: 40px;
    }

    .bsiTimelineList {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        align-items: baseline;
        padding-bottom: 20px;
    }

    .bsiTimelineItem {
        flex-shrink: 0;
    }

    .bsiTimelineItem:nth-child(2n) {
        transform: translateY(0);
    }

    .bsiTimelineItem:nth-child(2n) .bsiTimelineArticle,
    .bsiTimelineItem:nth-child(2n) .eventDtail {
        display: block;
    }

    .thumbEvent {
        width: 188px;
        height: 120px;
    }

    .bsiTimelineItem:nth-child(2n) .thumbEvent {
        margin-bottom: 15px;
    }

    .bsiTimelineItem:nth-child(2n)::after {
        bottom: -13px;
        top: auto;
    }

    /*-----Cards Scrolling----*/
    .bsiSecCards {
        top: 0;
        padding: 40px 15px 40px 15px;
    }

    .bsiCardsSlide {
        padding: 0;
    }

    /*------_Footer-------*/
    .bsiFooter {
        text-align: center;
        padding: 0;
    }

    .bsiFtrLogoImg {
        position: relative;
        z-index: 1;
        left: -10px;
        top: 40;
        display: inline-block;
        width: 120px;
    }

    .bsiFtrLft {
        width: 100%;
    }

    .bsiFrtp {
        font-size: 16px;
    }

    .bsiFtrRyt {
        position: relative;
    }

    .bsiFooterNav {
        padding: 20px 0;
        margin: 0;
    }

    .bsiFooterNavlist {
        border-bottom: 0;
        text-align: left;
        display: inline-block;
        width: 100%;
        padding-bottom: 0;
    }

    .bsiFooterNavlist .bsiFooterItem {
        display: inline-block;
        padding: 0 14px;
        width: 46%;
    }

    .bsiFooterNav {
        border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    }

    .bsiFooterItem a {
        font-size: 14px;
    }

    .bsiFooter svg {
        display: none;
    }

    .bsiFooter::before {
        content: '';
        position: absolute;
        height: 290px;
        width: 100%;
        clip-path: polygon(48% 31%, 0 0, 100% 0);
        background: #f4f4f4;
        top: 0;
        left: 0;
    }

    .bsiLaestPostList {
        margin-right: 0;
        margin-top: 30px;
        padding: 0 15px;
    }

    .SwatchCampDtls .bsiSectHeadTxt1 {
        line-height: 30px;
        margin-bottom: 15px;
        Add
    }

    .bsiSecBanegaSwasth .bsiParaTxt1 {
        font-size: 18px;
        line-height: 25px;
        ADD
    }

    .SwatchCampDtls .ReadMoreBtn {
        margin-top: 30px;
    }

    .bsiSecCampgnPilrs,
    .bsiCampgnpilrs-items {
        height: 550px;
    }

    .bsiCampgnpilrs-item-details h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .bsiCampgnpilrs-items:hover .bsiCampgnpilrs-item-details {
        top: 36%
    }

    .bsiQuoteCnt {
        position: relative;
        margin-bottom: 0px;
        left: -50px;
        top: auto;
        bottom: 0;
    }

    .pagination {
        padding-left:15px; padding-right:15px
    }
    
    
}