@media (min-width: 992px) {
    .feature-news-notexist {
        display: flex;
    }
}

.banner-wrap .slant-line {
    bottom: -90px;
}

    .banner-wrap .slant-line img {
        max-width: 350px;
        max-height: 200px;
    }

.block-switch-on .banner-image {
    width: 100%;
    height: 600px;
}

@media (min-width: 575.98px) {
    .block-switch-on .banner-text-notch {
        top: 80px;
        left: 0;
        padding: 102px 100px 81px 60px;
        opacity: 0.95;
        max-width: 608px;
    }
}

.block-switch-off .banner-image {
    width: 100%;
    height: 500px;
}

.block-switch-off .banner-text-notch {
    width: 500px !important;
}

.banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.default-banner {
    min-height: 183px;
    color: #000;
    background: #dddddd 0% 0% no-repeat padding-box;
}

    .default-banner .no-banner {
        padding-top: 50px;
        padding-bottom: 30px;
        padding-right: var(--bs-gutter-x, 1.5rem);
        padding-left: var(--bs-gutter-x, 1.5rem);
    }

        .default-banner .no-banner .page-banner-text {
            width: 60%;
        }

.page-banner-media {
    position: absolute;
    top: 50%;
    right: 50px;
    max-width: 600px;
    z-index: 1;
    transform: translate(0, -50%);
}

