:root {
    --theme_red: #ff0000;
}

.btn__primary img {
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.header__menu--list--item a img {
    margin-left: 10px;
    margin-right: 10px;
}

li.header__menu--list--item>a {
    padding: 10px 0 10px 10px;
    z-index: 9999;
}

li.header__menu--list--item:not(.has-dropdown)>a {
    padding: 6px 20px;
}

li.header__menu--list--item .header__menu--list--item--dropdown>a {
    padding: 6px 8px;
}

p a {
    color: #ff0000;
}

p a:hover {
    color: #ff0000;
}

.homeBanner {
    padding-bottom: 45px;
}

.homeBanner__img .embed-container {
    height: 100%;
}

.desktop-var::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #013800, transparent);
}

.homeBanner__img .embed-container video {
    object-fit: cover;
    object-position: right;
}

.mobile-var {
    display: none;
}

@media screen and (max-width: 640px) {
    .mobile-var {
        display: unset !important;
    }

    .desktop-var {
        display: block !important;
    }
}

/* ============== Swiper Css Start ============== */
.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: unset !important;
}

/* ============== Swiper  Css End ============== */
.ourclients .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0 !important;
}

.ourclients__slider--item--logo {
    flex: auto;
    -ms-flex: auto;
}

/* ============== Our CLient Section Css Start ============== */
.our_client_nav_btn {
    width: 34px;
    height: 34px;
    border: none;
    background: #017b5b;
    font-size: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.our_client_nav_btn.our_client_nav_btn_next {
    left: auto;
}

.our_client_nav_btn.our_client_nav_btn_prev {
    right: auto;
}

.our_client_nav_btn[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
    cursor: unset;
    display: none;
}

.sr_center_logo .slick-track {
    display: flex;
    align-items: stretch;
}

.sr_center_logo .slick-slide {
    float: unset;
    height: unset;
}

.sr_center_logo.slick-initialized .slick-slide {
    display: flex;
    flex-wrap: wrap;
}

.sr_center_logo.slick-initialized .slick-slide>div {
    width: 100%;
    display: flex;
    align-items: center;
}

.sr_client_slider_frame {
    width: calc(100% - 66px);
    margin: 0 auto 60px;
}

.sr_client_slider_logo {
    margin: auto;
}

.sr_our_client_slider .partners__btn {
    margin: 0 auto 60px;
    text-align: center;
}

.sr_our_client_slider .logo_column-3,
.sr_our_client_slider .logo_column-4 {
    margin: auto;
}

.sr_our_client_slider .logo_column-4 {
    max-width: 862px;
}

.sr_our_client_slider .logo_column-3 {
    max-width: 645px;
}

.partners__btn {
    text-align: center;
}

/* ============== Our CLient Section Css End ============== */

.newsCard__bottom--newstext {
    position: relative;
    width: 100%;
    height: 95px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.posts_block_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.sr_post_loop_card {
    width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    min-height: 80vh;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 40.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container video,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ============== GForm Css Start ============== */
body .gform_wrapper {
    max-width: 830px;
}

body .gform_wrapper.gravity-theme .gfield_description {
    opacity: 0.5;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    padding-top: 5px;
}

body .gform_wrapper.gravity-theme .gfield {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

body .gform_wrapper.gravity-theme .gfield>* {
    width: 100%;
}

body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="tel"] {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
    width: 100%;
    height: 45px;
    background: #ffffff;
    border: 1px solid #00003c;
}

body .gform_wrapper.gravity-theme input[type="text"]:invalid,
body .gform_wrapper.gravity-theme input[type="email"]:invalid,
body .gform_wrapper.gravity-theme input[type="url"]:invalid,
body .gform_wrapper.gravity-theme input[type="password"]:invalid,
body .gform_wrapper.gravity-theme input[type="number"]:invalid,
body .gform_wrapper.gravity-theme input[type="tel"]:invalid {
    border: 1px solid red;
}

body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gravity-theme label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
}

body .gform_wrapper.gravity-theme .gfield_label_before_complex+.gfield_description {
    width: 50%;
}

body .gform_wrapper .gform_heading h2 {
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: left;
}

#custom-form16 .btn__secondary {
    display: flex;
    align-items: center;
    border-radius: 0;
}

/* ============== GForm Css End ============== */

.sr_bullet_list p {
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.39;
    padding-left: 25px;
    list-style: none;
}

.sr_bullet_list.style_normal p {
    padding-left: 20px;
}

.sr_bullet_list p::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fcdb19;
    border-radius: 50%;
    font-size: 150%;
    top: 9px;
    font-weight: 700;
    color: #017b5b;
    left: 0.5px;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}

