/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

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

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

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

/* ---- Button ---- */

.red_btn .elementor-button,
.blu_btn .elementor-button {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in;
}

.red_btn .elementor-button::after,
.blu_btn .elementor-button::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: all 0.2s ease-in;
}

.red_btn .elementor-button::after {
    background-color: rgba(0, 30, 87, 1);
}

.blu_btn .elementor-button::after {
    background-color: rgba(189, 34, 29, 1);
}

.red_btn .elementor-button:hover::after,
.blu_btn .elementor-button:hover::after {
    left: 0;
    transition: all 0.2s ease-in;
}

.red_btn .elementor-button:hover {
    border-color: rgba(0, 30, 87, 1) !important;
    transition: all 0.2s ease-in;
}

.blu_btn .elementor-button:hover {
    border-color: rgba(189, 34, 29, 1) !important;
    transition: all 0.2s ease-in;
}

.red_btn .elementor-button:hover .elementor-button-text,
.blu_btn .elementor-button:hover .elementor-button-text {
    z-index: 2;
    transition: all 0.2s ease-in;
    color: #FFFFFF;
}

/* ---- Button ---- */


/* ---- Header CSS ---- */

/* .header_menu_wid .menu-item-has-children .elementor-nav-menu--dropdown {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */

/* ---- Header CSS ---- */


/* ---- Footer CSS ---- */

.copywrite_text a {
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* ---- Footer CSS ---- */


/* ---- Home Hero CSS ---- */

.icon_btn .elementor-button .elementor-button-icon svg {
    height: 50px;
    width: 50px;
}

.icon_btn .elementor-button-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon_btn .elementor-button-icon {
    position: relative;
    transition: all 0.2s ease-in;
}

.icon_btn .elementor-button:hover .elementor-button-icon {
    z-index: 2;
    transition: all 0.2s ease-in;
    transform: rotate(45deg);
}

/* ---- Home Hero CSS ---- */


/* ---- Video Section CSS ---- */

.main-video_wid .elementor-custom-embed-play svg {
    opacity: 1 !important;
}

.main-video_wid .elementor-custom-embed-play {
    position: relative;
    overflow: visible !important;
    width: fit-content;
    line-height: 0;
}

.main-video_wid .elementor-custom-embed-play::before,
.main-video_wid .elementor-custom-embed-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.906);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: videoRipple 2s infinite ease-out;
    pointer-events: none;
    z-index: 0;
}

.main-video_wid .elementor-custom-embed-play::after {
    animation-delay: 1s;
}

.main-video_wid .elementor-custom-embed-play i,
.main-video_wid .elementor-custom-embed-play svg {
    position: relative;
    z-index: 2;
}

@keyframes videoRipple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0.2;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0;
    }
}

/* ---- Video Section CSS ---- */


/* ----- Eassay Process Section CSS ----- */

.essay_image_shape {
    position: relative;
}

.essay_image_shape::after {
    content: '';
    width: 44px;
    height: 44px;
    background-color: rgba(255, 223, 222, 1);
    border-radius: 100%;
    position: absolute;
    right: -20px;
    top: -14px;
    z-index: -1;
}

.essay_image_shape img {
    z-index: 3;
}

.eassay_process_wid .swiper-pagination {
    top: auto !important;
    bottom: -54px;
    background-color: rgb(197, 215, 251) !important;
    height: 1px !important;
    width: 90% !important;
    position: relative;
}

.eassay_process_wid .swiper-pagination::after,
.eassay_process_wid .swiper-pagination::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgb(197, 215, 251) !important;
    position: absolute;
    top: -5px;
}

.eassay_process_wid .swiper-pagination::after {
    left: 0;
}

.eassay_process_wid .swiper-pagination::before {
    right: 0;
}

.eassay_process_wid .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgb(197, 215, 251) !important;
}

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

.slider_loop_div {
    position: relative;
    overflow: hidden !important;
    z-index: 2;
}

.slider_loop_div:hover {
    box-shadow: 2px 9px 56px 22px #DDE6F8;
    transition: all 0.2s ease-in;

}

.slider_loop_div::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 20px !important;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.2s ease-in;
    z-index: -2;
}

.slider_loop_div:hover::after {
    bottom: 0;
    transition: all 0.2s ease-in;
}

.eassay_process_wid .swiper {
    overflow: visible;
}

.eassay_process_wid .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s !important;
    z-index: 11;
}

.eassay_process_wid .swiper-slide-active,
.eassay_process_wid .swiper-slide-next,
.eassay_process_wid .swiper-slide-next+.swiper-slide {
    opacity: 1;
}

/* ----- Eassay Process Section CSS ----- */


/* ----- Discover Phase Section CSS ----- */

.mix_title-main b {
    font-weight: 600;
}

.discover_phase-img .elementor-icon {
    position: relative;
}

