﻿

@keyframes rotate-bg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.manual-wrap {
    white-space: nowrap !important;
}

#type-container {
    transition: height 1s ease-out;
}

.page-video {
    height: max(720px, 100vh);
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-paragraph {
    text-indent: 2em;
    margin: 0px;
}


#metaballs-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: -10;
}

html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}
body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    background-color: #EDEDEF;
    min-height: 100%;
    min-width: 360px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: -10;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

.layout_padding {
    padding: 75px 0;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .heading_container h2 {
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }

        .heading_container h2::before,
        .heading_container h2::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 40px;
            height: 1px;
            background-color: #fec016;
        }

        .heading_container h2::before {
            left: -5px;
            -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
        }

        .heading_container h2::after {
            right: -5px;
            -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
        }



.background-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
   /*min-height: 100%;*/
    object-fit: cover;
    z-index: -20;
    width: 100%;
    height: 100%;
}



.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    margin: 10px 30px;
    color: #ffffff;
    text-align: center;
    position: relative;
}


a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

        .custom_nav-container .navbar-toggler .navbar-toggler-icon {
            background-image: url(/images/menu.png);
            background-size: 55px;
        }

/*end header section*/

.do_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.do_section .do_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.metaball-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.do_section .do_container .metaball-wrapper .metaball-box {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #A5AACF;*/
    /*background-image: url(/images/gear.png);*/
    /*#353434*/
    position: absolute;
    will-change: transform, opacity;
    opacity: 0;
    filter: grayscale(25%);
    background-size: cover; /* or contain, 100% 100%, etc. */
}


.do_section .do_container .metaball-wrapper .metaball-box img {
    width: 50px;
}

        /*.do_section .do_container .metaball-wrapper .metaball-box:hover {
            background-color: #fec016;
        }*/

/*    .do_section .do_container .arrow-start::before {
        background-image: url(/images/arrow-start.png);
    }

    .do_section .do_container .arrow-middle::before {
        background-image: url(/images/arrow-middle.png);
    }

    .do_section .do_container .arrow-end::before {
        background-image: url(/images/arrow-end.png);
    }
*/
.custom-section {
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
}

@media (max-width: 1440px) {
    .custom-section {
        width: 100%;
    }
}
@media (min-width: 1920px) {
    .custom-section {
        width: 75%;
    }
}

.who_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.who_section .detail-box {
    margin-left: 65px;
}



.who_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.work_section .work_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%;
}

    .work_section .work_container .box {
        min-width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .work_section .work_container .box img {
            width: 100%;
        }

        .work_section .work_container .box.b-2, .work_section .work_container .box.b-3 {
            width: 43.5%;
        }

        .work_section .work_container .box.b-1, .work_section .work_container .box.b-4 {
            width: 56.5%;
        }


.target_section {
    background-image: url(/images/target-bg.jpg);
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 9999;
    overflow: visible;
}

.target_section h2 {
    font-weight: bold;
}

.target_section h5 {
    font-size: 18px;
    font-weight: 500;
}

/* contact section */


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}



/*# sourceMappingURL=style.css.map */
.who_section .who_row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.who_section .image-col,
.who_section .text-col {
    display: flex;
    align-items: center;
}

.who_section .img-box {
    width: 100%;
}

    .who_section .img-box img {
        width: 100%;
        height: auto;
        object-fit: contain; /* or 'cover' for crop-fit */
        max-height: 100%;
    }

/* Stack vertically on small screens */
@media (max-width: 767.98px) {
    .who_section .who_row {
        flex-direction: column;
    }

    .who_section .image-col,
    .who_section .text-col {
        width: 100%;
        justify-content: center;
    }

    .who_section .detail-box {
        margin-left: 0;
        padding-top: 20px;
    }
}

/* Mobile-first: center logo absolutely */


.grid-sizer, .service-card-container {
    width: calc((100% - 80px) / 5);
}
/* Medium screens: 4 columns */
@media (max-width: 2560px) {
    .grid-sizer, .service-card-container {
        width: calc((100% - 60px) / 4);
    }
}
/* Medium screens: 3 columns */
@media (max-width: 1920px) {
    .grid-sizer, .service-card-container {
        width: calc((100% - 40px) / 3);
    }
}
/* Medium screens: 2 columns */
@media (max-width: 1200px) {
    .grid-sizer, .service-card-container {
        width: calc((100% - 20px) / 2);
    }
}

/* Small screens: 1 column */
@media (max-width: 600px) {
    .grid-sizer, .service-card-container {
        width: 100%;
    }
}