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


.header_main_applybtn a{
    height:54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_newsletter_form #form-field-email{
    padding: 20px 30px;
}
.footer_newsletter_form .elementor-widget-container{
    height:auto !important;
}
.footer_newsletter_form .elementor-field-type-submit{
    align-items: center;
    width: fit-content !important;
}
.footer_newsletter_form .elementor-field-type-submit .elementor-button{
    height: 54px;
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_newsletter_form .elementor-form-fields-wrapper{
    align-items: center;
    justify-content: space-around;
}
.footer_timing_list .timing_day{
    width:42px;
    display: inline-block;
}
.footer_timing_list .timeni_dots{
    padding: 0 20px;
}
.footer_timing_list p{
    margin-bottom: 0px;
}
.banner_main_sider .swiper-pagination-bullets{
    left:36px;
    right: 0px;
    margin-top: 100px;
}
.banner_main_sider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 30px;
    height: 12px;
    background: #ffffff;
    border-radius: 25px;
    margin: 0px 5px;
}
.banner_main_sider .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #ffffff4d;
    margin: 0px 5px;
}
.home_pg_box3_cta{
    background: linear-gradient(98.9deg, #40897E 49.6%, #2C756A 100%);
}
.talent_solution_list_box .acquisition_single_box{
    background:linear-gradient(180deg, #FFFFFF 0%, #DAF8F6 100%);
}
.why_choose_faq_box .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title{
    border-radius: 20px;
}
.why_choose_faq_box .e-n-accordion .e-n-accordion-item.active .e-n-accordion-item-title{
    border-radius: 20px 20px 0 0;
}
.why_choose_faq_box .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg{
    fill:transparent !important;
}
.why_choose_faq_box .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg{
    fill:transparent !important;
}
.our_gallery_boxtop{
    background: linear-gradient(98.9deg, #40897E 49.6%, #2C756A 100%);
}
.home_bottom_contact_form input,.home_bottom_contact_form textarea{
    padding: 14px 25px;
}
.employers_main_list .single_empl{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
.about_milestone_main_banner{
   background: linear-gradient(98.9deg, #40897E 49.6%, #2C756A 100%);
}




@media (max-width: 767px) {
    .footer_timing_list .timeni_dots{
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer_timing_list .timeni_dots{
        padding: 0 10px;
    }
    .header_main_menuboxr{
        width:40px !important;
    }
    .header_main_menuboxr .hfe-nav-menu__toggle{
        margin-left: 0px !important;
    }
}