
:root {
    --soln : #201e1e;
    --theme: #287596;
    --India: #b9b842;
    --main: #f1f5f7;
    --topnav : #5d5d5d;
}

header .topnav {
    padding-top: 0 !important;
}

header .topnav ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .topnav ul li:last-child {
    border-bottom: transparent;
    margin-bottom: 5px;
}

header .topnav ul li div.dropdown-menu .dropdown-item {
    font-size: 0.78rem !important;
    letter-spacing: 0.8px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Rajdhani,sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body {
    font-family: Roboto,sans-serif;
    background-color: white !important;
}

.dropdown-menu .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    padding: 0;
}

.topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 20px !important;
}

.pad-r {
    padding-right: 0 !important;
}

/* List style left arrow */
.list-style .style-list::before { 
    /* <!-- Unicode for >> character --> */
    content: "\2192";
    position: absolute;
    left: 2px;
    clear: both;
    font-size: 15px;
    font-weight: 700;
    color: white;
    padding-right: 5px;
    margin-left: 5px;
}

.list-style .style-list {
    position: relative;
    padding-left: 32px !important;
    text-align: justify;
}

.style-list {
    font-weight: 500 !important;
}


/* 
.style-list {
    transition: all ease-in-out;
}

.style-list:hover {
    transform: translateX(-5px);
} */

.topnav a {
    font-family: Rajdhani, sans-serif;
}

.topnav .nav-link {
    letter-spacing: 0.9px;
    padding: 35px 15px !important;
    font-family: Rajdhani,sans-serif !important;
    text-transform: uppercase;
}

.w-2 {
    width: 2rem;
}

.ta {
    text-align: center;
}

.px {
    padding-left: 1.2rem;
}

/* header list font */
.topnav ul li a {
    font-size: 1rem !important;
}

.topnav ul li div.dropdown-menu .dropdown-item {
    font-size: 1rem !important;
}

header .topnav {
    display: none;
}


@media screen and (max-width:380px) {
    .navbar-brand-box {
        display: block !important;
    }

    .intro-logo  {
        width: 207px !important;
    }

    .media-gap {
        gap: 20px;
    }
}

/* .topnav ul li a:hover, .topnav ul li a:active, .topnav ul li a:focus {
    color: var(--India) !important;
}  */

.f-1 {
    font-size: 1.2rem;
}

.topnav {
    margin-top: 0 !important;
    padding-top: 6px;
}

header {
    display: none;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

#page-topbar {
    color: black !important;
    background-color: white !important;
}


/* tablet topnav in herder */
@media screen and (max-width:1110px) {
    header {
        display:block;
    }
    .d-n {
        display: none;
    }
    .bannerss {
        margin-top: 71.4px !important;
    }
    .topnav .nav-link {
        padding: 8px 15px !important;
    }
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 14px !important;
    }
}


@media (max-width: 991px) {
    

    .topnav {
        padding-top: 51px !important;
        padding-bottom: 0 !important;
    }

    .f-1 {
        font-size: 1rem;
    }

    
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    border-radius: 5px;
}

#scroll-button {
    display: block;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--theme);
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    height: 50px;
}

/* scroll top  */

/* additional  */
.additional {
    z-index: 9;
    position: fixed;
    right: 0;
    top: 60%;
    width: 208px;
    /* height: 50px; */
}

.support 
{
    -webkit-filter: invert(1);
            filter: invert(1);
}

.calls,
.msg,
.pdf {
    position: relative;
    right: -157px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: white;
    height: 50px;
    -webkit-box-shadow: 0 0 5px 0 var(--theme);
            box-shadow: 0 0 5px 0 var(--theme);
}

.additional a {
    text-decoration: none;
}

.add-img {
    width: 50px;
    height: 50px;
    background-color: var(--theme);
    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;
}

.add-img i {
    font-size: 1.8rem;
}

.additional-content h5 {
    margin-bottom: 2px;
}

.calls:hover,
.msg:hover,
.pdf:hover {
    right: 0;
}


.btn-primary {
    background-color: var(--theme);
    border: var(--theme);
}

/* additional ends  */