.sr_bullet_list.style_plus p::before {
    content: "";
}

.sr_bullet_list.style_arrow p::before {
    content: "►";
    font-size: 100%;
    top: 6px;
}

.sr_bullet_list.style_check p::before {
    top: 9px;
}

.sr_bullet_list.style_normal p::before {
    background: #00003c;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-top: 1px;
}

.newsContent__newsSlider {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.newsContent__newsSlider .swiper-wrapper {
    height: auto;
    width: fit-content;
    margin: 0 auto;
}

.recommended_posts .newsCard__top--img img {
    min-height: 100%;
}

.casestudy__right img {
    object-fit: cover;
}

 .whatwedo__card--top h5 {
    min-height: 76px;
}

.whatwedo__card {
    width: 100%;
}

.custom-select-opener {
    height: 45px;
}

.partnersClients .nav-tabs .nav-item.show .nav-link,
.partnersClients .nav-tabs .nav-link.active {
    background: #fff;
    color: #00003c;
}

.partnersClients .nav-tabs .nav-link {
    background: #ff0000;
    color: #fff;
}

.ourclients__slider--wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.ourclients__tab nav {
    margin-top: 2rem;
}

/* .ourclients__slider--item:nth-last-child(4):first-child, 
.ourclients__slider--item:nth-last-child(4):first-child ~ .ourclients__slider--item{
    display: contents;
} */

.slider-1+.our_client_nav {
    display: none;
}

.ourclients .ourclients__slider .swiper-slide img {
    max-width: 140px;
}

@media (min-width: 1220px) {
    .current-menu-item.header__menu--list--item>a {
        /* font-weight: 900 !important; */
    }
}

@media (max-width: 1023px) {
    .header__menu--list--item.current-menu-item>a {
        font-weight: 900 !important;
    }

    .header__menu--list--item a {
        color: #fff;
        font-size: 18px;
    }

    .header__menu--list--item--dropdown li a {
        color: #111;
    }

    .header__menu .header__menu--cancelToggle {
        margin-top:0px;
        z-index: 10000;
    }

    #menu-main-menu,
    #menu-menu-us {
        max-height: calc(100vh - 60px);
        overflow-y: scroll;
    }

    .has-dropdown>ul>li>a {
        padding-left: 20px;
    }

    .has-dropdown>ul>.has-dropdown>ul>li>a {
        padding-left: 40px;
    }

    .has-dropdown>ul>.has-dropdown>ul>.has-dropdown>ul>li>a {
        padding-left: 60px;
    }

    .menu-item.sr_menu_active>a>img {
        transform: rotate(180deg) !important;
    }

    .menu-item.sr_menu_active>a> {
        color: red !important;
    }

    #menu-main-menu>.has-dropdown.sr_menu_active>a,
    #menu-menu-us>.has-dropdown.sr_menu_active>a {
        background: linear-gradient(45deg, #013800, #007818);
        color: #fff;
    }

    .header__menu--list--item--dropdown.open>.menu-item {
        margin-top: 0 !important;
    }
    .book_demo__wrapper .demo__button {
        padding: 9px 13px;
        font-size: 16px;
   }
}

@media (max-width: 991px) {
    section.homeBanner {
        min-height: unset;
    }

    .ourclients .ourclients__slider .swiper-slide img {
        max-height: 100px;
    }
    .book_demo__wrapper .demo__button {
        padding: 9px 13px;
        font-size: 15px;
   }
}

@media (max-width: 767px) {

    .our_client_nav_btn,
    .swiper-button-next-news,
    .swiper-button-prev-news {
        display: none !important;
    }

    .inner_apis_title {
       
        font-size: 40px !important;
        white-space: nowrap;
        margin-bottom: 0rem !important;
    }
.book_demo__wrapper .demo__button {
     padding: 9px 13px;
     font-size: 15px;
}
    .casestudy__slider--item .content_slide {
        order: 2;
    }

    #menu-main-menu li li.menu-item-has-children>a>img,
    #menu-menu-us li li.menu-item-has-children>a>img {
        mix-blend-mode: difference;
    }
}

.ourclients__slider--wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .ourclients .ourclients__slider .swiper-slide img {
        max-height: 70px;
    }

    .ourclients__slider--wrapper {
        /* transform: none !important; */
    }

    .ourclients__slider {
        max-width: calc(100% - 60px);
        margin: auto;
    }
}

