/* ------ Global ----- */

.elementor-icon-wrapper {
    line-height: 0;
}

/* ------------------- */

.main_event_loopit .on_hover_eff,
.main_event_loopit h3 .main_event_loopit .post-excerpt_main {
    transition: all 0.3s ease-in-out;
}

.main_event_loopit:hover .on_hover_eff {
    border-color: rgba(35, 35, 35, 1) !important;
    transition: all 0.3s ease-in-out;
}

.main_event_loopit:hover .post-excerpt_main {
    color: rgba(78, 78, 78, 1) !important;
    transition: all 0.3s ease-in-out;
}

.main_event_loopit:hover h3 {
    color: rgba(35, 35, 35, 1) !important;
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
}


/* ----- Tab Section ----- */

.home_tab-wid .e-n-tabs {
    counter-reset: tabCounter;
}

.home_tab-wid .e-n-tab-title::before {
    content: counter(tabCounter, decimal-leading-zero);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 20px;
}

.home_tab-wid .e-n-tabs-heading .e-n-tab-title {
    display: flex;
    justify-content: start;
    transition: all 0.2s ease-in;
    padding-left: 184px;
    position: relative;
    counter-increment: tabCounter;
}

.home_tab-wid .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    position: relative;
    transition: all 0.2s ease-in;
}

.home_tab-wid .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
    content: '';
    background-image: url("images/acc-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 24px;
    position: absolute;
    z-index: 4;
    right: 30px;
    transition: all 0.2s ease-in;
}

.home_tab-wid .e-n-tabs-heading .e-n-tab-title:hover {
    background-color: rgba(196, 14, 33, 1) !important;
    transition: all 0.2s ease-in !important;
}

.home_tab-wid .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    background-color: rgba(196, 14, 33, 1) !important;
    transition: all 0.2s ease-in !important;
}

/* ------------------- */


/* ----- Newletter Form CSS ----- */

.news_form .elementor-shortcode .gform_fields input {
    height: 70px;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 0;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    color: rgba(35, 35, 35, 1);
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: lowercase;
    padding: 20px 28px 20px 28px;
    outline: none;
}

.news_form .elementor-shortcode .gform_fields input::placeholder {
    text-transform: none;
    color: rgba(78, 78, 78, 1);
}

.news_form .elementor-shortcode .gform-footer {
    margin: 0;
}

.news_form .elementor-shortcode .gform_button {
    font-family: 'Oswald' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 26px !important;
    padding-left: 57px !important;
    padding-right: 32px !important;
    height: 60px !important;
    width: 170px !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
    background-color: rgba(196, 14, 33, 1) !important;
    border: 1px solid rgba(196, 14, 33, 1) !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    outline: none !important;
    background-image: url("images/subs-arrow.svg") !important;
    background-position: 30px 53% !important;
    background-repeat: no-repeat !important;
    transition: all 0.2s ease-in !important;
}

.news_form .elementor-shortcode .gform_button:hover {
    background-color: rgba(35, 35, 35, 1) !important;
    border-color: rgba(35, 35, 35, 1) !important;
    transition: all 0.2s ease-in !important;
}



.news_form .elementor-shortcode .gform_wrapper {
    position: relative;
}

.news_form .elementor-shortcode .gfield--input-type-captcha {
    position: absolute;
}

.news_form .elementor-shortcode .gfield--input-type-captcha .gfield_description {
    display: none;
}

.news_form .elementor-shortcode .gform_validation_errors {
    display: none !important;
}

.news_form .elementor-shortcode .gform-loader {
    position: absolute;
    right: 0;
    top: 10px;
}

.news_form .elementor-shortcode .gfield--type-email {
    position: relative;
}

/* .news_form .elementor-shortcode .gfield--type-email .gfield_description {
    position: absolute !important;
    bottom: 4px;
    padding: 0;
    margin: 0;
    left: 28px;
} */
.news_form .elementor-shortcode .gfield--type-email .gfield_description {
    position: relative;
    bottom: -12px;
    padding: 0;
    margin: 0;
    left: 0;
}

