:root{
    --black-color: #000;
    --white-color: #fff;
    
    --light-blue-color: #4CB8DC;
    --dark-blue-color: #214D8E;

    --light-green-color: #4E9D32;
    --dark-green-color: #228300;

    --gray-color: #565656;
}

h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
ul{
    padding-left: 0;
    list-style: none;
}
*{
    font-family: 'Poppins', sans-serif;
}

.slick-slider:not(.slick-initialized){ 
    display: none !important; 
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
/* box-shadow: inset 0 0 5px grey;  */
    background-color: #cccccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: var(--dark-blue-color);
    /* border-radius: 10px; */
    transition: all .5s;
}

/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background-color: #183867; 
    transition: all .5s;
}

::selection {
    background: var(--light-blue-color);
    color: var(--white-color);
  }



/* COMMON */
    /* WRAPPERS */
        .max-wrapper{
            width: 90%;
            margin: 0 auto;
        }
        .main-wrapper{
            width: 80%;
            margin: 0 auto;
        }
        .middle-wrapper{
            width: 70%;
            margin: 0 auto;
        }
    /* WRAPPERS */
    /* SECT PADDINGS */
        .sect-padd-top-65{
            padding-top: 65px;
        }
        .sect-padd-bottom-65{
            padding-bottom: 65px;
        }
    /* SECT PADDINGS */
    /* TEXTS */
        .font-dongle{
            font-family: 'Dongle', sans-serif;
        }

        .txt--white{
            color: var(--white-color);
        }
        .txt--gray{
            color: var(--gray-color);
        }
        .txt--light-blue{
            color: var(--light-blue-color);
        }
        .txt--dark-blue{
            color: var(--dark-blue-color);
        }

        .txt--light-green{
            color: var(--light-green-color);
        }
        .txt--dark-green{
            color: var(--dark-green-color);
        }

        .txt--black{
            color: var(--black-color);
        }

        .section-heading{
            gap: 25px;
            padding-bottom: 25px;
        }
        .section-heading h4{
            font-size: 100px;
            font-style: normal;
            font-weight: 300;
            line-height: 60px;
            text-transform: capitalize; 
            font-family: 'Dongle', sans-serif;
        }
        .section-heading h4:last-child{
            position: relative;
        }
        /* .section-heading h4:last-child::before{
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            right: 0;
            width: 80px;
            height: 5px; 
            background-repeat: no-repeat;
            object-fit: cover;
        } */
        .large-para p{
            font-size: 38px;
            font-style: normal;
            font-weight: 300;
            line-height: 90%; /* 34.2px */
            /* text-transform: capitalize;  */
            font-family: 'Dongle', sans-serif;
        }
        .middle-para,
        .middle-para p{
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 32px;
            text-transform: capitalize; 
        }

        .box-heading{
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: 38px;
            text-transform: capitalize; 
        }
    /* TEXTS */
    /* BTNS */
    .box-btn {
        padding: 15px 25px;
        background-color: var(--white-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 11.2px;
        text-transform: capitalize; 
        border: 0;
        border-radius: 10px; 
    }
    
    /* BTNS */
/* COMMON */


/* HEADER */
    .mobile-offcanvas{
        display: none;
    }
    .navbar-toggler{
        display: none;
    }
    .header{
        height: 130px;
        overflow-y: visible;
        z-index: 9999999999;
        position: relative;
    }
    .header .navbar-brand img{
        object-fit: contain;
        border-radius: 50%;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }
    .header .navbar-expand-lg .navbar-collapse{
        justify-content: flex-end;
    }
    .header .navbar-expand-lg .navbar-nav{
        align-items: center;
        margin-bottom: 30px;
    }
    .header .navbar-expand-lg .navbar-nav .nav-link{
        color: var(--gray-color);
        font-size: 21px;
        font-weight: 400;
        line-height: normal;
        padding: 0 22px;
    }
    .header .navbar-expand-lg .menu-item:last-child .nav-link{
        padding: 10px;
        background-color: var(--light-blue-color);
        color: var(--white-color);
        border-radius: 8px; 
        line-height: 18px;
        margin-left: 52px;
    }
   
    /* SCROLLED HEADER */
        .scrolled-header{
            transform: translateY(-100%);
            transition: all .5s;
            z-index: 999999;
            background-color: var(--white-color);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            box-shadow: 0px 10px 12px #00000042;
        }
        .scrolled-header .navbar-brand{
            padding: 0;
        }
        .scrolled-header .navbar-brand img{
            width: 100px;
            height: auto;
        }
        .scrolled-header .navbar-expand-lg{
            padding: 0;
        }
        .scrolled-header .navbar-expand-lg .navbar-nav {
            margin-bottom: 0;
        }
        .header-scrolled .scrolled-header{
            transform: translateY(0);
            transition: all .5s;
        }
        
    /* SCROLLED HEADER */
/* HEADER */

/* TOP LABEL */
        .top-label{
            position: relative;
        }
        .top-label::before{
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100% !important;
            height: 100% !important;
            background-size: 100% 100%;
            background-repeat: no-repeat;
        }
        .top-label .middle-wrapper{
            position: relative;
            padding: 50px 0;
        }
        .top-label h1{
            font-size: 59px;
            font-style: normal;
            font-weight: 600;
            line-height: 58px;
        }
        .top-label h2{
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: 40px;
            text-transform: capitalize; 
            padding-top: 15px;
        }
/* TOP LABEL */
/* HOME BANNER */
        .home-banner .left,
        .home-banner .right{
            width: 50%;
        }
        .home-banner .left{
            padding-right: 40px;
        }
        .home-banner .right{
            padding-left: 40px;
        }
        .home-banner .left h3{
            font-size: 140px;
            font-style: normal;
            font-weight: 400;
            line-height: 95px;
            text-transform: capitalize; 
        }
        .home-banner .right .img-box{
            overflow: hidden;
            border-radius: 20px; 
        }
        .home-banner .right img{
            object-fit: contain;
        }
        .home-banner .carousel{
            position: relative;
        }
        .home-banner .carousel-indicators{
            gap: 15px;
            margin-bottom: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -80px;
        }
        .home-banner .carousel-indicators button{
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: var(--dark-blue-color);
        }
        .home-banner .left .texts-box{
            position: relative;
        }
        .home-banner .left .texts-box::before{
            position: absolute;
            content: '';
            height: 6px; 
            width: 20%;
            border-radius: 20px; 
            background-color: var(--light-blue-color);
            bottom: 0;
            left: 0;
        }
/* HOME BANNER */

/* WHO WE ARE */
    .home-who-we-are .right{
        padding-left: 70px;
        text-align: justify;
    }
/* WHO WE ARE */
/* WHAT WE DO */
    .home-what-we-do{
        background: rgba(34, 131, 0, 0.12);
    }
    .what-we-do-slider{
        position: relative;
        margin: 0 -23px;
    }
    .what-we-do-slider .box{
        padding: 0 23px;
    }
    .what-we-do-slider .box .rectangle{
        padding: 100px 22px 27px 22px;
        border-radius: 15px; 
        background-color: var(--white-color);
        position: relative;
        min-height: 350px;
        transition: all .5s;
    }
    .what-we-do-slider .slick-track{
        padding-top: 130px;
        padding-bottom: 65px;
    }
    .what-we-do-slider .box .rectangle .img-box{
        position: absolute;
        left: 0;
        right: 0;
        top: -85px;
        width: 172px;
        height: 172px; 
        border-radius: 50%;
        background-color: #E7F8E2;
        margin: 0 auto;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .what-we-do-slider .box .rectangle .img-box img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
    .what-we-do-slider .box .rectangle h4{
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* text-transform: capitalize;  */
        padding-bottom: 17px;
        padding-top: 20px;
    }
    .what-we-do-slider .box .rectangle .desc{
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; 
        font-family: 'Dongle', sans-serif;
    }
    .what-we-do-slider .slick-arrow{
        padding: 0;
        background-color: transparent;
        border: 0;
        color: transparent;
        width: 12px;
        height: 32px;
        background-repeat: no-repeat;
        background-size: contain; 
        top: 55%;
        filter: brightness(0) saturate(100%) invert(27%) sepia(83%) saturate(2471%) hue-rotate(77deg) brightness(97%) contrast(102%);
        position: absolute;
    }
    .what-we-do-slider .slick-prev{
        left: -50px;        
    }
    .what-we-do-slider .slick-next{
        right: -50px;        
    }
    .what-we-do-slider .box:hover .rectangle{
        transition: all .5s;
        transform: scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
/* WHAT WE DO */
/* PAST PROJECTS */
    .home-projects-slider{
        position: relative;
    }
    .home-past-projects-slider .slick-list{
        padding-left: 20%;
    }
    .home-projects-slider .slick-arrow{
        position: absolute;
        color: transparent;
        padding: 0;
        width: 18px;
        height: 48px; 
        background-repeat: no-repeat;
        object-fit: cover;
        background-size: 100%;
        border: 0;
        background-color: transparent;
        top: 45%;
        z-index: 3;
        border-radius: 10px;
    }
    .home-projects-slider .slick-prev{
        left: 5%;
    }
    .home-projects-slider .slick-next{
        right: 5%;
    }
    /* .home-projects-slider .slick-arrow:hover{
        background-color: rgba(255, 255, 255, .2);
    } */
    .home-projects-slider .box{
        padding: 0 20px;
    }
    .home-projects-slider .box .rectangle{
        position: relative;
        height: 500px;
    }
    .home-projects-slider .box .rectangle img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }
    .home-projects-slider .box .rectangle  .texts-box{
        position: relative;
        z-index: 2;
        gap: 20px;
        padding: 30px;
    }
    .home-projects-slider .box .rectangle::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.60);
    }
    .page-template-front-page .modal.fade .modal-dialog{
        max-width: 80%;
        max-height: 80%;
        display: flex;
        align-items: center;
        top: 100px;
        margin: 0 auto;
    }
    .page-template-front-page .modal.fade .modal-dialog  .img-box{
        width: 50%;
        padding-right: 40px;
    }
    .page-template-front-page .modal.fade .modal-dialog .content-box{
        padding-top: 30px;
        width: 50%;
        padding-left: 40px;
        height: 100%;
    }
    .page-template-front-page .modal.fade .modal-dialog .content-box p{
        text-align: justify;
    }