.discover_phase-img .elementor-icon::after {
    content: '';
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: rgba(86, 109, 148, 1);
    position: absolute;
    right: -9px;
    top: -16px;
    z-index: 0;
}

.discover_phase-img .elementor-icon svg {
    z-index: 2;
}

.discover_slider_main .swiper {
    overflow: visible;
}

.discover_slider_main .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s !important;
    z-index: 11;
}

.discover_slider_main .swiper-slide-active,
.discover_slider_main .swiper-slide-next {
    opacity: 1;
}

.discover_slider_main .swiper-pagination {
    top: auto !important;
    bottom: -54px;
    background-color: rgba(232, 232, 232, 1) !important;
    height: 1px !important;
    width: 82% !important;
    position: relative;
}

.discover_slider_main .swiper-pagination::after,
.discover_slider_main .swiper-pagination::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(232, 232, 232, 1) !important;
    position: absolute;
    top: -5px;
}

.discover_slider_main .swiper-pagination::after {
    left: 0;
}

.discover_slider_main .swiper-pagination::before {
    right: 0;
}

.discover_slider_main .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgba(232, 232, 232, 1) !important;
}

/* ----- Discover Phase Section CSS ----- */


/* ----- Construct phase Section CSS ----- */


.construct_phase-img .elementor-icon {
    position: relative;
}

.construct_phase-img .elementor-icon::after {
    content: '';
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: rgba(167, 195, 221, 1);
    position: absolute;
    right: -9px;
    top: -16px;
    z-index: 0;
}

.construct_phase-img .elementor-icon svg {
    z-index: 2;
}

.construct_phase-lc .swiper-pagination {
    top: auto !important;
    bottom: -54px;
    background-color: rgba(197, 215, 251, 1) !important;
    height: 1px !important;
    width: 82% !important;
    position: relative;
}

.construct_phase-lc .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: rgba(197, 215, 251, 1) !important;
}

.construct_phase-lc .swiper-pagination::after,
.construct_phase-lc .swiper-pagination::before {
    background-color: rgba(197, 215, 251, 1) !important;
}

/* ----- Construct phase Section CSS ----- */


/* ----- Refine phase Section CSS ----- */

.refine_phase-img .elementor-icon {
    position: relative;
}

.refine_phase-img .elementor-icon::after {
    content: '';
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: rgba(172, 172, 172, 1);
    position: absolute;
    right: -9px;
    top: -16px;
    z-index: 0;
}

.refine_phase-img .elementor-icon svg {
    z-index: 2;
}


/* ----- Refine phase Section CSS ----- */


/* ----- Two Key Components CSS ----- */

.pashes_para_texts p strong {
    font-weight: 600;
}

.inn-prev_btn .elementor-button {
    pointer-events: none !important;
}

.inner_icon-btn .elementor-button-icon svg {
    height: 8px;
    width: 8px;
}

.inner_icon-btn .elementor-button:hover .elementor-button-icon svg {
    stroke: rgba(189, 34, 29, 1);
    transition: all 0.3s ease-in;
}

.inner_why_mension_para p strong {
    color: rgba(0, 30, 87, 1);
    font-weight: 600;
}

.inner_phase_number {
    height: 84px;
    width: 84px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100%;
}

.discover_phase_loop .discover_phase_para span {
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.discover_phase_loop .discover_phase_para b {
    font-weight: 600 !important;
}

.freewrite_heading .elementor-heading-title span {
    font-weight: 400 !important;
}

.freewrite_text-para a {
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

.discover_last-inn-div .discover_last-inn-header .elementor-heading-title,
.discover_last-inn-div .discover_last-iclist .elementor-icon-list-text,
.discover_last-inn-div .discover_last-iclist .elementor-icon-list-icon svg path {
    transition: all 0.2s ease-in;
}

.discover_last-inn-div:hover .discover_last-inn-header .elementor-heading-title {
    color: rgba(80, 166, 0, 1) !important;
    transition: all 0.2s ease-in;
}

.discover_last-inn-div:hover .discover_last-iclist .elementor-icon-list-text {
    color: rgba(0, 30, 87, 1) !important;
    transition: all 0.2s ease-in;
}

.discover_last-inn-div:hover .discover_last-iclist .elementor-icon-list-icon svg path {
    fill: rgba(0, 30, 87, 1);
    transition: all 0.2s ease-in;
}

.refine_inner_butn .elementor-button .elementor-button-icon svg {
    height: 8px !important;
    width: 8px !important;
}

.refine_inner_butn .elementor-button:hover .elementor-button-icon svg path {
    fill: rgba(189, 34, 29, 1);
    transition: all 0.2s ease-in;
}

.refine_inner_para p strong {
    color: rgba(0, 30, 87, 1);
    font-weight: 700;
}

.refrine_tool-but-txt a {
    letter-spacing: 0 !important;
}

.refrine_tool-but-txt a span strong {
    font-weight: 600 !important;
}

.refrain_last-page-btn .elementor-button {
    opacity: 10%;
    pointer-events: none !important;
}

/* ----- Two Key Components CSS ----- */


/* ----- Table CSS ----- */

#tablepress-1 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(175, 212, 239, 1);
    border-radius: 10px;
    overflow: hidden;
    table-layout: fixed;
    font-family: 'Poppins', sans-serif;
}

#tablepress-1 .column-1,
#tablepress-1 .column-2,
#tablepress-1 .column-3 {
    width: 33.33%;
}

