    /* 
    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 */



    :root {
        --primary: #107CAA;
        --secondary: #0C5290;
        --accent:#107CAA;
        --text: #171942;
        --text-light : #2E3055;
        --dark : #000000;
        --light : #FFFFFF;
    }
    html {
        margin-top: 0 !important;
        scroll-behavior: smooth;
    }
    body {
        color: var(--text);
    }
    html h1,
    html h2,
    html h3,
    html h4,
    html h5,
    html h6 {
        margin-top: 0;
    }
    ::selection {
        color: var(--white);
        background: var(--primary);
    }
    img {
        max-width: 100%;
        width: auto;
        height: auto;
        z-index: 1;
    }
    html a,
    html .elementor a {
        text-decoration: none;
        transition: all 0.4s;
        color: inherit;
    }
    html a:hover {
        color: var(--primary);
    }
    html h1.entry-title {
        display: none;
    }
    html p:last-child {
        margin-bottom: 0;
    }
    *:focus {
        outline: none !important;
    }
    .btn a.elementor-button .elementor-button-icon svg {
        height: 12px;
        width: 12px;
    }
    .btn a.elementor-button:hover .elementor-button-icon svg > * {
        fill: transparent;
    }
    .banner_counter_box .elementor-counter .elementor-counter-number-wrapper {
        flex: unset;
    }
    .banner_counter_box .elementor-counter .elementor-counter-title {
        text-align: right;
    }
    .how_we_work_icon_box {
        position: relative;
    }
    .how_we_work_icon_box:after {
        position: absolute;
        content: "";
        width: 140px;
        height: 1px;
        border-top: 1px dashed #1719424D;
        top: 50px;
        left: auto;
        right: -80px;
    }
    .how_we_work_icon_box:last-child::after {
        display : none;
    }
    .service_box {
        transition: all 0.5s;
        cursor: pointer;
    }
    .service_box:hover {
        background-color: var(--secondary);
    }
    .service_box p,
    .service_box h3 {
        transition: all 0.5s;
    }
    .service_box:hover p,
    .service_box:hover h3 {
        color: var(--light) !important;
    }
    .btn.btn-light a.elementor-button:hover span.elementor-button-icon svg > * {
        stroke:var(--light);
    }
    .why_choose_row_first .why_choose_box:nth-child(2) {
    position: relative;
}
.why_choose_row_first .why_choose_box:nth-child(2):before,
.why_choose_row_first .why_choose_box:nth-child(2):after {
    position: absolute;
    content: "";
    height: 540px;
    width: 1px;
    background: linear-gradient(
    180deg, rgba(23, 25, 66, 0) 0%, rgba(23, 25, 66, 0.16) 50%, rgba(23, 25, 66, 0) 100%);
    top: 0;
    left: 0;
}
.why_choose_row_first .why_choose_box:nth-child(2):after{
    left: auto;
    right: 0;
}
.why_choose_row_second .why_choose_box{
    position: relative;
}
.why_choose_row_second .why_choose_box:nth-child(1):after,
.why_choose_row_second .why_choose_box:nth-child(3):after{
    position: absolute;
    width: 440px;
    height: 1px;
    content: "";
    right: 0;
    background: linear-gradient(90deg, rgba(23, 25, 66, 0) 0%, rgba(23, 25, 66, 0.16) 100%);
}
.why_choose_row_second .why_choose_box:nth-child(3):after{
    left: 0;
     background: linear-gradient(270deg, rgba(23, 25, 66, 0) 0%, rgba(23, 25, 66, 0.16) 100%);
}
.header {
    width: 100% !important;
    inset-inline-start: 0px !important;
}
.header .e-con-inner{
     max-width: 1320px !important;
     width: 100%;
     margin: 0px auto;
}
.header,
.header .e-con-inner{
    transition: all 0.5s;
}
.sticky .header {
    box-shadow: 0px 0px 10px -2px #00000047;
    
}
.sticky .header .e-con-inner{
    padding: 8px 0px;
}
.form_wrraper span.elementor-message::before {
    display: none;
}
.form_wrraper span.elementor-message {
    margin-top: 6px;
}




@media (max-width:1024px) {
    .banner_counter_box .elementor-counter .elementor-counter-title {
        text-align: left;
    }
    .how_we_work_icon_box:after {
    width: 80px;
    top: 40px;
    right: -46px;
}
.why_choose_row_second .why_choose_box:nth-child(1):after, .why_choose_row_second .why_choose_box:nth-child(3):after {
    width: 200px;
}

}
@media (max-width:767px) {
    .banner_counter_wrap {
        position: unset;
    }
    .solution_image_wrap {
    max-width: 120px;
    width: 100%;
}
.service_box:hover {
    background-color: var(--light);
}
.service_box:hover p{
    color: var(--text-light) !important;
}
    .service_box:hover h3 {
        color: var(--text) !important;
    }
    
    .why_choose_box:after,
    .why_choose_row_first .why_choose_box:nth-child(2):after,
        .why_choose_row_second .why_choose_box:nth-child(1):after, .why_choose_row_second .why_choose_box:nth-child(3):after,
        .how_we_work_icon_box:after{
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background: linear-gradient(
        90deg, rgba(23, 25, 66, 0) 0%, rgba(23, 25, 66, 0.16) 50%, rgba(23, 25, 66, 0) 100%);
        top: auto;
        bottom: 0;
        left: 0;
    }
    .why_choose_row_second .why_choose_box:last-child:after,
    .why_choose_box:before{
        display: none;
    }
    .how_we_work_icon_box:after {
        border: 0px;
    }

    .testimonial_block .elementor-swiper-button.elementor-swiper-button-next, .testimonial_block .elementor-swiper-button.elementor-swiper-button-prev {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }

}