/* cyrillic-ext */
@font-face {
    font-family: 'Roboto Serif Custom';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/Roboto-Serif-cyrillic-ext.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto Serif Custom';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/Roboto-Serif-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto Serif Custom';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/Roboto-Serif-vietnamese.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto Serif Custom';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/Roboto-Serif-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto Serif Custom';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url('../fonts/Roboto-Serif-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #DB7B24;
    --secondary: #007874;
    --text: #182427;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: var(--text);
    position: relative;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a img {
    border: none;
}


a {
    text-decoration: none;
    color: var(--secondary);
}


ul {
    list-style: none
}

:focus {
    outline: none
}


.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    padding: 0 40px;
    width: 100%;
}

.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type="submit"],
button {
    -webkit-appearance: none
}

select {
    word-wrap: normal
}

::-webkit-input-placeholder {
    color: #81898B;
}

:-moz-placeholder {
    color: #81898B;
}

::-moz-placeholder {
    color: #81898B;
}

input[type="checkbox"] {
    accent-color: var(--secondary);
}


.header-sec {
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 99;
}

.header-sec .wrapper {
    max-width: 1415px;
}

.header-left {
    display: inline-flex;
    align-items: center;
    background: var(--text);
    padding-left: 28px;
    gap: 25px;
    border-radius: 50px;
}

.header-logo {
    width: 100%;
    max-width: 181px;
}

.header-logo img {
    width: 100%;
}

.menu_expand {
    display: block;
    color: var(--white);
    transition: all 0.2s ease;
    text-decoration: none;
    padding: 23px 24px;
}

