/* 
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 */
.hbq-work p span {
    color: #868d97 !important;
}

ul.home_cyhi li {
    padding-bottom: 15px;
}

.space_menu_1 ul li, .space_menu_2 ul li {
    margin-bottom: 20px !important;
}

.post_description .elementor-widget-container, .post_description p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: "Nunito Sans", Sans-serif;
}

.single h1{ font-size: 40px !important; }
.single h2{ font-size: 36px !important; }
.single h3{ font-size: 24px !important; }
.single h4{ font-size: 20px !important; }
.single h5{ font-size: 16px !important; }
.single h6{ font-size: 14px !important; }

.elementor a, .elementor a:hover {
    color: #1C75BA !important;
}

.post_description h2, .post_description h3 {
    /* font-size: 40px; */
    color: #2C3035;
    font-family: "Nunito Sans", Sans-serif;
    margin-top: 25px;
    margin-bottom: 8px;
}

input.search-input-li {
    width: 100%;
    padding-right: 50px;
}

.search-container {
    position: relative;
    display: inline-block;
}

.home_baner_first {
    height: 350px !important;
}

li.heade_sign a.hfe-menu-item {
    background-color: #2C3035 !important;
    text-transform: capitalize !important;
    color: #FFB45C !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    /* font-family: "Inter", serif !important; */
    border-radius: 4px;
    padding: 8px 16px !important;
}

li.heade_sign a.hfe-menu-item:after {
    opacity: 0 !important;
}

.new_main_menu ul.hfe-nav-menu {
    align-items: center;
}

img.search-icon-li {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 15px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.not_found.search_not_found {
    background-color: #F7FAFC;
    text-align: center;
}

.content_404 {
    background-color: #FFFFFF;
    padding: 16px 0;
}

.mobile_menu nav.menu-is-active, .mobile_menu nav {
    padding-top: 30px;
}

.hiq-articles .eael-post-elements-readmore-btn {
    margin-top: 16px;
    border-color: #fea63e !important;
    background-color: #fea63e !important;
    height: 35px;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 700 !important;
    padding: 2px 12px;
    display: inline-block;
}

.blog-list.pagination .page-numbers a.page-numbers {
    color: #1C75BA;
    font-family: "Nunito Sans", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.blog-list.pagination .page-numbers span.page-numbers.current {
    color: #2C3035;
    font-family: "Nunito Sans", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.hiq-articles .eael-grid-post-link {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.hiq-articles .eael-entry-title {
    margin-top: 0;
}

.new_main_menu .hfe-menu-item {
    font-size: 14px !important;
    font-weight: 700 !important;
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

/* common css */
.font-nunito {
    font-family: "Nunito Sans", serif;
}

.font-inter {
    font-family: "Inter", serif;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.text-end {
    text-align: end;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-blue {
    color: #037099;
}

.text-darkblue {
    color: #2b355d;
}

.text-dark {
    color: #171e33;
}

.text-catagory {
    color: #2c3035;
    font-size: 10px;
    font-weight: 700;
    line-height: 13.64px;
    letter-spacing: 0.2em;
    background: #0370991a;
    display: inline-block;
    padding: 0 4px;
    text-transform: uppercase;
}

.bg-blue {
    background-color: #c6e8eb;
    box-shadow: 0px 0px 9px 0px #00000040;
}

.bg-white {
    background-color: #fff;
}

.p-deals {
    padding: 16px 30px 30px 30px;
}

.me-30 {
    margin-right: 30px;
}

.me-80 {
    margin-right: 80px;
}

.ms-6 {
    margin-left: 6px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-2 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.font-40 {
    font-size: 40px;
    line-height: 50px;
}

.font-30 {
    font-size: 30px;
    line-height: 40px;
}

.font-20 {
    font-size: 20px;
    line-height: 22px;
}

.font-14 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.13em;
}

.font-16 {
    font-size: 16px;
    line-height: 22px;
}

.font-18 {
    font-size: 18px;
    line-height: 28px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/*button css start*/

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    background: #fea63e;
    box-shadow: none;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    /* font-family: "Inter", serif; */
}

/*button css end*/

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    padding-left: 15px;
    padding-right: 15px;
}

.container,
.container-fluid {
    --bs-gutter-x: 15px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.col-3 {
    flex: 0 0 auto;
    width: 23%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.articles-card {
    background-color: #ffffff;
}

.articles-card-body {
    padding: 16px;
}

.resources-box {
    padding: 80px 70px;
}

.resources-card {
    padding: 32px;
    background-color: #c6e8eb;
}

.resources-description {
    padding: 13px 16px;
}

.resources-img {
    width: 199px;
    max-width: 199px !important;
    height: 100% !important;
    object-fit: cover;
}

.blog_title {
    display: block;
}

.resources-description a, a {
    text-decoration: none !important;
}

.latest-four-posts {
    justify-content: space-between;
}

.blog-list ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 10px;
}

.search-input-li {
    border-radius: 60px !important;
    background-color: #1C75BA1A;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
    letter-spacing: 0.13em;
    text-underline-position: from-font;
}

.single_table_content .elementor-toc__header {
    padding-bottom: 0;
}

.single_table_content .elementor-toc__body {
    padding-top: 16px;
    padding-bottom: 8px;
}

.single_table_content .elementor-toc__list-item {
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .footer_menu ul li:not(:last-child) a.hfe-menu-item:after {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 3px;
        right: 0;
        width: 1px;
        height: 20px;
        background-color: #1c75ba !important;
        opacity: 1 !important;
    }
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1320px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .col-3 {
        width: 50%;
        margin-bottom: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .flexwrapres {
        flex-wrap: wrap;
    }

}

@media (max-width: 767.98px) {
    .resources-img {
        width: 100%;
        max-width: 100% !important;
    }

    .single h1 { font-size: 24px !important; }
    .single h2 { font-size: 32px !important; }
    /* .single h3 { font-size: unset !important; }
    .single h4 { font-size: unset !important; }
    .single h5 { font-size: unset !important; }
    .single h6 { font-size: unset !important; } */

    .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .me-37 {
        margin-right: 0;
    }

    .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .d-flex {
        display: flex;
        flex-direction: column !important;
    }
}