/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749652647
Updated: 2025-06-11 14:37:27

*/


/* base css  */
body {
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    font-size: 18px;
    color: #181818;
    background-color: #DFE6EA;
}

.pl-dis {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Inter", sans-serif;
    color: #181818;
    font-weight: 600;
    margin-top: 0;
}

a {
    transition: .3s;
}

.primary-color {
    color: #085698;
}

/* .primary-btn {
    display: block;
    background: #3B2F2F;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 5px solid #fff;
    padding: 20px 30px;
    box-shadow: 0 4px 4px hwb(0deg 0% 100% / 10%) !important;
    max-width: 400px;
    color: #fff;
    text-align: center;
}

.primary-btn:hover {
    background: #fff;
    border-color: #3B2F2F;
    color: #3B2F2F;
} */

.slick-arrow {
    height: 56px;
    width: 56px;
    background: transparent;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
    font-size: 18px;
    background: #fff;
}

.slick-arrow:hover {
    background: #120707;
    color: #fff;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.slick-dots li {
    display: flex;
    align-items: center;
}

.slick-dots button {
    text-indent: -9999px;
    height: 12px;
    width: 12px;
    background: #B2C5DB;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: none;
}

.slick-dots li.slick-active button {
    background: #00429F;
    width: 24px;
    border-radius: 1000px;
}

.programs-slider-trigger .slick-dots {
    justify-content: center;
}

.clients-arrows-wrap .line {
    display: inline-block;
    background: hwb(0deg 0% 100% / 5%);
    width: 50%;
    height: 1px;
}

/* Start Header area style
============================================================================================ */
.header-area {
    position: relative;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
}

.header-area .offcanvas-toggler-wrap {
    display: none;
}