.footer .footer_contact_block a {
    color: inherit;
}

.text-decoration-none,
.text-decoration-none:hover {
    text-decoration: none;
}

.color-unset:hover,
.color-unset {
    color: unset;
}

@media (min-width: 995px) {
    .portal__top--singleitem.--min .portal__top--singleitem--banner img {
        height: 179px;
        width: 295px;
    }

    .portal__top--singleitem--banner img {
        max-height: 388px;
    }
}

.portal__top--singleitem.--min .portal__top--singleitem--info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn__primary svg {
    margin-bottom: 7px;
}

.sr_404 h1 {
    line-height: 1.2;
}

.sr_404 {
    background: url("../../404.html") no-repeat center/cover;
    padding: 5rem 0;
}

.sr_404 .sr_form span {
    display: none;
}

.sr_404 input[type="submit"] {}

.sr_form input[type="search"],
.sr_form input[type="text"],
.sr_form input[type="email"],
.sr_form input[type="password"],
.sr_form input[type="tel"],
.sr_form input[type="number"] {
    height: 40px;
    border-radius: 0;
    border: none;
    outline: none;
    width: 100%;
}

input[type="submit"] {
    width: auto;
    display: inline-block;
    border-radius: 0;
    border: none;
    outline: none;
    background: red;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    padding: 0 25px;
}

.swiper__pagnation--hide,
.swiper__navigation--hide {
    display: none;
}

.swiper-pagination-news.White .swiper-pagination-bullet,
.swiper-pagination.white .swiper-pagination-bullet {
    background-color: #ffffff;
}

.swiper-pagination-news.Navy .swiper-pagination-bullet,
.swiper-pagination.navy .swiper-pagination-bullet {
    background-color: #00003c;
}

@media (max-width: 575px) {
    .gallerySlider__wrapper .swiper__navigation.scrondary div[class^="swiper-button-next"] {
        right: 0;
    }

    .gallerySlider__wrapper .swiper__navigation.scrondary div[class^="swiper-button-prev"] {
        left: 0;
    }
}

 .whatwedo__card--top h5 {
    word-wrap: anywhere;
}

.whatwedo__card--top {
    display: flex;
    flex-wrap: wrap;
}

.whatwedo__card--top a.btn__primary {
    align-self: end;
}

/*section.whatwedo > .container > .whatwedo__heading{width: 100%;max-width: unset;text-align: center !important;padding: 0;}*/

@media (min-width: 1220px) {
    .header__menu--list--item:not(:last-child) {
        margin-right: 10px;
    }

    #menu-menu-us>.header__menu--list--item:nth-last-child(-n + 3)>.header__menu--list--item--dropdown {
        left: unset;
        right: 0;
    }

    .header__menu--list--item--dropdown--item {
        min-width: 190px;
        position: relative;
    }

    .header__menu--list--item--dropdown>li:hover>.header__menu--list--item--dropdown,
    .header__menu--list--item:hover>.header__menu--list--item--dropdown {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header__menu--list--item--dropdown>li:hover>.header__menu--list--item--dropdown {
        left: calc(100% + 2px);
        top: 0;
        bottom: auto;
    }

    .header__menu--list--item--dropdown>li .header__menu--list--item--dropdown {
        left: calc(100% + 2px);
        /* position: relative; */
    }

    .header__menu--list--item--dropdown>li .header__menu--list--item--dropdown::before {
        left: calc(100% + 2px);
        position: absolute;
        content: "";
        left: -2px;
        background-color: transparent;
        height: 100%;
        width: 100%;
    }

    .header__menu--list--item--dropdown--item a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__menu--list--item--dropdown--item a img {
        padding: 0;
        margin: 0;
    }
}

.main__title>.line__wrapper:not(:first-child) {
    margin-top: -2%;
}

.innerTopbanner__heading .main__title {
    line-height: 1.1;
}

.innerTopbanner>.container {
    margin: 0;
    margin-top: 70px;
}

.main__title {
    margin-bottom: 0;
}

.homeBanner .main__title {
    font-size: 54px;
    line-height: 55px;
    text-shadow: 3px 2px 30px rgba(0, 0, 0, 0.42);
    padding-top: 50px;
}

.homeBanner .main__title .line__wrapper {
    min-height: unset;
    margin-top: 0 !important;
}

.main__subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 3px 2px 30px rgba(0, 0, 0, 0.42);
}

@media (max-width: 1220px) {
    .homeBanner .main__title {
        font-size: 80px;
        line-height: 72px;
        text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.32);
    }

    .main__subtitle {
        font-size: 33px;
        font-weight: 600;
        line-height: 41px;
        text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.32);
    }
}

