:root {

    --secondary-color: #005AA9;
    --deep-color: #121212;

    --fs-heading: 40px;
    --fs-subheading: 30px;
    --fs-button: 16px;
    --fs-text: 16px;
    --fs-title: 24px;
    --fs-text-sm: 14px;
    --fs-sm: 12px;
}

/* header css start */

.header-d .l-tools {
    width: 100%;
}

.t-head ul.navbar-nav {
    margin-left: 50px;
}

.t-head ul.navbar-nav li.nav-item {
    margin-right: 30px;
}

.t-head ul.navbar-nav li.nav-item a {
    font-size: var(--fs-text);
}

/* header css end */


.os_page {
    :focus-visible {
        outline: 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .avatar {
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }

    a {
        text-decoration: none;
        color: var(--secondary-color);
        font-size: var(--fs-text);
    }

    a:hover {
        color: var(--secondary-color);
    }

    .cta_btn_group {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    a.cta_btn {
        display: inline-block;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-decoration: none;
    }

    a.cta_btn span {
        -webkit-font-smoothing: antialiased;
        display: block;
        border-radius: 5px;
        padding: 10px 30px;
        font-size: var(--fs-button);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 2px solid;
    }

    a.cta_btn span {
        transition: all .5s cubic-bezier(.56, .2, .23, .89);
    }

    .cta_btn.type1 span {
        border-radius: 5px;
        border: 1px solid;
        border-color: transparent;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0);
        outline-offset: -4px;
        outline: 2px solid var(--secondary-color);
        text-shadow: none;
    }

    a.cta_btn.type1 span {
        background-color: var(--secondary-color);
        color: #fff;
    }

    .cta_btn.type1:hover span {
        box-shadow: 0 0 20px rgba(59, 230, 138, .5);
        outline-offset: 10px;
        outline: 0px solid transparent;
    }

    a.cta_btn.type2 span {
        background-color: var(--deep-color);
        border-color: var(--deep-color);
        color: #fff;
    }

    a.cta_btn.cta_btn_white span {
        background: #fff;
        color: #000;
        outline: 0;
        border: 1px solid #fff;
    }

    a.cta_btn.cta_btn_white:hover span {
        background: #fff;
        color: var(--deep-color);
    }

    p {
        font-size: var(--fs-text);
        font-weight: 400;
        transition: all .5s cubic-bezier(.56, .2, .23, .89);
    }

    h2 {
        font-size: var(--fs-heading);
        line-height: 1.1;
        position: relative;
        margin-bottom: 2rem;
        transition: all 1.5s ease-out;
    }

    .section {
        padding: 70px 0;
    }

    .home-page-layout .heading {
        color: var(--secondary-color);
        line-height: 1.1;
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .home_wrapper {
        padding: 0;
        position: relative;

    }

    .home_wrapper .leftSide {
        padding: 70px 6rem 100px;
        position: relative;
        background: var(--secondary-color);
    }

    .home_wrapper .leftSide .heading div {
        opacity: 0;
        transform: translateX(-100px);
        animation: slideIn 0.8s ease-out forwards;
    }

    .home_wrapper .leftSide .heading .div1 {
        animation-delay: 0.2s;
    }

    .home_wrapper .leftSide .heading .div2 {
        animation-delay: 0.6s;
    }

    .home_wrapper .leftSide .heading .div3 {
        animation-delay: 1s;
    }

    .home_wrapper .heading {
        color: #fff;
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 6rem;
        font-weight: 700;
    }

    .home_wrapper p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
        max-width: 40vw;
    }



    .home-page-layout .home_wrapper p,
    .home-page-layout .home_wrapper .cta_btn_group {
        opacity: 0;
        animation: fadeIn 1s ease-in forwards;
        animation-delay: 2s;
    }

    .home_wrapper .type_outline {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
        position: relative;
        padding: 10px 30px;
        font-weight: 600;
        font-size: 15px;
    }


    .services_section h2 a,
    .services_section a {
        text-decoration: none;
        color: var(--deep-color);
    }

    .services_section {
        padding: 90px 0;
    }

    .services_section h3 {
        text-transform: uppercase;
        color: var(--secondary-color);
        font-size: 2.6rem;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .services_section .heading {
        color: var(--deep-color);
        line-height: 1.1;
        font-size: var(--fs-heading);
        font-weight: 700;
        padding: 0;
    }

    .services_section .img2 {
        animation: magneticEffect 2s infinite;
        animation-timing-function: linear;
    }

    .services_section .img1 {
        margin-left: -50px;
    }

    .services_section img {
        max-width: 80%;
    }

    .services_list {
        margin-bottom: 80px;
        margin-top: 40px;
    }

    .services_list ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid var(--deep-color);
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-family: var(--font-family-Axiforma);
        font-size: var(--fs-text);
        color: var(--deep-color);
        position: relative;
    }

    .services_list ul li.view-more a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .services_list ul li.view-more a:after {
        content: "+";
        color: var(--secondary-color);
        transition: all .25s linear;
        cursor: pointer;
        z-index: 0;
    }

    .services_list ul li p {
        position: absolute;
        left: calc(100% + 40px);
        top: 50%;
        width: 70%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
    }

    .services_list ul li a:hover {
        color: var(--secondary-color);
    }

    .services_list ul li a:hover+p {
        opacity: 1;
        visibility: visible;
    }

    .red_block {
        background: #060606;
        padding: 100px 0;
        transition: background 1s ease;
    }

    .red_block.active,
    .red_block:hover {
        background: #100001;
        transition: background 0s;
    }

    .red_block h2 {
        color: var(--secondary-color);
        font-weight: 600;
    }

    .red_block h3 {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .red_block p {
        color: #fff;
        font-weight: 300;
        font-size: var(--fs-text);
    }


    .inner-box {
        position: relative;
    }

    .image-box {
        position: relative;
        height: 400px;
    }

    .image-box .img1,
    .image-box .img2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .image-box .img1 {
        opacity: 1;
        z-index: 1;
        transition: opacity 0s;
    }

    .image-box .img2 {
        opacity: 0;
        z-index: 2;
        transition: opacity 1s ease;
    }

    .red_block.active .image-box .img1,
    .red_block:hover .image-box .img1 {
        opacity: 0;
    }

    .red_block.active .image-box .img2,
    .red_block:hover .image-box .img2 {
        opacity: 1;
        transition: opacity 0s;
    }


    .about-page-layout .heading {
        color: var(--secondary-color);
    }

    .about-page-layout p {
        font-size: 16px;
    }

    .about-page-layout .section1 {
        padding: 200px 0;
        margin: 50px 0;
        display: flex;
        align-items: center;
        background: transparent;
        /* height: 100vh; */
        position: relative;
    }

    .about-page-layout .section1 img {
        border-radius: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        object-fit: contain;
        z-index: 1;
    }

    .about-page-layout .section1>* {
        position: relative;
        z-index: 2;
    }

    .about-page-layout .section1 h1 {
        color: #000;
        font-size: 4rem;
        font-family: impact;
        text-transform: capitalize;
    }

    .about-page-layout .section1 h1 span {
        color: var(--secondary-color);
    }

    .about-page-layout img {
        border-radius: 20px;
    }

    .about-page-layout .mission_box {
        padding: 100px 0;
    }

    .services-page-layout .section1 {
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        padding: 0 12px;
        padding-top: 0px;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-page-layout .section1 h1 {
        font-size: 4rem;
        font-weight: 700;
        color: var(--secondary-color);
    }

    .services-page-layout .section1 img,
    .join_us img {
        animation: float 5s ease-in-out infinite;
    }

    .services-page-layout .section1 img {
        filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    }

    .services-page-layout .heading {
        color: var(--secondary-color);
        font-weight: 700;
        font-size: var(--fs-heading);
    }

    .services-page-layout .section2 .right {
        /* font-family: 'DM Serif Display'; */
        font-family: var(--font-family-Axiforma);
        padding: 40px;
        font-size: 50px;
        line-height: 1;
        font-weight: 600;
        color: var(--deep-color);
    }

    .services-page-layout .section3 h3 {
        font-family: var(--font-family-Axiforma);
        font-size: 30px;
        color: var(--secondary-color);
        margin-bottom: 40px;
        font-weight: 600;
        padding-right: 100px;
    }

    .services-page-layout .section3 ul {
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .services-page-layout .section3 ul li {
        list-style: disc;
    }

    .services-page-layout .section3 ul li::marker {
        color: var(--secondary-color);
    }

    .services_list_box li {
        display: block;
        font-family: var(--font-family-Axiforma);
        font-size: 18px;
        font-weight: 500;
        color: var(--secondary-color);
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--deep-color);
        padding-left: 0;
        margin-right: 30px;
    }
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes magneticEffect {
    0% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-50px);
    }

    70% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}



@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}