/* 
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 */
#cg-back.on {
    display: none !important;
}
body {
    overflow: auto !important;
}

/* sticky header css start */
.articles-slider .article-image {
    max-height: 228px;
    overflow: hidden;
}
.sticky_header.hfe-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    animation: slide-down 0.8s;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3sease;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}


/* sticky header css end */

.title_default span {
    color: var(--e-global-color-secondary);
}

.title_default_white span {
    color: var( --e-global-color-28e3907);
}

.highlight_color {
    color: #0CA494;
}

.highlight_white {
    color: var( --e-global-color-28e3907);
}

div.industries_box .iocn.elementor-widget.elementor-widget-image {
    width: 100%;
    max-width: 60px;
}

/* .home_banner_slider picture.skip-lazy img {
    filter: gray;
    -webkit-filter: grayscale(1);
} */

.home_banner_slider picture.skip-lazy img,
.home_banner_slider picture.skip-lazy:before {
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
}

.home_banner_slider picture.skip-lazy:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
/*     background: #043B5B;
    background: linear-gradient(90deg, rgba(4, 59, 91, 0.9) 0%, rgba(4, 59, 91, 0.2) 100%); */
}

.home_banner_slider div#n2-ss-3 .nextend-arrow img {
    max-width: 20px;
}

.home_banner_slider .nextend-arrow {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}

.home_banner_slider .nextend-arrow:hover {
    background: var( --e-global-color-secondary)
}

.career_email_right_sec .elementor-icon-box-title a:hover {
    color: var(--e-global-color-primary);
}

.home_get_in_touch input {
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 15px;
    border-radius: 8px;
}

.home_get_in_touch .form-group:nth-child(3),
.home_get_in_touch .form-group:nth-child(4) {
    width: calc(50% - 15px);
    display: inline-block;
}

.home_get_in_touch .form-group:nth-child(4) {
    float: right;
}

.home_get_in_touch textarea {
    max-height: 180px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 15px;
    border-radius: 8px;
}

.home_get_in_touch input[type="submit"] {
    border-radius: 8px;
    padding: 0 20px;
    background: var( --e-global-color-primary);
}

