.hero_banner_section .container_wrapper {}

.hero_banner_section {
    position: relative;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .banner_img {
    background-repeat: no-repeat;
    background-size: cover, 0;
    background-position: center;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section {
    padding: 78px 0 112px;
    min-height: 597px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    background: linear-gradient(101.74deg, rgba(0, 0, 0, 0.6) 28.48%, rgba(0, 0, 0, 0) 60.76%), rgba(0, 0, 0, 0.3);
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .content_section_inner {
    max-width: 1108px;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_heading {
    font-size: 55px;
    line-height: 75px;
    text-transform: uppercase;
    color: #fff;
    font-family: "gothamblack";
    font-weight: 500;
    margin: 0 0 13px;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .heading_outer {
    background-attachment: fixed;
    -webkit-background-clip: text;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .heading_outer .slide_heading {
    color: transparent;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description {
    margin: 0 0 20px;
    max-width: 970px;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_mobile {
    display: none;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #E3E3E3;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_sub_heading {
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #E3E3E3;
    font-family: "Gotham-Medium";
    margin: 49px 0 0;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .button_section {
    margin-top: 30px;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .button_section .btn_link {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 17px 20px;
    font-family: "gothambold";
    font-style: normal;
    font-size: 14px;
    line-height: 13px;
    text-align: right;
    color: #ffffff;
    text-decoration: none!important;
    outline: 0!important;
    background-color: transparent;
    text-transform: uppercase;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 265px;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .button_section .btn_link:hover {
    color: #fff;
    background-color: #33b288;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .content_section_inner .scroll_to_div_section .scrolltodiv {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .content_section_inner .scroll_to_div_section .scrolltodiv:hover {
    color: #33b288;
}

.hero_banner_section .hero_slider_for_section .slick-track {
    display: flex !important;
}

.hero_banner_section .hero_slider_for_section .slick-track .slick-slide {
    height: inherit !important;
}

.hero_banner_section .hero_slider_for_section .slick-track .slick-slide .slide_item_inner,
.hero_banner_section .hero_slider_for_section .slick-track .slick-slide .slide_item_inner .banner_img,
.hero_banner_section .hero_slider_for_section .slick-track .slick-slide .slide_item_inner .banner_img .content_section {
    height: 100%;
}


/************* Nav Section **************/

.hero_banner_section .slider_bottom_section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hero_slider_nav_section .slick-list {
    padding: 0 !important;
}

.hero_slider_nav_section .slide_item .slide_item_inner {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 24px 15px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 30px;
    font-family: "Gotham-Medium";
    cursor: pointer;
    transition: all ease 0.25s;
}

.hero_slider_nav_section .slide_item .slide_item_inner:hover,
.hero_slider_nav_section .slide_item.slick-current .slide_item_inner {
    background: #33B288;
}

.hero_banner_section .slider_bottom_part_mobile {
    display: none;
}

.banner_slider_dots .slick-dots {
    margin: 0 0 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner_slider_dots .slick-dots li {
    margin: 0 7px !important;
    padding: 0 !important;
    width: 8px;
    height: 8px;
}

.banner_slider_dots .slick-dots li:before {
    top: 0 !important;
    width: 8px !important;
    height: 8px !important;
}

.banner_slider_dots .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
    font-size: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
}

.banner_slider_dots .slick-dots li:before {
    background: rgba(255, 255, 255, 0.4) !important;
}

.banner_slider_dots .slick-dots li.slick-active:before {
    background: #4fc59e !important;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description .read_more {
    margin-top: 15px;
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description .read_more:hover {
    color: #33b288;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_desktop.less_height .description_inner {
    height: 150px;
    overflow: hidden;
    -webkit-animation: hide 5s forwards;
    animation: hide 2s forwards;
}

.hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_desktop .description_inner {
    height: 100%;
    min-height: 150px;
}

@media (max-width: 1359px) {
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_heading {
        font-size: 50px;
        line-height: 70px;
    }
}

@media (max-width: 1199px) {
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_heading {
        font-size: 44px;
        line-height: 64px;
    }
}

@media (max-width: 991px) {
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_heading {
        font-size: 38px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .hero_banner_section .hero_slider_for_section .slide_item_inner .banner_img {
        background-size: 0, cover;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_heading {
        font-size: 30px;
        line-height: 50px;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_sub_heading {
        font-size: 20px;
        line-height: 34px;
        margin: 30px 0 0;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section {
        align-items: flex-start;
        padding: 80px 0 150px;
        /*background: linear-gradient(106.61deg, rgba(0, 0, 0, 0.5) 37.85%, rgba(0, 0, 0, 0) 84.55%), rgba(0, 0, 0, 0.3);*/
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_desktop {
        display: none;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_mobile {
        display: block;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_mobile .description_inner {
        /*background: linear-gradient(to bottom, #FFFFFF 0%, #000000 200%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }
    .hero_banner_section .slider_bottom_section {
        display: none;
    }
    .hero_banner_section .slider_bottom_part_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 35px 15px;
    }
    .hero_banner_section .slider_bottom_part_mobile .banner_slider_dots {
        width: 100%;
        margin-bottom: 15px;
    }
    .hero_banner_section .slider_bottom_part_mobile .swipe_to_read_text_for_mobile {
        font-size: 14px;
        line-height: 34px;
        color: #E3E3E3;
        text-align: center;
        text-transform: uppercase;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .button_section {
        margin-top: 60px;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_mobile.less_height .description_inner {
        height: 150px;
        overflow: hidden;
        -webkit-animation: hide 5s forwards;
        animation: hide 2s forwards;
        background: linear-gradient(to bottom, #FFFFFF 0%, #000000 200%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .hero_banner_section .hero_slider_for_section .slide_item_inner .content_section .slide_description.for_mobile .description_inner {
        height: 100%;
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .hero_banner_section .hero_slider_for_section .slide_item_inner .button_section .btn_link {
        width: 100%;
    }
}


/************ Tab Accordion Section Pending Styling ****************/

.tab_accordian__inner__right__wrapper__list__inner__content__heading .heading_outer,
.tab_accordian__inner__left__wrapper__list__inner__content__heading .heading_outer {
    -webkit-background-clip: text;
    background-clip: text;
    /*background-attachment: fixed;
    background-size: 591px 91px;
    background-position: 62% -32%;*/
    background-size: 591px 100%;
    background-position: left center;
    background-repeat: repeat;
}

.tab_accordian__inner__right__wrapper__list__inner__content__heading .heading_outer .h2,
.tab_accordian__inner__left__wrapper__list__inner__content__heading .heading_outer .h2 {
    color: transparent;
}

.tab_accordian__inner__left__wrapper__titles__inner {
    border-top: 3px solid rgba(27, 63, 106, 0.2);
}

.left_right__fag_image_video .left_right__fag_image_video__inner .left_right__fag_image_video__inner__left .section_heading .h2 {
    font-family: "gothamblack";
}

.left_right__fag_image_video .left_right__fag_image_video__inner .left_right__fag_image_video__inner__left .section_heading.show_heading_image {
    -webkit-background-clip: text;
    background-clip: text;
    background-attachment: fixed;
    /*background-size: 591px 91px;
    background-position: 62% -32%;*/
    background-size: 1354px 1175px;
    background-position: left center;
    background-repeat: repeat;
}

.left_right__fag_image_video .left_right__fag_image_video__inner .left_right__fag_image_video__inner__left .section_heading.show_heading_image .h2 {
    color: transparent;
}

@media (max-width: 767px) {
    .tab_accordian__inner__left__wrapper__list__inner__title {
        border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    }
    .tab_accordian__inner__left__wrapper__list__inner .tab_accordian__inner__left__wrapper__list__inner__title {
        padding: 34px 20px;
        min-height: 125px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tab_accordian__inner__left__wrapper__list__inner:last-child .tab_accordian__inner__left__wrapper__list__inner__title {
        border-bottom: none;
    }
}