/**********************************/
.elementor-element .elementor-text-editor h1 {
    color: #0e0c45;
    font-family: "Special Elite", Merriweather Sans;
    font-size: 70px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.elementor-element .elementor-text-editor h2 {
    color: #0e0c45;
    font-family: "Special Elite", Merriweather Sans;
    font-size: 45px;
    line-height: 52px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.elementor-element .elementor-text-editor h3,
.elementor-element .elementor-text-editor h4,
.elementor-element .elementor-text-editor h5,
.elementor-element .elementor-text-editor h6 {
    color: #0e0c45;
    font-family: "Special Elite", Merriweather Sans;
    padding: 0;
    margin: 0;
    font-weight: normal;
    text-transform: inherit;
}

.elementor-element .elementor-text-editor blockquote {
    border: 0;
    padding: 0;
    text-align: center;
    font-style: italic;
}

.elementor-element .elementor-text-editor dfn,
.elementor-element .elementor-text-editor cite,
.elementor-element .elementor-text-editor em,
.elementor-element .elementor-text-editor i {
    font-style: italic;
    font-size: 17px;
    line-height: 1.53em;
    color: #000000;
}

.elementor-element .elementor-text-editor table {
    margin: 10px 0;
}

.elementor-element .elementor-text-editor ul {
    list-style: none;
}

.elementor-element .elementor-text-editor ul li {
    position: relative;
}

.elementor-element .elementor-text-editor ul li:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 10px;
    background: rgba(27, 23, 141, 0.52);
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.blog_search_form {
    width: 50%;
    margin: 0 auto 70px;
    padding: 0 15px;
}

.comments-wrapper .comment-reply-title {
    text-align: center;
}

.elementor-element .elementor-text-editor ol {
    list-style: none;
}

.elementor-element .elementor-text-editor address {
    font-style: normal;
}

.elementor-element .elementor-text-editor a {
    color: rgba(27, 23, 141, 0.52);
}

.elementor-element .elementor-text-editor a:hover {
    color: #0e0c45;
}

.elementor-element .elementor-text-editor caption,
.elementor-element .elementor-text-editor code,
.elementor-element .elementor-text-editor code,
.elementor-element .elementor-text-editor samp {
    background-color: rgba(27, 23, 141, 0.52);
    color: #fff;
}

.elementor-element .elementor-text-editor kbd {
    background-color: #0e0c45;
    color: #fff;
}

.elementor-element .elementor-text-editor pre {
    background: #eff1f0;
    border: none;
}

/****************** HEADER CSS  *******************/
#site-header {
    background: #0e0c45;
}

#site-header .container {
    padding: 0 64px 0 30px;
}

#site-header .header-inner {
    padding: 8.5px 0;
    max-width: 100%;
    align-items: center;
}

.header-titles-wrapper {
    margin-right: 0;
    max-width: 100%;
}

.header-titles {
    margin: 0;
}

.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
    margin: 0;
}

ul.primary-menu {
    margin: 0;
    letter-spacing: normal;
    align-items: center;
}

.primary-menu>li {
    margin: 0 57px 0 0px;
}

.primary-menu>li.menu-btn {
    margin: 0px;
}

.primary-menu>li.menu-btn>a {
    background: #1b178d;
    border-radius: 2px;
    padding: 12px 40px;
}

.primary-menu>li.menu-btn>a:hover {
    color: #1b178d;
    background: #fff;
}

.no-margin .elementor-heading-title {
    margin: 0 !important;
}

.primary-menu li a {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    font-family: "Merriweather Sans";
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

body:not(.overlay-header) .primary-menu>li>a,
body:not(.overlay-header) .primary-menu>li>.icon,
.modal-menu a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
    color: #fff;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor,
.primary-menu li.current-menu-item>a,
.primary-menu li.current-menu-item>.link-icon-wrapper>a {
    text-decoration: none;
}

.primary-menu>li>a {
    position: relative;
}

.primary-menu>li>a:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 3px;
    opacity: 0;
    position: absolute;
    bottom: -5px;
    transition: opacity ease 0.5s;
    left: 0;
}

.primary-menu>li.menu-btn>a:after {
    display: none;
}

.primary-menu>li>a:hover:after {
    opacity: 1;
}

.primary-menu>li>.icon {
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
}

.primary-menu .icon::after {
    display: none;
}

.primary-menu .icon::before {
    content: "";
    background: url(../images/menu-dropdown.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    bottom: auto;
}

body:not(.overlay-header) .primary-menu ul {
    background-color: #eff1f0;
}

.primary-menu ul {
    background: #eff1f0;
    border-radius: 0;
}

.primary-menu li ul li a {
    color: #333333;
    text-align: left;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
    border-bottom-color: #eff1f0;
}

.primary-menu li ul li a:hover {
    color: #1b178d;
}

.primary-menu>li.menu-item-has-children>a {
    padding-right: 18px;
}

body ul.elementor-nav-menu--dropdown a,
body ul.elementor-nav-menu--dropdown a:focus,
body ul.elementor-nav-menu--dropdown a:hover {
    border-left: 0;
}

body .elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before {
    content: "";
    background: url(../images/menu-dropdown.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    display: block;
    width: 9px;
    height: 9px;
}

body .elementor-457 header.elementor-element .elementor-button {
    border: none !important;
}

/****************** HEADER CSS  *******************/
/****************** subscribe form *******************/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none !important;
}

.gform_wrapper .subscribe-form li.hidden_label input {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 18px 170px 18px 18px !important;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: normal;
    font-family: "Merriweather Sans" !important;
    letter-spacing: normal !important;
    color: #a8a8a8;
    margin: 0;
}

body .gform_wrapper .subscribe-form .top_label div.ginput_container {
    margin-top: 0;
}

.gform_wrapper .subscribe-form li.hidden_label input::placeholder {
    color: #a8a8a8;
    opacity: 1;
}

.subscribe-form-main .gform_wrapper {
    margin: 0;
}

.gform_wrapper .subscribe-form ul.gform_fields li.gfield {
    padding: 0;
    margin: 0;
}

.gform_wrapper .subscribe-form .gform_footer input.button {
    background: #000000;
    border-radius: 2px;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Merriweather Sans";
    letter-spacing: 0px;
    color: #ffffff;
    padding: 13px 37px;
    transition: all ease 0.4s;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    border: 0;
}

.gform_wrapper .subscribe-form .gform_footer .button:hover,
.gform_wrapper .subscribe-form .gform_footer .button:focus,
.gform_wrapper .subscribe-form .gform_footer .button:active {
    background: #0e0c45;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.gform_wrapper form.subscribe-form {
    position: relative;
}

.gform_wrapper .subscribe-form .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: auto;
}

body .elementor-451 .elementor-element.footer-posts .elementor-post__title a:hover {
    color: #514f79;
}

body .gform_wrapper .gform_ajax_spinner {
    padding-left: 0;
    position: absolute;
}

/****************** subscribe form *******************/
/****************** GFORM ERROR *******************/
body .gform_wrapper.gform_validation_error .subscribe-form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

body .gform_wrapper .subscribe-form li.gfield.gfield_error,
body .gform_wrapper .subscribe-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}

body .gform_wrapper .subscribe-form .top_label .gfield_error {
    width: 100%;
}

body .gform_wrapper .subscribe-form div.validation_error {
    display: none;
}

body .gform_wrapper .subscribe-form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0;
    position: absolute;
    left: 0;
}

.gform_wrapper .subscribe-form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper .subscribe-form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

/****************** GFORM ERROR *******************/
body .about-icon-list .elementor-icon-list-icon {
    padding-top: 6px;
}

body .about-text p {
    margin-bottom: 21px;
}

.testimonial-row>.elementor-container>.elementor-row {
    width: auto;
    margin: 0 -14px;
}

body .common-testimonial .elementor-element.common-testimonial-col:hover>.elementor-element-populated .elementor-testimonial-content,
body .common-testimonial .elementor-element.common-testimonial-col:hover>.elementor-element-populated .elementor-testimonial-name,
body .common-testimonial .elementor-element.common-testimonial-col:hover>.elementor-element-populated .elementor-testimonial-job {
    color: #fff;
}

body .common-testimonial .elementor-element.common-testimonial-col:hover>.elementor-element-populated {
    cursor: pointer;
}

.want-to-talk .gform_wrapper textarea.large {
    height: 127px;
}