.news_form .gform_confirmation_message {
    text-align: center;
    font-size: 16px;
    color: rgba(35, 35, 35, 1);
    font-family: 'Inter Tight', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

/* ------------------- */

.serb-foot_social .elementor-icon {
    position: relative;
    overflow: hidden;
}

.serb-foot_social .elementor-icon:hover svg path {
    fill: #FFFFFF;
    transition: all 0.2s ease-in;
}

.serb-foot_social .elementor-icon::after {
    content: '';
    background-color: rgba(196, 14, 33, 1);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.2s ease-in;
    z-index: -1;
}

.serb-foot_social .elementor-icon:hover::after {
    bottom: 0;
    transition: all 0.2s ease-in;
}

/* ------------------- */

.about_icbox .elementor-icon-box-title {
    margin-top: 0;
}

.main_hover_effect {
    position: relative;
    overflow: hidden !important;
    transition: all 0.3s ease-in;
}

.main_hover_effect::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    bottom: -100%;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.main_hover_effect:hover::after {
    bottom: 0;
    transition: all 0.3s ease-in;
}

.main_hover_effect:hover .elementor-icon-box-content h3 span {
    color: rgba(35, 35, 35, 1) !important;
    transition: all 0.3s ease-in;
}


.main_hover_effect:hover .elementor-icon-box-content p {
    color: rgba(78, 78, 78, 1) !important;
    transition: all 0.3s ease-in;
}

.main_hover_effect .elementor-icon-box-icon svg path {
    transition: all 0.3s ease-in;
}

.main_hover_effect:hover .elementor-icon-box-icon svg path {
    stroke: rgba(196, 14, 33, 1);
    transition: all 0.3s ease-in;
}

.main_hover_effect:hover .elementor-icon-box-wrapper {
    z-index: 2;
    transition: all 0.3s ease-in;
}

/* ------------------- */

.history_effect_div {
    transition: all 0.3s ease-in;
    position: relative;
}

.history_effect_div:hover .elementor-icon-box-content h3 span,
.history_effect_div:hover .elementor-icon-box-content p {
    color: #FFFFFF !important;
    transition: all 0.3s ease-in;
}

.history_effect_div:hover .elementor-icon svg path {
    /* stroke: #FFFFFF !important; */
    fill: #FFFFFF;
    transition: all 0.3s ease-in;
}

.wid-post_cont figure img {
    min-height: 424px !important;
    max-height: 424px !important;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.related_post-content-div .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ------------------- */


@media(max-width: 1200px) {
    .home_tab-wid .e-n-tabs-heading .e-n-tab-title {
        padding-left: 120px;
    }

    .news_form .elementor-shortcode .gform_fields input {
        padding: 0 185px 0 15px;
    }
}

@media(max-width: 1024px) {
    .home_tab-wid .e-n-tabs-heading .e-n-tab-title {
        padding-left: 80px;
    }

    .home_tab-wid .e-n-tab-title::before {
        font-size: 18px;
    }

    .wid-post_cont figure img {
        min-height: 375px !important;
        max-height: 375px !important;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .news_form .gform_confirmation_message {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width: 767px) {

    .news_form .elementor-shortcode .gform_fields input {
        height: 55px;
        padding: 0 135px 0 15px;
    }

    .news_form .elementor-shortcode .gform_button {
        height: 45px !important;
        width: 125px !important;
        padding-left: 35px !important;
        background-position: 5px 54% !important;
    }

    .news_form .elementor-shortcode .gfield--type-email .gfield_description {
        left: 14px;
    }

    .serb_footer_menu .elementor-nav-menu {
        flex-direction: column;
    }

    .serb_footer_menu .elementor-nav-menu li::after {
        content: none;
        display: none;
    }

    .serb_footer_menu .elementor-nav-menu .elementor-item {
        margin: 0 !important;
    }

    .home_tab-wid .e-n-tabs-heading .e-n-tab-title {
        padding-left: 40px;
    }

    .home_tab-wid .e-n-tab-title::before {
        font-size: 15px;
        left: 15px;
    }

    .home_tab-wid .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::after {
        width: 15px;
        height: 12px;
    }

    .post_title_main_wid h3 {
        color: rgba(35, 35, 35, 1) !important;
    }

    .main_event_loopit {
        background-color: #FFFFFF !important;
    }

    .post-excerpt_main {
        color: rgba(78, 78, 78, 1) !important;
    }

    .wid-post_cont figure img {
        min-height: 100% !important;
        max-height: 100% !important;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .news_form .gform_confirmation_message {
        font-size: 18px;
        line-height: 28px;
    }
}