.header-area .offcanvas-toggler-wrap .offcanvas-toggler {
    display: flex;
    align-items: center;
    background-image: linear-gradient(145deg, #1F2B46 0%, #4C6AAC 100%);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border: none;
}

.header-grid {
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 15px;
    align-items: center;
}

.header-grid .nav-menu {
    display: flex;
    gap: 15px 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}


.header-grid .nav-menu .nav-item a {
    position: relative;
    font-size: 16px;
    color: #181818;
    font-weight: 500;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.header-grid .nav-menu .nav-item>a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-grid .nav-menu .nav-item>a i {
    display: none;
}

.header-grid .nav-menu .nav-item>a i {
    display: none;
}

.header-grid .nav-menu .nav-item.has-mega>a i {
    display: block;
}

.header-grid .nav-menu .nav-item a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 3px;
    content: "";
    background: #000;
    transform: translateX(-50%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header-grid .nav-menu .nav-item:hover>a,
.header-grid .nav-menu .nav-item.active a {
    color: #000;
}

.header-grid .nav-menu .nav-item:hover>a:after,
.header-grid .nav-menu .nav-item.active a:after {
    opacity: 1;
    visibility: visible;
}


.header-grid .logo-wrap img {
    max-width: 170px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-wrap .line {
    display: flex;
    align-items: center;
    background: #000;
    height: 2px;
    width: 30px;
}

.header-grid .logo-wrap .text-logo {
    font-size: 20px;
    color: #000;
}

.header-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas-wraper {
    position: fixed;
    width: 300px;
    background: #FFFFFF;
    height: 100%;
    top: 0;
    padding-top: 50px;
    z-index: 999;
    left: -300px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.offcanvas-wraper .offcanvas-close {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.offcanvas-wraper .header-meta {
    margin-top: 15px;
}

.offcanvas-wraper.active {
    left: 0;
}

.offcanvas-wraper .navbar-nav .nav-item a {
    color: #3B2F2F;
}

.header-meta .header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-image: linear-gradient(145deg, #1F2B46 0%, #4C6AAC 100%);
    padding: 12px 20px;
    border-radius: 8px;
    color: #fff;
    transition: .3s;
    text-align: center;
    font-size: 16px;
    border-radius: 1000px;
}

.header-meta .header-btn:hover {
    opacity: .8;
}

.header-meta .header-btn.gray-btn {
    background: #E4E5EB;
}

.offcanvas-wraper .header-meta {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
}

.offcanvas-wraper .header-meta li {
    width: 100%;
}

.offcanvas-wraper .header-meta .header-btn {
    width: 100%;
}

/* header mega menu  */
.nav-item.has-mega {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 620px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.nav-item.has-mega:hover .mega-menu {
    display: block;
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.mega-item {
    text-decoration: none;
    color: inherit;
    display: block;
}

.mega-item img {
    width: 40px;
    margin-bottom: 10px;
}

.mega-item h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 7px;
}

.mega-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.mega-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.offcanvas-mega-menu {
    display: none;
    padding: 15px;
    background: #f9f9f9;
}

.offcanvas-menu .nav-item.open .offcanvas-mega-menu {
    display: block;
}

.offcanvas-wraper .navbar-nav .nav-item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.elementor-editor-active .fixed-position {
    position: relative;
}

.fixed-position {
    position: fixed;
    width: 100vw;
    top: 0;
}

.fixed-position.header-sticky {
    z-index: 999;
    box-shadow: 0 5px 20px #d1cece3b;
    background: #DFE6EA;
}


/* marquee slider  */
.single-marquee img {
    object-fit: contain;
    height: 500px;
    width: 700px;
}

.single-marquee {
    display: inline-flex !important;
    align-items: center;
    padding: 0 15px;
}

/* process timeline  */
.count-box {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 1000px;
}

.timeline-item {
    position: relative;
    z-index: 1;
}

.timeline-item:before {
    position: absolute;
    left: 46px;
    top: 20px;
    height: calc(100% + 100px);
    width: 8px;
    background: hwb(0deg 9% 91% / 10%);
    content: "";
}

/* testimonial area css  */
.clients-slider .slick-slide>div>div {
    height: 100%;
}

.clients-arrows-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 15px;
}

.clients-arrows {
    display: flex;
    align-items: center;
    gap: 16px;
}

.client-title-wrap {
    align-items: center;
    margin-bottom: 40px;
}

.single-clients-slider {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    height: 100%;
}

.single-clients-slider .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FF9900;
    margin-bottom: 16px;
}

.single-clients-slider .message {
    text-align: center;
    margin-bottom: 25px;
}

.single-clients-slider .author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
}

.single-clients-slider .author-info .clients-avatar {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-bottom: 10px;
}

.single-clients-slider .author-info h5 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}

.single-clients-slider .author-info p {
    font-size: 16px;
    color: #404040;
    margin-bottom: 0;
}

.clients-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    height: auto;
}

.clients-slider .slick-track {
    display: flex;
}

.clients-slider .slick-slide>div {
    height: 100%;
}

.rating-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* accordion area  */
.custom-accordion .e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* blog area  */
.single-blog-item {
    box-shadow: 0 4px 15px hwb(220deg 6% 84% / 10%);
    border-radius: 16px;
}


/* single post area  */
.single-blog-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.single-post-banner-content {
    max-width: 700px;
}

.single-post-banner-content .post-title {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 60px;
}

.single-post-banner-content .post-meta {
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.single-post-banner-content .post-meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.single-blog-banner:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: linear-gradient(90deg, #09090B 0%, transparent 100%);
    z-index: -1;
}

.single-blog-content h2 {
    font-size: 42px;
}

.single-blog-content h3 {
    font-size: 32px;
}

.single-blog-content h4 {
    font-size: 24px;
}

.single-blog-content h5 {
    font-size: 20px;
}

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
    color: #000;
}


.blog-toc h5 {
    font-size: 16px;
    font-weight: 500;
    color: #1E1E1E;
    margin-top: 0;
    margin-bottom: 15px;
}

.blog-toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
    max-height: 300px;
    overflow-y: auto;
    direction: rtl;
}

.blog-toc li {
    direction: ltr;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
}

.single-blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-toc li a {
    font-size: 14px;
    font-weight: 500;
    color: #085698;
}

.blog-toc a.active {
    color: #1E1E1E;
}

.single-blog-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.share-post {
    margin-top: 40px;
}

.share-post h5 {
    font-size: 18px;
    color: #0B0B0B;
    margin-bottom: 15px;
}

.social-share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-share li a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    border: 1px solid #6C6A7B;
    color: #6C6A7B;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
}