.home_get_in_touch input[type="submit"]:hover {
    background: var( --e-global-color-secondary);
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 15px;
    margin-top: -12px;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: light-dark(rgb(255, 255, 255), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px 0;
    padding: 0.5em 1em;
    border: 2px solid #00a0d2;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    background: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
    background: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    color: #f56e28;
    background: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
    background: #fff;
}

.home_get_in_touch .wpcf7-response-output {
    text-align: center;
}

.home_banner_slider .n2-ss-section-main-content.n2-ss-layer-with-background {
    max-width: 1280px;
    margin: 0 auto;
}

.articles-section .article-card {
    background: var( --e-global-color-28e3907);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.articles-section .article-card .article-image img {
    border-radius: 8px 8px 0 0;
}

.articles-section .article-content {
    padding: 15px;
}

.articles-section .article-content h4 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
}

.articles-section .article-content .article-excerpt {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

.articles-section .owl-nav,
.founder-section .owl-nav {
    position: absolute;
    right: 0;
    top: -71px;
    display: flex;
    gap: 10px;
}
.founder-description { text-align: justify; }
.articles-section .owl-nav button span,
.founder-section .owl-nav button span {
    color: var( --e-global-color-28e3907);
    background: var(--e-global-color-secondary);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s;
}

.articles-section .owl-nav button span:hover {
    background: var( --e-global-color-28e3907);
    color: var(--e-global-color-secondary);
    transition: all 0.5s;
}

.founder-section .owl-nav button span:hover {
    background: var( --e-global-color-primary);
}

.blog-articles-grid {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.blog-articles-grid a {
    text-decoration: none;
}

.blog-articles-grid a img {
    width: 100%;
}

.blog-article-card {
    width: calc(100% / 3 - 30px);
}

.blog-articles-grid a {
    text-decoration: none;
}

.blog-articles-grid a img {
    width: 100%;
}

.founder-card .founder-inner {
    display: flex;
    gap: 30px;
    align-items: center;
}

.founder-card .founder-inner .founder-image {
    width: 60%;
}

.founder-card .founder-inner h3 {
    font-size: 24px;
    margin: 0;
    color: var(--e-global-color-primary);
}

.founder-card .founder-inner .founder-position {
    font-size: 16px;
    font-style: italic;
    color: #0CA494;
    margin: 0 0 20px;
}

.founder-card .founder-inner .founder-description p {
    margin: 0 0 16px;
    color: #555;
}


/* blog single page */

.blog-banner {
    background-size: cover;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.blog-banner-overlay {
    background: linear-gradient(90deg, rgba(4, 59, 91, 0.9) 0%, rgba(4, 59, 91, 0.2) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-banner-title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

.single-article-section {
    padding: 40px 0;
}

.single-article-card {
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}

.article-image img {
    border-radius: 8px;
}

.article-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.article-meta span {
    margin-right: 15px;
}

.article-heading {
    font-size: 32px;
    margin-bottom: 20px;
}

.article-content {
    font-size: 18px;
    line-height: 1.7;
}

.single-article-section .article-content {
    margin-top: 40px;
}

.single-article-card h1 {
    font-size: 40px;
    margin: 20px 0;
}

.single-article-card p {
    text-align: justify;
    padding-top: 10px;
    font-size: 16px;
    color: var(--e-global-color-text);
}

.single-article-card h2,
.single-article-card h4,
.single-article-card h5 {
    font-size: 24px;
    margin: 10px 0;
    line-height: 30px;
}

.single-article-card h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}

.blog-articles-grid .read-more-button {
    margin-top: 10px;
    display: block;
    font-size: 15px;
}

.single-article-card li {
    color: var(--e-global-color-text);
    font-size: 16px;
}

.blog-banner-overlay .blog-banner-title {
    width: 1280px;
    max-width: 100%;
    line-height: 1.5;
    font-size: 44px;
}

.founder-description ul {
    padding-left: 10px;
    margin-bottom: 20px;
    list-style: disc;
}

.founder-card .founder-inner .founder-image {
    max-width: 100%;
    height: auto;
    display: flex;
    width: 30%;
}

.founder-card .founder-inner .founder-image img {
    display: flex;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

.founder-card .founder-inner .founder-content {
    width: 70%;
    display: flex;
    flex-direction: column;
}

/* blogs page tab section start */
        .blogs_tab_section .tab-menu {
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            width: 15.625vw;
            float: left;
        }
        .blogs_tab_section .tab-menu li {
            padding: 10px;
            cursor: pointer;
            background: #009688;
            color: #fff;
            margin-bottom: 2px;
            font-weight: bold;
        }
        .blogs_tab_section .tab-menu li.active {
            background: #fff;
            color: #000;
            border: 1px solid #ccc;
        }
   
        .blogs_tab_section .tab-content {
            display: none;
        }
        .blogs_tab_section .tab-content.active {
            display: block;
        }
        .blogs_tab_section .tab-content.active a {
            text-decoration: none;
        }
        .blogs_tab_section .tab-menu li.active:before {
            border-left: 20px solid #009688;
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            width: auto;
            height: auto;
            border-bottom: 20px solid transparent;
            border-top: 20px solid transparent;
            right: -20px;
            margin: 0 auto;
            transition: all 0.5s;
        }
            .blogs_tab_section .tab-menu li.active {
            background: #009688;
            color: #fff;
            border: none;
            border-radius: 10px 0 0px 10px;
        }
        .blogs_tab_section .tab-menu li {
            padding: 10px;
            cursor: pointer;
            background: var( --e-global-color-primary);
            color: #fff;
            font-weight: 500;
            margin: 0 0 10px;
            border: 1px solid #ccc;
            position: relative;
            border-radius: 10px;
        }
        .blogs_tab_section .tab-contents {
            margin-left: 20.625vw;
            padding: 0;
            border: none;
            min-height: 150px;
            background: #fff;
        }
        .blogs_tab_section .tab-contents ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
 
       
        .blogs_tab_section .tab-contents ul li:last-child {
            border: none;
        }

            .blogs_tab_section .tab-contents ul li a {
    background: #eee;
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    width: 100%;
}
/*blogs page tab section end */

@media (max-width:1366px) {
    .home_banner_slider .n2-ss-section-main-content.n2-ss-layer-with-background,
    .blog-banner-overlay .blog-banner-title {
        max-width: 1100px;
    }

}

@media (max-width:1499px) {
    .blogs_tab_section .tab-contents{margin-left: 27.625vw;}
    .blogs_tab_section .tab-menu{width: 23.625vw;}
    .blogs_tab_section .tab-menu li{font-size: 15px;}
}

@media (max-width:1200px) {
    body div#n2-ss-3 .n2-style-6c102d2743b09ad62467a79b9edc9763-heading {
        padding: 10px 20px 10px 20px;
    }
    .home_banner_slider .n2-ss-section-main-content.n2-ss-layer-with-background,
    .blog-banner-overlay .blog-banner-title {
        max-width: 940px;
    }
    body div#n2-ss-3 .n2-font-f86fc110c26df381785dc52ff404e3ab-hover {
        font-size: 300.5%;
    }
    .blog-articles-grid {
        margin: 0 auto;
        width: 96%;
    }
    .single-article-card h1 {
        font-size: 35px;
    }
    .single-article-card h2,
    .single-article-card h4,
    .single-article-card h5 {
        font-size: 22px;
    }
    .single-article-card h3 {
        font-size: 20px;
    }
    .blog-banner-overlay .blog-banner-title {
        font-size: 35px;
        line-height: 1.5;
    }
}

@media (max-width:1100px) {
    .home_banner_slider .n2-ss-section-main-content.n2-ss-layer-with-background,
    .blog-banner-overlay .blog-banner-title {
        max-width: 820px;
    }
    .home_banner_slider div#n2-ss-3 .home_banner_slider_title div {
        font-size: 40px;
    }
    .home_banner_slider div#n2-ss-3 .home_banner_slider_info div p {
        font-size: 22px;
    }
    .blog-banner-overlay .blog-banner-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1365px) and (min-width: 1025px) {
.articles-slider .article-image {
    max-height: 178px;
    overflow: hidden;
}
}

@media (max-width:1023px) {
    .home_banner_slider .n2-ss-section-main-content.n2-ss-layer-with-background,
    .blog-banner-overlay .blog-banner-title {
        max-width: 80%;
    }
    .articles-section,
    .founder-section {
        padding-bottom: 55px;
    }
    .articles-section .owl-nav,
    .founder-section .owl-nav {
        top: calc(100% + 20px);
        left: 0;
        justify-content: center;
    }
    .single-article-section .article-content {
        margin-top: 20px;
    }
    .single-article-section {
        padding: 0 0;
    }
}

@media (max-width:991px) {
    .blogs_tab_section .tab-menu{width: 30.625vw;}
    .blogs_tab_section .tab-contents{margin-left: 35.625vw;}
    .blog-article-card {
        width: calc(100% / 2 - 20px);
        margin: 0 auto;
    }
    .single-article-card h1 {
        font-size: 30px;
    }
    .single-article-card h2,
    .single-article-card h4,
    .single-article-card h5 {
        font-size: 20px;
    }
    .single-article-card h3 {
        font-size: 18px;
    }
    .founder-card .founder-inner {
        align-items: self-start;
        flex-direction: column;
    }
    .founder-card .founder-inner .founder-image {
        width: 300px;
        max-width: 96%;
    }
    .home_banner_slider .n2-ss-section-main-content.n2-ss-layer-with-background {
        max-width: 75%;
    }
    .home_banner_slider div#n2-ss-3 .home_banner_slider_title div {
        font-size: 26px;
    }
    .home_banner_slider div#n2-ss-3 .home_banner_slider_info div p {
        font-size: 18px;
    }
    .home_banner_slider .nextend-arrow {
        width: 35px;
        height: 35px;
    }
    .home_banner_slider div#n2-ss-3 .nextend-arrow img {
        max-width: 14px;
    }
}