/* PAST PROJECTS */
/* ONGOING PROJECTS */
    #ongoing-projects .box .rectangle::before{
        background: rgba(33, 77, 142, 0.75);
    }
    .home-ongoing-projects-slider .slick-list{
        padding-right: 20%;
    }
    .home-ongoing-projects-slider.less-than-3 .slick-list{
        padding-right: 0;
    }
/* ONGOING PROJECTS */

/* CONTACT */
    .home-contact{
        display: none;
    }
    .home-contact .left,
    .home-contact .right{
        width: 50%;
    }
    .home-contact .left{
        padding: 43px 50px;
    }
    .home-contact .contact-wrapper{
        border: 2.5px solid var(--dark-blue-color);
        border-radius: 30px; 
        background-color: var(--white-color);
        overflow: hidden;
    }
    .home-contact .right img{
        object-fit: cover;
        object-position: center;
    }

    .home-contact .left .box-btn{
        font-family: 'Dongle', sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px;
        text-transform: capitalize; 
        background-color: var(--dark-blue-color);
        padding: 10px 30px;
        margin-top: 25px;
    }
    .home-contact .left p{
        position: relative;
    }
    .home-contact .left p label{
        font-family: 'Dongle', sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize; 
        color: var(--dark-blue-color);
        position: absolute;
        z-index: 1;
        top: 29px;
        left: 20px;
        transition: all .4s;
    }
    .home-contact .left .w-50,
    .home-contact .left .w-100{
        padding-right: 10px;
        padding-top: 20px;
    }
    .home-contact .left .w-50 input{
        font-family: 'Dongle', sans-serif;
        font-size: 28px;
        width: 100%;
        height: 50px; 
        border-radius: 10px;
        border: 1.5px solid var(--dark-blue-color);
        padding-left: 20px; 
        position: relative;
        z-index: 1;
        background-color: transparent;
    }
    .home-contact .left textarea{
        font-family: 'Dongle', sans-serif;
        font-size: 28px;
        width: 100%;
        border-radius: 10px;
        border: 1.5px solid var(--dark-blue-color); 
        padding: 10px 20px;
        height: 170px;
    }
    .home-contact .left p.focused label{
        top: -9px;
        left: 0;
        transition: all .4s;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        text-align: center;
    }