.menu_expand i {
    height: 3px;
    background: var(--white);
    display: block;
    width: 19px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.menu_expand i:nth-child(2) {
    margin: 4px 0;
}

.menu_expand:hover i {
    background-color: var(--secondary);
}



.soul {
    font-family: "Roboto Serif", serif;
    color: var(--secondary);
    font-weight: 700;
    position: relative;
    font-style: italic;
    display: inline-block;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 999px;
    color: var(--primary);
    font-weight: 800;
    position: absolute;
    bottom: 18px;
    right: -22px;
    z-index: 1;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.dot img {
    position: absolute;
    width: 600px;
    height: 600px;
    max-width: none;
    max-height: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.030);
    /* transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease; */
}

.overlay_1::before {
    content: '';
    background: var(--primary);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100% !important;
    width: 10000px;
    height: 100%;
    left: auto !important;
}

.overlay_2::before {
    content: '';
    background: var(--secondary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100% !important;
    width: 10000px;
    height: 100%;
    right: auto !important;
}

.overlay_2.home_page::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0% !important;
    width: 1250px;
    height: 100%;
    right: auto !important;
    background: var(--secondary);
    background-image: url('../images/five-icon-opa-13.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay_3::before {
    content: '';
    background: #585A5C;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100% !important;
    width: 10000px;
    height: 100%;
    right: auto !important;
}

.overlay_4::before {
    content: '';
    background: #461D7D;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100% !important;
    width: 10000px;
    height: 100%;
    left: auto !important;
}

.overlay_5::before {
    content: '';
    background: #A31F36;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100% !important;
    width: 10000px;
    height: 100%;
    right: auto !important;
}

.overlay_6::before {
    content: '';
    background: #CD0D71;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100% !important;
    width: 10000px;
    height: 100%;
    left: auto !important;
}

.overlay_7::before {
    content: '';
    background: #3C3E71;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100% !important;
    width: 10000px;
    height: 100%;
    right: auto !important;
}

.overlay_right_white::before {
    content: '';
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto !important;
    width: 10000px;
    height: 100%;
    left: 100% !important;
}


.footer-sec {
    background: var(--text);
    padding: 90px 0;
    color: var(--white);
    position: relative;
    z-index: 5;
}

.footer-inn {
    display: flex;
    gap: 70px;
}

.footer-left {
    width: 40%;
    padding-left: 80px;
    position: relative;
    padding-top: 20px;
}

.footer-right {
    width: 60%;
    padding-top: 58px;
}

.footer-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 56px;
}

.footer-logo img {
    width: 100%;
}

.footer-logo-name p {
    font-size: 22px;
    font-family: "Roboto Serif", serif;
    font-weight: 600;
    margin-bottom: 22px;
}

.footer-logo-name p a {
    color: var(--white);
}

.footer-tagline p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.footer-copyright p {
    font-weight: 300;
    font-size: 13px;
    opacity: .9;
    letter-spacing: .1px;
    line-height: 1.6em;
}
.footer-copyright a{
white-space: nowrap;
    color: var(--white);
        transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.footer-copyright a:hover{
    color: #00CCC5;
}
.footer-menu-item h2 {
    font-size: 20px;
    font-family: 'Roboto Serif Custom' !important;
    font-weight: 500;
    margin-bottom: 22px;
    white-space: nowrap;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.footer-menu-item h2 a{
    color: var(--white);
    display: block;
}

.footer-menu-item h2:hover {
    font-weight: 700;
}

.footer-menu-items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-menu-item {
    width: 100%;
}

.footer-menu li a {
    color: var(--white);
    font-size: 15px;
    line-height: 1.6em;
    display: block;
    padding: 10px 0;
    /* text-decoration: underline; */
    width: 100%;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.footer-menu li a:hover {
    color: #00CCC5;
}

.el_faq .e-n-accordion-item-title {
    align-items: flex-start !important;
}

.el_faq .e-n-accordion-item-title-text {
    font-family: 'Roboto Serif Custom' !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "GRAD" 0;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.el_faq .e-n-accordion-item-title:hover .e-n-accordion-item-title-text,
.el_faq .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
    font-weight: 400;
    font-variation-settings:
        "wdth" 144,
        "GRAD" 0;
}


.el_faq .e-n-accordion-item-title-icon {
    padding-top: 5px;
}

.el_faq._1 .e-n-accordion-item-title-icon {
    padding-top: 10px;
}

.el_faq._1 .e-n-accordion-item-title-text {
    /* white-space: nowrap; */
}

.el_faq._2 .e-n-accordion-item-title-icon {
    padding-top: 5px;
}

.el_faq._2 .e-n-accordion-item-title:hover .e-n-accordion-item-title-text,
.el_faq._2 .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
    font-weight: 500;
    font-variation-settings:
        "wdth" 144,
        "GRAD" 0;
}


.menu-sec {
    width: 100%;
    max-width: 1580px;
    background: var(--text);
    padding: 50px;
    border-radius: 10px;
}

.menu-boxs {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.menu-box{
    max-width: 200px;
}


.menu-box-title {
    color: var(--white);
    font-size: 20px;
    font-family: 'Roboto Serif Custom' !important;
    font-weight: 500;
    margin-bottom: 22px;
    white-space: nowrap;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.menu-box-title a{
    color: var(--white);
    display: block;
}

.menu-box-title:hover {
    font-weight: 700;
}

.header-menu li a {
    color: var(--white);
    font-size: 15px;
    line-height: 1.3em;
    display: block;
    padding: 10px 0;
    /* text-decoration: underline; */
    width: 100%;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.menu-sec a:focus {
    outline: none !important;
}

.header-menu li a:hover {
    color: #00CCC5;
}

.site-btn {
    display: inline-block;
    font-family: "Roboto Serif", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    font-style: italic;
    color: var(--white);
    border-radius: 100px;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    padding: 10px 24px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.site-btn.outline {
    background-color: transparent;
    color: var(--secondary);
}

.site-btn:hover {
    background-color: transparent;
    color: var(--secondary);
}

.site-btn.outline:hover {
    background-color: var(--secondary);
    color: var(--white);
}


.fancybox__container {
    --f-transition-duration: 450ms !important;
}

.custom-menu-dialog {
    display: none;
    padding: 0 !important;
    border-radius: 8px;
    background-color: var(--text) !important;
    width: 100%;
    max-width: 1280px;
    will-change: transform, opacity;
}

.fancybox__backdrop {
    background: #182427c7 !important;
}

.menu-sec {
    cursor: default;
}

/* OPEN */
.menu-slideUpIn {
    animation: menu-slide-up-in 0.35s ease-out forwards;
}

/* CLOSE */
.menu-slideUpOut {
    animation: menu-slide-up-out 0.45s ease-in forwards;
}




@keyframes menu-slide-up-in {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes menu-slide-up-out {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-20%);
        opacity: 0;
    }
}

.fancybox__content.custom-menu-dialog>.carousel__button.is-close {
    top: 5px;
    right: 7px;
    padding: 10px;
}

.breadcrumb-sec {
    position: absolute;
    left: 0;
    right: 0px;
    width: 100%;
    top: 120px;
    z-index: 2;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding-left: 28px; */
    flex-wrap: wrap;
}

.breadcrumb-item a {
    color: #53757E;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
}

.breadcrumb-item::after {
    content: '/';
    color: #53757E;
    font-style: italic;
    transform: rotateX(55deg);
    font-size: 28px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 10px;

}

.page-id-7 .breadcrumb-sec, .page-id-4690 .breadcrumb-sec  {
    display: none !important;
}

.pnf-sec {
    min-height: 716px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pnf-content h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    color: #182427;
    margin-bottom: 10px;
}

.pnf-content p {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.custom-icon-boxs .elementor-icon-list-items {
    background: #1824274D !important;
    display: inline-flex !important;
    padding: 8px !important;
    border-radius: 100px !important;
}

.custom-icon-boxs .elementor-icon-list-item {
    background-color: var(--primary) !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100% !important;
    width: 28px !important;
    height: 28px !important;
    padding: 5px !important;
}

.custom-icon-boxs .elementor-icon-list-text {
    display: none !important;
}

.custom-icon-boxs .elementor-icon-list-icon svg {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: contain;
}

.count-box .elementor-heading-title {
    height: 94px !important;
    width: 94px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 15px !important;
    border-radius: 100% !important;
    background-color: var(--primary) !important;
}

.cat-list a {
    pointer-events: none !important;
    cursor: default !important;
}

.count-box-v2 {
    height: 60px !important;
    width: 60px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px !important;
    border-radius: 100% !important;
    /* border: 1px solid var(--secondary) !important; */
}

.custom-divider .elementor-icon {
    background-color: currentColor !important;
    padding: 7px 7px !important;
    border-radius: 100% !important;
}

.wwd-box:hover .custom-divider .elementor-divider-separator::before,
.wwd-box:hover .custom-divider .elementor-divider-separator::after,
.wwd-box:hover .custom-divider .elementor-icon {
    background-color: var(--primary) !important;
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.custom-divider._2 .elementor-icon {
    padding: 18px !important;
}

.el-btn .elementor-button-text {
    text-align: left;
}

.purple-line-bg {
    background: linear-gradient(0deg, #4E2A84, #4E2A84), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%);
}

.institution-box>.elementor-element {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    padding: 0 15px !important;
}

.institution-box img {
    width: 100% !;
    height: 100% !important;
    object-fit: contain !important;
}

.custom-style ul {
    list-style: disc !important;
}

.custom-style ol {
    list-style: decimal !important;
}

.single-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-post-nav-item {
    width: 100%;
}

.single-post-nav-item._2 {
    text-align: center;
}

.single-post-nav-item._3 {
    text-align: right;
}

.site-btn.site-btn-prev,
.site-btn.site-btn-center,
.site-btn.site-btn-right {
    padding: 12px 24px;
    border: none;
    color: var(--white);
}

.site-btn.site-btn-center {
    background-color: #461D7D;
}

.site-btn.site-btn-left,
.site-btn.site-btn-right {
    background-color: #A31F36;
}




.case-study-cat-btn {
    padding: 10px 18px 10px 18px;
}

.case-study-cat-btn.active {
    background-color: var(--secondary);
    color: var(--white);
}

.case-study-categories {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.case_studies {
    overflow: hidden;
}

.case_studies .cs_box:nth-child(even) .cs_box_inn {
    flex-direction: row-reverse;
}

.cs_box {
    box-shadow: 0px 0px 50px 0px #1824271F;
}

/* .cs_box .wrapper,
.hm-skeleton-list .wrapper {
    padding: 0 20px;
} */

.cs_box_inn {
    display: flex;
}

.cs_box_left {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cs_box_left_content {
    padding: 100px 72px 100px 0;
}

.cs_box_right {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cs_box_right_content {
    padding: 100px 0 100px 100px;
}

.cs_box_left::before {
    content: '';
    background-color: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10000px;
    height: 100%;
    left: auto;
}

.case_studies .cs_box:nth-child(even) .cs_box_left::before {
    right: auto;
    left: 100%;
}

.cs_box_img {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF40;
    border-radius: 30px 10px 10px 10px;
    overflow: hidden;
    position: relative;
}

.cs_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.case_studies .cs_box:nth-child(even) .cs_box_left_content {
    padding-left: 100px;
    padding-right: 0;
}

.case_studies .cs_box:nth-child(even) .cs_box_right_content {
    padding-right: 100px;
    padding-left: 0;
}

.cs_box_title {
    margin-bottom: 26px;
}

.cs_box_title h2 {
    font-family: "Roboto Serif", Sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--text);
}

.cs_box_subtitle_one p {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
    color: var(--text);
}

.cs_box_subtitle_two p {
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.7em;
    color: var(--secondary);
}

.cs_box_subtitle_two {
    margin-bottom: 22px;
}

.cs_box_content {
    margin-bottom: 28px;
}

.cs_box_content p {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}

.cs_box_special {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #F1F1F2;
    padding: 20px;
    border-radius: 10px;
}

.cs_box_metric_value {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--secondary);
}

.cs_box_metric_name {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.7em;
    color: var(--secondary);
}

.cs_box_metric {
    width: 100%;
}

.cs_box_link {
    width: 100%;
}

.site-btn.view-case-btn {
    padding: 10px 30px;
    width: 100%;
}

.cs_box_cat_name {
    position: absolute;
    z-index: 1;
    background: #fff;
    color: var(--secondary);
    top: 15px;
    left: 20px;
    padding: 3px 15px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
}

.site-btn.view-case-btn:hover {
    color: var(--white);
}

.hm-skeleton-box {
    margin-bottom: 0;
}

.hm-skeleton-container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fbf9f7;
    align-items: center;
}

.hm-skeleton-left,
.hm-skeleton-title,
.hm-skeleton-line {
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0;
}

.hm-skeleton-left {
    width: 50%;
    aspect-ratio: 1 / 1;
    padding-right: 100px;
}

.hm-skeleton-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 100px;
    padding-left: 100px;
}

.hm-skeleton-title {
    width: 70%;
    height: 20px;
    border-radius: 4px;
}

.hm-skeleton-line {
    width: 100%;
    height: 12px;
    border-radius: 4px;
}

.hm-skeleton-line.short {
    width: 60%;
}

.hm-skeleton-left::after,
.hm-skeleton-title::after,
.hm-skeleton-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg,
            rgba(224, 224, 224, 0) 0%,
            rgba(245, 245, 245, 0.8) 50%,
            rgba(224, 224, 224, 0) 100%);
    animation: hm-shimmer 1.5s infinite;
}

@keyframes hm-shimmer {
    0% {
        left: -150px;
    }

    100% {
        left: 100%;
    }
}


.hm-skeleton-list .hm-skeleton-box:nth-child(even) .hm-skeleton-container {
    flex-direction: row-reverse;
}

.el-cs-con {
    display: block !important;
}

.taxonomy-terms {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.taxonomy-term {
    display: inline-block;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    background-color: #00787400;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    padding: 5px 16px 5px 16px;
    line-height: 1;
}


.cf7frm-form {
    margin: auto;
    font-family: "Montserrat", Sans-serif;
}

.cf7frm-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.cf7frm-col {
    width: 100%;
}

.cf7frm-col:last-child {
    margin-right: 0;
}

.cf7frm-col-full {
    width: 100%;
}

.cf7frm-label {
    display: inline-block;
    font-size: 18px;
    color: var(--secondary);
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 8px;
}

.cf7frm-input,
.cf7frm-textarea {
    width: 100%;
    padding: 11px 24px 10px;
    border-radius: 6px;
    border: 1px solid #81898B;
    font-size: 18px;
    line-height: 1.68;
    font-weight: 500;
    color: var(--text);
    font-family: "Montserrat", Sans-serif;
    background: transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cf7frm-textarea {
    height: 150px;
    resize: vertical;
}

.cf7frm-attachment {
    overflow: hidden;
}

.cf7frm-attachment p {
    position: relative;
}

.cf7frm-label-attachment {
    display: block;
    width: 100%;
    height: 150px;
    padding: 11px 24px 10px;
    border-radius: 6px;
    border: 1px dashed #81898B;
    cursor: pointer;
    position: relative;
}

.cf7frm-attachment .wpcf7-form-control-wrap {
    width: 245px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cf7frm-file[type="file"] {
    font-size: 18px;
    line-height: 1.68;
    font-weight: 500;
    color: var(--text);
    font-family: "Montserrat", Sans-serif;
}

.cf7frm-help {
    color: #81898B;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 4px;
}

select.cf7frm-input {
    background: url('../images/dropdown-icon.svg') no-repeat;
    background-size: 20px;
    background-position: calc(100% - 20px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.cf7frm-input:hover,
.cf7frm-textarea:hover {
    border-color: var(--text);
    background-color: var(--white);
}

.cf7frm-input:focus,
.cf7frm-textarea:focus {
    border-color: var(--text);
    background-color: var(--white);
    outline: none;
    box-shadow: none;
}

.cf7frm-input:focus-visible {
    border-color: var(--text);
    background-color: var(--white);
}

.wpcf7-text:not(:placeholder-shown),
.wpcf7-textarea:not(:placeholder-shown) {
    border-color: var(--text);
    background-color: var(--white);
}

.wpcf7-select.active {
    border-color: var(--text);
    background-color: var(--white);
}


.cf7frm-newsletter input[type="checkbox"] {
    width: 19.5px;
    height: 19.5px;
    background-color: #F1F1F2;
}

.cf7frm-newsletter .wpcf7-list-item {
    margin: 0 !important;
    display: flex;
    gap: 8px;
}

.cf7frm-newsletter .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.5;
}

.cf7frm-newsletter .wpcf7-list-item-label:first-letter {
    text-transform: uppercase;
}


.cf7frm-submit {
    cursor: pointer;
}


.gform_title {
    display: none !important;
}

.gfield_required_text {
    display: none !important;
}

.gfield_label {
    font-size: 18px !important;
    color: var(--secondary) !important;
    font-weight: 600 !important;
    line-height: 1.33 !important;
    margin-bottom: 8px !important;
}

.ginput_container input:not(input[type=checkbox]),
.ginput_container textarea {
    padding: 11px 24px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #81898B !important;
    font-size: 18px !important;
    line-height: 1.68 !important;
    font-weight: 500 !important;
    color: var(--text) !important;
    background: transparent !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
    height: auto !important;
    box-shadow: none !important;
}

.ginput_container textarea {
    height: 150px !important;
    resize: vertical !important;
}

.ginput_container ::-webkit-input-placeholder {
    color: #81898B;
}

.ginput_container :-moz-placeholder {
    color: #81898B;
}

.ginput_container ::-moz-placeholder {
    color: #81898B;
}


.ginput_container input[type="checkbox"] {
    width: 35px !important;
    height: 35px !important;
    position: relative !important;
    top: -4px !important;
}

.ginput_container_textarea .gfield_description {
    display: none !important;
}

.ginput_container input[type="checkbox"] {
    width: 20px !important;
    height: 19px !important;
    position: relative !important;
    top: 1px !important;
    box-shadow: none !important;
}

.ginput_container_select select {
    padding: 11px 24px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #81898B !important;
    font-size: 18px !important;
    line-height: 1.68 !important;
    font-weight: 500 !important;
    color: var(--text) !important;
    background: transparent !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
    height: auto !important;
    box-shadow: none !important;
    background: url('../images/dropdown-icon.svg') no-repeat !important;
    background-size: 20px !important;
    background-position: calc(100% - 20px) 50% !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.gform_button {
    display: inline-block !important;
    font-family: "Roboto Serif", serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 1em !important;
    text-align: center !important;
    font-style: italic !important;
    color: var(--white) !important;
    border-radius: 100px !important;
    background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    padding: 10px 24px !important;
    transition: .3s all ease !important;
    -webkit-transition: .3s all ease !important;
    -ms-transition: .3s all ease !important;
    -o-transition: .3s all ease !important;
}

.gform_button:hover {
    background-color: transparent !important;
    color: var(--secondary) !important;
}

.ginput_container input:not(input[type=checkbox]):hover,
.ginput_container textarea:hover,
.ginput_container_select select:hover 
{
    border-color: var(--text) !important;
    background-color: var(--white) !important;
}

.ginput_container input:not(input[type=checkbox]):focus,
.ginput_container textarea:focus, 
.ginput_container_select select:focus 
{
    border-color: var(--text) !important;
    background-color: var(--white) !important;
    outline: none !important;
    box-shadow: none !important;
}

.ginput_container input:not(input[type=checkbox]):focus-visible {
    border-color: var(--text) !important;
    background-color: var(--white) !important;
}
.ginput_container input[type="checkbox"]:focus,
.ginput_container input[type="checkbox"]:focus-visible,
.ginput_container input[type="checkbox"]:checked,
.gform_button:focus,
.gform_button:focus-visible
{
    box-shadow: none !important;
    outline: none !important;
}

.ginput_container input:not(input[type=checkbox]):not(input[type=file]):not(:placeholder-shown),
.ginput_container textarea:not(:placeholder-shown) {
    border-color: var(--text) !important;
    background-color: var(--white) !important;
}

.ginput_container select.active {
    border-color: var(--text) !important;
    background-color: var(--white) !important;
}

.ginput_container input[type="file"]{
    background: transparent !important;
}
.gform-theme .gform-loader {
    border-block-end-color: var(--primary) !important;
    border-inline-start-color: var(--primary) !important;
}

.special-blog-sec {
    background: var(--secondary);
    padding: 96px 0;
}

.special-blog-inn {
    display: flex;
    gap: 40px;
}

.special-blog-left {
    width: 100%;
}

.special-blog-right {
    width: 100%;
}

.special-blog-image {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -64px 199px 58px 0px #00292700;
}

.special-blog-image img {
    width: 100%;
    max-width: none !important;
}

.special-blog-info {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
}

.blog-cat {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0.5px;
    border: 1px solid #FFFFFF;
    padding: 4px 16px;
    color: var(--white);
    background: #896912;
    border-radius: 999px;
    cursor: default;
}

.blog-date {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.68;
    color: var(--white);
}

.special-blog-title h2 {
    font-family: "Roboto Serif", serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.22;
    color: var(--white);
    margin-bottom: 24px;
}

.special-blog-content p {
    font-size: 18px;
    color: var(--white);
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.68;
}

.special-blog-author p {
    font-size: 16px;
    line-height: 1.68;
    font-weight: 400;
    color: var(--white);
}

.special-blog-author p span {
    font-weight: 600;
    text-decoration: underline;
}
.special-blog-author a{
    color: var(--white);
}

.special-blog-link {
    margin-top: 24px;
}

.site-btn-blog {
    background-color: var(--text);
    padding: 12px 20px;
    border: 1px solid var(--text);
}

.site-btn-blog:hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}

.blog_sec {
    padding: 96px 0;
    box-shadow: 0px 0px 50px 0px #18242713;
}

.blog-filter-sec {
    border-bottom: 1px solid #81898B;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.blog-filter-search {
    margin-bottom: 56px;
}

.blog-search {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    max-width: 300px;
    padding: 10px 20px 10px 58px;
    border: 1px solid #81898B;
    border-radius: 6px;
    color: #81898B;
    background: url("../images/search-icon.svg") no-repeat;
    background-size: 17px;
    background-position: 20px calc(50% + 2px);
}

.blog-filter-categories {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-filter-category {
    position: relative;
}

.bf-category {
    position: absolute;
    opacity: 0;
    font-size: 1px;
}

.bf-category-btn {
    cursor: pointer;
}

input[type=radio].bf-category:checked~label {
    background-color: var(--secondary);
    color: var(--white);
}

.blog_container {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 40px;
}

.blog_box {
    width: calc(33.33% - 26.66px);
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--white);
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.blog_box:hover {
    border-color: var(--primary);
    box-shadow: -11px 32px 33px 0px rgba(0, 40.99999999999999, 39.00000000000001, 0.050980392156862744);
}

.blog_box:hover .blog_box_title h3 a {
    color: var(--secondary);
    text-decoration: underline;
}

.blog_box_img {
    padding-top: 60%;
    overflow: hidden;
    border-radius: 8px 8px 10px 10px;
    position: relative;
    border: 1px solid #00000012;
}

.blog_box_img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog_box_details {
    padding: 32px;
}

.blog_box_info {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.blog_box_info .blog-date {
    color: var(--text);
}

.blog_box_title h3 {
    font-family: "Roboto Serif", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 16px;
    color: var(--text);
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.blog_box_title h3 a {
    color: var(--text);
}

.blog_box_contant p {
    font-size: 18px;
    color: var(--text);
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.68;
}

.blog_box_author p {
    font-size: 16px;
    color: var(--text);
    margin-top: 16px;
    font-weight: 400;
    line-height: 1.68;
}

.blog_box_author p span {
    font-weight: 600;
    text-decoration: underline;
}
.blog_box_author a{
    color: var(--text);
}

.blog-skeleton-list-inn {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 40px;
}

.blog-skeleton-box {
    width: calc(33.33% - 26.66px);
}

.blog-skeleton-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fbf9f7;
    border-radius: 10px;
    overflow: hidden;
}

.blog-skeleton-left,
.blog-skeleton-title,
.blog-skeleton-line {
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0;
}

.blog-skeleton-left {
    width: 100%;
    aspect-ratio: 2 / 1;
}

.blog-skeleton-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
}

.blog-skeleton-title {
    width: 80%;
    height: 20px;
    border-radius: 4px;
}

.blog-skeleton-line {
    width: 100%;
    height: 12px;
    border-radius: 4px;
}

.blog-skeleton-line.short {
    width: 70%;
    margin-top: 50px;
}

.blog-skeleton-left::after,
.blog-skeleton-title::after,
.blog-skeleton-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 150px;
    background: linear-gradient(90deg,
            rgba(224, 224, 224, 0) 0%,
            rgba(245, 245, 245, 0.8) 50%,
            rgba(224, 224, 224, 0) 100%);
    animation: blog-shimmer 1.5s infinite;
}

@keyframes blog-shimmer {
    0% {
        left: -150px;
    }

    100% {
        left: 100%;
    }
}

.load-more {
    text-align: center;
    margin-top: 50px;
}

.no_post {
    text-align: center;
}

.banner-sec {
    min-height: 730px;
    display: flex;
    align-items: center;
}

.banner-inn {
    padding: 170px 0;
}

.banner-title h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    color: var(--text);
}



.special-single-blog-sec .special-blog-inn {
    flex-direction: row-reverse;
}

.blog-time {
    color: var(--white);
}

.blog-time svg {
    width: 16.67px;
    height: 16.67px;
}

.blog-time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.special-single-blog-sec .special-blog-content p {
    font-size: 24px;
}

.special-single-blog-sec .special-blog-info {
    margin-bottom: 32px;
}

.special-single-blog-sec .special-blog-content p {
    margin-bottom: 32px;
}

.sp-author {
    padding: 5px 0 0 76px;
    position: relative;
}

.sp-author img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    overflow: hidden;
}

.sp-author p {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68;
    color: var(--white);
    margin-bottom: 4px;
}

.sp-author p span {
    font-weight: 600;
    text-decoration: underline;
}

.special-blog-caption p {
    margin-top: 8px;
    color: var(--white);
    ;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.68;
}

.blog-custom-style ul {
    list-style: disc;
}

.blog-custom-style ol {
    list-style: decimal;
}

.blog-custom-style li {
    margin-bottom: 8px;
}

.cfag-form .cf7frm-row {
    margin-bottom: 24px;
}

.cfag-form .cf7frm-newsletter input[type="checkbox"] {
    width: 35px;
    height: 35px;
    position: relative;
    top: -4px;
}

.cfag-form .cf7frm-newsletter .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.68;
}

.cfag-form .cf7frm-row.cf7frm-submit-row {
    margin-bottom: 0;
}

.cfag-form .site-btn {
    padding: 10px 24px 10px 56px;
    background-color: var(--secondary);
    color: var(--white);
    background-image: url('../images/download-icon-white.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 24px 50%;
}

.blog-actions-sec {
    padding: 20px 0 96px;
}

.blog-actions-sec .wrapper {
    max-width: 940px;
}

.blog-actions-inn {
    display: flex;
    gap: 40px;
}

.blog-actions-left {
    width: 100%;
}

.blog-actions-right {
    width: 100%;
}

.newsletter .cf7frm-row {
    margin-bottom: 24px;
}

.newsletter .cf7frm-input {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
}

.blog-action-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 24px;
}

.social-media ul {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.social-media ul li a {
    background: var(--secondary);
    color: var(--white);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 999px;
}

.blog-actions-inn {
    padding: 48px 0;
    border-top: 1px solid #81898B;
    border-bottom: 1px solid #81898B;
}

.blog-post-actions-2 {
    padding: 48px 0;
    border-bottom: 1px solid #81898B;
}

.blog-tags-sec {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.topic-txt p {
    font-size: 17px;
    line-height: 1.33;
    font-weight: bold;
    color: var(--text);
    position: relative;
    top: 2px;
}

.blog-tags {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.blog-tag {
    border: 1px solid var(--secondary);
    padding: 4px 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.5px;
    border-radius: 999px;
}
.blog-tag:hover{
    background-color: var(--secondary);
    color: var(--white);
}
.back-btn a {
    color: #53757E;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    font-size: 15px;
}

.back-btn a svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.blog-post-actions-3 {
    margin-top: 64px;
}

.blog-post-author {
    background: #F1F1F2;
    padding: 32px;
    border-radius: 10px;
    min-height: 160px;
}

.blog-post-author-content {
    padding-left: 140px;
    position: relative;
}

.blog-post-author-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 999px;
    object-position: center;
}

.blog-post-author-name {
    font-family: "Roboto Serif", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.22;
}
.blog-post-author-name a{
    color: #182427;
}


.blog-post-author-postion {
    color: var(--text);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.33;
}

.blog-post-author-bio {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.68;
}

.related-blog-sec {
    background: #F1F1F2;
    padding: 96px 0;
}

.related-blog-title h2 {
    font-family: "Roboto Serif", serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.22;
    margin-bottom: 56px;
}

.related-blogs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.related-blogs .blog_box {
    width: 100%;
    border-color: transparent;
}

.related-blogs .blog_box:hover {
    border-color: var(--primary);
}

.related-blogs .blog_box_contant,
.related-blogs .blog_box_author {
    display: none;
}

.related-blogs .blog_box_title h3 {
    margin-bottom: 0;
}

.newsletter .cf7frm-submit-row {
    margin-bottom: 0;
}

.wwd-page-el-btn {
    cursor: default;
}

.hero-el-text {
    position: relative;
}

.hero_wrapper_sec {
    min-height: 250vh;
    overflow: hidden;
    z-index: 1;
}

.hero__section {
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.about__section {
    /* background-color: rgb(119, 109, 109); */
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.about__section__left {
    opacity: 0;
}

.about__section__right {
    background-color: var(--white);
    transform: translateX(50vw);
    will-change: transform;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.hero-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 100%;
    /* background-image: url('../images/hero-lines.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 68%; */

}

/* for el editor - admin*/
.elementor-editor-active .hero__section,
.elementor-editor-active .about__section {
    position: relative;
}

.elementor-editor-active .hero_wrapper_sec {
    min-height: auto;
}

.elementor-editor-active .about__section__left,
.elementor-editor-active .about__section__right {
    opacity: 1;
}

.elementor-editor-active .h_perf_content {
    height: auto !important;
}

.elementor-editor-active .h_perf_content_inner {
    position: relative !important;
}

/* for el editor - admin*/



.fosteravaenue-el {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.martslundy-el {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.plus-el {
    width: max-content !important;
    height: max-content !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.34;
    filter: grayscale(1);
}

.fosteravaenue-el,
.martslundy-el,
.plus-el {
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.fosteravaenue-el.scrolled,
.martslundy-el.scrolled,
.plus-el.scrolled {
    opacity: 0.34;
    filter: grayscale(1);
}


.foster_marts_left {
    opacity: 0;
}

.foster_marts_right {
    opacity: 0;
}

.fostermarts_inn .e-con-inner {
    position: relative;
}

.fostermarts_wrapper {
    position: sticky;
    top: 0;
}

.article-index ol,
.article-index ul {
    padding: 0px 0px 0px 25px;
    font-family: "Roboto Serif", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.88em;
}

.article-index a {
    text-decoration: underline;
    color: var(--secondary);
}

.menu-boxs .menu-box:last-child {
    text-align: right;
}

.h_perf_content {
    position: relative;
    height: 60px;
    overflow: hidden;
    transition: height 0.3s ease;
}

.h_perf_box.open .h_perf_content {
    height: 200px;
}

.h_perf_content>div {
    height: 100%;
}

.h_perf_content_inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.h_perf_title {
    cursor: pointer;
    min-width: 125px !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    bottom: -18px !important;
    right: auto !important;
    top: auto !important;
}

.h_perf_title .elementor-heading-title {
    font-family: 'Roboto Serif Custom' !important;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.h_perf_title:hover .elementor-heading-title {
    font-weight: 600 !important;
}

.related-blogs .blog_box:nth-child(4) {
    display: none;
}

.beat_box {
    display: flex;
    gap: 50px;
    width: 530px;
    height: auto;
    padding: 40px 0 0 30px;
    transform: rotate(180deg);
    opacity: 0.8;
}

.beat_col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.beat {
    width: 46px;
    height: 2.5px;
    color: #D5D7D8;
    background: #D5D7D8;
    border-radius: 10px;
    transform: rotate(-45deg);
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.beat_box .beat_col:nth-child(1) .beat:last-child,
.beat_box .beat_col:nth-child(5) .beat:last-child {
    background-color: transparent !important;
}

.beat_box .beat_col .beat:first-child

/* .beat_box .beat_col:nth-child(1) .beat:nth-child(1),
.beat_box .beat_col:nth-child(1) .beat:nth-child(2),
.beat_box .beat_col:nth-child(1) .beat:nth-child(3),
.beat_box .beat_col:nth-child(2) .beat:nth-child(1),
.beat_box .beat_col:nth-child(2) .beat:nth-child(2),
.beat_box .beat_col:nth-child(3) .beat:nth-child(1),
.beat_box .beat_col:nth-child(3) .beat:nth-child(2) */
    {
    background-color: #DB7B24 !important;
    opacity: 1 !important;
}

.hero_beat_box {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cta_beat_box .beat {
    color: #32A5A1;
    background: #32A5A1;
}

.cta_beat_box .beat_col:nth-child(1) .beat:last-child,
.cta_beat_box .beat_col:nth-child(5) .beat:last-child {
    background-color: transparent !important;
}

.cta_beat_box .beat_col .beat:first-child

/* .cta_beat_box .beat_col:nth-child(1) .beat:nth-child(1),
.cta_beat_box .beat_col:nth-child(1) .beat:nth-child(2),
.cta_beat_box .beat_col:nth-child(1) .beat:nth-child(3),
.cta_beat_box .beat_col:nth-child(2) .beat:nth-child(1),
.cta_beat_box .beat_col:nth-child(2) .beat:nth-child(2),
.cta_beat_box .beat_col:nth-child(3) .beat:nth-child(1),
.cta_beat_box .beat_col:nth-child(3) .beat:nth-child(2) */
    {
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.cta_beat_box .beat_col:nth-child(1) .beat:nth-child(16),
.cta_beat_box .beat_col:nth-child(1) .beat:nth-child(15),
.cta_beat_box .beat_col:nth-child(1) .beat:nth-child(14) {
    display: none !important;
}

.single-post .elementor-widget-text-editor strong {
    font-weight: 500;
}



.author-sec {
    background: #F1F1F2;
    padding: 96px 0;
}

.author-content {
    padding-left: 140px;
    position: relative;
}

.author-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 999px;
    object-position: center;
}

.author-name {
    font-family: "Roboto Serif", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.22;
}
.author-name a{
    color: #182427;
}


.author-postion {
    color: var(--text);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.33;
}

.author-bio {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.68;
}
.author-form-sec{
    display: none;
} 
.tag-form-sec{
    display: none;
}

.banner-title span{
    text-transform: capitalize;
}
.skip-link{
    display: none !important;
}
.banner-subtitle p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 10px;
}
.single-elementor_library .breadcrumb-sec,
.single-elementor_library .banner-sec,
.single-elementor_library .special-blog-sec,
.single-elementor_library .blog-actions-sec,
.single-elementor_library .related-blog-sec
{
    display: none;
}
.services-list .elementor-icon-list-item {
    align-items: flex-start !important;
}
.services-list .elementor-icon-list-icon {
    position: relative !important;
    top: 6px !important;
}
.elementor-widget-text-editor strong,
.elementor-widget-text-editor b{
    font-weight: 500;
}


@media only screen and (min-width: 1920px) {

    .wrapper {
        max-width: 2400px;
        padding: 0 72px;
    }


    .header-sec .wrapper {
        max-width: 2400px;
        padding: 0 40px;
    }

    .header-left {
        padding-left: 32px;
    }


    .hero-bg {
        /* background-size: 75%; */
    }

    .dot {
        bottom: 23px;
        right: -24px;
    }

    .dot img {
        width: 1000px;
        height: 1000px;
        transform: translate(-50%, -50%) scale(0.020);
    }

    .cf7frm-label {
        font-size: 19px;
    }

    .cf7frm-input,
    .cf7frm-textarea {
        font-size: 19px;
    }

    .site-btn {
        font-size: 20px;
    }

    .special-blog-title h2 {
        font-size: 39px;
    }

    .site-btn-blog {
        font-size: 17px;
    }

    .special-blog-content p {
        font-size: 19px;
    }

    .special-blog-right {
        padding-right: 100px;
    }

    .blog-search {
        font-size: 19px;
        background-size: 19px;
    }

    .blog_box_title h3 {
        font-size: 29px;
    }

    .blog_box_contant p {
        font-size: 19px;
    }

    .custom-menu-dialog {
        max-width: 1600px;
    }

    .cs_box_title h2 {
        font-size: 46px;
    }

    .cs_box_subtitle_one p {
        font-size: 24px;
    }

    .cs_box_subtitle_two p {
        font-size: 19px;
    }

    .cs_box_content p {
        font-size: 19px;
    }


    .banner-sec {
        min-height: 1080px;
    }

    .banner-title, .banner-subtitle {
        max-width: 1350px;
    }

    .blog-post-author-name {
        font-size: 29px;
    }

    .blog-post-author-bio {
        font-size: 19px;
    }

    .related-blog-title h2 {
        font-size: 46px;
    }

    .beat_box {
        gap: 70px;
        width: 590px;
    }

    .beat {
        width: 50px;
    }

    .beat_col {
        gap: 64px;
    }
    .ginput_container input:not(input[type=checkbox]), .ginput_container textarea, .ginput_container select{
    font-size: 19px !important;
}
.gform_button {
    font-size: 20px !important;
}
.author-content {
    width: 76%;
}
.banner-subtitle p {
    font-size: 24px;
}

}


@media only screen and (max-width: 1580px) {

    .site-btn {
        font-size: 17px;
    }

    .menu-box-title {
        font-size: 17px;
    }

    .overlay_2.home_page::after {
        width: 664px;
    }

    .wrapper {
        padding: 0 40px;
    }




    .footer-left {
        width: 35%;

    }

    .footer-right {
        width: 65%;
    }

    .header-menu li a {
        font-size: 14px;
    }
    .gform_button {
    font-size: 17px !important;
}
}


@media only screen and (max-width: 1400px) {

    .header-sec .wrapper {
        padding: 0 20px;
    }

    .header-left {
        padding-left: 22px;
    }
}

@media only screen and (max-width: 1350px) {

    /* .special-blog-sec .wrapper,
    .blog_sec .wrapper {
        padding: 0 40px;
    } */

    .hero-bg {
        /* background-size: 37%; */
    }

    .menu_expand {
        padding: 20px 20px;
    }

    .header-logo {
        max-width: 158px;
    }

    .header-left {
        gap: 20px;
    }

    /* .header-sec .wrapper,
    .breadcrumb-sec .wrapper {
        padding: 0 15px;
    } */

    .blog_box_title h3 {
        font-size: 24px;
    }

    .beat_box {
        gap: 40px;
        width: 400px;
    }

    .beat_col {
        gap: 48px;
    }

    .beat {
        width: 40px;
    }

}

@media only screen and (max-width: 1280px) {
    .menu-boxs {
        gap: 34px;
    }

    .footer-logo-name p {
        font-size: 19px;
    }

    .footer-tagline p {
        font-size: 13px;
    }

    .footer-inn {
        gap: 40px;
    }

    .footer-menu-item h2 {
        font-size: 15px;
    }

    .footer-menu li a {
        font-size: 13px;
    }

    .footer-menu-items {
        gap: 34px;
    }

    .footer-logo {
        max-width: 51px;
    }

    .footer-left {
        width: 35%;
    }

    .menu-sec {
        padding: 42px;
    }

    .menu-boxs {
        flex-wrap: wrap;
    }
.menu-boxs .menu-box:last-child {
    text-align: center;
    width: 100%;
    max-width: none;
}
}

@media only screen and (max-width: 1024px) {
    .pnf-sec {
        min-height: 630px;
    }

    .count-box .elementor-heading-title {
        height: 70px !important;
        width: 70px !important;
    }

    .overlay_2.home_page::after {
        width: 600px;
    }

    .breadcrumb-item a {
        font-size: 13px;
    }

    .cs_box_left_content {
        padding: 80px 40px 80px 0;
    }

    .case_studies .cs_box:nth-child(even) .cs_box_left_content {
        padding-left: 40px;
    }

    .cs_box_right_content {
        padding: 80px 0 80px 40px;
    }

    .cs_box_title h2 {
        font-size: 38px;
    }

    .cs_box_content p {
        font-size: 16px;
    }

    .cs_box_metric_value {
        font-size: 38px;
    }

    .cs_box_special {
        gap: 20px;
        flex-direction: column;
    }

    .case-study-categories {
        gap: 14px;
    }

    .special-blog-inn {
        gap: 34px;
    }

    .special-blog-info {
        margin-bottom: 20px;
    }

    .special-blog-title h2 {
        font-size: 33px;
        margin-bottom: 20px
    }

    .special-blog-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .special-blog-link {
        margin-top: 20px;
    }

    .special-blog-sec {
        padding: 82px 0;
    }

    .blog_sec {
        padding: 82px 0;
    }

    .blog-search {
        font-size: 16px;
        padding-left: 48px;
    }

    .blog-filter-search {
        margin-bottom: 47px;
    }

    .blog-filter-sec {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .blog_container {
        gap: 55px 34px;
    }

    .blog_box_details {
        padding: 27px;
    }

    .blog_box {
        width: calc(50% - 17px);
    }

    .blog-cat {
        font-size: 14px;
    }

    .blog-date {
        font-size: 13px;
    }

    .blog_box_info {
        gap: 14px;
    }

    .blog_box_title h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .blog_box_contant p {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .blog_box_author p {
        font-size: 14px;
        margin-top: 14px;
    }

    .blog-filter-categories {
        gap: 14px;
    }

    .blog-cat {
        padding: 3px 14px;
    }

    .blog-skeleton-box {
        width: calc(50% - 17px);
    }

    .blog-skeleton-list-inn {
        gap: 55px 34px;
    }

    .banner-title h1 {
        font-size: 56px;
    }

    .banner-sec {
        min-height: 630px;
    }

    .special-single-blog-sec .special-blog-content p {
        margin-bottom: 27px;
    }

    .special-single-blog-sec .special-blog-content p {
        font-size: 20px;
    }

    .special-single-blog-sec .special-blog-info {
        margin-bottom: 27px;
    }

    .sp-author img {
        width: 50px;
        height: 50px;
    }

    .sp-author {
        padding: 0px 0 0 60px;
    }

    .cfag-form .cf7frm-input,
    .cfag-form .cf7frm-textarea {
        padding: 10px 24px 9px;
    }

    .blog-actions-sec .wrapper {
        max-width: 840px;
    }

    .blog-actions-inn {
        padding: 40px 0;
    }

    .blog-action-title {
        font-size: 15px;
    }

    .blog-actions-sec {
        padding: 0 0 82px;
    }

    .related-blogs {
        grid-template-columns: 1fr 1fr;
        gap: 34px 84px;
    }

    .related-blog-sec {
        padding: 82px 0;
    }

    .related-blog-title h2 {
        font-size: 38px;
        margin-bottom: 47px;
    }

    .hero_wrapper_sec {
        min-height: 280vh;
    }

    .martslundy-el {
        width: 85%;
    }

    .article-index ol,
    .article-index ul {
        font-size: 16px;
    }

    .related-blogs .blog_box:nth-child(4) {
        display: block;
    }

    .beat_box {
        gap: 25px;
        width: 350px;
        padding-top: 30px;
        padding-left: 20px;
    }

    .beat_col {
        gap: 40px;
    }
    .author-sec {
    padding: 82px 0;
}

}

@media only screen and (max-width: 992px) {
    .footer-menu-items {
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-menu-item {
        width: 50%;
        margin-bottom: 60px;
        padding-right: 25px;
    }

    .footer-menu-items .footer-menu-item:last-child {
        margin-bottom: 0;
    }

    .footer-left {
        width: 50%;
    }

    .footer-right {
        width: 50%;
    }

    .menu-sec {
        padding: 42px 24px;
    }

    .pnf-content h1 {
        font-size: 60px;
    }

    .count-box-v2 {
        height: 56px !important;
        width: 56px !important;
    }

    .hero_wrapper_sec {
        min-height: 280vh;
    }

    .dot img {
        transform: translate(-50%, -50%) scale(0.027);
    }

    .beat_box {
        gap: 20px;
        width: 320px;
    }

    .beat_col {
        gap: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .header-logo {
        max-width: 158px;
    }

    .header-left {
        gap: 15px;
    }

    .footer-inn {
        gap: 0;
        flex-wrap: wrap;
    }

    .footer-left {
        width: 100%;
        padding-left: 70px;
        padding-top: 15px;
    }

    .footer-right {
        width: 100%;
        padding-top: 100px;
    }

    .footer-sec {
        padding: 80px 0;
    }

    .header-sec {
        top: 28px;
    }

    .breadcrumb-sec {
        top: 107px;
    }

    /* .breadcrumb {
        padding-left: 8px;
    } */

    .footer-logo-name p {
        font-size: 19px;
    }

    .footer-tagline p {
        font-size: 15px;
    }

    .footer-menu-item h2 {
        font-size: 17px;
    }

    .footer-logo {
        max-width: 49px;
    }

    .footer-menu-item h2 {
        margin-bottom: 14px;
    }

    .footer-menu-item {
        margin-bottom: 34px;
    }

    .footer-menu-items .footer-menu-item:last-child {
        width: 60%;
    }

    .menu-boxs {
        flex-wrap: wrap;
        gap: 0;
    }

    .menu-box {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .site-btn {
        padding: 12px 24px;
    }

    .pnf-content p {
        font-size: 18px;
    }

    .divide {
        display: none;
    }

    .pnf-text {
        display: block;
        width: 100%;
        font-size: .8em;
    }

    .pnf-sec {
        min-height: 730px;
    }

    .overlay_2.home_page::after {
        width: 800px;
    }

    .single-post-navigation {
        flex-direction: column;
        gap: 24px;
        justify-content: center;
    }

    .single-post-nav-item._1,
    .single-post-nav-item._2,
    .single-post-nav-item._3 {
        text-align: center;
    }

    .cs_box_inn {
        flex-wrap: wrap;
    }

    .cs_box_left {
        width: 100%;
    }

    .cs_box_right {
        width: 100%;
    }

    .cs_box .wrapper,
    .hm-skeleton-list .wrapper {
        padding: 0;
    }

    .cs_box_left_content {
        padding-left: 100px;
        padding-right: 0;
        padding: 24px 20px;
    }

    .cs_box_right_content {
        padding: 80px 20px 90px 20px;
    }

    .case_studies .cs_box:nth-child(even) .cs_box_left_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case_studies .cs_box:nth-child(even) .cs_box_right_content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cs_box_title h2 {
        font-size: 29px;
    }

    .hm-skeleton-container {
        flex-direction: column;
    }

    .hm-skeleton-left {
        width: 100%;
    }

    .hm-skeleton-right {
        width: 100%;
        padding: 80px 20px;
    }

    .hm-skeleton-list .hm-skeleton-box:nth-child(even) .hm-skeleton-container {
        flex-direction: column;
    }

    .cf7frm-label {
        font-size: 16px;
    }

    .cf7frm-input,
    .cf7frm-textarea {
        font-size: 16px;
        padding: 10px 20px 9px;
    }

    .cf7frm-row {
        flex-direction: column;
        gap: 26px;
        margin-bottom: 26px;
    }

    .cf7frm-file[type="file"] {
        font-size: 16px;
    }

    .cf7frm-help {
        font-size: 16px;
    }

    /* .special-blog-sec .wrapper,
    .blog_sec .wrapper {
        padding: 0 20px;
    } */

    .special-blog-inn {
        flex-direction: column;
    }

    .blog_sec {
        padding: 80px 0;
    }



    .blog-search {
        max-width: 100%;
    }

    .blog_box {
        width: 100%;
    }

    .blog_box_title h3 {
        font-size: 21px;
    }

    .blog-skeleton-box {
        width: 100%;
    }

    .banner-title h1 {
        font-size: 34px;
    }

    .banner-inn {
        padding: 222px 0 180px;
    }

    .special-single-blog-sec .special-blog-inn {
        flex-direction: column;
    }

    .special-blog-sec {
        padding: 80px 0;
    }

    .blog-actions-inn {
        flex-direction: column;
    }

    .blog-post-actions-2 {
        padding: 40px 0;
    }

    .blog-post-actions-3 {
        margin-top: 55px;
    }

    .blog-post-author-content {
        padding-left: 0;
    }

    .blog-post-author-img {
        position: relative;
        margin-bottom: 40px;
        width: 85px;
        height: 85px;
    }

    .blog-post-author-name {
        font-size: 24px;
    }

    .blog-post-author-postion {
        font-size: 15px;
    }

    .blog-post-author-bio {
        margin-top: 20px;
        font-size: 16px;
    }

    .related-blog-sec {
        padding: 80px 0;
    }

    .related-blog-title h2 {
        font-size: 29px;
    }

    .related-blogs {
        grid-template-columns: 1fr;
    }

    .about__section__left {
        position: fixed;
        height: 100vh;
        left: 0;
        right: 0;
        width: 100%;

        z-index: 1;
    }

    .about__section__right {
        position: fixed;
        height: 100vh;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2;
        transform: translateX(100vw);
    }

    .hero-bg {
        /* background-size: 0%; */
    }

    .fosteravaenue-el {
        display: none;
    }

    .martslundy-el {
        display: none;
    }

    .plus-el {
        display: none;
    }

    .foster_marts_left {
        opacity: 1;
    }

    .foster_marts_right {
        opacity: 1;
    }

    .dot {
        bottom: 9px;
        right: -20px;
    }

    .dot img {
        transform: translate(-50%, -50%) scale(0.022);
    }

    .wrapper {
        padding: 0 20px;
    }

    .header-sec .wrapper {
        padding: 0 16px;
    }

    .menu-box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
        max-width: none;
    }

    .menu-box-title {
        margin-bottom: 7px;
    }

    .footer-right {
        padding-top: 50px;
        padding-left: 70px;
    }

    .footer-menu-item {
        margin-bottom: 40px;
        width: 100%;
    }

    .footer-menu-item h2 {
        margin-bottom: 7px;
    }

    .beat_box {
        display: none;
    }
    .gfield_label {
    font-size: 16px !important;
}

.ginput_container input:not(input[type=checkbox]), .ginput_container textarea, .ginput_container select {
    font-size: 16px !important;
    padding: 10px 20px 9px !important;
}
.gform_button {
    padding: 12px 24px !important;
}

.gform-theme .gform_fields {
    gap: 27px !important;
}
.author-img {
    margin-bottom: 40px;
    width: 85px;
    height: 85px;
}
.author-name {
        font-size: 24px;
    padding-left: 100px;
    padding-top: 20px;
}
.author-postion {
        font-size: 15px;
        padding-left: 100px;
}
.author-bio {
    margin-top: 30px;
    font-size: 16px;
}
.author-content {
    padding-left: 0;
}
.author-sec {
    padding: 80px 0;
}
.banner-subtitle p {
    font-size: 20px;
}

}

@media only screen and (max-width: 479px) {
    .menu-box-title {
        font-size: 16px;
    }

    .menu-box {
        padding-right: 40px;
    }

    .pnf-content h1 {
        font-size: 40px;
    }

    .pnf-content p {
        font-size: 16px;
    }

    .overlay_2.home_page::after {
        width: 500px;
    }

    .blog_box_info {
        flex-direction: column;
        align-items: flex-start;
    }
    .menu-boxs .menu-box:last-child {
    padding-right: 0;
}
}