.read-published .elementor-icon-box-icon {
    background: #0e0c45;
    border-radius: 7px;
    width: 58px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-published .about-read-published .elementor-icon-box-icon {
    background: #fff;
}

.read-published .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    align-items: center;
}

.about-awards-bg {
    position: relative;
}

.about-awards-bg::before {
    content: "";
    background: url(../images/bottom-border.png);
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 61px;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
}

.about-awards-bg::after {
    content: "";
    background: url(../images/bottom-border.png);
    position: absolute;
    bottom: -5px;
    left: -2px;
    width: 102%;
    height: 61px;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
    transform: rotate(180deg);
}

/*********************************/
.portfolio-main {
    padding-bottom: 50px;
}

.portfolio-main .big-container {
    padding: 0 65px;
}

.filter-articles-inner {
    margin: 50px 0;
    text-align: center;
}

.filter-articles-label h2 {
    margin: 0 0 20px;
}

.portfolio-category-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio-category-list ul li button {
    margin: 0 5px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 1.5px;
    background-color: transparent;
    outline: none;
    border: medium none;
    color: #0e0c45;
    transition: all ease-in-out 0.35s;
    text-decoration: none;
}

.portfolio-category-list ul li button:hover,
.portfolio-category-list ul li.active button {
    color: #1b178d;
}

.portfolio_banner .title {
    color: #ffffff;
    background-color: #000000;
    display: inline-block;
    padding: 0px 30px;
    text-transform: uppercase;
    position: relative;
}

.portfolio_banner {
    height: 510px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.portfolio_banner:before {
    content: "";
    background-color: #000000;
    opacity: 0.35;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.portfolio-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.portfolio-item {
    width: 25%;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.portfolio-item .content-section {
    background-color: #fff;
    position: relative;
    bottom: 0;
    padding: 25px 20px 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    transition: all 0.4s 0.1s;
    /* transform: translate(0, 100%);    -webkit-transform: translate(0, 100%); */
}

.portfolio-item:hover .content-section {
    /* transform: translate(0, 0);    -webkit-transform: translate(0, 0); */
}

.portfolio-item:hover .image-section {
    /* transform: translate(0, -50px);    -webkit-transform: translate(0, -50px); */
}

.portfolio-item .image-section {
    transition: all 0.4s 0.1s;
}

.portfolio-item .image-section .image-section-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.portfolio-item .title a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    line-height: normal;
}

.portfolio-item .title a:hover {
    color: #1b178d;
}

.portfolio-item .title h5 {
    margin: 0;
}

.portfolio-item .client-name {
    color: #8a8a8a;
    font-size: 16px;
}

.portfolio-item .project_title {
    color: #1b178d;
    font-size: 16px;
}

.avatarIcon .client_name .value,
.avatarIcon .client_name .label {
    color: #1b178d;
}

.avatarIcon .client_name {
    margin-bottom: 15px;
}

.avatarIcon .read_more_link {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.87em;
    color: #ffffff;
    background-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 2px 2px 2px 2px;
    padding: 12px 29px 12px 29px;
    text-decoration: none;
}

.avatarIcon .read_more_link:hover {
    background-color: transparent;
    color: #000000;
}

/**********************************/
/****************** MEDIA CSS *******************/
@media screen and (max-width: 1440px) {
    .portfolio-category-list ul li {
        margin-left: 0;
    }

    .portfolio-category-list ul li button {
        font-size: 17px;
    }

    .portfolio-item .content-section {
        padding: 15px 10px 5px;
    }

    .portfolio-item .content-section .content-inner .title a {
        font-size: 16px;
    }
}

@media screen and (min-width: 1025px) {
    .elementor-nav-menu li.menu-btn {
        display: none;
    }

    .elementor-nav-menu>li>a {
        position: relative;
    }

    .main-menu .elementor-nav-menu>li>a:after {
        content: "";
        background-color: #fff !important;
        width: 100%;
        height: 3px;
        opacity: 0;
        position: absolute;
        bottom: 0;
        transition: opacity ease 0.5s;
        left: 0;
    }

    .elementor-nav-menu>li.menu-btn>a:after {
        display: none;
    }

    .main-menu .elementor-nav-menu>li>a:hover:after {
        opacity: 1;
    }
}

@media screen and (max-width: 1366px) {
    /* .primary-menu>li {        margin: 0 48px 0 0px;    }    body .elementor-457 .elementor-element.header-menu>.elementor-widget-container {        /* padding: 0px 48px 0px 0px;    }    html body:not(.rtl) .elementor-457 .elementor-element.header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {        margin-right: 0;    } */
}

@media screen and (max-width: 1199px) {
    .primary-menu>li {
        /* margin: 0 25px 0 0px; */
    }

    .primary-menu li a {
        font-size: 13px;
    }

    body .elementor-457 .elementor-element.header-menu>.elementor-widget-container {
        /* padding: 0px 25px 0px 0px; */
    }

    html body:not(.rtl) .elementor-457 .elementor-element.header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        /* margin-right: 20px; */
    }

    body .elementor-451 .elementor-element.footer-col1>.elementor-element-populated {
        padding: 0px 40px 0px 0px;
    }

    body .elementor-451 .elementor-element.footer-col2>.elementor-element-populated {
        padding: 0px 0px 0px 40px;
    }

    body .elementor-451 .elementor-element.footer-col3>.elementor-element-populated {
        padding: 0px 0px 0px 40px;
    }

    body .elementor-451 .elementor-element.footer-col2 {
        width: 18%;
    }

    .portfolio-item {
        width: 33.33%;
    }

    .portfolio-main .big-container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    body .elementor-457 .elementor-element.header-menu>.elementor-widget-container {
        /* padding: 0; */
    }

    body .elementor-widget-image.elementor-widget-theme-site-logo .elementor-image img {
        max-width: 88px;
    }

    body .eicon-menu-bar:before {
        content: "";
        background: url(../images/Icon-feather-menu.svg);
        width: 27px;
        height: 19px;
        display: block;
        background-repeat: no-repeat;
        background-size: 27px;
    }

    body .elementor-menu-toggle.elementor-active i:before {
        content: "";
        background: url(../images/Icon-feather-close.svg);
        width: 20px;
        height: 20px;
        display: block;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    body .elementor-457 .elementor-element.header-menu div.elementor-menu-toggle {
        padding: 0;
    }

    body .elementor-457 .elementor-element.header-menu>.elementor-widget-container {
        outline: none;
    }

    body .elementor-457 .elementor-element.header-menu {
        outline: none;
    }

    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        background-color: #05033b;
        border-radius: 0px 0px 0px 0px;
        /* top: 78px !important; */
        margin-top: 0 !important;
        position: fixed;
        left: 0 !important;
        /* height: calc(100vh - 78px); */
        overflow-y: scroll;
        top: 108px !important;
        height: calc(100vh - 108px);
    }

    body.admin-bar .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 140px !important;
        height: calc(100vh - 140px);
    }

    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--main>.elementor-nav-menu>li>.elementor-nav-menu--dropdown,
    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: 0px !important;
    }

    body.menu-expanded {
        position: fixed;
        overflow: hidden;
    }

    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown .elementor-item,
    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown .elementor-sub-item {
        font-size: 24px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2.4px;
        line-height: 28px;
        color: #fff;
        padding: 22px 20px;
    }

    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown a.elementor-item-active {
        color: #fff;
    }

    .main-menu ul.elementor-nav-menu {
        padding: 14px 30px;
    }

    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown a:hover,
    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown a.elementor-item-active,
    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown a.highlighted,
    body .elementor-457 .elementor-element.header-menu .elementor-menu-toggle:hover {
        color: #fff;
    }

    .elementor-nav-menu li.menu-btn {
        margin: 22px 0;
    }

    .elementor-nav-menu li.menu-btn a {
        background: #1b178d;
        border-radius: 2px;
        padding: 18px 0 !important;
        line-height: 39px !important;
        font-family: "Merriweather Sans";
        font-size: 21px !important;
        letter-spacing: 2.1px !important;
    }

    .elementor-nav-menu li.menu-btn a:hover {
        color: #1b178d !important;
        background: #fff !important;
    }

    body .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown {
        background-color: transparent;
    }

    .elementor-457 .elementor-element.header-menu div.elementor-menu-toggle {
        outline: none !important;
    }

    body .elementor-451 .elementor-element.footer-col2 {
        width: 50%;
    }

    body .elementor-451 .elementor-element.footer-col3>.elementor-element-populated {
        padding: 40px 0px 0px 0px;
    }
}