@media (max-width:767px) {

  .blogs_tab_section .tab-menu {
    width: auto;
    flex-direction: inherit;
    display: inline;
    text-align: center;
}
       .blogs_tab_section .tab-contents {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

       .blogs_tab_section .tab-menu li.active {
    background: #009688;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 15px;
}
.blogs_tab_section .tab-menu li {
    font-size: 12px;
    border: none;
    width: auto;
    display: inline-block;
    background: transparent;
    color: #000;
    margin: 0;
}
    .blogs_tab_section .tab-menu li.active:before {
        border-top: 10px solid #009688;
        position: absolute;
        content: "";
        top: 100%;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        margin: 0 auto;
        transition: all 0.5s;
        left: 0;
        display:none;
        right: 0;
    }
    .blogs_tab_section .tab-contents ul li a {
    background: #eee;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    width: 100%;
}
    .sticky_header.hfe-sticky { top: 0; }
    div.industries_box .iocn.elementor-widget.elementor-widget-image {
        max-width: 50px;
    }
    .home_get_in_touch .form-group:nth-child(3),
    .home_get_in_touch .form-group:nth-child(4) {
        width: 100%;
    }
    .blog-article-card {
        width: calc(100% / 1 - 20px);
    }
    .single-article-card h1 {
        font-size: 25px;
    }
    .single-article-card h2,
    .single-article-card h4,
    .single-article-card h5 {
        font-size: 18px;
    }
    .single-article-card h3 {
        font-size: 16px;
    }
    .founder-card .founder-inner {
        align-items: center;
    }
    .founder-card .founder-inner .founder-content {
        text-align: center;
    }
    .home_banner_slider div#n2-ss-3 .n2-ss-slider-3 {
        height: 400px;
    }
/*     .home_banner_slider div#n2-ss-3 .home_banner_slider_title div {
        margin: 20px 0 0;
    } */
    .home_banner_slider .nextend-arrow {
        width: 30px;
        height: 30px;
    }
    .blog-banner-overlay .blog-banner-title {
        font-size: 25px;
    }


}

@media (max-width:576px) {
    .home_banner_slider div#n2-ss-3 .home_banner_slider_title div {
        font-size: 25px;
        margin: -50px 0 0;
    }
    .home_banner_slider div#n2-ss-3 .home_banner_slider_info div p {
        font-size: 16px;
        padding: 0;
    }
    .single-article-section .article-content {
        margin-top: 10px;
    }
}

@media (max-width:480px) {
    .home_banner_slider div#n2-ss-3 .home_banner_slider_title div {
        font-size: 18px;
    }
    .home_banner_slider div#n2-ss-3 .home_banner_slider_info div p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }
    .home_banner_slider div#n2-ss-3 .home_banner_slider_btn a.n2-ow {
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    .founder-card .founder-inner .founder-image {
        width: 500px;
        max-width: 96%;
    }
    .founder-card .founder-inner {
        align-items: self-start;
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .founder-card .founder-inner .founder-content {
        text-align: left;
        width: 90%;
    }
    .founder-card .founder-inner {
        align-items: center;
        flex-direction: column;
    }
    .elementor-12 .elementor-element.elementor-element-9966b9c .elementor-heading-title {
        text-align: center;
    }
}