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


.no_margin p{
    margin-bottom: 0;
}

.span_color span{
    color:#FBFBFE;
    font-style: italic;
}

.span_color_blue span{
    color: #1D4BD4;
    font-style: italic;
}
.noitalic span{
    font-style: normal!important;
}


.svg_center .elementor-icon-wrapper{
    display: flex;
}

.dot {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    transform-box: fill-box;
    transform-origin: center;
}
.full_height .hover_container_news,
.full_height .elementor-loop-container.elementor-grid,
.full_height{
    height: 100%;
}
.hero_video .elementor-widget-video:after{
    
    content: "";
    display: block;
    position: absolute;
    width:calc(100% + 10px);
    height: calc(100% + 10px);
    border: 10px solid #041051;
    z-index: 999;
    top: -5px;
    left: -5px;
}
.hero_video .elementor-widget-video{

}
.hero_video video{
    /*height: 100%;*/
    background-color: #051249!important;

}
.hero_video .e-hosted-video{
    /*height: 100%;*/
    /*aspect-ratio: unset;*/
}
.hero_svg svg{
    max-width: 100%;
    height: auto;
}
.our_approach_anim_line svg{
    max-width:100%;
    height: auto;
}
.hover_container:hover .hover_section_icon{
    background: #0000A6!important;
}
.hover_container_news .hover_section_icon{
    background: #0000A6!important;
}
.hover_container_news:hover .hover_section_icon{
    background: #64AAFF!important;
}
.full_height{
    height: 100%;
}
.icon_button svg{
    width: auto;
    height: 40px;
}
.icon_button svg rect{
    fill: #1D4BD4;
}
.icon_button a:hover svg rect{
    fill: #64AAFF;
}
@media (min-width:1421px) and (max-width: 1550px) {
    .hero_title h1{
        font-size: 78px!important;
    }
}
@media (max-width: 1420px) {

    .hero_top_line{
        top: -40px!important;
    }
    .hero_bottom_line{
        bottom: -60px!important;
    }
}