.mobileView .mobile-img {
    display: none;
}

@media (max-width: 575px) {
    .homeBanner .main__title {
        font-size: 34px;
        line-height: 40px !important;
        text-align: left !important;
        text-shadow: 3px 2px rgba(0, 0, 0, 0.32);
    }

    .main__subtitle {
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
        text-shadow: 3px 2px rgba(0, 0, 0, 0.32);
    }

    .mobileView .mobile-img {
        display: block;
    }

    .desktopView .desktop-img {
        display: none;
    }

}

.logo-image img {
    max-width: 150px;
}

.bullet-list ul.article__feature>li {
    list-style-type: none;
    flex-grow: 1;
    flex-basis: 0;
}

/* .bullet-list {
    padding: 60px !important;
} */

#accordion_single>h5.moreInfo__accordion--title {
    font-size: 18px !important;
}

.getintouch__content {
    padding-top: 35px;
    overflow: hidden;
    opacity: 1;
    transition: max-height 0.5s ease-in, opacity 0.3s ease-in;
    max-height: 1000vh;
}

.getintouch__content.hide-form {
    max-height: 0;
    opacity: 0;
}

.getintouch_new {
    padding: 110px 0;
}

.btn__primary.active svg {
    transform: rotate(90deg);
}

section.tabbed_content2 .content {
    transition: all 0.3s;
}

section.tabbed_content2 .content:hover {
    opacity: 1;
    transition: all 0.3s;
}