@media screen and (max-width: 999px) {
    #site-header .container {
        padding: 0 15px;
    }

    .header-titles-wrapper {
        padding: 0;
    }

    body:not(.enable-search-modal) .header-titles-wrapper {
        justify-content: space-between;
    }

    .header-inner .toggle {
        align-items: center;
        display: flex;
        overflow: visible;
        padding: 0 2rem;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding: 0;
        width: auto;
        background: transparent;
        box-shadow: none;
        outline: none;
        border: 0;
    }

    .nav-toggle .toggle-inner {
        padding-top: 0;
        height: auto;
    }

    .navbar-toggler-icon-close {
        display: none;
    }

    .showing-menu-modal .navbar-toggler-icon-close {
        display: block;
    }

    .showing-menu-modal .navbar-toggler-icon-open {
        display: none;
    }

    #site-header .header-inner {
        padding: 10px 0;
    }

    .header-titles {
        max-width: 88px;
    }

    body .menu-modal {
        top: 78px;
        height: calc(100vh - 78px);
        background: #05033b;
    }

    .menu-modal-inner {
        background: #05033b;
    }

    .modal-menu a:focus,
    .modal-menu a:hover,
    .modal-menu li.current-menu-item>.ancestor-wrapper>a,
    .modal-menu li.current_page_ancestor>.ancestor-wrapper>a {
        text-decoration: none;
    }

    .modal-menu>li>a,
    .modal-menu>li>.ancestor-wrapper>a {
        font-size: 24px;
        padding: 22px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 28px;
        font-family: "Merriweather Sans";
        letter-spacing: 2.4px;
    }

    .modal-menu .ancestor-wrapper {
        justify-content: center;
        width: auto;
        align-items: center;
    }

    .modal-menu li {
        border-width: 0;
        justify-content: center;
    }

    .modal-menu>li:last-child {
        border-bottom-width: 0;
    }

    ul.modal-menu {
        padding: 14px 0;
        left: auto;
        width: 100%;
    }

    .modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle {
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        outline: none;
        background: url(../images/menu-dropdown.svg);
        width: 10px;
        height: 10px;
        padding: 0;
        background-repeat: no-repeat;
        background-position: right center;
        margin: 0 0px 0 12px;
        line-height: 30px;
    }

    .modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle svg {
        display: none;
    }

    .modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle.active {
        transform: rotate(180deg);
    }

    .modal-menu ul li a {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 15px 0;
    }

    .modal-menu li a:hover {
        color: #1b178d;
    }

    .modal-menu ul li {
        border-left-width: 0;
    }

    .modal-menu li.menu-btn {
        padding: 22px 0;
    }

    .modal-menu li.menu-btn a {
        background: #1b178d;
        border-radius: 2px;
        padding: 18px 0;
        line-height: 39px;
        font-family: "Merriweather Sans";
        font-size: 21px;
        letter-spacing: 2.1px;
    }

    .modal-menu li.menu-btn a:hover {
        color: #1b178d;
        background: #fff;
    }

    .modal-menu li.menu-btn .ancestor-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .portfolio-item {
        width: 50%;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar .elementor-457 .elementor-element.header-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 154px !important;
        height: calc(100vh - 154px);
    }
}

@media screen and (max-width: 767px) {
    .elementor-element .elementor-text-editor h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .elementor-element .elementor-text-editor h2 {
        font-size: 36px;
        line-height: 46px;
    }

    body .elementor-451 .elementor-element.footer-col1>.elementor-element-populated,
    body .elementor-451 .elementor-element.footer-col2>.elementor-element-populated,
    body .elementor-451 .elementor-element.footer-col3>.elementor-element-populated {
        padding: 0px 0px 0px 0px;
        border: 0;
    }

    body .elementor-451 .elementor-element.footer-col2 {
        width: 100%;
        order: 3;
    }

    .gform_wrapper .subscribe-form .gform_footer input.button {
        line-height: 28px !important;
        position: relative;
        top: auto;
        right: auto;
        transform: initial;
        border: 0;
        margin-top: 8px;
        min-height: auto !important;
        width: 100%;
    }

    .gform_wrapper .subscribe-form li.hidden_label input {
        padding: 17px 15px !important;
        line-height: 24px !important;
        background: #ffffff;
        box-shadow: 0px 3px 10px #00000029;
        min-height: auto !important;
    }

    body .gform_wrapper .subscribe-form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
        text-align: center;
        position: relative;
        left: auto;
    }

    body .elementor-451 .elementor-element.footer-col1>.elementor-element-populated {
        /* padding: 0 12px; */
    }

    body .elementor-451 .elementor-element.footer-posts .elementor-posts-container {
        grid-column-gap: 0px;
        grid-row-gap: 38px;
    }

    body .elementor-451 .elementor-element.footer-social-menu .elementor-nav-menu .elementor-item {
        font-size: 30px;
        line-height: 42px;
    }

    html body:not(.rtl) .elementor-451 .elementor-element.footer-social-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right: 36px;
    }

    .subscribe-form .gform_confirmation_message {
        text-align: center;
    }

    .testimonial-row>.elementor-container>.elementor-row {
        width: 100%;
        margin: 0;
    }

    .portfolio_banner .title {
        padding: 0 5px;
        font-size: 50px;
    }
}

@media screen and (max-width: 600px) {
    .portfolio-item {
        width: 100%;
    }

    .portfolio-main .big-container {
        padding: 0 30px;
    }
}

/****************************** case study css *******************************/
.small_container_section {
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
}

.elementor-column .elementor-widget-wrap .elementor-widget.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor-heading-m-0,
.elementor-heading-m-0 .elementor-heading-title {
    margin: 0 !important;
}

.case_study_filter_form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}

.case_study_filter_form .common_dropdown:first-child {
    margin-right: 16px;
}

.case_study_filter_form .common_dropdown {
    position: relative;
}

.case_study_filter_form .common_dropdown:after {
    content: "";
    background-image: url(../images/dd_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 18px;
}

#case_study_second_section .elementor-column .elementor-widget-wrap .elementor-widget.elementor-widget-text-editor p {
    line-height: 28px;
}

.case_study_filter_form .common_dropdown .dd_common {
    background-color: #000000;
    padding: 11px 40px 12px 24px;
    color: #ffffff;
    -webkit-appearance: none;
    appearance: none;
    min-width: 205px;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    font-family: "Merriweather Sans" !important;
}

.case_study_list_outer .case_study_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.case_study_list_outer .case_study_list .case_study_item {
    width: calc((100% - 68px) / 3);
    margin-right: 34px;
    margin-bottom: 71px;
}

.case_study_list_outer .case_study_list .case_study_item .top_image:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../images/blog_bottom_layer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 102% auto;
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out 0.25s;
    pointer-events: none;
}

.case_study_list_outer .case_study_list .case_study_item .top_image {
    position: relative;
}

.case_study_list_outer .case_study_list .case_study_item:hover {
    box-shadow: 0px 3px 10px #00000029;
}

.case_study_list_outer .case_study_list .case_study_item:hover .top_image:after {
    opacity: 1;
}

.case_study_list_outer .case_study_list .case_study_item .top_image .case_study_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 12px 12px 0 0;
}

.case_study_list_outer .case_study_list .case_study_item .bottom_content {
    padding: 0 20px 20px 20px;
}

.case_study_list_outer .case_study_list .case_study_item .bottom_content .post_title a,
.case_study_list_outer .case_study_list .case_study_item .bottom_content .post_title {
    font-size: 17px;
    line-height: 28px;
    text-decoration: none;
    outline: none;
    color: #000000;
}

.case_study_list_outer .case_study_list .case_study_item .bottom_content .post_title {
    margin-bottom: 20px;
    padding-top: 20px;
}