@media (max-width: 1200px) {

    .full{
        width: 100%!important;
    }
    .hero_bottom_line{
        bottom: -60px!important;
    }
}
@media (max-width: 804px) {

    .hero_top_line{
        top: 0px!important;
    }
    .hero_bottom_line{
        bottom: 0px!important;
    }
}
@media (max-width: 767px) {

    .hero_bottom_section{
        position: unset;
    }
    .hover_container {
        background: #FBFBFE!important;
    }
    .hover_container .hover_section_icon{
        background: #0000A6!important;
    }
    .path-section:not(.third  ) .elementor-widget-html svg {
        /*width: 100%;*/
        height: auto;
    }
    .second_anim{
        display: flex;
        justify-content: flex-end;
    }
    .swiper-pagination-bullet{
        opacity: 1!important;
        border: 1px solid #0000A6;
        background: transparent!important;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{

        background: #0000A6!important;
    }
    .icon_button svg{

        height: 35px;
    }
}

.cus_contact_form .gform_fields{
    row-gap: 24px!important;
}
.cus_contact_form .gform_heading,
.cus_contact_form .gfield_required{
    display: none!important;
}
.cus_contact_form .gform_wrapper form .gfield_label {
    color:  #233244;
    font-family: "Reddit Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.cus_contact_form .gform_wrapper form select,
.cus_contact_form .gform_wrapper form textarea,
.cus_contact_form .gform_wrapper form input {
    color: #8E96A0;
    font-family: "Reddit Sans"!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 5.17px;
    background:#FBFBFE;
    border:none!important;
    height: auto;
    padding: 12px 24px!important;
}




.restore_form.cus_contact_form .gform_wrapper form .gfield_label {
    font-size: 16px;

}



.cus_contact_form .gform_wrapper form textarea{
    height: 100px;
    min-block-size: 9rem!important;
}
.cus_contact_form .gform_wrapper form .gform_button{
    padding: 8px 14px!important;
    border-radius: 8px!important;
    border: 1px solid  #0000A6!important;
    background:  #0000A6!important;
    color:  #FBFBFE!important;
    text-align: center;
    font-family: "Reddit Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: all 0.3s;
}
.cus_contact_form .gform_wrapper form .gform_button:hover{
    background-color: transparent!important;
    color:  #0000A6!important;
}

.restore_form.cus_contact_form .gform_wrapper form .gform_button{
    padding: 12px 18px!important;
    border-radius: 77px!important;
    border: 1px solid  #64AAFF!important;
    background:  #64AAFF!important;
    color:  #FBFBFE!important;
    font-size: 19px!important;
    letter-spacing: -0.19px!important;
}

.cus_contact_form .gform_wrapper form select {
    /* Hide default browser arrow */
    -webkit-appearance: none; /* For older Chrome, Safari, etc. */
    -moz-appearance: none;    /* For older Firefox */
    appearance: none;         /* Standard property */

    /* Optional: Add padding to make space for your custom arrow */
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22' fill='none'%3E%3Crect x='26' y='1.1365e-06' width='21.0239' height='26' rx='4' transform='rotate(90 26 1.1365e-06)' fill='%230000A6'/%3E%3Cpath d='M10.2991 8.43555L11.6718 8.43555L12.9533 11.6484L12.9962 11.6484L14.2992 8.43555L15.688 8.43555L13.6289 13.0303L12.3313 13.0303L10.2991 8.43555Z' fill='%23FBFBFE'/%3E%3C/svg%3E");
    background-position:  calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 21px;
}



/* For IE10+ */
.cus_contact_form .gform_wrapper form select::-ms-expand {
    display: none;
}



.cus_contact_form .gform_wrapper .ginput_container_radio .gfield_radio{
    display: flex!important;
    align-items: center!important;
    justify-content: start!important;
    gap: 10px!important;
    flex-direction: row!important;
}
.cus_contact_form .gform_wrapper .ginput_container_radio .gfield_radio input{
    position: absolute;
    overflow: hidden;
    width:0;
    height: 0;
    opacity: 0;
    padding: 0!important;
}

.cus_contact_form .gform_wrapper .ginput_container_radio .gfield_radio input + label{
    position: relative;
    color: #233244;
    font-family: "Reddit Sans"!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 34px;
    cursor: pointer!important;
    margin: 0!important;
}
.cus_contact_form .gform_wrapper .ginput_container_radio .gfield_radio input + label:after{
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    left: 0;
    top: 0;
    height: 24px;
    border-radius: 5.17px;
    background:  #FBFBFE;
}
.cus_contact_form .gform_wrapper .ginput_container_radio .gfield_radio input:checked + label:after{

    background:  #64AAFF;
}
.cus_contact_form .gform_wrapper .ginput_container_radio .gfield_radio input:checked + label:before{
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 8px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
}
.cus_contact_form .gform_wrapper .ginput_container_radio .gfield_radio input:checked + label:before{

    opacity: 1;

}







.cus_accordion details{
    border-radius: 14px;
    /*border: 0.5px solid #000;*/
    transition: all 0.3s;
    background-color: #FBFBFE;
}
.cus_accordion details[open]{
    background-color: #E7EFFA;
}
.cus_accordion .e-n-accordion-item-title-icon{
    border-radius: 10px;
    background: #0000A6;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cus_accordion .e-n-accordion-item-title-icon svg path{
    fill:#FBFBFE
}

.position_icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.exp_img .elementor-widget-image{
    position: relative;
}
.exp_img.elementor-widget-image:before,
.exp_img.elementor-widget-image:after{
    position: absolute;
    width:218px!important;
    height: 226px!important;
    content: ""!important;
    display: block;
    max-width: 50%;
    max-height: 50%;
}
.exp_img.elementor-widget-image:after{
    top: 0;
    right: 0;
    border-top-right-radius: 20px;
    border-top: 1px solid #172647;
    border-right:  1px solid #172647;
}
.exp_img.elementor-widget-image:before{
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #172647;
    border-left:  1px solid #172647;
    border-bottom-left-radius: 20px;
}
@media (max-width: 1300px) {
    .open_position_inner{
        margin: 0!important;
    }
    .positions_image_container{
        width:300px;
    }
    .positions_image img{
        max-width: 700px!important;
        height: 500px!important;
    }
}
@media (max-width: 1080px) {
    .open_position_inner{
        margin: 0!important;
        margin-top: 50px!important;
    }
    .positions_image_container{
        width:250px;
    }
    .positions_image {
        margin-left: -145px!important;
    }
    .positions_image img{
        max-width: 600px!important;
        height: 430px!important;
    }
}
@media (max-width: 992px) {
    .open_position_inner{
        margin: 0!important;
    }
    .positions_image_container{
        width:250px;
    }
    .positions_image {
        margin-left: 0px!important;
    }
    .positions_image img{
        max-width: 350px!important;
        height: auto!important;
    }
}




.max_w{
    max-width: 100%;
}
.button_icon svg{
    width: 9.8px;
}
.man_nav_container:before{
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    height: 50%;
    border-left:0.5px solid #334152 ;
    /*background-color: #334152;*/
    content: "";
    border-top-left-radius: 20px;
}

body:not(.elementor-editor-active) .map_address{
    display: none;
}
body .map_address.active{
    display: block;
}
.map_nav ul {
    gap: 6px!important;
}
.map_nav ul li a{
    padding: 5px 9px;

    border-radius: 5.168px;
    border: 0.5px solid  #7A8CD6;
    background:  #FBFBFE;
}
.map_nav ul li a.active,
.map_nav ul li a:hover{
    background: #7A8CD6;
}
.map_nav ul li a.active span,
.map_nav ul li a:hover span{
    color: #FBFBFE!important;
}
.cus_accordion details{
    border-radius: 14px;
    border: 0.5px solid #000;
    transition: all 0.3s;
}
.cus_accordion details[open]{
    background-color: #E7EFFA;
}