header {
    background-color: var(--bs-white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}


.nav-center {
    margin: 0 auto;
}

.body-logo {
    width: 20%;
    margin: auto;
}

.logo img {
    max-width: 100%;
}

.brand-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.brand-logo img {
    margin-left: 10px;
}

button {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

header li a {
    font-size: 1rem !important;
}

.navbar-toggler {
    border: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--theme);
    font-weight: 1000;
}

/* .topnav .navbar-nav {
    line-height: 3;
} */


/* nav link hover color change */
.nav-link:focus,
.nav-link:hover {
    color: var(--India) !important;
}

/* ------------------------------------------------ */
/* Dropdown Item Hover Effect */
/* ------------------------------------------------ */
.topnav .dropdown-item:hover, .topnav .dropdown-item:focus, .topnav .dropdown-item:active {
    background-color: var(--India);
    color: white !important;
}


@media screen and (max-width:1200px) {
    .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width:1238px) {
    .brand-logo img {
        display: none;
    }
}

@media screen and (max-width:1081px) {
    .nav-item .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 1080px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        /* padding-right: var(--bs-navbar-nav-link-padding-x); */
        /* padding-left: var(--bs-navbar-nav-link-padding-x); */
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:1303px) {
    .topnav .container-fluid {
        max-width: 100% !important;
    }
}


/* header ends  */

main {
    margin-block: 60px;
}

.intro {
    padding: 70px 0;
}

.intro-logo {
    width: 300px;
    margin: auto;
}

.intro-logo img {
    max-width: 100%;
}

.bannerss {
    margin-top: 90.4px;
}

.carouselExampleCaptions {
    height: 500px;
}

.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.carousel button {
    height: 100%;
}

/* banner ends  */
.info-main {
    width: 85%;
    margin: 0 auto;
}

.tie-up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

.tie-up img {
    width: 90px;
}

/* tie up ends  */

.justify {
    text-align: justify;
}

.parallax-content {
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: 78%;
    margin: 20px auto;
}

.parallax-container {
    height: 536px;
    position: relative;
    color: white;
    text-align: center;
    margin: 50px 0;
}

.parallax {
    background-image: url("images/coloredBackground.png");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.prallax-wrapper {
    width: 100%;
    height: 350px;
    /* background-color: #5931967d; */
}

.video-btn {
    width: 50px;
    aspect-ratio: 1;
    position: relative;
    margin-top: 50px;
}

.spins-grow {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-animation: video-toggle-animate 1.9s linear 0s infinite;
            animation: video-toggle-animate 1.9s linear 0s infinite;
    background-color: #fff;
    border-radius: 50%;
}


/* parallax ends  */

.section-md {
    padding: 70px 0;
}

.products {
    text-align: center;
    /* margin-block: 50px; */
    margin-top: 80px;
    background-image: url('images/blue-brick-wall-background_23-2148261968.jpg');
    
}

.products-wrapper {

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.cards {
    padding: 10px;
    aspect-ratio: 1;
    overflow: hidden;
}

.card-wrapper {
    height: 100%;
    border: 10px solid var(--India);
}

.rounded img {
    width: 100%;
    height: 75%;
}

.rounded {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rounded:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.card-wrapper img {
    width: 100%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.card-content {
    background-color: var(--India);
    height: 25%;
    padding: 30px 0;
    color: var(--soln);
}

.card-content a {
    text-decoration: none;
    font-size: larger;
    color: var(--soln);
}

/* products ends */

.why {
    background-image: url('images/bubble.jpg');
    background-color: #f1f5f7;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
}


.why .why-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.line {
    width: 50px;
    height: 5px;
}

.line.first {
    background-color: var(--theme);
}

.line.second {
    background-color: rgb(126, 105, 218);
}

.main-hand {
    aspect-ratio: 1;
}

.main-hand img {
    aspect-ratio: 1;
    width: 100%;
}

.list-img.col-2 {
    padding-right: 0;
}

.list-img img,
.clients img {
    width: 100%;
}

.list-img i {
    font-size: 1.8rem;
}

.message {
    color: var(--theme);
}



/* our clients  */
.clientsContainer {
    overflow: hidden;
}

.client-wrapper {
    background-image: url('images/dot-map.png');
    background-position: center;
    background-size: contain;
}

.clients-wrapper {
    position: relative;
    width: 1620px;
}

.clients {
    width: 130px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50px;
    border: 1px solid gray;
}

.clients img {
    height: 100%;
}

footer {
    height: auto;
    background-color: var(--soln) !important;
}

footer::after {
    content: '';
    width: 209px;
    height: 241px;
    background-image: url('images/footer-back-2png.png');
    position: absolute;
    bottom: 0;
    left: 0;
}

footer a {
    color: white;
    text-decoration: none;
}

.intro-img {
    width: 222px;
}

.intouch-wrapper {
    background-color: var(--India);
    border-radius: 5px;
    padding: 10px;
    -webkit-transform: translateY(-95px);
        -ms-transform: translateY(-95px);
            transform: translateY(-95px);
}

.right-back::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 241px;
    background: url('images/footer-back-1png.png') no-repeat;
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    -o-object-fit: cover;
       object-fit: cover;
}

.bg-primary {
    background-color: var(--theme) !important;
}

footer img {
    width: 100%;
}

footer .follow img {
    width: 50px;
}

.contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* justify-content: center; */
    font-size: 1.4rem;
}

/* footer end */


/* Watsapp Button Starts */
.Watsapp-button {
    position: fixed;
    bottom: 10px;
    width: 100px;
    color: black;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 5px;
    text-align: center;
    left: 10px;
    z-index: 9;
    border-radius: 50px;
    background-color: rgba(200, 200, 200, 0.84);
}

.watsapp-btn {
    border: none;
    margin-top: 2px;
    margin-bottom: 2px;
    /* margin-left: 5px; */
    background-color: transparent;
}

/* Wats app button ends */

/* Animation */

.animation-left {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    overflow-x: hidden;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.animation-left.inview {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

/* left ends  */
.animation-right {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    overflow-x: hidden;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.animation-right.inview {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

/* From Right ends */
.animation-bottom {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.animation-bottom.inview {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

/* from bottom ends  */
.animation-visible {
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.animation-visible.inview {
    opacity: 1;
}

@media screen and (max-width:1080px) {
    .topnav-menu .navbar-nav {
        gap: 20px;
    }
}

footer {
    background-color: var(--theme);
}

/* hide content */
.hide {
    display: none !important;
}

/* login btn padding */
.pad-35 {
    padding: 0 35px;
}

/* media  */
@media (max-width: 991px) {

    .topnav-menu .nav-item {
        padding: 0 20px;
    }

    .topnav ul li a {
        font-size: 1rem ;
        color: #201e1e !important;
    }

    .d-n {
        display: none;
    }

    .bannerss {
        margin-top: 70.5px;
    }

    .navbar-nav {
        gap: 0 !important;
    }

    nav {
        position: relative;
    }

    header .brand-logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        /* width: fit-content; */
    }

    .navbar-brand  {
        display: none;
    }

    .mobile-nav {
        overflow-y: scroll;
    }

    header li a {
        font-size: 16px !important;
    }

    .flex-columnss {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* display: block; */
        width: 350px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
        position: absolute;
        right: 0px;
        top: 117px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background: rgb(249, 248, 252);
        height: calc(100vh - 150px) !important;
        z-index: 1;
        -webkit-transform: translateX(0.5);
            -ms-transform: translateX(0.5);
                transform: translateX(0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 10px 5px 0 black;
                box-shadow: 0 10px 5px 0 black;
    }


    

    .business-btn {
        /* margin-top: 50px; */
        padding-right: 0;
    }

    .mobile-nav {
        width: 100%;
        gap: 0 !important;
        /* align-items: flex-start; */
    }

    .inq {
        margin: 20px 0;
    }

    .mobile-nav li a {
        padding-left: 10px;
    }

    .brand-logo {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .brand-logo a {
        margin-left: 5px;
        width: 97%;
        /* align-items: flex-end; */
    }

    footer::after {
        filter: opacity(0.5);
    }


}

@media screen and (max-width:1199px) {
    .card-content {
        padding: 25px 0;
    }
}

@media (max-width: 540px) {
   

    /* .touch {
        flex-direction: column;
    } */

    .touch .col-1 {
        width: 100%;
    }

    .navbar-brand {
        width: 30%;
    }

    .flex-columnss {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* display: block; */
        width: 222px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
        position: absolute;
        right: 0px;
        top: 91px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background: rgb(249, 248, 252);
        /* padding-left: 12px; */
        /* border-top: 1px solid var(--theme); */
        height: calc(100vh - 90px) !important;
        z-index: 1;
        -webkit-transform: translateX(0.5);
            -ms-transform: translateX(0.5);
                transform: translateX(0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 10px 5px 0 black;
                box-shadow: 0 10px 5px 0 black;
    }

    .bannerss {
        margin-top: 71px;
    }

    .intro {
        padding: 0;
    }


}

@media screen and (max-width:1233px) {
    .topnav ul li a {
        font-size: 0.8rem !important;
    }
}

@-webkit-keyframes video-toggle-animate {
    0% {
        width: 70px;
        height: 70px;
        opacity: .8;
    }

    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}

@keyframes video-toggle-animate {
    0% {
        width: 70px;
        height: 70px;
        opacity: .8;
    }

    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}


.pdf .add-img {
    width: 58px;
}

.intouch-wrapper .row .col-sm-12 {
    border-right: 1px solid rgb(255 255 255 / 33%);
}

.intouch-wrapper .row .b-right {
    border: none !important; 
}

@media screen and (max-width:1200px) {
    .right-back {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}


.topnav .nav-link {
    font-weight: 500 !important;
    color: var(--topnav)  ;
}

.topnav .dropdown-item  {
    font-weight: 500 !important;
    color: var(--topnav) !important ;
}


.specification-list i {
    color: #fff;
}

footer .intouch-wrapper .p-4 {
    font-size: 18px;
}

@media screen and (max-width:1399px) {
    footer .intouch-wrapper .p-4 {
        font-size: 16px !important;
    }
}


@media screen and (max-width:1200px) {
    footer .intouch-wrapper .p-4 {
        font-size: 14px !important;
    }
}

.Watsapp-button, .Watsapp-button label {
    cursor: pointer;
}

/* for large screen why wrapper */
.section-lg {
    padding: 100px 0;
}


/* active topnav */
.topnav .navbar-nav .nav-item .nav-link.active{
    color: var(--India) !important;
}

footer .products-nav {
    z-index: 9;
}

.footer-main-nav {
    margin: 0 30px;
}

footer .products-nav {
    margin: 0 30px;
}