/* CONTACT */

/* FOOTER */
    #footer{
        background-color: rgba(34, 131, 0, 0.12);
    }
    #footer h4{
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 25.85px;
    }
    #footer .navbar-nav{
        padding-top: 30px;
    }
    #footer .navbar-nav .nav-link{
        color: var(--gray-color);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #footer .navbar-nav .nav-link:hover{
        text-decoration: underline;
        color: var(--light-blue-color);
    }
    #footer .left,
    #footer .right{
        width: 25%;
    }
    #footer .middle{
        width: 50%;
        border-left: 2px solid var(--gray-color);
        border-right: 2px solid var(--gray-color);
    }
    .box-middle-mobile{
        display: none;
    }
    #footer .middle h4{
        font-size: 30px;
        font-style: normal;
        font-weight: 300;
        line-height: 29.1px;
        text-transform: uppercase; 
        padding-top: 15px;
    }
    #footer .middle p{
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 15.6px;
        text-transform: capitalize; 
        padding-top: 5px;
    }
    #footer .right .icon-box{
        padding: 2px 5px;
        border-radius: 50%;
        background-color: var(--gray-color);
    }
    #footer .right li a{
        gap: 6px;
        text-decoration: none;
        color: var(--gray-color);
        padding-top: 45px;
    }
    .copyright-wrapper{
        padding-top: 20px;
        border-top: 2px solid var(--gray-color);
        margin-top: 40px;
    }
    .copyright-wrapper .copyright{
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
    }
    .copyright-wrapper .copyright a{
        text-decoration: none;
		font-weight: bold;
        white-space: nowrap;
		color: var(--dark-blue-color);
    }