.case_study_list_outer .case_study_list .case_study_item .bottom_content .post_excerpt {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.case_study_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.case_study_pagination .page-numbers {
    height: 47px;
    width: 47px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Merriweather Sans" !important;
}

.case_study_pagination .page-numbers:hover,
.case_study_pagination .page-numbers.current {
    background-color: #000000;
    color: #fff !important;
}

.case_study_pagination .page-numbers:not(:first-child) {
    margin-left: calc(8px / 2);
}

.case_study_pagination .page-numbers:not(:last-child) {
    margin-right: calc(8px / 2);
}

.case_study_list_outer {
    margin-bottom: 125px;
}

.no_result_found_div {
    margin-bottom: 120px;
    text-align: center;
}

div#site-content>article.post-23910>.elementor-container {
    padding: 0;
}

.elementor-23910 .elementor-element.elementor-element-0fa7f03 .elementor-search-form__submit {
    --e-search-form-submit-icon-size: 16px;
    margin-bottom: 5px;
}

.single-case-study .banner_heading {
    font-size: 36px;
    line-height: 53px;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    font-family: "Special Elite", Merriweather Sans;
}

.single-case-study .banner_heading_section {
    position: relative;
    min-height: 254px;
}

.single-case-study .banner_heading_section .banner_absolute_image {
    /* overflow: hidden; */
    padding: 0;
}

.single-case-study .banner_heading_section .banner_absolute_image:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 254px;
    border: 3px solid #f5eb20;
    left: 104px;
    border-radius: 200px 0 0 200px;
}

.single-case-study .banner_heading_section .banner_absolute_image .elementor-widget.elementor-widget-image {
    position: absolute;
    left: 224px;
    top: 0;
}

.child-mb-0>.elementor-widget-wrap>.elementor-element {
    margin-bottom: 0 !important;
}

.custom_ul ul {
    margin: 0;
    list-style: none;
}

.custom_ul ul li {
    position: relative;
    margin-bottom: 16px;
    /* margin-left: 0; */
}

.custom_ul ul li:last-child {
    margin-bottom: 0;
}