#tablepress-1 thead th {
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    color: rgba(0, 30, 87, 1);
    padding: 22px 30px 22px 50px;
    border-right: 1px solid rgba(175, 212, 239, 1);
    border-bottom: 1px solid rgba(175, 212, 239, 1);
    background: #fff;
    text-align: left;
}

#tablepress-1 thead th:first-child {
    border-top-left-radius: 10px;
}

#tablepress-1 thead th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
    text-align: center;
}

#tablepress-1 tbody td {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: rgba(70, 70, 70, 1);
    padding: 22px 30px 22px 50px;
    border-right: 1px solid rgba(175, 212, 239, 1);
    border-bottom: 1px solid rgba(175, 212, 239, 1);
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

#tablepress-1 tbody td:last-child {
    border-right: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#tablepress-1 tbody tr:last-child td {
    border-bottom: none;
}

#tablepress-1 tbody td.column-1 {
    font-weight: 600;
}

#tablepress-1,
#tablepress-1 * {
    font-family: 'Poppins', sans-serif;
}

/* ----- Table CSS ----- */


/* ========== Zoom CSS ========== */

@media only screen and (min-width: 1601px) and (max-width: 1799px) {
    html {
        zoom: 0.90;
        zoom: 90%;
    }
}

@media only screen and (min-width: 1536px) and (max-width: 1600px) {
    html {
        zoom: 0.80;
        zoom: 80%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1535px) {
    html {
        zoom: 0.82;
        zoom: 82%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    html {
        zoom: 0.75;
        zoom: 75%;
    }
}

@media(max-width: 1200px) {
    .icon_btn .elementor-button .elementor-button-icon svg {
        height: 40px;
        width: 40px;
    }

    .eassay_process_wid .swiper-pagination {
        width: 85% !important;
    }

    .discover_slider_main .swiper-pagination {
        width: 75% !important;
    }

    .inner_phase_number {
        height: 70px;
        width: 70px;
    }
}

@media(max-width: 1024px) {

    /* .header_menu_wid .menu-item-has-children .elementor-nav-menu--dropdown {
        box-shadow: none;
    } */

    .eassay_process_wid .swiper-pagination {
        width: 80% !important;
    }

    .discover_slider_main .swiper-pagination {
        width: 85% !important;
    }

    .inner_phase_number {
        height: 60px;
        width: 60px;
    }

    #tablepress-1 thead th {
        font-size: 20px;
        line-height: 24px;
        padding: 18px 15px 18px 25px;
    }

    #tablepress-1 tbody td {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
    }

    .discover_slider_main .swiper-pagination {
        width: 80% !important;
    }
}

@media (min-width: 595px) and (max-width: 1200px) {

    #tablepress-1 .column-1 {
        width: 20%;
    }

    #tablepress-1 .column-2 {
        width: 40%;
    }

    #tablepress-1 .column-3 {
        width: 50%;
    }

}


@media(max-width: 767px) {
    /* .header_menu_wid .elementor-nav-menu--dropdown {
        position: static !important;
    } */

    /* .header_menu_wid .elementor-nav-menu--main .elementor-item {
        display: flex;
        justify-content: space-between;
    } */

    /* .header_menu_wid .elementor-nav-menu--main .elementor-item .sub-arrow svg {
        height: 15px;
        width: 15px;
    } */

    .eassay_process_wid .swiper-pagination,
    .discover_slider_main .swiper-pagination {
        display: none;
    }

    .slider_loop_div::after {
        content: none;
        display: none;
    }

    .slider_loop_div {
        background-color: #FFFFFF;
        box-shadow: 2px 9px 56px 22px #DDE6F8;
    }

    .discover_slider_item {
        box-shadow: 2px 9px 56px 22px rgba(142, 120, 120, 0.15);
    }

    .inner_phase_number {
        height: 45px;
        width: 45px;
    }

}

@media (max-width: 594px) {

    .cons_inner_table #tablepress-1 .column-1 {
        width: 20%;
    }

    .cons_inner_table #tablepress-1 .column-2 {
        width: 30%;
    }

    .cons_inner_table #tablepress-1 .column-3 {
        width: 50%;
        text-align: center;
    }

    .cons_inner_table {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .cons_inner_table #tablepress-1 {
        min-width: 700px !important;
    }
}

@media(max-width: 500px) {
    .respon_hide {
        display: none;
    }
}