﻿* {
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

body {
    padding: 0;
    margin: 0;
    background: #191919;
    color: #fff;
}



.main {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

.ithd {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #F5821F;
    line-height: 1.2em;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}



.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.center-al {
    text-align: center;
}

.header1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 999;
}

.header2 {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    z-index: 999;
}

.header-inner {
    display: flex;
    justify-content: space-between;
}

img {
    max-width: 100%;
}

.logo {
    width: 150px;
}

.menu {
    display: flex;
    gap: 20px;
}

    .menu a {
        display: block;
        font-style: normal;
        font-size: 15px;
        letter-spacing: .5px;
        text-transform: capitalize;
        text-decoration: none;
        color: #000;
        padding: 23px 10px;
        border-bottom: 3px solid #fff;
    }

.enq_menu {
    background: #F5821F;
    color: #fff !important;
    border-bottom: 3px solid #F5821F !important;
    transition: 0.3s ease all;
}

    .enq_menu:hover {
        background-color: #191919;
    }

.menu a.active {
    border-bottom: 3px solid #F5821F !important;
}

.menu a:hover {
    border-bottom: 3px solid #F5821F !important;
}

.banner {
    width: 100%;
    margin-top: 75px;
}

    .banner img {
        width: 100%;
    }

.pc-banner {
    display: block;
}

.mob-banner {
    display: none;
}

.section {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    position: relative;
}

.section-1 {
    padding-top: 20px;
}

.whycs {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

.whycs-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.why-big {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}

.why-txt {
    color: #F5821F;
    font-size: 25px;
}

.why-source {
    color: #fff;
    font-size: 14px;
}

.benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 30px;
}

.b-col {
    position: relative;
    align-content: flex-start;
    align-items: flex-start;
    background-color: #1D1D1D;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #1D1D1D;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
}

    .b-col:hover {
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: #F5821F;
    }

    .b-col img {
        position: relative;
        width: 80px;
    }

    .b-col p {
        color: #fff;
        position: relative;
        letter-spacing: 0.2px;
    }

    .b-col h3 {
        position: relative;
    }

    .b-col h4 {
        position: relative;
    }

    .b-col ul {
        position: relative;
    }

.bcol-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 5px 5px 5px 5px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.b-col:hover .bcol-overlay {
    background-color: transparent;
    background-image: linear-gradient(220deg, #F5821FA8 0%, #121212 55%);
    opacity: 0.5;
}


.contstruct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 30px;
}


ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    margin-bottom: 50px;
    list-style: none;
    /*    background-color: #f9f9fA;*/
}

    ul.accordion-list li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        /*        background-color: #FFF;*/
        padding: 20px;
        margin: 0 auto 15px auto;
        border: 1px solid #eee;
        border-radius: 5px;
        cursor: pointer;
        background-color: transparent;
        background-image: linear-gradient(220deg, #F5821FA8 -19%, #121212 30%);
        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.35);
    }

        ul.accordion-list li.active h3:after {
            transform: rotate(45deg);
        }

        ul.accordion-list li h3 {
            font-weight: 700;
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 15px;
            letter-spacing: 0.01em;
            cursor: pointer;
            color: #F5821F;
        }

            ul.accordion-list li h3:after {
                content: "+";
                font-family: "material-design-iconic-font";
                position: absolute;
                right: 0;
                top: 0;
                color: #F5821F;
                transition: all 0.3s ease-in-out;
                font-size: 20px;
            }

        ul.accordion-list li div.answer {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

            ul.accordion-list li div.answer p {
                position: relative;
                display: block;
                font-weight: 300;
                padding: 0px 0 0 0;
                cursor: pointer;
                line-height: 150%;
                margin: 5px 0 5px 0;
                font-size: 14px;
            }


.half-half {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
    align-items: center;
}

    .half-half img {
        max-width: 50%;
        width: 350px;
    }


.section-overlay-left {
    background-image: url('../img/bg-left.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 13vw auto;
    opacity: 0.15;
    background-attachment: scroll;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.section-overlay-right {
    background-image: url('../img/bg-right.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 13vw auto;
    opacity: 0.15;
    background-attachment: scroll;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.com-logo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 30px;
}

    .com-logo img {
        width: 200px;
        display: block;
        margin: auto;
        background-color: #1D1D1D;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
        padding: 20px;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

        .com-logo img:hover {
            background-color: transparent;
            background-image: linear-gradient(220deg, #F5821FA8 0%, #121212 55%);
        }

.footer {
    margin-top: 80px;
    padding: 100px 0;
    position: relative;
}

.footer-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #02010100;
    background-image: url('../img/fre.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.28;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: scroll;
}

.footer-logo {
    width: 150px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-social {
    display: flex;
    margin-top: 15px;
    gap: 15px;
}

    .footer-social a {
        display: flex;
        /* padding: 7px; */
        width: 40px;
        height: 40px;
        background: #2A2A2A;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease all;
        cursor: pointer;
    }

        .footer-social a img {
            width: 25px;
        }

        .footer-social a:hover {
            background: #fff;
        }

.footer-col h3 {
    padding-top: 0;
    margin-top: 0;
}

.contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    .contact img {
        width: 20px;
        /* height: 20px; */
        display: block;
    }

    .contact span {
        font-size: 24px;
        line-height: 1;
        display: block;
    }

.address {
    margin-top: 15px;
    line-height: 25px;
}

.contact-form {
    background: #1D1D1D !important;
    width: 500px;
    display: none;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

    .form input[type='text'], .form textarea, .form select {
        padding: 15px 5px !important;
        margin-bottom: 10px !important;
        text-indent: 10px !important;
        width: 98% !important;
        color: #000 !important;
        background: #ffffffd4 !important;
        font-family: inherit !important;
        color: #000 !important;
        text-indent: 5% !important;
        letter-spacing: 1px !important;
        border-style: solid !important;
        border-radius: 10px !important;
        border-color: #F5821F !important;
        border-width: 2px !important;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%) !important;
        resize: none;
    }

.mysub {
    position: relative;
    width: 140px;
    height: 45px;
    margin: 0px auto;
}

.form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    z-index: 1;
    font-family: "Raleway", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5em !important;
    letter-spacing: 0.5px !important;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
    backdrop-filter: blur(15px);
}

.mysub::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 30px;
    height: 10px;
    background: #F5821F;
    border-radius: 10px;
    transition: 0.2s;
    transition-delay: 0s;
}

.mysub::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #F5821F;
    border-radius: 10px;
    transition: 0.2s;
    transition-delay: 0s;
}

.mysub::before {
    background: #F5821F;
    box-shadow: 0 0 5px #F5821F, 0 0 15px #F5821F, 0 0 30px #F5821F, 0 0 60px #F5821F;
}

.mysub::after {
    background: #F5821F;
    box-shadow: 0 0 5px #F5821F, 0 0 15px #F5821F, 0 0 30px #F5821F, 0 0 60px #F5821F;
}

.mysub:hover {
    background: none !important;
}

    .mysub:hover::before {
        bottom: 0;
        height: 50%;
        width: 80%;
        border-radius: 30px;
        transition-delay: 0.2s;
    }

    .mysub:hover::after {
        top: 0;
        height: 50%;
        width: 80%;
        border-radius: 30px;
        transition-delay: 0.2s;
    }
/**************************************/


.copy {
    background: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.powered a {
    color: #fff;
    text-decoration: none;
}


/*mobile*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background: #333;
    color: #fff;
}

.navbar-mobile-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 2.5rem;
    color: #000;
    position: relative;
}

.hamburger::before {
    content: '\2630'; /* Hamburger icon */
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .nav-menu li {
        margin: 0 1rem;
    }

    .nav-menu a {
        color: #000;
        text-decoration: none;
        font-size: 20px;
    }

        .nav-menu a:hover {
            text-decoration: underline;
        }

.logo-m img {
    max-width: 50%;
    width: 220px;
}

.nav-menu {
    text-align: center;
}
/* Mobile styles */
@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 87px;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        border-top: 1px solid #ddd;
    }

        .nav-menu.active {
            transform: translateY(0);
            opacity: 1;
            pointer-events: auto;
        }

        .nav-menu li {
            margin: 1.5rem 0;
        }
}

.navbar-mobile {
    display: none;
    background-color: #fff;
}


.floating-bar {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.floating-num a, .floating-enq a {
    background-color: #1F326F;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 12px 0;
}

.floating-num a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .floating-num a i {
        padding-right: 5px;
    }

.floating-enq a {
    width: 100%;
}

.floating-num {
    width: 100%;
    border-right: 1px solid #fff;
}

.floating-enq {
    width: 100%;
}

.float {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 99;
}

.floating-box {
    display: none;
}


/*scroll code*/

#scroll {
    position: fixed;
    right: 50px;
    bottom: 80px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #F58A2D;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 120;
    transition: all ease-in-out 0.3s;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #1F326F;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

.home-head {
    text-align: center;
    padding-bottom: 40px;
}

    .home-head h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }

.underline-head {
    border: 2px solid #fff;
    width: 15%;
}



/*swiper*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    margin-left: auto;
    margin-right: auto;
}


.banner-m{
    display:none;
}


.location a {
    text-decoration: none;
    color: #F5821F;
    font-size:20px;
}

.location i{
    padding-right:10px;
    font-size:20px;
}

.location{
    padding-top:10px;
}