: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 10px;
}
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: 128px;
    margin-top: -156px;
}
.homeBanner__img .embed-container {
    height: 100%;
}
.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: none !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: var(--theme_red);
    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: 77px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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;
    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: 56.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%;
}

.inline-video-block .video__right--thumbnail,
.inline-video-block .video__right--thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============== GForm Css Start ============== */
body .gform_wrapper {
    max-width: 830px;
}

body .gform_wrapper.gravity-theme .gfield_description {
    opacity: 0.9;
    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: 18px;
    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: "";
    font-size: 150%;
    font-weight: 700;
    color: #ff0000;
    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 h3 {
    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: 1220px) {
    .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: 30px;
        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-color: red;
    }
    .header__menu--list--item--dropdown.open > .menu-item {
        margin-top: 0 !important;
    }
}
@media (max-width: 991px) {
    section.homeBanner {
        min-height: unset;
    }
    .ourclients .ourclients__slider .swiper-slide img {
        max-height: 100px;
    }
}
@media (max-width: 767px) {
    .our_client_nav_btn,
    .swiper-button-next-news,
    .swiper-button-prev-news {
        display: none !important;
    }

    .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: 2px;
}

.sr_404 h1 {
    line-height: 1.2;
}
.sr_404 {
    background: url("../images/values-bg-scaled.jpg") 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 h3 {
    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: 25px;
    }
    #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-top: 98px;
}
.main__title {
    margin-bottom: 0;
}

.homeBanner .main__title {
    font-size: 88px;
    line-height: 80px;
    text-shadow: 3px 2px 30px rgba(0, 0, 0, 0.42);
}
.homeBanner .main__title .line__wrapper {
    min-height: unset;
    margin-top: 0 !important;
}
.main__subtitle {
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    text-shadow: 3px 2px 30px rgba(0, 0, 0, 0.42);
}

@media (max-width: 1350px) {
    .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);
    }
}

@media (max-width: 575px) {
    .homeBanner .main__title {
        font-size: 50px;
        line-height: 50px !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: 20px;
        text-shadow: 3px 2px rgba(0, 0, 0, 0.32);
    }
}

.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;
}
.no-header-footer .getintouch_new {
    padding: 30px;
    padding-bottom: 100px;
    min-height: 100vh;
}
.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;
}