.social-share li a:hover {
    background: #0B0B0B;
    color: #fff;
}

.single-blog-content-wrap {
    padding: 60px 0 120px;
}

.blog-thumbnail {
    display: block;
}

.blog-thumbnail img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.blog-content {
    padding: 30px 20px 20px;
}

.blog-content .date {
    font-size: 14px;
    color: #085698;
    font-weight: 600;
}

.blog-content .post-title,
.blog-content .post-title a {
    font-size: 20px;
    color: #181818;
}

.blog-content .post-desc {
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-content .read-more {
    font-size: 16px;
    color: #085698;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

.blog-content .read-more:hover {
    opacity: .8;
}

.inner-banner {
    padding: 120px 0 80px;
}

.blogs-area.blog-page,
.case-studies-area {
    padding-bottom: 120px;
}

.custom-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pagination-item .page-numbers {
    height: 60px;
    width: 60px;
    display: flex;
    border: 1px solid #EDF4FF;
    align-items: center;
    justify-content: center;
    color: #81879A;
    font-size: 22px;
    border-radius: 50%;
}

.pagination-item .page-numbers.current {
    background: #085698;
    color: #fff;
}

.pagination-item .page-numbers.prev,
.pagination-item .page-numbers.next {
    background: #181818;
    color: #fff;
}

.pagination-wrap {
    margin-top: 80px;
}


.post-meta .meta-item p {
    font-size: 16px;
    color: #F5F5F5;
}

.post-meta .meta-item h4 {
    font-size: 20px;
    color: #fff;
}

/* case study  */
.single-case-item {
    display: flex;
    background: #FAFAFA;
    padding: 30px;
    border-radius: 32px;
    gap: 30px 60px;
}

.case-thumbnail-wrap {
    width: 45%;
}

.case-content {
    flex: 1;
}

.case-content .case-title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.case-content .case-type {
    font-size: 16px;
    color: hwb(0deg 9% 91% / 60%);
}

.case-content h4 {
    color: #085698;
}

.case-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.case-content ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 900;
    color: #085698;
    font-size: 24px;
}

.case-content ul li {
    position: relative;
    font-size: 20px;
    color: #181818;
    font-weight: 600;
    padding-left: 35px;
}

.case-thumbnail-wrap img {
    width: 100%;
    border-radius: 32px;
}

/* newsletter  */
.form-group {
    position: relative;
    z-index: 1;
}

.form-group p {
    margin: 0;
}

.form-group span {
    display: block;
}

.form-group i {
    position: absolute;
    left: 0;
    top: 5px;
}

.form-group br {
    display: none;
}

.newsletter input {
    background: #fff;
    padding: 16px 20px;
    margin: 0;
    border: none;
    font-size: 16px;
    border-radius: 1000px;
}

.newsletter input:focus {
    outline: none;
    box-shadow: none;
}

.newsletter input::placeholder {
    color: #747474;
    font-size: 16px;
}

.newsletter i {
    color: #747474;
}

.newsletter p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter input[type="submit"] {
    background-image: linear-gradient(145deg, #1F2B46 0%, #4C6AAC 100%);
    color: #fff;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 1000px;
}

.newsletter .wpcf7-spinner {
    display: none;
}


/* contact form  */
.contact-form .form-group label {
    font-size: 16px;
    color: #181818;
    margin-bottom: 10px;
}

.contact-form.white-form .form-group label {
    color: #fff;
}

.contact-form-wrapper.white {
    max-width: 750px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    border: none;
    padding: 12px 22px;
    border: 1px solid #E9EBF5;
    border-radius: 8px;
    color: hwb(0deg 9% 91% / 50%);
    background: #F5F5F5;
}

.contact-form .form-group textarea {
    height: 100px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
    outline: none;
    box-shadow: none;
    border-color: #085698;

}

.contact-form .form-group select {
    color: #2B2B2B;
}

.contact-form input[type="submit"] {
    background-image: linear-gradient(145deg, #1F2B46 0%, #4C6AAC 100%);
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 8px;
}

.contact-form input[type="submit"]:hover {
    background: #181818;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.contact-form .submit {
    margin-bottom: 0;
}

.contact-form-wrapper {
    backdrop-filter: blur(100px);
}


.custom-accordion .e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}




@media(max-width: 1366px) {
    .single-post-banner-content .post-meta {
        gap: 20px 30px;
    }

    .single-post-banner-content .post-title {
        margin-bottom: 30px;
    }

    .pagination-wrap {
        margin-top: 50px;
    }

    .header-grid .logo-wrap img {
        max-width: 200px;
    }

    .header-grid .nav-menu .nav-item a {
        font-size: 16px;
    }

    .header-area {
        padding: 15px 0;
    }

    .single-marquee img {
        height: 300px;
        width: 350px;
        object-fit: contain;
    }

    .inner-banner {
        padding: 80px 0 80px;
    }

    .blogs-area.blog-page,
    .case-studies-area {
        padding-bottom: 80px;
    }

    .single-case-item {
        padding: 20px;
        border-radius: 24px;
        gap: 20px;
    }

    .case-thumbnail-wrap img {
        border-radius: 20px;
    }
}

@media(max-width: 1199px) {
    .header-grid .nav-menu {
        display: none;
    }

    .header-grid .header-meta {
        display: none;
    }

    .header-area .offcanvas-toggler-wrap {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
    }

    .header-grid {
        grid-template-columns: 1fr 1fr;
    }

    .header-area .cart-btn {
        height: 40px;
        width: 40px;
    }

    .header-area .cart-btn img {
        transition: .3s;
        max-width: 20px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-nav .nav-item a {
        font-size: 16px;
        line-height: 50px;
        color: #ffffffc2;
        display: block;
        padding: 0;
    }

    .navbar-nav .nav-item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #9f9f9f3b;
    }

    .navbar-nav .nav-item {
        position: relative;
        line-height: inherit;
    }

    .navbar-nav .nav-item:not(:last-child):after {
        display: none;
    }

    .header-area .navbar-nav {
        display: none;
    }

    .header-area .header-btns {
        display: none !important;
    }

    .toggle-submenu {
        height: 25px;
        width: 25px;
        background: #000;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .mega-item h4 {
        font-weight: 400;
    }

    .offcanvas-mega-menu {
        margin-bottom: 15px;
    }

    .clients-arrows-wrap .line,
    .clients-arrows-wrap .clients-arrows {
        display: none;
    }

    .client-title-wrap .section-title {
        text-align: center;
    }

    .client-title-wrap {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {
    .pagination-item .page-numbers {
        height: 45px;
        width: 45px;
        font-size: 16px;
    }

    .custom-pagination {
        gap: 10px;
    }

    .pagination-wrap {
        margin-top: 30px;
    }

    .count-box {
        height: 60px;
        width: 60px;
    }

    .timeline-item:before {
        left: 38px;
        height: calc(100% + 50px);
        width: 6px;
    }

    .clients-slider .slick-slide {
        margin-left: 0;
        margin-right: 0;
    }

    .case-content .case-title {
        font-size: 28px;
    }

    .case-content ul li {
        font-size: 18px;
        padding-left: 30px;
    }

    .case-content ul li:before {
        top: -1px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single-marquee img {
        height: 250px;
        width: 300px;
    }

    .timeline-item:before {
        display: none;
    }

    .single-marquee {
        padding: 0 10px;
    }

    .inner-banner {
        padding: 50px 0;
    }

    .blogs-area.blog-page,
    .case-studies-area {
        padding-bottom: 50px;
    }

    .case-thumbnail-wrap {
        width: 100%;
    }

    .single-case-item {
        flex-direction: column;
    }
}