:root {
    --soln: #201e1e;
    --theme: #287596;
    --India: #b9b842;
}

/* nav link hover color change */
.nav-link:focus,
.nav-link:hover {
    color: var(--India) !important;
    /* background-color: var(--theme); */
}

h1,h2,h3,h4,h5,h6 {
    font-family: Rajdhani,sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* dropdown navigation */
.topnav .dropdown-item:hover, .topnav .dropdown-item:focus, .topnav .dropdown-item:active {
    background-color: var(--India);
    color: white !important;
}


body {
    font-family: Roboto,sans-serif;
}

/* 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;
}

.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;
}


.dropdown-menu .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    padding: 0;
}


.pad-r {
    padding-right: 0 !important;
}


.text-justify {
    text-align: justify !important;
}

.images {
    width: 6rem;
}

.child img {
    border: 4px solid var(--India) !important;
}

.child img:hover {
    border: 4px solid var(--theme) !important;
}

.child1 img {
    border: 4px solid var(--India) !important;
}

.child1 img:hover {
    border: 4px solid var(--theme) !important;
}

.w-2 {
    width: 2rem;
}

.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;
}

header .topnav {
    padding-top: 0 !important;
}

@media screen and (max-width:380px) {
    .navbar-brand-box {
        display: block !important;
    }

    .intro-logo {
        width: 207px !important;
    }
}

/* .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: 20px 0 !important; */
    padding-top: 9px;
}

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 (max-width: 991px) {
    header {
        display: block;
    }

    footer::after {
        filter: opacity(0.5);
    }

    .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; */
}

.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: 1.2rem !important;
}

.navbar-toggler {
    border: none;
}

@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: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:1303px) {
    .topnav .container-fluid {
        max-width: 100% !important;
    }
}

@media screen and (max-width:1108px) {
    .topnav ul li a {
        font-size: 1rem !important;
        color: #201e1e !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: 103.5px;
}

.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("../../assets/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  */


.products {
    text-align: center;
    /* margin-block: 50px; */
    margin-top: 80px;
}

.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 lightgray;
}


.cards img {
    width: 100%;
    height: 75%;
}

.card-wrapper img {
    width: 100%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.card-content {
    background-color: gray;
    height: 25%;
    padding: 30px 0;
    color: white;
}

.card-content a {
    text-decoration: none;
    color: white;
}

/* products ends */


.why {
    background-image: url('../../assets/images/background3.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;

}

.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);
    text-align: center;
}



/* our clients  */
.clientsContainer {
    overflow: hidden;
}

.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%;
}


.intro-img {
    width: 222px;
}


.bg-primary {
    background-color: var(--theme) !important;
}

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;
    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;
    background-color: transparent;
}

/* Wats app button ends */



/* Animations */

.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;
}

/* hide content */
.hide {
    display: none !important;
}

/* media  */
@media (max-width: 991px) {

    .topnav-menu .nav-item {
        padding: 0 20px;
    }

    .topnav ul li a {
        font-size: 1rem !important;
        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;
    }

    .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;
        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; */
    }

    .why {
        background-image: url('/assets/images/background4.png');
    }

    .why * {
        color: white !important;

    }
}

@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;
    }
}

.card-header {
    background-color: var(--theme) !important;
    border-radius: 10px !important;
    margin-bottom: 1rem;
}

header .topnav {
    padding-top: 0 !important;
}

@media screen and (max-width:767px) {
    .topnav .nav-link {
        padding: 10px 5px !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;
}


.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;
    }
}


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;
    -o-object-fit: cover;
       object-fit: cover;
}

/* filter buttons styles */
.btn-outline-secondary {
    background-color: #f0f0f0 !important;
    font-weight: 500;
    margin: 0 5px;
    letter-spacing: 0.5px;
}

.btn-outline-secondary:hover {
    background-color: lightgrey!important;
    color: var(--soln);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.topnav .nav-link {
    font-weight: 500 !important;
    color: var(--topnav) ;
}

.topnav .dropdown-item  {
    font-weight: 500 !important;
    color: var(--topnav);
}

.btn-border {
    border: 1px solid var(--theme) !important;
}


/* down btn  */

.card-header h3 {
    font-size: 1.2rem  !important;
}

.product-details .col p {
    padding: 0 10px;
}

ol.font-size-16 {
    font-size: 15px !important;
}

footer .intouch-wrapper span, i {
    font-size: 18px;
}


/* card 1 height */
@media screen and (max-width:991px) {
    .card-1{
        height: 100% !important;
    }
}

@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;
    }
}


/* sales and support */
.support {
    filter: invert(1);
}

/* cursor Pointer */
.Watsapp-button, .Watsapp-button label {
    cursor: pointer;
}

.section-md {
    padding: 70px 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;
}

.card-2 button{
    margin-left: 16px;
}