@media (max-width: 1250px) {
    .page-banner-media {
        max-width: 330px;
        right: 30px;
        margin: 20px 0;
    }


    .default-banner .no-banner .page-banner-text {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .page-banner .banner-text-notch {
        padding: 28px 26px 28px 13px;
        min-width: 334px;
    }

    .slant-line2 {
        display: none;
    }

    .banner-wrap .slant-line {
        width: auto;
        height: auto;
    }

    .block-switch-on .banner-text-notch {
        max-width: 500px;
    }

    .page-banner-media {
        position: relative;
        max-width: 100%;
    }

    .news-item-body h1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.news-item .page-title span {
    font-weight: 400;
}

.news-item-body {
    display: flex;
    gap: 50px;
}

.news-item-media-con {
    padding-top: 30px;
    min-width: 210px;
}

    .news-item-media-con p {
        margin-bottom: 0.5rem;
    }

@media (max-width: 768px) {
    .news-item-body {
        display: block;
    }
}

.grid-item-for-js {
    display: none;
}

.noContent {
    display: none;
    pointer-events: none;
}

.container-fluid.default-banner {
    padding-left: 0;
    padding-right: 0;
}

.page-banner-description {
    line-height: 2;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.full-width-banner-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .my-n1 .d-sm-grid .news-title-section-wrap {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .media-contact-wrap {
        width: 200px;
    }

    .search-list-grid {
        grid-template-columns: 150px auto;
    }

    .item-listing {
        margin-left: 15px;
    }

    .top-footer {
        grid-gap: 0 45px;
    }
}

@media (max-width: 910px) {
    .my-n1 .d-sm-grid .news-title-section-wrap {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .my-n1 .d-sm-grid {
        grid-template-columns: repeat(1, 2fr);
    }
}

@media (max-width: 768px) {
    .my-n1 .d-sm-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .gap-sm-10 {
        gap: 25px !important;
    }

    .navbar-expand-lg .main-nav .nav-link.active:after {
        display: none;
    }

    .nav-menu-dropdown:before,
    .nav-menu-dropdown:after {
        display: none;
    }

    .dropdown-img-content {
        order: 2;
    }

    .nav-menu-dropdown {
        border: none;
    }
}

@media (min-width: 769px) {
    .d-sm-grid {
        display: grid !important;
    }

    .home-page .banner-text-notch {
        left: -37px;
    }
}

@media (max-width: 425px) {
    .item-listing {
        margin-left: 0;
    }
}

.grid-item-for-js {
    padding: 1.5rem;
}

@media (max-width: 575.98px) {
    .grid-item-for-js {
        padding: 1rem 0;
    }

    .banner-text-notch.w-500 {
        width: auto !important;
    }

    .banner-wrap .slant-line img {
        max-width: 40%;
    }

    body.show-menu .page-header .navbar-collapse {
        top: 55px;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
    .main-nav .nav-item .nav-menu-dropdown {
        width: 100% !important;
    }

    .nav-dropdown-content {
        grid-template-columns: 1fr;
        padding: 1rem 2rem 0 2rem;
    }

    .nav-menu-dropdown {
        background: none;
    }

    .navbar-collapse {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        display: block !important;
        position: fixed;
        background: #fff;
        right: 0;
        left: 0;
        top: 50vh;
        width: 100%;
        z-index: 99;
        transition: all 0.3s ease;
        overflow: auto;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        padding-top: 50px;
    }

    .main-nav .nav-item {
        padding-bottom: 36px;
        margin-left: 0 !important;
    }

        .main-nav .nav-item .main-nav-link {
            margin-left: 24px;
        }

        .main-nav .nav-item .btn-expand {
            display: block;
            margin-left: auto;
            margin-right: 24px;
        }

            .main-nav .nav-item .btn-expand .icon {
                transition: all 0.25s;
            }

        .main-nav .nav-item .nav-menu-dropdown {
            position: static;
            display: none;
            visibility: visible;
            opacity: 1;
        }

    body.show-menu .page-header .navbar-collapse {
        top: 80px;
    }
}

.banner-text-notch a {
    margin-right: 1rem !important;
}

@media (max-width: 575.98px) {
    body.show-menu .page-header .navbar-collapse {
        top: 55px;
    }

    .mw-500 {
        min-width: auto;
    }
}

@media (max-width: 768.98px) {
    .banner-text-notch {
        left: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .btn {
        min-width: 116px;
    }

    .btn-expand {
        min-width: auto;
    }

    .banner-wrap .slant-line {
        bottom: -40px;
    }

        .banner-wrap .slant-line img {
            float: right;
            max-width: 50%;
        }

    .news-section .news-grid-item .news-card img {
        height: 165px;
    }

    .capability-section .mw-980 {
        max-width: 255px !important;
    }

    .fs-5 {
        font-size: calc(1rem + 0.3vw) !important;
    }

    .section-title {
        margin-bottom: 0.3rem !important;
    }

    .input-cap-search {
        text-align: left;
        margin-top: 1rem;
    }

    .our-impact-section .text-muted {
        max-width: 270px !important;
    }

    .our-impact-section .mw-590 {
        justify-content: center;
        display: grid;
    }

    .news-section .feature-news-notexist .news-grid {
        grid-gap: 15px !important;
        padding-top: 1rem;
    }

    .ready-to-take .sec-title {
        max-width: 200px;
    }


    /*nav changes for mobile*/
    .main-nav .nav-item {
        padding-bottom: 1.5rem !important;
    }

        .main-nav .nav-item .btn-expand {
            margin-left: unset !important;
            margin-right: unset !important;
        }

            .main-nav .nav-item .btn-expand i {
                margin-left: 0.2rem !important;
                font-size: 12px !important;
            }

    body.show-menu .page-header .navbar-collapse {
        top: 0;
    }

    .navbar-toggler {
        z-index: 999;
    }

    .navbar-expand-lg .search-icon {
        font-size: 23px;
    }

    .navbar-nav .search-box {
        padding-right: 1.5rem;
    }

        .navbar-nav .search-box .btn {
            min-width: auto;
        }

    /*end nav changes*/

    .domain-item .icon {
        position: absolute;
        left: unset;
    }

    .git-content h2.sec-title {
        max-width: 100% !important;
    }

    .domain-item {
        min-width: 225px;
    }

    .award {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .full-width-banner h1 {
        margin-bottom: 0.5rem !important;
    }

    .alternate-image-crop .btn {
        text-align: left !important;
    }

    .ai-grid-link {
        padding: 0 20px;
    }

    .grid-item-for-js {
        padding: 1rem 0 0 0;
    }

    .ai-grid .grid-item .icon {
        opacity: 1 !important;
        left: 6px;
    }

    .alt-cta-spotlight {
        padding-left: 2.5rem;
    }

        .alt-cta-spotlight h4 {
            font-size: 18px;
            margin-bottom: 1rem;
        }

    .person-details .d-flex {
        flex-wrap: wrap;
        align-content: space-between;
    }

        .person-details .d-flex a {
            margin-bottom: 10px;
        }

    .ptm-3 {
        padding-top: 48px !important;
    }
}

.full-width-banner .banner-grid {
    grid-template-columns: 1fr 1fr;
}

.full-width-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

    .full-width-media iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

.icon-arrow-right-solid {
    background: url("../assets/svg/arrow-right-solid.svg");
    position: absolute;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 0.5rem !important;
}

.overflow-m-hidden {
    overflow: hidden;
}



.page-banner-description .page-title {
    line-height: 1.15;
}

@media (max-width: 768px) {
    .full-width-banner .banner-grid {
        grid-template-columns: 1fr;
    }
}


.counter-grid {
    grid-template-columns: auto 640px;
}

@media screen and (max-width: 1200px) {
    .counter {
        width: 200px;
        height: 200px;
        gap: 20px;
    }
}

@media screen and (max-width: 980px) {
    .counter-grid {
        grid-template-columns: 1fr;
    }

    .counter-wrap {
        gap: 0;
        padding: 0 20px;
    }

}

@media screen and (min-width: 980px) and (max-width: 1200px) {
    .counter-1 {
        margin-left: -80px;
    }

    .counter-4 {
        margin-left: -40px;
    }
}

@media (max-width: 660px) {

    .counter-1,
    .counter-2,
    .counter-3,
    .counter-4 {
        margin: 0;
    }

    .counter-wrap {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 980px) {
    .banner-text-notch {
        max-width: 500px;
    }
}

input:focus-visible {
    outline: #335575 auto 1px;
}

.product.detail .page-banner-breadcrumb,
.capabilities.detail .page-banner-breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.select2-container {
    max-width: 100%;
}

.contact-page-form .field-validation-error {
    color: #000 !important;
}

.banner-1 .slant-line {
    width: 405px;
    height: 123px;
    bottom: 0;
}

    .banner-1 .slant-line img {
        object-fit: cover;
    }

.domain-icon img {
    margin-top: -25px !important;
}

@media (min-width: 767.98px) {
    .fullimg {
        display: block !important;
    }
}

@media (min-width: 767.98px) {
    .halfimg {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .fullimg {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .halfimg {
        display: block !important;
    }
}

.fyinLogo {
    margin-top: -24px;
    margin-bottom: 24px;
}

    .fyinLogo a {
        float: right;
    }

    .fyinLogo img {
        width: 121px;
        opacity: .5;
    }

@media (max-width: 575.98px) {
    .footer-bottom {
        padding: 0;
    }

    .footer-social {
        margin-bottom: .5rem !important;
    }

    .page-banner-media {
        top: 0;
        right: 0;
        margin: 0;
        transform: none;
    }
}

.news-grid-item:before {
    transition: all 0.3s;
}

.news-grid-item:hover:before {
    right: 0;
    bottom: 0;
    background: #FF4D00;
}

.image-404 img {
    max-width: 100%;
    object-fit: cover;
}

.page-not-found a {
    margin-right: .5rem;
}

.copy-404 {
    text-align: left;
}


@keyframes cross1 {
    0% {
        transform: rotate(45deg) scaleX(0) scaleY(0.7);
        box-shadow: 0 1vmin 5vmin transparent;
    }

    100% {
        transform: rotate(45deg) scaleX(1) scaleY(1);
        box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    }
}

@keyframes cross2 {
    0% {
        transform: rotate(-45deg) scaleX(0) scaleY(0.7);
        box-shadow: 0 1vmin 5vmin transparent;
    }

    100% {
        transform: rotate(-45deg) scaleX(1) scaleY(1);
        box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    }
}

@keyframes cross1Reverse {
    100% {
        transform: rotate(45deg) scaleX(0) scaleY(0.7);
        box-shadow: 0 1vmin 5vmin transparent;
        opacity: 0;
    }

    0% {
        transform: rotate(45deg) scaleX(1) scaleY(1);
        box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
        opacity: 1;
    }
}

@keyframes cross2Reverse {
    100% {
        transform: rotate(-45deg) scaleX(0) scaleY(0.7);
        box-shadow: 0 1vmin 5vmin transparent;
        opacity: 0;
    }

    0% {
        transform: rotate(-45deg) scaleX(1) scaleY(1);
        box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
        opacity: 1;
    }
}

@keyframes flip {
    0% {
        transform: rotate(-90deg) rotateY(0deg) translateX(0);
    }

    60% {
        transform: rotate(-90deg) rotateY(200deg) translateX(3vmin);
    }

    80% {
        transform: rotate(-90deg) rotateY(170deg) translateX(3vmin);
    }

    100% {
        transform: rotate(-90deg) rotateY(180deg) translateX(3vmin);
    }
}

@keyframes flipReverse {
    100% {
        transform: rotate(-90deg) rotateY(0deg) translateX(0);
    }

    0% {
        transform: rotate(-90deg) rotateY(180deg) translateX(3vmin);
    }
}

.internal {
    font-size: 50vmin;
    text-align: center;
    color: #fff;
    text-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 300ms;
}

    .internal:hover {
        transform: scale(1.2);
        cursor: pointer;
    }

        .internal:hover:before {
            animation: flipReverse 300ms;
        }

        .internal:hover .zero:before {
            animation: cross1Reverse 300ms;
        }

        .internal:hover .zero:after {
            animation: cross2Reverse 300ms;
        }

.zero {
    position: relative;
}

    .zero:before,
    .zero:after {
        position: absolute;
        display: block;
        content: '';
        width: 140%;
        height: 10vmin;
        background: #004789;
        background-image: linear-gradient(90deg, #004789, #002B52, #FF4D00);
        left: -20%;
        top: 45%;
        box-shadow: 0 1vmin 5vmin rgba(0, 0, 0, 0.5);
    }

    .zero:before {
        transform: rotate(45deg) scaleX(0) scaleY(0.7);
        animation: cross1 300ms 1s ease-in-out forwards;
    }

    .zero:after {
        transform: rotate(-45deg) scaleX(0) scaleY(0.7);
        animation: cross2 400ms 1.2s ease-in-out forwards;
    }

    .zero:nth-child(2):before {
        transform: rotate(45deg) scaleX(0) scaleY(0.7);
        animation: cross1 400ms 1.1s ease-in-out forwards;
    }

    .zero:nth-child(2):after {
        transform: rotate(-45deg) scaleX(0) scaleY(0.7);
        animation: cross2 500ms 1.3s ease-in-out forwards;
    }

.info {
    text-transform: uppercase;
    color: #3fe9ea;
    text-shadow: 0 0.5vmin 1vmin rgba(0, 0, 0, 0.5);
    font-size: 200%;
    padding: 0 24px;
    text-align: center;
}

.position-relative iframe {
    width: 100%;
}

.two-coll-list {
    display: grid;
    justify-content: center;
    gap: 50px;
}


.award-icon img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.pt-0 {
    padding-top: 0px !important;
}

.whiteText {
    color: #fff;
}