.main_adv_wrap {
    background: linear-gradient(45deg, #013800, #007818);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    backdrop-filter: blur(16px);
    padding: 32px;
    margin-bottom: 8px;
}

.main_adv_wrap {
    width: 100%;
    position: relative;
    z-index: 2;
}

.main_adv_wrap .main_adv {
    background: 0 0 !important;
}

.main_adv {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.main_adv .item {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.main_adv .item .main_adv_item .d_flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    margin-bottom: 0;
}

.main_adv .item .main_adv_item .desc {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 176%;
    letter-spacing: .02em;
}

.main_adv_wrap .main_adv .item .main_adv_item .d_flex img {
    margin-right: 10px;
}

.main_adv_wrap .main_adv .item .main_adv_item .d_flex img {
    max-width: 32px;
}

.main_adv_wrap .main_adv .item .main_adv_item .d_flex .title {
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 24px;
    font-family: sofia pro bold;
}

.main_adv .item .main_adv_item .d_flex .title {
    color: #fff;
    font-size: 22px;
    font-family: sofia pro bold;
    line-height: 100%;
    letter-spacing: .02em;
}

@media (min-width: 1025px) {
    .main_adv_wrap {
        padding: 40px;
        margin-bottom: 15px;
    }

    .main_adv_wrap .main_adv {
        margin: 0 -40px;
    }

    .main_adv {
        margin-bottom: 55px;
    }

    .main_adv_wrap .main_adv .item {
        padding: 0 40px;
    }

    .main_adv .item:first-child {
        padding-left: 0;
    }

    .main_adv .item {
        width: 33.33%;
        margin-bottom: 0;
        padding: 22px 15px;
    }

    .main_adv .item .main_adv_item .d_flex .title {
        font-size: 26px;
    }

    .content-form_template {
        padding: 64px 0;
    }

    .content-form_template .flex_container .column_text {
        width: 50%;
        padding-right: 40px;
    }

    .content-form_template .flex_container .column_text picture {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .content-form_template .flex_container .column_text picture img {
        max-width: initial;
        margin-left: -97px;
    }

    .content-form_template .flex_container .column_form {
        width: 50%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .main_adv_wrap {
        margin-bottom: 12px;
    }

    .content-form_template {
        padding: 50px 0;
    }

    .main_adv_wrap .main_adv {
        margin: 0 -30px;
    }

    .main_adv_wrap .main_adv .item {
        width: 33.33%;
        padding: 0 30px;
        margin-bottom: 0;
    }

    .main_adv .item .main_adv_item .d_flex {
        margin-bottom: 10px;
    }

    .main_adv_wrap .main_adv .item .main_adv_item .d_flex .title {
        width: 100%;
    }

    .form_container {
        padding: 40px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        max-width: 605px;
        margin: auto;
    }

    .form_container .c_form .c_form_row,
    .form_container .wpcf7-form .c_form_row {
        margin: 0 -16px;
    }

    .form_container .c_form .c_form_row .field,
    .form_container .wpcf7-form .c_form_row .field {
        margin-bottom: 30px;
        padding: 0 16px;
    }

    .form_container .c_form .c_form_row .field.w_50,
    .form_container .wpcf7-form .c_form_row .field.w_50 {
        width: 50%;
    }
}


.content-form_template.contacts_template {
    background: #fbba00;
    background: linear-gradient(45deg, #013800, #007818);
}

.flex_container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.content-form_template .flex_container .column_text {
    width: 100%;
    color: #000;
    padding-bottom: 40px;
}

.content-form_template .flex_container .column_text h1,
.content-form_template .flex_container .column_text .h1 {
    position: relative;
    z-index: 2;
}

.content-form_template .flex_container .column_text .sub_title {
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 176%;
    position: relative;
    z-index: 2;
    color: #000;
}

.content-form_template .flex_container .column_form {
    width: 100%;
    position: relative;
    z-index: 2;
}

.form_container {
    background: #fff;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    padding: 32px 24px;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.form_container .c_form .c_form_row,
.form_container .wpcf7-form .c_form_row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.form_container .c_form .c_form_row .field,
.form_container .wpcf7-form .c_form_row .field {
    width: 100%;
    margin-bottom: 28px;
}

.field label {
    display: block;
    font-size: 13px;
    line-height: 124%;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
    font-weight: 700;
}

label .red {
    font-size: 16px;
    color: #f44b4b;
    margin-left: -2px;
}

.form_container .c_form .c_form_row .field .input_wrap,
.form_container .wpcf7-form .c_form_row .field .input_wrap {
    width: 100%;
}

.input_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input_wrap:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .32;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
}

.filter .input_wrap:before,
form .input_wrap:before {
    z-index: 2;
    pointer-events: none;
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form_control {
    padding-bottom: 4px;
    display: block;
    background: #ebeef2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 2px solid transparent;
    padding-left: 15px;
    width: 100%;
    height: 56px;
    color: #000;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
}

.form_container .c_form .c_form_row .field.w_50,
.form_container .wpcf7-form .c_form_row .field.w_50 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form_container .c_form .c_form_row textarea.form_control,
.form_container .wpcf7-form .c_form_row textarea.form_control {
    height: 100px;
    padding-left: 16px;
    padding-top: 16px;
}

.custom_checkbox {
    position: relative;
}

.custom_checkbox input[type=checkbox]+label {
    position: relative;
    padding-left: 30px;
    color: #000;
    font-family: sofia pro;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .04em;
    text-transform: initial;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
}

.custom_checkbox input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #ebeef2;
    border: 1px solid rgba(0, 0, 0, .04);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.custom_checkbox input[type=checkbox]+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 8px;
    opacity: 0;
    background-image: url("../../404.html");
}

.custom_checkbox input[type=checkbox]:checked+label:before {
    background: #e30613;
    border: 1px solid #e30613;
}

.form_container .c_form .c_form_row .field .b_bottom,
.form_container .wpcf7-form .c_form_row .field .b_bottom {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.custom_checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    left: 0;
}

.btn_primary {
    background: #017b5b;
    width: auto;
    max-width: fit-content;
    height: 64px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 14px;
    font-family: sofia pro black;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    border: 0;
    padding: 10px 20px;
    text-align: center;
    line-height: 110%;
}

.form_container .c_form .btn_primary,
.form_container .wpcf7-form .btn_primary {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

.select2-container .select2-dropdown .select2-results__options .select2-results__option {
    color: #000;
    letter-spacing: .02em;
    font-size: 15px;
    font-family: sofia pro;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 15px;
    white-space: nowrap;
    margin-bottom: 3px;
}

.contact_details {
    display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.row_col {
    display: flex;
    gap: 1rem;
}

.row_col a {
    width: 48px;
    border: 2px solid #fff;
    height: 48px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    fill: #fff;
    background-color: #2EE59D;
    box-shadow: rgb(107 107 162 / 20%) 0px 7px 29px 0px;
    transition: .3s ease-in-out;
}

.contact_a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s ease-in-out;
    margin-top: 12px;
}

a:hover {
    text-decoration: none !important;
}

.row_col img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: .3s ease-in-out;
}

.row_col a:hover {
    /* transform: translateY(-3px); */
    scale: 1.1;
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    fill: #fff;
}

.mobile-view {
    display: flex;
    justify-content: center;
}

.mobile-view img {
    width: 42%;
    height: auto;
}
/*.items:hover{*/
/*    transform:scale(2);*/
/*}*/