/* FOOTER */



/* RESPONSIVE */
    @media only screen and (max-width: 1600px){
        /* PAST PROJECTS */
            .home-projects-slider .box .rectangle {
                height: 400px;
            }
        /* PAST PROJECTS */
        /* WHAT WE DO */
            .what-we-do-slider .box .rectangle .img-box {
                top: -75px;
                width: 150px;
                height: 150px;
            }
            .what-we-do-slider .box .rectangle {
                padding: 90px 22px 27px 22px;
            }
            .what-we-do-slider .box .rectangle {
                min-height: 370px;
            }
        /* WHAT WE DO */
    }
    @media only screen and (max-width: 1400px){
        /* COMMON */
            /* TEXTS */
                .section-heading h4 {
                    font-size: 95px;
                    line-height: 58px;
                }
                .large-para p {
                    font-size: 35px;
                    line-height: 93%;
                }
                .box-heading {
                    font-size: 27px;
                    line-height: 37px;
                }
                .middle-para, .middle-para p {
                    font-size: 18px;
                    line-height: 30px;
                }
            /* TEXTS */
            /* BTNS */
                .box-btn {
                    padding: 13px 23px;
                    font-size: 15px;
                }
            /* BTNS */
        /* COMMON */
        /* HEADER */
            .header .navbar-expand-lg .navbar-nav .nav-link {
                font-size: 19px;
                padding: 0 15px;
            }
            .header .navbar-expand-lg .menu-item:last-child .nav-link {
                margin-left: 35px;
            }
        /* HEADER */
        /* TOP LABEL */
            .top-label h1 {
                font-size: 51px;
            }
            .top-label h2 {
                font-size: 26px;
                line-height: 36px;
            }
        /* TOP LABEL */
        /* HOME BANNER */
            .home-banner .left h3 {
                font-size: 130px;
                line-height: 90px;
            }
        /* HOME BANNER */
        /* WHO WE ARE */
            .home-who-we-are .right {
                padding-left: 40px;
            }
        /* WHO WE AER */
        /* WHAT WE DO */
            .what-we-do-slider{
                margin: 0 -15px;
            }
            .what-we-do-slider .box .rectangle .img-box {
                top: -60px;
                width: 120px;
                height: 120px;
                padding: 15px;
            }
            .what-we-do-slider .box .rectangle {
                padding: 70px 22px 27px 22px;
            }
            .what-we-do-slider .box {
                padding: 0 15px;
            }
            .what-we-do-slider .box .rectangle h4 {
                font-size: 15px;
            }
            .what-we-do-slider .box .rectangle .desc {
                font-size: 25px;
            }
            .what-we-do-slider .slick-track {
                padding-top: 100px;
            }
        /* WHAT WE DO */
        /* PAST PROJECTS */
            .page-template-front-page .modal.fade .modal-dialog  .img-box {
                padding-right: 20px;
            }
            .page-template-front-page .modal.fade .modal-dialog .content-box {
                padding-left: 20px;
            }
        /* PAST PROJECTS */
        /* FOOTER */
            .copyright-wrapper .copyright {
                font-size: 16px;
                line-height: 28px;
            }
        /* FOOTER */
    }
    @media only screen and (max-width: 1200px){
        /* COMMON */
            /* TEXTS */
                .section-heading h4 {
                    font-size: 75px;
                    line-height: 47px;
                }
                .large-para p {
                    font-size: 30px;
                    line-height: 93%;
                }
                .box-heading {
                    font-size: 18px;
                    line-height: 28px;
                }
                .middle-para, .middle-para p {
                    font-size: 14px;
                    line-height: 28px;
                }
            /* TEXTS */
            /* BTNS */
                .box-btn {
                    padding: 11px 22px;
                    font-size: 14px;
                }
            /* BTNS */
        /* COMMON */
        /* HEADER */
            .header .navbar-brand img{
                width: 120px;
            }
            .header .navbar-expand-lg .navbar-nav .nav-link {
                font-size: 17px;
                padding: 0 10px;
            }
            .header .navbar-expand-lg .menu-item:last-child .nav-link {
                margin-left: 25px;
            }
            .header {
                height: 100px;
            }
            .header .navbar-expand-lg .navbar-nav {
                margin-bottom: 29px;
            }
            .scrolled-header .navbar-expand-lg .navbar-nav {
                margin-bottom: 0px;
            }
        /* HEADER */
        /* TOP LABEL */
            .top-label h1 {
                font-size: 44px;
                line-height: 52px;
            }
            .top-label h2 {
                font-size: 24px;
                line-height: 34px;
            }
        /* TOP LABEL */
        /* HOME BANNER */
            .home-banner .left h3 {
                font-size: 98px;
                line-height: 71px;
            }
        /* HOME BANNER */
        /* WHO WE ARE */
            .home-who-we-are .left{
                width: 30%;
            }
            .home-who-we-are .left img{
                width: 100%;
            }
            .home-who-we-are .right{
                width: 70%;
                padding-left: 20px;
            }
        /* WHO WE ARE */
        /* WHAT WE DO */
            .what-we-do-slider .box .rectangle .img-box {
                top: -50px;
                width: 100px;
                height: 100px;
                padding: 10px;
            }
            .what-we-do-slider .box .rectangle {
                padding: 50px 15px 27px 15px;
            }
            .what-we-do-slider .box {
                padding: 0 10px;
            }
            .what-we-do-slider {
                margin: 0 -10px;
            }
        /* WHAT WE DO */
        /* PAST PROJECTS */
            .home-projects-slider .box .rectangle {
                height: 350px;
            }
        /* PAST PROJECTS */
        /* CONTACT */
            .home-contact .left p label {
                font-size: 25px;
                top: 30px;
            }
            .home-contact .left .w-50 input {
                font-size: 25px;
                height: 43px;
            }
            .home-contact .left .w-50, .home-contact .left .w-100 {
                padding-top: 6px;
            }
            .home-contact .left p.focused label {
                top: -5px;
            }
            .home-contact .left textarea {
                height: 120px;
            }
            .home-contact .left .box-btn {
                font-size: 25px;
                padding: 10px 30px;
                margin-top: 20px;
            }
            .home-contact .left {
                padding: 27px 40px;
            }
        /* CONTACT */
        /* FOOTER */
            #footer h4 {
                font-size: 20px;
            }
            #footer .navbar-nav .nav-link {
                font-size: 16px;
            }
            #footer .navbar-nav .nav-link{
                padding: 6px 0;
            }
            #footer .middle h4 {
                font-size: 24px;
            }
            #footer .middle p {
                font-size: 14px;
                line-height: 18.6px;
            }
            #footer .navbar-nav {
                padding-top: 20px;
            }
            #footer .right li a {
                padding-top: 34px;
            }
        /* FOOTER */
    }
    @media only screen and (max-width: 1024px){

    }
    @media only screen and (max-width: 991px){
        /* COMMON */
            /* TEXTS */
                .section-heading h4 {
                    font-size: 50px;
                    line-height: 37px;
                }
            /* TEXTS */
            /* BTNS */

            /* BTNS */
            /* SEC PADDINGS */
                .sect-padd-bottom-65 {
                    padding-bottom: 30px;
                }
                .sect-padd-top-65 {
                    padding-top: 30px;
                }
            /* SEC PADDINGS */
            /* WRAPPERS */  
                .main-wrapper{
                    width: 90%;
                }
                .middle-wrapper {
                    width: 90%;
                }
            /* WRAPPERS */
        /* COMMON */
        /* HEADER */
        .header{
            box-shadow: 0px 10px 12px #00000042;
        }
        .header .navbar-brand img{
            box-shadow: 0px 10px 12px #00000042;
        }
        .header .scrolled-header{
            display: none;
        }
        .mobile-offcanvas {
            transform: translateX(100%);
            visibility: hidden;
            transition: all .5s;
            position: fixed;
            top: 91px;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
            background-color: var(--light-blue-color) !important;
            padding-bottom: 0;
            overflow-y: auto;
            display: flex !important;
        }
        .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
            transition: all .5s;
            
        }
        .navbar-toggler{
            padding: 0;
            justify-content: center;
            border-radius: 0;
            margin-bottom: 31px;
        }
        .navbar-toggler:focus-visible,
        .navbar-toggler:focus{
            outline: 0;
            border: 0;
            box-shadow: none;
        }
        .header{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background-color: var(--white-color);
            transition: all .5s;
        }
        .main-mob-menu{
            justify-content: center;
        }
        .mobile-menu-wrapper{
            justify-content: center !important;
        }
        .navbar-dark .navbar-nav .nav-link {
            color: var(--white-color);
            font-size: 25px;
            padding: 26px 0;
        }
            /* HAMBURGER */
                .hamburger .line {
                    width: 30px;
                    height: 3px;
                    background-color: var(--dark-blue-color);
                    display: block;
                    margin: 5px auto;
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    border-radius: 15px;
                }
                #hamburger-1.is-active{
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    -webkit-transition-delay: 0.6s;
                    -o-transition-delay: 0.6s;
                    transition-delay: 0.6s;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                #hamburger-1.is-active .line:nth-child(2){
                    width: 0px;
                }

                #hamburger-1.is-active .line:nth-child(1),
                #hamburger-1.is-active .line:nth-child(3){
                    -webkit-transition-delay: 0.3s;
                    -o-transition-delay: 0.3s;
                    transition-delay: 0.3s;
                }

                #hamburger-1.is-active .line:nth-child(1){
                    -webkit-transform: translateY(11px);
                    -ms-transform: translateY(11px);
                    -o-transform: translateY(11px);
                    transform: translateY(11px);
                }

                #hamburger-1.is-active .line:nth-child(3){
                    -webkit-transform: translateY(-5px) rotate(90deg);
                    -ms-transform: translateY(-5px) rotate(90deg);
                    -o-transform: translateY(-5px) rotate(90deg);
                    transform: translateY(-5px) rotate(90deg);
                }
            /* HAMBURGER */
        /* HEADER */
        /* TOP LABEL */
            .top-label{
                margin-top: 100px;
            }
            .top-label h1 {
                font-size: 30px;
                line-height: 38px;
            }
            .top-label h2 {
                font-size: 20px;
                line-height: 28px;
            }
        /* TOP LABEL */
        /* HOME BANNER */
            .home-banner .left, .home-banner .right {
                width: 100%;
            }
            .home-banner .left h3 {
                font-size: 90px;
                line-height: 66px;
                text-align: center;
                width: 100%;
            }
            .home-banner .left {
                padding-right: 0;
                padding-bottom: 30px;
            }
            .home-banner .left .texts-box{
                padding-bottom: 10px;
            }
            .home-banner .left .texts-box::before {
                position: absolute;
                content: '';
                height: 6px;
                width: 20%;
                border-radius: 20px;
                background-color: var(--light-blue-color);
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
            }
            .home-banner .right {
                padding-left: 0;
            }
            .home-banner .carousel-indicators {
                gap: 15px;
                margin-bottom: 0;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -60px;
            }
            .home-banner {
                padding-bottom: 60px;
            }
        /* HOME BANNER */
        /* WHO WE ARE */
            .home-who-we-are .inner{
                flex-wrap: wrap;
                justify-content: center;
            }
            .home-who-we-are .left {
                width: 50%;
                padding-bottom: 20px;
            }
            .home-who-we-are .right{
                width: 100%;
                padding: 0;
            }
        /* WHO WE ARE */
        /* WHAT WE DO */
            .what-we-do-slider .slick-track {
                /* padding-bottom: 30px; */
                padding-top: 75px;
            }
            .what-we-do-slider .box .rectangle {
                padding: 60px 20px 27px 20px;
                min-height: 320px;
            }
            .what-we-do-slider .slick-next {
                right: 43%;
                top: unset;
                bottom: 12px;
            }
            .what-we-do-slider .slick-prev {
                left: 43%;
                top: unset;
                bottom: 12px;
            }
        /* WHAT WE DO */
        /* PAST PROJECTS */
            .home-projects-slider .box {
                padding: 0 15px;
            }
            .page-template-front-page .modal.fade .modal-dialog {
                max-width: 90%;
            }
            .home-projects-slider .slick-arrow {
                filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(0%) hue-rotate(230deg) brightness(91%) contrast(106%);
                bottom: -26px;
                top: unset;
                width: 14px;
            }
            .home-projects-slider .slick-track{
                padding-bottom: 40px;
            }
            .home-projects-slider .slick-next {
                right: 43%;
            }
            .home-projects-slider .slick-prev {
                left: 43%;
            }
            .page-template-front-page .modal.fade .modal-dialog .content-box {
                width: 100%;
                padding-left: 0;
            }
            .page-template-front-page .modal.fade .modal-dialog  .img-box {
                width: 100%;
                padding-right: 0;
            }
        /* PAST PROJECTS */
        /* CONTACT */
            .home-contact .contact-wrapper {
                flex-direction: column-reverse;
            }
            .home-contact .left, .home-contact .right {
                width: 100%;
            }
        /* CONTACT */
        /* FOOTER */
            #footer .middle h4 {
                font-size: 17px;
            }
            #footer .middle p {
                font-size: 13px;
                line-height: 18.6px;
            }
            .copyright-wrapper .copyright {
                font-size: 14px;
                line-height: 25px;
            }
            #footer .middle {
                padding: 0 10px;
            }
        /* FOOTER */
    }
    @media only screen and (max-width: 600px){
        /* HEADER */
            .header .navbar-brand img {
                width: 100px;
            }
            .header {
                height: 92px;
            }
            .navbar-toggler {
                margin-bottom: 23px;
            }
            .navbar-dark .navbar-nav .nav-link {
                font-size: 22px;
                padding: 20px 0;
            }
        /* HEADER */
        /* TOP LABEL */
            .top-label h1 {
                font-size: 24px;
                line-height: 35px;
            }
            .top-label h2 {
                font-size: 16px;
                line-height: 28px;
            }
            .top-label {
                margin-top: 92px;
            }
        /* TOP LABEL */
        /* HOME BANNER */
            .home-banner .left h3 {
                font-size: 60px;
                line-height: 50px;
            }
        /* HOME BANNER */
        /* WHO WE ARE */
            .home-who-we-are .left {
                width: 80%;
            }
        /* WHO WE ARE */
        /* WHAT WE DO */
            .what-we-do-slider .slick-arrow {
                width: 9px;
            }
            .what-we-do-slider .slick-next {
                right: 40%;
            }
            .what-we-do-slider .slick-prev {
                left: 40%;
            }
        /* WHAT WE DO */
        /* PAST PROJECTS */
            .home-past-projects-slider .slick-list {
                padding-left: 0;
            }
            .home-projects-slider .box {
                padding: 0;
            }
            .home-projects-slider .box .rectangle {
                height: 370px;
            }
            .home-projects-slider .slick-arrow {
                width: 11px;
                bottom: -55px;
            }
            .home-projects-slider .slick-next {
                right: 40%;
            }
            .home-projects-slider .slick-prev {
                left: 40%;
            }
            .home-projects-slider .slick-track {
                padding-bottom: 10px;
            }
        /* PAST PROJECTS */
        /* ONGOING PROJECTS */
            .home-ongoing-projects-slider .slick-list {
                padding-right: 0;
            }
        /* ONGOING PROJECTS */
        /* CONTACT */
            .home-contact .left {
                padding: 20px;
            }
            .home-contact .left .w-50 input {
                font-size: 25px;
                height: 40px;
            }
            .home-contact .left p label {
                font-size: 22px;
                top: 30px;
                left: 13px;
            }
            .home-contact .left p.focused label {
                top: 0px;
            }
            .home-contact .left .w-50, .home-contact .left .w-100 {
                padding-top: 0;
            }
            .home-contact .left .w-50{
                padding-right: 0;
                width: 100% !important;
            }
            .home-contact .left .w-100{
                padding-right: 0;
            }
            .home-contact .left .w-50 input {
                padding-left: 13px;
            }
            .home-contact .left p:has(.wpcf7-submit){
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
            }
        /* CONTACT */
        /* FOOTER */
            #footer .box-middle-mobile{
                display: flex;
            }
            #footer .box-middle-desktop{
                display: none;
            }
            #footer .box{
                width: 100% !important;
            }
            #footer .middle {
                border: 0 !important;
            }
            #footer .left{
                padding: 20px 0;
            }
            #footer .left,
            #footer .right{
                display: flex;
                flex-direction: column;
                align-items: center !important;
            }
            #footer h4 {
                width: 100%;
                text-align: center;
            }
            #footer .navbar-nav .nav-link {
                text-align: center;
            }
            .copyright-wrapper .copyright {
                font-size: 11px;
                line-height: 22px;
            }
            .copyright-wrapper {
                margin-top: 10px;
            }
			#footer {
				margin-top: 30px;
			}
        /* FOOTER */
    }
/* RESPONSIVE */