.custom_ul ul li:before {
    content: "";
    background-image: url(../images/bullet_point.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.85px;
    height: 10.12px;
    position: absolute;
    left: -16.7px;
    top: 7px;
}

.custom_ul.blue ul li:before {
    background-image: url(../images/bullet_point_blue.png);
}

.quick_links_widget ul {
    list-style: none;
    margin: 0;
}

.quick_links_widget ul li {
    margin: 0 0 8px;
    width: 100%;
}

.quick_links_widget ul li a {
    padding: 18px 44px 20px 28px;
    border: 2.5px solid #1b178d;
    border-radius: 13.76px;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    width: 100%;
    display: inline-block;
    color: #1b178d;
}

.quick_links_widget ul li a:hover {
    background-color: #b7b7ff;
}

.quick_links_widget ul li:last-child {
    margin-bottom: 0;
}

.elementor-widget.elementor-widget-text-editor.standard_editor a {
    color: #1b178d;
    text-decoration: underline;
    text-decoration-color: #1b178d;
    outline: none;
    text-decoration-thickness: 2px;
}

.elementor-widget.elementor-widget-text-editor.standard_editor p {
    margin: 0 0 1.2em 0;
}

.elementor-widget.elementor-widget-text-editor.standard_editor a:hover {
    text-decoration: none;
}

.elementor-element.headin_content_ul ul {
    list-style: none;
    margin: 0;
}

.elementor-element.headin_content_ul ul li {
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #1b178d;
    font-family: "Special Elite", Merriweather Sans;
    font-weight: normal;
    font-size: 23px;
    line-height: 28px;
    color: #1b178d;
    margin-left: 13px;
    margin-top: 0;
}

.elementor-element.headin_content_ul ul li:last-child {
    margin-bottom: 0;
    border-bottom: medium none;
}

.elementor-element.headin_content_ul ul li h5 {
    margin: 0 0 -4px 0;
    font-size: 46px;
    line-height: 46px;
    margin-right: 10px;
    color: #1b178d;
    white-space: nowrap;
    font-weight: 100;
}

.elementor-element.elementor-widget-blockquote .elementor-blockquote {
    margin: 0;
    padding: 0;
    border: medium none;
    text-align: center;
}

.elementor-element.elementor-widget-blockquote .elementor-blockquote .elementor-blockquote__content {
    font-size: 24px;
    line-height: 32px;
}

.elementor-element.elementor-widget-blockquote .elementor-blockquote .elementor-blockquote__content+.e-q-footer {
    margin-top: 0px !important;
    justify-content: center;
}

.elementor-element.elementor-widget-blockquote .elementor-blockquote .elementor-blockquote__content+.e-q-footer .elementor-blockquote__author {
    color: #1d2384;
    font-family: "Special Elite", Merriweather Sans;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    margin-top: 12px;
}

.elementor-widget-wrap .elementor-element.yellow_heading_bar .elementor-widget-container {
    padding-left: 19.5px;
}

.elementor-widget-wrap .elementor-element.yellow_heading_bar .elementor-widget-container .elementor-heading-title {
    font-size: 34px;
}

.p-none a.elementor-button {
    pointer-events: none !important;
}

@media (min-width: 992px) {
    .case_study_list_outer .case_study_list .case_study_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .case_study_list_outer .case_study_list .case_study_item {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 40px;
    }

    .single-case-study .banner_heading {
        font-size: 30px;
        line-height: 45px;
    }

    .single-case-study .banner_heading_section .banner_absolute_image:before {
        left: 10px;
    }

    .single-case-study .banner_heading_section .banner_absolute_image .elementor-widget.elementor-widget-image {
        left: 74px;
    }
}

@media (max-width: 1024px) {
    .single-case-study .banner_heading_section .banner_absolute_image .elementor-widget.elementor-widget-image {
        position: relative;
    }

    .single-case-study .banner_heading_section .banner_absolute_image .elementor-widget.elementor-widget-image {
        left: 0;
        display: flex;
        justify-content: center;
    }

    .single-case-study .banner_heading_section .banner_absolute_image:before {
        width: 100vw;
    }
}

@media (max-width: 991px) {
    .case_study_list_outer .case_study_list .case_study_item {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }

    .case_study_list_outer .case_study_list .case_study_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .elementor-23910 .elementor-element .elementor-button.elementor-button-link {
        width: 100%;
    }

    .case_study_list_outer .case_study_list .case_study_item {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
    }

    .case_study_list_outer .case_study_list .case_study_item .bottom_content {
        padding: 0 12px 12px 12px;
    }

    .case_study_list_outer .case_study_list .case_study_item .bottom_content .post_title {
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .case_study_list_outer .case_study_list .case_study_item .bottom_content .post_title a,
    .case_study_list_outer .case_study_list .case_study_item .bottom_content .post_title {
        font-size: 15px;
        line-height: 24px;
    }

    .elementor-widget-wrap .elementor-element.yellow_heading_bar .elementor-widget-container .elementor-heading-title {
        font-size: 32px;
    }

    .elementor-element.headin_content_ul ul li {
        margin-left: 0;
    }

    .quick_links_widget ul li a {
        padding: 18px 20px 18px 20px;
    }
}

@media (max-width: 575px) {
    .case_study_filter_form {
        flex-direction: column;
        padding: 0 10px;
    }

    .case_study_filter_form .common_dropdown .dd_common,
    .case_study_filter_form .common_dropdown {
        width: 100%;
    }

    .case_study_filter_form .common_dropdown:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .elementor-element.headin_content_ul ul li {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 479px) {
    .case_study_list_outer .case_study_list .case_study_item {
        width: 100%;
        margin-right: 0;
    }

    .single-case-study .banner_heading_section .banner_absolute_image:before {
        left: 0;
    }
}

/* home new css start */
.connect_form_formi_heading {
    margin-block-end: 0 !important;
}

.connect_form_formi_heading .elementor-heading-title {
    margin: 0 !important;
}

.new_contact_form .forminator-ui .forminator-row {
    width: 100% !important;
    margin: 0 !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-label,
.new_contact_form .forminator-ui .forminator-row #group-1>.forminator-label {
    display: none !important;
}

.new_contact_form .forminator-ui .forminator-row #group-1 .forminator-repeater-field {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.new_contact_form .forminator-ui .forminator-row #group-1 .forminator-repeater-field .forminator-grouped-fields .forminator-row .forminator-col {
    padding-left: 0;
    padding-right: 0;
}

.new_contact_form .forminator-ui .forminator-row #group-1 .forminator-repeater-field .forminator-grouped-fields .forminator-row {
    margin-bottom: 11px !important;
}

.new_contact_form .forminator-ui .forminator-row #group-1 .forminator-repeater-field .forminator-grouped-fields .forminator-row:last-child {
    margin-bottom: 0 !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col select,
.new_contact_form .forminator-ui .forminator-row .forminator-col textarea,
.new_contact_form .forminator-ui .forminator-row .forminator-col input {
    background-color: #b7b7ff !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-family: Inter !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 21px !important;
    font-family: "Merriweather-Regular" !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col select::placeholder,
.new_contact_form .forminator-ui .forminator-row .forminator-col textarea::placeholder,
.new_contact_form .forminator-ui .forminator-row .forminator-col input::placeholder {
    color: #fff !important;
    font-family: Inter !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    font-family: "Merriweather-Regular" !important;
}

.new_contact_form.new_contact_form_team.stack_form .forminator-ui .forminator-row select,
.new_contact_form.new_contact_form_team.stack_form .forminator-ui .forminator-row input,
.new_contact_form.new_contact_form_team .forminator-ui .forminator-row select,
.new_contact_form.new_contact_form_team .forminator-ui .forminator-row input,
.new_contact_form .forminator-ui .forminator-row #group-1 .forminator-repeater-field .forminator-grouped-fields .forminator-row .forminator-col select,
.new_contact_form .forminator-ui .forminator-row #group-1 .forminator-repeater-field .forminator-grouped-fields .forminator-row .forminator-col input {
    border-radius: 68px !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container {
    width: 100% !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection {
    background-color: #b7b7ff !important;
    border: medium none !important;
    padding: 21px !important;
    border-radius: 68px !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__rendered {
    padding: 0 !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__rendered,
.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #fff !important;
    /* font-family: Inter !important; */
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    font-family: "Merriweather-Regular" !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__arrow {
    height: 22px !important;
    width: 54px !important;
    padding-left: 30px;
    justify-content: flex-end;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__arrow:before {
    content: "";
    width: 3px;
    height: 35px;
    position: absolute;
    left: 2px;
    top: -6px;
    background-color: #1b178d !important;
    opacity: 0.5;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__arrow .forminator-icon-chevron-down {
    height: 15px !important;
    width: 24px !important;
    background-image: url(../images/chevron_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 2px;
    position: relative;
    margin: 0 !important;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container.select2-container--open .select2-selection .select2-selection__arrow .forminator-icon-chevron-down {
    top: 0;
}

.new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__arrow .forminator-icon-chevron-down:before {
    display: none !important;
}

.new_contact_form .forminator-ui .forminator-row #textarea-1 .forminator-field textarea,
.new_contact_form .forminator-ui .forminator-row #textarea-1 .forminator-field {
    height: 100%;
}

.new_contact_form .forminator-ui .forminator-row #group-1 {
    padding: 0 12.5px 0 0;
}

.new_contact_form .forminator-ui .forminator-row #textarea-1 {
    padding: 0 0 0 12.5px;
}

body.forminator-hustle-dropdown-fix .forminator-select.forminator-select-dropdown-container--open {
    z-index: 9999999999 !important;
}

.select2-container.forminator-select.forminator-select-dropdown-container--open .forminator-custom-form-26706.forminator-dropdown--default {
    background-color: #b7b7ff;
    border: medium none;
}

.select2-container.forminator-select.forminator-select-dropdown-container--open {
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden;
}

.select2-container.forminator-select.forminator-select-dropdown-container--open .forminator-custom-form-26706.forminator-dropdown--default .select2-results__options .select2-results__option {
    background-color: #b7b7ff !important;
    color: #fff !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 12px !important;
}

.select2-container.forminator-select.forminator-select-dropdown-container--open .forminator-custom-form-26706.forminator-dropdown--default .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container.forminator-select.forminator-select-dropdown-container--open .forminator-custom-form-26706.forminator-dropdown--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #0e0c45 !important;
}

.new_contact_form .forminator-ui .forminator-row.forminator-row-last .forminator-col {
    padding: 0 !important;
}

.new_contact_form .forminator-ui .forminator-row.forminator-row-last .forminator-col .forminator-field {
    text-align: right;
}

.new_contact_form .forminator-ui .forminator-row.forminator-row-last .forminator-col .forminator-field .forminator-button {
    box-shadow: none;
    background-color: #f5eb20 !important;
    border-radius: 50px;
    margin-top: 28px !important;
    padding: 19px 45px 12px !important;
    color: #1b178d !important;
    font-family: "Special Elite", Merriweather Sans !important;
    font-size: 25.785px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: capitalize;
}

.new_contact_form .forminator-ui .forminator-row.forminator-row-last .forminator-col .forminator-field .forminator-button:hover {
    background-color: #ffffff !important;
}

.new_contact_form .forminator-ui {
    margin-bottom: 0 !important;
}

.new_contact_form .forminator-edit-module {
    display: none !important;
}

.new_contact_form {
    padding: 0 15px !important;
}

.connect_with_our_team_new_section {
    position: relative;
    /* overflow: hidden; */
}

.connect_with_our_team_new_section .elementor-widget-html {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    /* overflow: hidden; */
}

.connect_with_our_team_new_section .elementor-widget-html .top_left {
    position: absolute;
    top: -125px;
    left: -241px;
    background-image: url(../images/connect_top_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 745px;
    height: 382px;
}

.connect_with_our_team_new_section .elementor-widget-html .bottom_left {
    position: absolute;
    bottom: -160px;
    left: 36px;
    background-image: url(../images/connect_bottom_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 217px;
    height: 392px;
    z-index: 1;
}

.connect_with_our_team_new_section .elementor-widget-html .top_right {
    position: absolute;
    top: -295px;
    right: -91px;
    background-image: url(../images/connect_top_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 398px;
    height: 592px;
}

.connect_with_our_team_new_section .elementor-widget-html .bottom_right {
    position: absolute;
    bottom: -117px;
    right: -70px;
    background-image: url(../images/connect_bottom_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1181px;
    height: 410px;
    z-index: 1;
}

.connect_with_our_team_new_section .new_contact_form,
.connect_with_our_team_new_section .connect_form_formi_heading {
    z-index: 2;
}

.connect_with_our_team_new_section .elementor-container>.elementor-column>.elementor-widget-wrap,
.connect_with_our_team_new_section .elementor-container>.elementor-column,
.connect_with_our_team_new_section .elementor-container {
    position: static !important;
}

.home-new-team-section .team-section-title .elementor-heading-title {
    margin-bottom: 0 !important;
}

.home-new-team-section .team-section-content {
    margin-bottom: 137px !important;
    max-width: 900px;
}

.home-new-team-section .team-section-content .elementor-widget-container * {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    font-size: 26.652px;
    font-weight: 400;
    line-height: 56px;
}

.home-new-team-section .elementor-column.team-section-list-item>.elementor-widget-wrap::before {
    border: 1px solid #fe0;
}

.home-new-team-section .team-section-list .team-section-list-item .elementor-icon-box-title {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
    font-size: 23.5px !important;
}

.home-new-team-section .team-section-list .team-section-list-item .elementor-icon-box-title span {
    line-height: normal;
}

.home-new-team-section .team-section-list .team-section-list-item .elementor-icon-box-description {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

.home-new-team-section .team-section-list.team-section-top .team-section-list-item .elementor-icon-box-title {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-new-team-section .team-section-list .team-section-list-item .elementor-icon-box-icon span svg {
    margin-bottom: 8px !important;
}

.elementor-element.team-section.home-new-team-section:before {
    background-image: url(../images/small_circular_rectangle.png);
    background-size: contain;
    width: 235px;
    height: 117px;
    top: 109px;
    left: auto;
    right: 0;
}

.elementor-element.team-section.home-new-team-section:after {
    background-image: url(../images/small_circular_rectangle.png);
    background-size: contain;
    width: 188px;
    height: 117px;
    bottom: 55px;
    left: 0;
    right: auto;
    transform: rotate(180deg);
    top: auto;
    display: block;
}

.elementor-element.team-section.home-new-team-section .elementor-inner-section .team-section-top:before {
    left: calc(-718 / 1920 * 100vw);
}

.elementor-element.team-section.home-new-team-section .elementor-inner-section .team-section-bottom:before {
    display: none;
}

.home_new_blog_section .home_new_blog_section_heading .elementor-heading-title,
.home_new_blog_section .home_new_blog_section_heading {
    margin: 0 !important;
}

.home_new_blog_section .home_new_blog_section_content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home_new_blog_section .home_new_blog_section_content .elementor-widget-container * {
    line-height: 56px;
}

.home_new_blog_section .enable_white_bg.home_new_blog_section_posts {
    background-color: #ffffff;
}

.service_how_to_work_sec.home_new_find_the_plan .best_button .elementor-button {
    min-width: 257px;
}

.service_how_to_work_sec.home_new_find_the_plan .best_button .elementor-button::after {
    background-size: contain;
}

.home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap>.elementor-element {
    margin-bottom: 0 !important;
}

.home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container * {
    line-height: 40px;
    margin-bottom: 30px;
}

.home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container *:last-child {
    margin-bottom: 0;
}

.service_how_to_work_sec.home_new_find_the_plan .best_button>.elementor-widget-container {
    margin: 0px 0px -40px 0px !important;
}

.service_how_to_work_sec.home_new_find_the_plan .how_it_work_price_btn .elementor-button {
    max-width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.service_how_to_work_sec.home_new_find_the_plan:before {
    content: "";
    position: absolute;
    background-image: url(../images/find_plan_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 402px;
    height: 89px;
    top: 360px;
    right: -306px;
}

.service_how_to_work_sec.home_new_find_the_plan:after {
    content: "";
    position: absolute;
    background-image: url(../images/find_plan_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 620px;
    height: 137px;
    top: 380px;
    left: -452px;
}

.service_how_to_work_sec.home_new_find_the_plan>.elementor-container:before {
    content: "";
    position: absolute;
    background-image: url(../images/find_plan_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2000px;
    height: 257px;
    bottom: 260px;
    right: 250px;
}

.service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
    content: "";
    position: absolute;
    background-image: url(../images/find_plan_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1410px;
    height: 578px;
    bottom: 104px;
    right: -174px;
}

.service_how_to_work_sec.home_new_find_the_plan .find_the_plan_box_list {
    position: relative;
    z-index: 1;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column>.elementor-widget-wrap {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(2n) {    top: -25px;}.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(2n+1) {    top: 25px;} */
.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child {
    left: 70px;
    z-index: 1;
    top: 50px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(2) {
    left: 26px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3) {
    top: 78px;
    z-index: 1;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(4) {
    left: -30px;
    top: 7px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child {
    left: -60px;
    top: 16px;
    z-index: 1;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child:before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f5eb20;
    border-radius: 100%;
    position: absolute;
    left: 74px;
    top: -46px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child:after {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #b7b7ff;
    border-radius: 100%;
    position: absolute;
    right: -16px;
    bottom: -8px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3):before {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 16px;
    top: -78px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3):after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f5eb20;
    border-radius: 100%;
    position: absolute;
    right: 55px;
    top: -35px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child:before {
    content: "";
    width: 17px;
    height: 17px;
    background-color: #f5eb20;
    border-radius: 100%;
    position: absolute;
    left: 4px;
    bottom: -52px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child:after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f5eb20;
    border-radius: 100%;
    position: absolute;
    right: -44px;
    top: 62px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner {
    padding: 0 0 118px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner_button .elementor-button {
    padding: 28px 113px 22px 113px;
}

.home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner_button .elementor-widget-container {
    padding: 0;
}

.elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner input[type="email"] {
    display: block;
    max-width: 100%;
    width: 100%;
    background-color: transparent !important;
    border: 1px solid rgba(245, 235, 32, 1) !important;
    border-radius: 60px !important;
    color: #fff !important;
    font-family: "Special Elite", "Merriweather Sans" !important;
    font-size: 27px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 24px 20px 16px 20px !important;
    background-image: url(https://staging.theblogsmith.com/wp-content/themes/smth/assets/images/input_rectangle.png);
    background-repeat: no-repeat;
    background-size: 103%;
    background-position: -12px -6px;
}

.elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner input[type="email"]::placeholder {
    color: #ffffff !important;
}

.elementor-widget-wrap>.elementor-element .subscribe_email_col .subscribe_btn button#kennylake-FieldsElementButton--z6oKvLbsyjN4XQJGLGAR,
.elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner button {
    position: absolute !important;
    top: 8px !important;
    right: 22px !important;
    background-color: #f5eb20 !important;
    z-index: 2 !important;
    border-radius: 60px !important;
    color: #1b178d !important;
    font-family: "Special Elite", "Merriweather Sans" !important;
    font-size: 27px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 17px 22px 9px 22px !important;
    text-transform: capitalize !important;
    width: auto !important;
    margin-right: 0 !important;
}

.elementor-widget-wrap>.elementor-element .subscribe_email_col .subscribe_btn button#kennylake-FieldsElementButton--z6oKvLbsyjN4XQJGLGAR:hover,
.elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner button:hover {
    background-color: #ffffff !important;
}

.elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner .kennylake-fe-content {
    padding: 0 15px !important;
}

.elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner .kennylake-fe-wrapper {
    margin-top: 0 !important;
    background-image: url(../images/input_rectangle.png) !important;
    background-repeat: no-repeat !important;
    background-size: 103% !important;
    background-position: -12px -6px !important;
    padding: 20px 0 !important;
}

@media (max-width: 1680px) {
    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:before {
        right: 120px;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
        right: -224px;
    }

    .service_how_to_work_sec.home_new_find_the_plan:after {
        left: -482px;
    }
}

@media (max-width: 1440px) {
    .connect_with_our_team_new_section .elementor-widget-html .bottom_right {
        width: 981px;
        height: 340px;
        bottom: -96px;
    }

    .connect_with_our_team_new_section .elementor-widget-html .top_left {
        width: 655px;
        height: 335px;
        top: -110px;
    }

    .elementor-section.team-section.home-new-team-section {
        padding: 82px 0px 86px 0px !important;
    }

    .elementor-element.team-section.home-new-team-section:before {
        width: 215px;
        height: 107px;
        top: 89px;
    }

    .home_new_blog_section .home_new_blog_section_content .elementor-widget-container *,
    .home-new-team-section .team-section-content .elementor-widget-container * {
        line-height: 48px;
    }

    .connect_with_our_team_new_section .connect_form_formi_heading .elementor-heading-title {
        font-size: 48px !important;
    }

    .home_new_blog_section {
        padding-top: 80px !important;
    }

    .home-new-team-section .team-section-title .elementor-heading-title,
    .home_new_blog_section .home_new_blog_section_heading .elementor-heading-title {
        font-size: 60px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan {
        padding-top: 100px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
        right: -254px;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:before {
        right: 90px;
    }

    .service_how_to_work_sec.home_new_find_the_plan:before {
        top: 430px;
    }

    .service_how_to_work_sec.home_new_find_the_plan:after {
        top: 410px;
    }

    .service_how_to_work_sec.home_new_find_the_plan .find_plan_heading .elementor-heading-title {
        font-size: 60px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container * {
        margin-bottom: 25px;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content {
        font-size: 24px !important;
    }
}

@media (max-width: 1359px) {
    .elementor-26655 .elementor-element.elementor-element-d998bbd>.elementor-container {
        max-width: 1170px !important;
    }

    .home-new-team-section .team-section-list.team-section-top .team-section-list-item .elementor-icon-box-title,
    .home-new-team-section .team-section-list .team-section-list-item .elementor-icon-box-description {
        max-width: none;
    }

    .home-new-team-section .team-section-content {
        margin-bottom: 97px !important;
        max-width: 800px;
    }

    .home-new-team-section .team-section-content .elementor-widget-container * {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 44px;
    }

    .home_new_blog_section .home_new_blog_section_content .elementor-widget-container * {
        font-size: 24px;
        /* margin-bottom: 15px; */
        line-height: 44px;
    }

    .home-new-team-section .team-section-content .elementor-widget-container *:last-child {
        margin-bottom: 0;
    }

    .elementor-element.team-section.home-new-team-section:before {
        width: 185px;
        height: 97px;
        top: 69px;
    }

    .elementor-26655 .elementor-element.elementor-element-9178b1a .elementor-heading-title {
        font-size: 60px;
    }

    .connect_with_our_team_new_section .connect_form_formi_heading .elementor-heading-title {
        font-size: 44px !important;
    }

    .home-new-team-section .team-section-title .elementor-heading-title,
    .home_new_blog_section .home_new_blog_section_heading .elementor-heading-title {
        font-size: 54px !important;
    }

    .home_new_blog_section .home_new_blog_section_content {
        max-width: 830px;
    }

    .service_how_to_work_sec.home_new_find_the_plan .find_plan_heading .elementor-widget-container {
        margin-bottom: 25px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan .find_plan_heading .elementor-heading-title {
        font-size: 55px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content {
        font-size: 20px !important;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:before {
        right: 20px;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
        right: -364px;
    }

    .service_how_to_work_sec.home_new_find_the_plan {
        padding-top: 85px !important;
        padding-bottom: 90px !important;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner_button .elementor-button {
        padding: 24px 93px 18px 93px;
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .elementor-26655 .elementor-element.elementor-element-d998bbd>.elementor-container {
        max-width: 992px !important;
    }

    .connect_with_our_team_new_section .elementor-widget-html .top_left {
        width: 575px;
        height: 285px;
        left: -194px;
        top: -93px;
    }

    .connect_with_our_team_new_section .elementor-widget-html .bottom_right {
        width: 801px;
        height: 280px;
        right: -50px;
        bottom: -80px;
    }

    .connect_with_our_team_new_section .elementor-widget-html .top_right {
        top: -204px;
        right: -91px;
        width: 300px;
        height: 412px;
    }

    .elementor-element.team-section.home-new-team-section .elementor-inner-section .team-section-top:before {
        left: -390px;
        background-size: contain;
        background-position: center;
        width: 880px;
        height: 200px;
    }

    .elementor-element.team-section.home-new-team-section:before {
        width: 165px;
        height: 87px;
        top: 39px;
    }

    .connect_with_our_team_new_section .connect_form_formi_heading .elementor-heading-title {
        font-size: 40px !important;
    }

    .home-new-team-section .team-section-title .elementor-heading-title,
    .home_new_blog_section .home_new_blog_section_heading .elementor-heading-title {
        font-size: 48px !important;
    }

    .home_new_blog_section .home_new_blog_section_heading .elementor-widget-container {
        margin-bottom: 30px !important;
    }

    .home_new_blog_section {
        padding-top: 65px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan:before {
        /* top: 70px; */
        top: 0px;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container * {
        margin-bottom: 20px;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container {
        margin: 0px 0px 50px 0px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .elementor-column.elementor-col-50 {
        width: calc(50% - 15px) !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:before {
        right: -20px;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
        right: auto;
        left: 110px;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .find_plan_box .bb_content>.elementor-widget-container {
        margin: 20px 50px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .find_plan_box .how_to_work_blue_column .bb_image>.elementor-widget-container {
        margin: 20px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .find_plan_box .how_to_work_blue_column .bb_box_content>.elementor-widget-container {
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan .find_plan_heading .elementor-heading-title {
        font-size: 50px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container * {
        line-height: 35px;
    }

    .service_how_to_work_sec.home_new_find_the_plan .how_it_work_price_btn .elementor-button {
        font-size: 18px !important;
        padding: 10px 50px 5px 50px !important;
        line-height: 28px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap>.elementor-element.bb_content,
    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap>.elementor-element.bb_box_content {
        font-size: 18px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan .best_button .elementor-button {
        min-width: 220px !important;
        font-size: 28px !important;
        line-height: 1.6 !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap>.elementor-element.bb_heading .elementor-heading-title {
        font-size: 26px !important;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner_button .elementor-button {
        padding: 20px 73px 14px 73px;
        font-size: 34px !important;
    }
}

@media (max-width: 991px) {
    .elementor-26655 .elementor-element.elementor-element-d998bbd>.elementor-container {
        max-width: 720px !important;
    }

    .connect_with_our_team_new_section .elementor-widget-html .top_left {
        width: 485px;
        height: 235px;
        left: -166px;
        top: -77px;
    }

    .connect_with_our_team_new_section .elementor-widget-html .top_right {
        width: 240px;
        height: 342px;
        top: -171px;
        right: -71px;
    }

    .connect_with_our_team_new_section .elementor-widget-html .bottom_right {
        width: 601px;
        height: 209px;
        right: -40px;
        bottom: -59px;
    }

    .elementor-26655 .elementor-element.elementor-element-04abc0a>.elementor-widget-container {
        margin: 0px 0px 50px 0px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col select,
    .new_contact_form .forminator-ui .forminator-row .forminator-col textarea,
    .new_contact_form .forminator-ui .forminator-row .forminator-col input {
        padding: 18px !important;
        font-size: 18px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection {
        padding: 18px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__arrow .forminator-icon-chevron-down {
        height: 11px !important;
        width: 18px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__arrow {
        width: 40px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__arrow:before {
        width: 2px;
        height: 32px;
        left: 8px;
        top: -4px;
    }

    .elementor-element.team-section.home-new-team-section:after {
        bottom: 25px;
    }

    .home-new-team-section .team-section-content .elementor-widget-container * {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .home_new_blog_section .home_new_blog_section_content .elementor-widget-container * {
        font-size: 20px;
        line-height: 36px;
    }

    .home-new-team-section .team-section-content {
        margin-bottom: 67px !important;
    }

    .home-new-team-section .team-section-content {
        max-width: 660px;
    }

    .home_new_blog_section .home_new_blog_section_content {
        max-width: 690px;
    }

    .connect_with_our_team_new_section .connect_form_formi_heading .elementor-heading-title {
        font-size: 36px !important;
    }

    .home-new-team-section .team-section-title .elementor-heading-title,
    .home_new_blog_section .home_new_blog_section_heading .elementor-heading-title {
        font-size: 40px !important;
    }

    .home_new_blog_section .home_new_blog_section_heading .elementor-widget-container {
        margin-bottom: 20px !important;
    }

    .home_new_blog_section .home_new_blog_section_heading,
    .home_new_blog_section .home_new_blog_section_content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service_how_to_work_sec.home_new_find_the_plan:after {
        display: none;
    }

    .service_how_to_work_sec.home_new_find_the_plan .find_plan_heading .elementor-heading-title {
        font-size: 42px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container * {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content {
        font-size: 18px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .find_plan_box .bb_content>.elementor-widget-container {
        margin: 20px 0px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .find_plan_box .how_to_work_blue_column .bb_image>.elementor-widget-container img {
        max-width: 80px;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap>.elementor-element.bb_content,
    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap>.elementor-element.bb_box_content {
        font-size: 16px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan .how_it_work_price_btn .elementor-button {
        padding: 10px 35px 5px !important;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner_button .elementor-button {
        padding: 16px 50px 10px 50px;
        font-size: 30px !important;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child {
        left: 60px;
        z-index: 1;
        top: 50px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(2) {
        left: 28px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3) {
        top: 64px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(4) {
        left: -30px;
        top: 7px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child {
        left: -53px;
        top: 16px;
        z-index: 1;
    }
}

@media (max-width: 782px) {
    .new_contact_form .forminator-ui .forminator-row #group-1 {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .new_contact_form .forminator-ui .forminator-row #textarea-1 {
        padding: 0 !important;
    }

    .elementor-26655 .elementor-element.elementor-element-04abc0a>.elementor-widget-container {
        margin: 0px 0px 30px 0px !important;
    }

    .connect_with_our_team_new_section .elementor-widget-html .bottom_left {
        left: 0;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col select,
    .new_contact_form .forminator-ui .forminator-row .forminator-col textarea,
    .new_contact_form .forminator-ui .forminator-row .forminator-col input {
        padding: 16px !important;
        font-size: 16px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection {
        padding: 15px 16px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__rendered,
    .new_contact_form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
        font-size: 16px !important;
    }

    .new_contact_form .forminator-ui .forminator-row .forminator-col select::placeholder,
    .new_contact_form .forminator-ui .forminator-row .forminator-col textarea::placeholder,
    .new_contact_form .forminator-ui .forminator-row .forminator-col input::placeholder {
        font-size: 16px !important;
    }

    .elementor-element.team-section.home-new-team-section:after {
        width: 135px;
        height: 67px;
        bottom: 25px;
    }

    .elementor-element.team-section.home-new-team-section:before {
        width: 115px;
        height: 58px;
        top: 19px;
        display: block;
    }

    .home-new-team-section .team-section-content .elementor-widget-container * {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .home_new_blog_section .home_new_blog_section_content .elementor-widget-container * {
        font-size: 16px;
        line-height: 28px;
    }

    .home-new-team-section .team-section-content {
        max-width: 520px;
    }

    .home_new_blog_section .home_new_blog_section_content {
        max-width: 560px;
    }

    .connect_with_our_team_new_section .connect_form_formi_heading .elementor-heading-title {
        font-size: 32px !important;
    }

    .home-new-team-section .team-section-title .elementor-heading-title,
    .home_new_blog_section .home_new_blog_section_heading .elementor-heading-title {
        font-size: 36px !important;
    }

    .home_new_blog_section {
        padding-top: 50px !important;
    }
}

@media (max-width: 767px) {
    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .elementor-column.elementor-col-50 {
        width: 100% !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .elementor-column.elementor-col-50:first-child {
        margin-bottom: 30px;
    }

    .service_how_to_work_sec.home_new_find_the_plan .find_plan_heading .elementor-heading-title {
        font-size: 36px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content {
        font-size: 16px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content br {
        display: none;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .find_plan_box .bb_content>.elementor-widget-container {
        margin: 20px 0px 10px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
        background-image: url(../images/find_plan_3.png);
        transform: rotate(180deg);
        width: 2000px;
        height: 257px;
        right: auto;
        left: -20px;
        top: 430px;
        bottom: auto;
    }

    .service_how_to_work_sec.home_new_find_the_plan:before {
        top: -20px;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:before {
        bottom: 190px;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_plan_content .elementor-widget-container {
        margin: 0px 0px 30px 0px !important;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child {
        left: 40px;
        z-index: 1;
        top: 50px;
        width: 33.33%;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(2) {
        left: 0;
        width: 33.33%;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3) {
        top: 50px;
        z-index: 1;
        width: 33.33%;
        right: 40px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(4) {
        left: 18%;
        top: 7px;
        width: 33.33%;
        z-index: 1;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child {
        left: 16%;
        right: 0px;
        top: 16px;
        z-index: 1;
        width: 33.33%;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child:after {
        right: auto;
        bottom: -30px;
        left: 0px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner {
        padding: 0 0 78px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner_button .elementor-button {
        font-size: 27px !important;
    }
}

@media (max-width: 640px) {
    .connect_with_our_team_new_section .elementor-widget-html .bottom_right {
        width: calc(601 / 640 * 100vw);
        height: calc(209 / 640 * 100vw);
        right: calc(-40 / 640 * 100vw);
        bottom: calc(-59 / 640 * 100vw);
        transform: rotate(-4deg);
    }

    .connect_with_our_team_new_section .elementor-widget-html .top_left {
        width: calc(485 / 640 * 100vw);
        height: calc(235 / 640 * 100vw);
        left: calc(-166 / 640 * 100vw);
        top: calc(-77 / 640 * 100vw);
    }

    .connect_with_our_team_new_section .elementor-widget-html .bottom_left {
        width: calc(217 / 640 * 100vw);
        height: calc(392 / 640 * 100vw);
        bottom: calc(-160 / 640 * 100vw);
    }

    .connect_with_our_team_new_section .elementor-widget-html .top_right {
        width: calc(240 / 640 * 100vw);
        height: calc(342 / 640 * 100vw);
        top: calc(-171 / 640 * 100vw);
        right: calc(-71 / 640 * 100vw);
    }
}

@media (max-width: 575px) {
    .elementor-element.team-section.home-new-team-section .elementor-inner-section .team-section-top:before {
        left: calc(-390 / 575 * 100vw);
        background-size: contain;
        background-position: center;
        width: calc(880 / 575 * 100vw);
        height: calc(200 / 575 * 100vw);
    }

    .home-new-team-section .team-section-content {
        margin-bottom: 50px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
        top: 550px;
    }
}

@media (max-width: 479px) {
    .home_new_blog_section .home_new_blog_section_posts>.elementor-widget-container {
        padding: 15px !important;
    }

    .elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner .kennylake-fe-wrapper,
    .forminator_form_cta .forminator-custom-form>.forminator-row:nth-child(2) {
        background-size: 105% 103% !important;
        background-position: -10px 0px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan>.elementor-container:after {
        top: 650px;
    }

    .service_how_to_work_sec.home_new_find_the_plan .how_it_work_price_btn .elementor-button {
        padding: 10px 20px 5px !important;
    }

    .home_new_find_the_plan .home_new_find_the_plan_column .elementor-widget-wrap .find_the_plan_box_list .elementor-column.elementor-col-50>.elementor-widget-wrap {
        padding: 10px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan .how_to_work_column_inner>.elementor-widget-wrap.how_it_work_price_btn {
        padding: 10px !important;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column {
        display: flex;
        width: 100% !important;
        justify-content: center;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column>.elementor-widget-wrap {
        max-width: 300px;
        height: 300px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child {
        left: -30px;
        top: 0;
        z-index: 4;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(2) {
        left: auto;
        right: -30px;
        margin-top: -50px;
        z-index: 3;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3) {
        top: 0;
        left: -30px;
        margin-top: -50px;
        z-index: 2;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(4) {
        left: auto;
        top: 0;
        right: -30px;
        margin-top: -50px;
        z-index: 1;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child {
        left: -30px;
        right: auto;
        top: 0;
        margin-top: -50px;
        z-index: 0;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child:before {
        left: 84px;
        top: -20px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:first-child:after {
        right: 0;
        bottom: 30px;
        left: auto;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3):before {
        left: 86px;
        top: -28px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:nth-child(3):after {
        right: 10px;
        bottom: 40px;
        top: auto;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child:before {
        left: 64px;
        top: -12px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column:last-child:after {
        right: 26px;
        bottom: 0;
        top: auto;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner {
        padding: 0 0 38px;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner_button .elementor-button {
        padding: 16px 50px 10px 50px;
        font-size: 24px !important;
    }
}

@media (max-width: 414px) {
    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column>.elementor-widget-wrap {
        max-width: 250px;
        height: 250px;
    }
}

@media (max-width: 374px) {

    .elementor-widget-wrap>.elementor-element .Campaign .kennylake-c-canvas .kennylake-c-wrapper .kennylake-c-content .kennylake-column .kennylake-col-inner .kennylake-fe-wrapper,
    .forminator_form_cta .forminator-custom-form>.forminator-row:nth-child(2) {
        background-size: 104% 103% !important;
        background-position: -6px 0px !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan .how_it_work_price_btn .elementor-button {
        max-width: none !important;
    }

    .service_how_to_work_sec.home_new_find_the_plan .best_button .elementor-button {
        min-width: 180px !important;
        font-size: 24px !important;
        line-height: 2 !important;
    }

    .home_new_meet_the_team_grid_section .home_new_meet_the_team_grid_section_inner .home_new_meet_the_team_grid_section_inner_column>.elementor-widget-wrap {
        max-width: 200px;
        height: 200px;
    }
}

/* home new css end */
.connect_with_our_team_new_two_column_section .new_contact_form .forminator-field-captcha {
    margin: 10px !important;
}

.elementor-column.custom_logo_grid>.elementor-widget-wrap {
    /* background-color: #ffffff; */
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* column-gap: 20px;    row-gap: 10px; */
}

.elementor-column.custom_logo_grid>.elementor-widget-wrap>div {
    width: 20%;
    filter: grayscale(1);
    text-align: center;
    padding: 15px 20px;
    margin: 0;
}

@media (min-width: 1200px) {

    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(6),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(5),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(4),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(3),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(2),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:last-child {
        width: 16.66%;
    }
}

@media (max-width: 1199px) {
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div {
        width: 25%;
    }

    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(5),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(4),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(3),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(2),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:last-child {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div {
        width: 33.33%;
    }

    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(5),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(4),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(3),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(2),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:last-child {
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div {
        width: 50%;
    }

    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(5),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(4),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(3),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(2),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:last-child {
        width: 50%;
    }
}

@media (max-width: 374px) {
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div {
        width: 100%;
    }

    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(5),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(4),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(3),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:nth-last-child(2),
    .elementor-column.custom_logo_grid>.elementor-widget-wrap>div:last-child {
        width: 100%;
    }
}

.elementor-column.custom_logo_grid>.elementor-widget-wrap>div img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: center;
}

.forminator-select-dropdown-container--open .forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
    background-color: #ccccff !important;
}