:root {
    --yellow: #FBB034;
    --blue: #243A76;
    --l-blue: #20C4F4;
    --d-blue: #152c5d;
}

@font-face {
    font-family: bebas-neue;
    src: url('../fonts/BebasNeue_2.otf');
}

@font-face {
    font-family: maison-neue-book;
    src: url('../fonts/MaisonNeue-Book.otf');
}

@font-face {
    font-family: maison-neue-demi;
    src: url('../fonts/MaisonNeue-Demi.otf');
}

@font-face {
    font-family: maison-neue-medium;
    src: url('../fonts/MaisonNeue-Medium.otf');
}

@font-face {
    font-family: maison-neue-bold;
    src: url('../fonts/MaisonNeue-Bold.otf');
}

@font-face {
    font-family: maison-neue-ext-book;
    src: url('../fonts/MaisonNeueExtended-Book.otf');
}

@font-face {
    font-family: maison-neue-ext-demi;
    src: url('../fonts/MaisonNeueExtended-Demi.otf');
}

@font-face {
    font-family: maison-neue-ext-extra-bold;
    src: url('../fonts/MaisonNeueExtended-ExtraBold.otf');
}

.Msn-Bk {
    font-family: 'maison-neue-book';
}

.Msn-Dm {
    font-family: 'maison-neue-demi';
}

.Msn-Md {
    font-family: 'maison-neue-medium';
}

.Msn-Bd {
    font-family: 'maison-neue-bold';
}

.MsnE-Bk {
    font-family: 'maison-neue-ext-book';
}

.MsnE-Dm {
    font-family: 'maison-neue-ext-demi';
}

.MsnE-EBd {
    font-family: 'maison-neue-ext-extra-bold';
}

.bg-d-blue {
    background-color: var(--d-blue);
}

.clr-yl {
    color: var(--yellow);
}

.clr-bl {
    color: var(--blue);
}

.clr-l-bl {
    color: var(--l-blue);
}

.ltr-spc-25 {
    letter-spacing: 0.25rem;
}

.hvr-yl:hover {
    color: var(--yellow) !important;
}


@media only screen and (max-width: 960px) {
    html {
        font-size: 10px;
    }

    .custom-home-info1 img {
        width: 50rem;
        max-width: 65%;
    }

    .custom-home-info1 {
        /* left: 20px; */
        bottom: 20px;
    }

    .custom-home-info2 {
        right: 10px;
    }

    .custom-home-info2 img {
        width: 12rem;
    }

    .pro-gallery {
        padding: 0 20px;
    }

    .project-gallery .kn-title h3 {
        margin-left: 0 !important;
        font-size: 2.5rem !important;
    }

    .kn-title.pd {
        padding: 0 20px;
    }

    .intro-kons {
        padding: 90px 20px;
    }

    .swiper-item {
        margin: 0 20px 0 20px;
        flex-direction: column;
    }

    .swiper-item1 {
        width: 100%;
    }

    .swiper-item2 {
        width: 100%
    }

    .main-feature {
        margin: 0;
    }

    .gallery-item1 {
        padding: 0 1rem 0 1rem
    }

    .gallery-item2 {
        padding: 1rem 1rem 0 1rem
    }

    .gallery-item3 {
        padding: 1rem 1rem 0 1rem
    }

    .gallery-item4 {
        padding: 1rem 1rem 0 0
    }

    .side-image {
        width: 40%;
    }

    .scaleMdLowHalf {
        transform: scale(60%);
    }
}

@media only screen and (min-width: 960px) {
    html {
        font-size: 14px;
    }

    .custom-home-info1 img {
        width: 50rem;
    }

    .custom-home-info1 {
        /* left: 130px; */
        bottom: -5rem;
    }

    .custom-home-info2 {
        right: 70px;
    }

    .custom-home-info2 img {
        width: 15rem;
    }

    .pro-gallery {
        padding: 0 100px;
    }

    .project-gallery .kn-title h3 {
        margin-left: 85px;
        font-size: 1.3rem !important;
    }

    .swiper-item {
        margin: 0 100px 0 100px;
        flex-direction: row;
    }

    .swiper-item1 {
        width: 49%;
    }

    .swiper-item2 {
        width: 49%
    }

    .main-feature {
        margin: 0 -15px;
    }

    .gallery-item1 {
        padding: 0 0 0 1rem
    }

    .gallery-item2 {
        padding: 0 1rem 0 1rem
    }

    .gallery-item3 {
        padding: 1rem 1rem 0 1rem
    }

    .gallery-item4 {
        padding: 1rem 1rem 0 0
    }

    .side-image {
        width: 80%;
    }
}

@media only screen and (min-width: 1400px) {
    .custom-home-info1 {
        /* left: 130px; */
        bottom: -2rem;
    }
}

body {
    font-family: 'maison-neue-ext-book' !important;
    scroll-behavior: smooth;
}

header.stick.sticky {
    z-index: 100;
}

.gallery-img {
    position: relative;
}

.gradient:hover {
    opacity: 0;
}

.gallery-img .gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    transition: opacity 300ms ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #F9AF33 !important;
}

.swiper-pagination-horizontal {
    position: relative !important;
    float: none;
    margin-top: 2rem;
}

.service-details:before {
    background: none;
}

.modal-open {
    padding: 0 !important;
}

.custom-home-info3 {
    white-space: pre;
}

.full-image {
    width: 100%;
}

.srvc-icon {
    padding-bottom: 2rem;
}

.mobile-menu-btn {
    right: 20px;
    /* margin: 1rem 0 !important; */
}

.get-quote a {
    background-color: #FBB034;
}

.main-construct-sec {
    border-radius: .25rem;
}

.swiper-item1 {
    flex: none !important;
}

/* .swiper-item *, .swiper-item{
    clear: both;
} */

.wrapper {
    background-color: #243A76;
}

.hd_bar {
    background-color: transparent;
}

.header-bar.qut-style {
    background-color: #152556;
}

.ratio1 {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.ratio-31 {
    width: 100%;
    padding-bottom: 33.3333333333%;
    background-position: center;
    background-size: cover;
}

.ratio-11 {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}

.ratio-43 {
    width: 100%;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
}

.ratio-169 {
    width: 100%;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: cover;
}

.project-gallery .kn-title h3 {
    margin-left: 85px;
}

.kn-title h3 {
    margin-left: 0;
}

.title-enter,
.title-appear {
    opacity: 0;
    translate: -200px 0;
}

.title-enter-active,
.title-appear-active {
    opacity: 1;
    translate: 0 0;
    transition: all 1000ms;
}

.title-exit {
    opacity: 1;
    translate: 0 0;
}

.title-exit-active {
    opacity: 0;
    translate: -100px 0;
    transition: all 100ms;
}

.divd-yellow {
    width: 100%;
    height: 6px;
    background-color: var(--yellow);
}

.my-node-enter {
    opacity: 0;
}

.my-node-enter-active {
    opacity: 1;
    transition: opacity 1000ms;
}

.my-node-enter-done {
    opacity: 1;
}

.my-node-exit {
    opacity: 1;
}

.my-node-exit-active {
    opacity: 0;
    transition: opacity 1000ms;
}

.my-node-exit-done {
    opacity: 0;
}

.newsDetailHTMLContent > * > * {
    font-size: 1.3rem !important;
}
.video_gip_intro{
    object-fit: cover;
}
.video_gip_intro_overlay{
    content: "";
    position: absolute;
    top: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    filter: opacity(0.5);
}