/* Home Style */

section#home_banner {
    min-height: 90vh;
    display: flex;
    align-items: center;
}

#home_banner .elementor-shape .elementor-shape-fill {
    transform: rotateY(180deg);
}

section#home_banner .elementor-image img {
    border-radius: 18px;
    border: 2px solid #fff;
}

#focus_specialties {
    padding-top: 20px;
}

#focus_specialties .elementor-tabs-wrapper {
    display: flex;
    justify-content: center;
}

#focus_specialties .elementor-tabs-wrapper .elementor-tab-title {
    margin: 0 20px;
    background-color: #0b59af73;
    border-radius: 40px;
    padding: 16px 25px;
}

#focus_specialties .elementor-tabs-wrapper .elementor-tab-title a {
    color: #fff;
    font-weight: 400;
}

#focus_specialties .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-color: #0b59af;
}

#focus_specialties .elementor-tab-content {
    display: none !important;
}

.fs-tab-content .h2-heading,
#how_can_we_help .h2-heading {
    margin-bottom: 5px !important;
}

.fs-tab-content .h2-heading .elementor-heading-title {
    font-size: 1.438rem;
}

.fs-tab-content .h3-heading,
#how_can_we_help .h3-heading {
    margin-bottom: 10px !important;
}

#tab_content1 img {
    border-radius: 15px;
    border: 2px solid #4d596f;
}

section#how_can_we_help {
    border-top: 1px dashed #919191;
}

section#how_can_we_help:before {
    content: url(/wp-content/uploads/2020/08/angle-down-new.png);
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
    border-radius: 50%;
    border: 1px dashed #919191;
    background: #fff;
}

.fs-tab-content .elementor-icon-list-item,
#how_can_we_help .elementor-icon-list-item {
    margin-bottom: 8px;
}

#client_success_stories {
    padding-top: 160px;
}

#client_success_stories .elementor-shape .elementor-shape-fill {
    transform: rotateY(180deg);
}

#client_success_stories .elementor-text-editor {
    color: #fff;
}

#about_us .elementor-text-editor {
    font-weight: 400;
}


/* Responsive */

@media (max-width: 1024px) and (min-width:768px) {
	section#home_banner {
        height: 80vh;
    }
    #home_banner .elementor-shape {
        display: none;
    }

    #home_banner {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    section#home_banner {
        display: none;
    }
    #home_banner_mobile .theme-btn .elementor-button {
        border: 1px solid #fff;
        border-radius: 35px !important;
        padding: 15px 40px !important;
    }
    #home_banner_mobile .col-2:before {
        content: url(/wp-content/uploads/2020/07/angle-down2.png);
        position: absolute;
        width: 60px;
        height: 60px;
        top: -30px;
        left: calc(50% - 30px);
        border-radius: 50%;
        background: #fff;
        z-index: 9;
    }
    .ast-mobile-menu-buttons-minimal.menu-toggle {
        color: #fff !important;
        font-size: 35px !important;
        padding: 0 !important;
    }
    #home_banner_mobile .email-icon {
        margin: 0;
        position: absolute;
        right: 0;
        top: -50px;
        padding: 3px;
    }
    #home_banner_mobile .elementor-text-editor {
        font-size: 1.25rem;
    }
    #home_banner_mobile h3 {
        font-size: 1.875rem;
    }
    #home_banner_mobile h4 {
        font-size: 1.375rem;
    }
    section#focus_specialties {
        background-color: #f6f6f6;
    }
    #focus_specialties .elementor-tabs-wrapper .elementor-tab-title a {
        display: none;
    }
    #focus_specialties .elementor-tabs-wrapper .elementor-tab-title {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        padding: 0;
        background-color: #FEAA46;
    }
    .elementor-tabs-content-wrapper {
        display: none;
    }
    #focus_specialties .elementor-widget-tabs .elementor-widget-container {
        margin: 0;
    }
    #focus_specialties #tab_content1 .elementor-icon-list-items,
    .how-can-we-help-mobile .content-col .elementor-icon-list-items {
        display: flex;
        flex-wrap: wrap;
    }
    #focus_specialties #tab_content1 .elementor-icon-list-item,
    .how-can-we-help-mobile .content-col .elementor-icon-list-item {
        width: calc(50% - 10px);
        margin: 0 5px;
    }
    #focus_specialties #tab_content1 .elementor-icon-list-text,
    .how-can-we-help-mobile .content-col .elementor-icon-list-text {
        font-size: 12px;
        text-align: left;
    }
    .how-can-we-help-mobile .image-col {
        min-height: 210px;
        border-top: 10px solid #004c8b;
        position: relative;
    }
    .how-can-we-help-mobile .image-col:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 50px solid #004c8b;
        position: absolute;
        left: calc(50% - 50px);
        z-index: 99999;
    }
    .how-can-we-help-mobile .content-col {
        text-align: center;
        background-color: #004c8b;
        color: #fff;
        padding: 15px 30px 20px;
    }
    .how-can-we-help-mobile .content-col .elementor-heading-title {
        color: #fff;
        font-size: 1.5rem;
        position: relative;
    }
    .how-can-we-help-mobile .content-col .elementor-button {
        padding: 15px 40px !important;
        background-color: #FEAA46;
        border-radius: 10px;
    }
}