@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



* {
    padding: 0;
    margin: 0;
    outline: none !important;
    box-sizing: border-box;
}

button,
a {
    transition: background-color 0.3s ease, color 0.3s ease;
}

:root {
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    display: inline-block;
}

body {
    background: #fff;
    color: #000;
    font-size: 1.8rem;
    font-family: 'Gotham', Arial, sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.topSection {
    background: url(../images/headier-bg.png) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 2rem;
    padding-top: 10rem;
}

.topSection .container {
    transition: all 0.3s ease;
}

.logo img {
    max-width: 180px;    
}

/* Navigation Section */
.navBar ul {
    list-style: none;
    font-weight: 500;
    font-size: 1.8rem;
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}

.navBar ul li {
    padding-right: 1rem;
}

.navBar ul li:last-child {
    padding-right: 0;
}

.navBar ul li a {
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    padding-bottom: .5rem;
}

.navBar ul li a:hover {
    border-bottom: 2px solid #fff;
}



/* Hero Section */
.heroSection {
    padding: 4rem 0;
    color: #fff;
}

.heroTxtWrapper {
    padding-top: 8rem;
}

.heroTxtHeading {
    font-size: 4.4rem;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

.heroRunningTxt {
    font-size: 2rem;
    padding: 1.5rem 0;
}

.heroBtn {
    padding-top: 1.5rem;
}

.heroBtn a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
}

.heroBtn a:hover {
    background: #FF6500;
    color: #fff;
}

.heroImgWrapper {
    text-align: right;
}

.heroImgWrapper img {
    max-width: 95%;
}

/* About Lolla */
.aboutLollaWrapper,
.topProductSection {
    max-width: 100rem;
    margin: 0 auto;
    text-align: center;
}

.heading {
    font-weight: bold;
    font-size: 3.6rem;
    padding-bottom: 2rem;
    margin: 0;
}

/* Our Products */
/* .ourProductsWrapper{ background: #E9F2FC; padding-bottom: 10rem;} */
.ourProductsWrapper {
    position: relative;
}

.ourProductsInnerWrapper {
    position: relative;
    z-index: 1;
}

.ourProductsInnerWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 100%;
    height: 100%;
    background-color: #E9F2FC;
    border-radius: 100px;
    transform: rotate(-5deg);
    transform-origin: right bottom;
    z-index: -1;
}


.topProductSection {
    padding: 18rem 0 5rem;
}

.productLogo {
    padding-bottom: 2rem;
}

.proBox {
    background: #fff;
    border-radius: 30px;
    padding: 7rem 6rem;
    margin-bottom: 4rem;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

.productInfo {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
}

.proBoxImg img {
    max-width: 90%;
}

.keyFeatureHeading {
    font-weight: 500;
    padding-bottom: 1rem;
}

.productKeyFeatureBox ul {
    list-style: none;
    font-size: 1.6rem;
    padding: 0;
}

.productKeyFeatureBox ul li {
    padding: .5rem;
}

.productKeyFeatureBox ul li strong {
    font-weight: 500;
}

.productKeyFeatureBox ul i {
    padding-right: 1rem;
}

.proBox1 ul i {
    color: #F36E77;
}

.productInfoBtns {
    padding-top: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.productInfoBtns .learnMore {
    background: #F5727B;
    border: 2px solid #F5727B;
    color: #fff;
    border-radius: 30px;
    padding: 1rem 2rem;
    margin-right: 1.5rem;
}

.productInfoBtns .getDemo {
    border-radius: 30px;
    padding: 1rem 2rem;
    border: 2px solid #F5727B;
    color: #F5727B;
}

.proBox1 .productInfoBtns .learnMore:hover {
    background: #3f48cc;
    border-color: #3f48cc;
}

.proBox1 .productInfoBtns .getDemo:hover {
    background: #3f48cc;
    color: #fff;
    border-color: #3f48cc;
}

.proBox2 ul i {
    color: #0C4A60;
}

.proBox2 .productInfoBtns .learnMore {
    background: #EF6C33;
    border: 2px solid #EF6C33;
}

.proBox2 .productInfoBtns .learnMore:hover {
    background: #0C4A60;
    border: 2px solid #0C4A60;
}

.proBox2 .productInfoBtns .getDemo {
    border: 2px solid #EF6C33;
    color: #EF6C33;
}

.proBox2 .productInfoBtns .getDemo:hover {
    background: #0C4A60;
    border-color: #0C4A60;
    color: #fff;
}

.proBox3 ul i {
    color: #004B93;
}

.proBox3 .productInfoBtns .learnMore {
    background: #C9002B;
    border: 2px solid #C9002B;
}

.proBox3 .productInfoBtns .learnMore:hover {
    background: #004B93;
    border-color: #004B93;
}

.proBox3 .productInfoBtns .getDemo {
    border: 2px solid #C9002B;
    color: #C9002B;
}

.proBox3 .productInfoBtns .getDemo:hover {
    background: #004B93;
    border-color: #004B93;
    color: #fff;
}

.proBox4 ul i {
    color: #F15A25;
}

.proBox4 .productInfoBtns .learnMore {
    background: #EF6C33;
    border: 2px solid #EF6C33;
}

.proBox4 .productInfoBtns .learnMore:hover {
    background: #01033e;
    border-color: #01033e;
}

.proBox4 .productInfoBtns .getDemo {
    border: 2px solid #EF6C33;
    color: #EF6C33;
}

.proBox4 .productInfoBtns .getDemo:hover {
    background: #01033e;
    border-color: #01033e;
    color: #fff;
}

/*Testimonial css*/
.testimonialsWrapper {
    padding-top: 15rem;
    padding-bottom: 10rem;
    z-index: 2;
    position: relative;
}

.testimonialsWrapper .heading {
    text-align: center;
}

#testimonialCarousel .carousel-inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    overflow: inherit;
}

.testimonialBox {
    border-radius: 20px;
    position: relative;
    border: 1px solid #C9DEEF;
    padding: 8rem;
    background: #FFF;
    font-style: italic;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

#testimonialCarousel .carousel-control-next,
#testimonialCarousel .carousel-control-prev {
    top: -30%;
}

#testimonialCarousel span.bi {
    border: 1px solid #C2C2C2;
    display: inline-block;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#testimonialCarousel span.bi:before {
    color: #747474;
}

#testimonialCarousel .custom-control:hover span.bi {
    background: #FF6500;
    border-color: #FF6500;
}

#testimonialCarousel .custom-control:hover span.bi:before {
    color: #fff;
}


.arrow-border {
    position: absolute;
    top: 28px;
    left: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #C9DEEF;
    border-left: 20px solid transparent;
    border-right: 5px solid transparent;
    border-top: 28px solid #C9DEEF;
}

.arrow {
    position: absolute;
    top: -25px;
    left: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-left: 17px solid transparent;
    border-right: 2px solid transparent;
    border-top: 25px solid #fff;
}

.clientNamePicBox {
    display: flex;
    padding: 4rem 0 0 7rem;
}

.clientImg img {
    border-radius: 50%;
    width: 5.4rem;
    height: 5.4rem;
    overflow: hidden;
}

.clientInfo {
    padding-left: 2rem;
}

.clientName {
    font-weight: bold;
}

/* Discover power Secttion */
.discoverPowerInner {
    background-color: #E9F2FC;
    /* Fallback color */
    background-image: linear-gradient(180deg, #E9F2FC 40.33%, #FFF 72.16%);
    border-radius: 20px;
    padding: 6rem 6rem;
    position: relative;
    margin-bottom: -15rem;
}

.discoverPowerContent h2 {
    font-size: 4rem;
    font-weight: bold;
    padding-bottom: 1rem;
}

.discoverPowerContent h2 span {
    color: #004B93;
}

.nextStep {
    color: #004B93;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 2rem 0;
}

.requestDemo a {
    border-radius: 100px;
    background: #EF6C33;
    color: #fff;
    padding: 1.2rem 2.4rem;
    font-weight: 500;
}

.requestDemo a:hover {
    background: #F5727B;
}

.discoverPowerImg {
    position: absolute;
    right: 4%;
    bottom: 0;
    text-align: right;
}

.discoverPowerContent {
    max-width: 71%;
}


/* footerBg */
.footerWrapper {
    background: url(../images/footerBg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-top: 22rem;
    color: #fff;
}

.footerTop {
    padding-bottom: 3rem;
}

.location {
    font-size: 2rem;
    display: flex;
}

.location span {
    padding-right: 1.5rem;
}

.footerLogo {
    text-align: center;
}

.footerNumEmail ul {
    list-style: none;
    font-size: 2.2rem;
    padding: 0;
    margin: 0;
}

.footerNumEmail ul li {
    padding: .8rem 0;
}

.footerNumEmail ul li:first-child {
    padding-top: 0;
}

.footerNumEmail ul li img {
    padding-right: 1.5rem;
}

.footerNumEmail a {
    color: #fff;
}

.footerNumEmail a:hover {
    color: #FF6500;
}

.footerCall a {
    font-weight: bold;
}

.footerSocial {
    position: relative;
    display: flex;
    justify-content: center;
}

.footerSocial::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    height: 1px;
    background: #004B93;
    width: 100%;
}

.footerSocial ul {
    list-style: none;
    display: flex;
    justify-content: center;
    background: #0A1C3E;
    border: 1px solid #004B93;
    border-radius: 100px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

.footerSocial ul li {
    padding: 1.5rem;
}

.footerBottom {
    padding: 2.5rem 0;
}

.footerLinks ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.6rem;
    padding: 0;
}

.footerLinks ul li {
    padding: 0 1rem;
}

.footerLinks ul li a {
    color: #fff;
}

.footerLinks ul li a:hover {
    color: #FF6500;
}

.copyRights {
    text-align: center;
    font-size: 1.4rem;
}


/* Contact Modal */
#contactModal {
    background: #fff url(../images/headier-bg.png) no-repeat center top;
}

.modalTopContent {
    padding-top: 4rem;
}

.modalGetContent {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#contactModal .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
    top: 10%;
}

#contactModal .modal-content {
    background: transparent;
    border: 0;
}

#contactModal .modal-header {
    flex-direction: column;
    border: 0;
}

#contactModal h5 {
    font-size: 4.4rem;
    color: #fff;
}

#contactModal h6 {
    font-size: 2rem;
    text-align: center;
    color: #fff;
}

#contactModal .modal-footer {
    border: 0;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 4rem;
}

#contactModal .modal-footer button {
    font-size: 1.8rem;
    font-weight: 500;
    background: #EF6C33;
    border: 0;
    padding: 1rem 3rem;
    border-radius: 100px;
}

#contactModal .modal-footer button:hover {
    background: #F5727B;
}

.modalContactFormWrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modalContactFormWrapper ul li {
    padding: 1rem 0;
}

.modalContactFormWrapper ul li:last-child {
    padding-bottom: 0;
}

.modalContactFormWrapper ul li input[type="text"],
.modalContactFormWrapper ul li textarea,
.modalContactFormWrapper ul li input[type="text"],
.modalContactFormWrapper ul li input[type="email"],
.modalContactFormWrapper ul li input[type="tel"],
.modalContactFormWrapper ul li select {
    width: 100%;
    border: 1px solid #DCDCDC;
    height: 6.5rem;
    padding: 0 2rem;
    border-radius: 10px;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.modalContactFormWrapper ul li .selectBox select {
    background: #fff url(../images/fullSelectArrow.jpg) no-repeat 96% center;
}

.modalContactFormWrapper ul li .phoneSelect select {
    background: #fff url(../images/phoneSelectArrow.jpg) no-repeat 90% center;
}

.modalContactFormWrapper ul li.dualBox {
    display: flex;
    justify-content: space-between;
}

.modalContactFormWrapper ul li.dualBox .fieldBox {
    width: 49%;
}

.modalContactFormWrapper ul li textarea {
    height: 220px;
    padding: 2rem;
}

.modalContactFormWrapper ul li.dualBox .phoneSelect {
    display: flex;
}

.modalContactFormWrapper ul li.dualBox .phoneSelect select {
    width: 90px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modalContactFormWrapper ul li.dualBox .phoneSelect input {
    width: calc(100% - 90px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#contactModal .modal-header .btn-close {
    background: url(../images/popCloseIcon.png) no-repeat;
    width: 4.2rem;
    height: 4.2rem;
    padding: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 6%;
    background-size: contain;
}

#contactModal .modal-header .btn-close:hover {
    opacity: .5
}

/* hamburger */
.hamburger {
    float: right;
}

.hamburger .line {
    width: 40px;
    height: 4px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.navClose {
    background: none;
    border: 0;
    color: #fff;
    font-size: 4.5rem;
    position: absolute;
    z-index: 5;
    right: 2rem;
}

/*************************************************/
.ourServiceWrapper{
    padding-top: 160px;
    padding-bottom: 180px;
   
}
.serviceBox{
    border-radius: 30px;
    background: #E9F2FC;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}



.ourServiceWrapper h2{
    padding-bottom: 40px;
}
.serviceImgBox{
     width: 40%;
     padding-right:25px;
}
.serviceImgBox img{
    width: 100%;
    border-radius:20px;
}
.serviceContBox{
    width:60%;
}
.font-24px{
     font-size: 24px;
}

.serviceContBox h3{
    font-weight:bold;
    padding-bottom: 10px;
    margin: 0;
}
.serviceDes{
    padding-bottom: 10px;
}

.servieBotSec{
    position: relative;
    padding-left:15px;
}
.servieBotSec::before{
    content: '';
    width: 4px;
    background: #000;
    height:calc(100% - 10px);
    position: absolute;
    left: 0;
    top:5px;
}


.whyChooseWrapper{
     position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 140px;
}
.whyChooseWrapper::before {
    content: "";
    position: absolute;
    top:60px;
    left:-5%;
    width: 100%;
    height: 100%;
    background-color: #E9F2FC;
    border-radius: 100px;
    transform: rotate(5deg);
    transform-origin: right bottom;
    z-index: -1;
}

.whyChooseWrapper .heading{
    padding-bottom: 30px;
}

.whyChooseIcon{
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 1px solid #C9DEEF;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.whyChooseWrapper .row > div{
  padding-top:15px;
  padding-bottom: 15px;
}

.whyChooseBox{
    border-radius: 30px;
    border:3px solid #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);    
    background: #fff;
    position: relative;
    height: 100%;
   
}

.whyChooseBox::before{
    content: '';
    position: absolute;
    z-index: 1;
    height: 180px;
    width: 100%;
    border-radius: 27px;
    background: linear-gradient(180deg, #E8F3FF 0%, rgba(255, 255, 255, 0.00) 80.56%);
}

.whyChooseBoxInner{
    position: relative;
    z-index: 9;
    padding: 25px 18px;
}
.whyChooseHeading{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.font-16px{
    font-size: 16px;
}

.padTop-10{
    padding-top: 10px;
}

.proMiniHeading{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 8px;
}

.serviceImgMobile{
    display: none;
}

.logoNavWrapper.scrolled .logoNavSec .navBar nav ul li a {
    color: black !important;
}


/* Media Query */

@media(min-width:1199px) {
    .ourServiceWrapper .row,
    .whyChooseWrapper .row{
        margin-left:10px;
        margin-right:10px;
    }
    .ourServiceWrapper .row>*,
    .whyChooseWrapper .row>*{
        padding-left:10px;
        padding-right:10px;
    }
}



@media(min-width:992px) {
    .blockHide{
        display: none;
    }
    .navBar ul li:last-child a {
        background: #FF6500;
        padding: 1rem 2rem;
        border-radius: 100px;
        font-size: 1.6rem;
        border-bottom: 0;
        color: #fff !important;
    }
    .logoNavWrapper.scrolled .logoNavSec .navBar nav ul li:last-child a{
         color: #fff !important;
    }

    .navBar ul li:last-child a:hover {
        background: #F5727B;
    }

    .navClose,
    .overlay {
        display: none;
    }
}

@media(min-width:768px) and (max-device-width:991px) {
    .footerNumEmail ul li:last-child {
        font-size: 1.6rem;
    }
}



@media(max-width:1199px) {
    :root {
        font-size: 55%;
    }

    .heroSection {
        padding-top: 0;
    }

    .heroTxtWrapper {
        padding-top: 4rem;
    }

    .discoverPowerInner {
        padding: 6rem 4rem;
    }

    .discoverPowerImg {
        right: 2%;
    }

    .discoverPowerImg img {
        max-width: 95%;
    }

    .discoverPowerContent {
        max-width: 65%;
    }
}

@media(max-width:991px) {
    :root {
        font-size: 50%;
    }

    .logo img {
        max-width: 90%;
    }

    .navBar ul li {
        padding-right: 1.8rem;
    }

    .heroTxtWrapper {
        padding-top: 2rem;
        padding-bottom: 10rem;
    }

    .ourProductsInnerWrapper::before {
        display: none;
    }

    .ourProductsInnerWrapper {
        background: #E9F2FC;
        padding: 4rem 0;
        margin-top: 5rem;
    }

    .topProductSection {
        padding-top: 0;
    }

    .proBox {
        padding: 3rem;
    }

    .proBox1 .row,
    .proBox3 .row {
        flex-direction: column-reverse;
    }

    .proBoxImg img {
        max-width: 70%;
    }

    .proBoxImg {
        padding-top: 5rem;
    }

    .proBox .proBoxImg {
        text-align: center !important;
    }

    .testimonialsWrapper {
        padding-top:0;
        padding-bottom: 6rem;
    }

    .discoverPowerImg {
        display: none;
    }

    .discoverPowerContent {
        max-width: 100%;
    }

    .testimonialBox {
        padding: 3rem;
    }

    /****************************/
    .hamburger {
        border: 1px solid #fff;
        padding: .5rem 1rem;
        border-radius: 5px;
    }

    .hamburger .line {
        width: 25px;
        height: 3px;
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .navBar {
        background: #FF6500;
        position: fixed;
        width: 280px;
        height: 100vh;
        z-index: 20;
        top: 0;
        left: 0;
        transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        transform: translateX(-100%);
    }

    .menuOpen .navBar {
        transform: translateX(0);
    }

    .menuOpen .overlay {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 10;
    }

    .navBar ul {
        display: block;
        font-size: 2.1rem;
        padding-top: 3rem;
    }

    .navBar ul li {
        padding: 0;
        border-bottom: 1px solid #e05c03;
    }

    .navBar ul li a {
        display: block;
        padding: 1rem 2rem;
        border-bottom: 0 !important;
    }

    .logoNavWrapper.scrolled .logoNavSec .hamburger {
        border: 1px solid #000;
    }

    .logoNavWrapper.scrolled .logoNavSec .line {
        background-color: #000;
    }

    .serBox2{
        margin-top:20px;
    }

    .whyChooseWrapper::before{
        display: none;
    }

    .whyChooseWrapper{
        background: #E9F2FC;
    }

    .ourServiceWrapper,
    .whyChooseWrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .logoNavWrapper.scrolled .logoNavSec .navBar nav ul li a{
            color:#fff !important;
    }    

    .proMiniHeading{
        font-size: 18px;       
    }

}

@media(max-width:767px) {
    /* .hamburger {
        border: 1px solid #fff;
        padding: .5rem 1rem;
        border-radius: 5px;
    }

    .hamburger .line {
        width: 25px;
        height: 3px;
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .navBar {
        background: #FF6500;
        position: fixed;
        width: 280px;
        height: 100vh;
        z-index: 20;
        top: 0;
        left: 0;
        transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        transform: translateX(-100%);
    }

    .menuOpen .navBar {
        transform: translateX(0);
    }

    .menuOpen .overlay {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 10;
    }

    .navBar ul {
        display: block;
        font-size: 2.1rem;
        padding-top: 3rem;
    }

    .navBar ul li {
        padding: 0;
        border-bottom: 1px solid #e05c03;
    }

    .navBar ul li a {
        display: block;
        padding: 1rem 2rem;
        border-bottom: 0 !important;
    } */

    .proBox {
        margin-bottom: 2rem;
    }

    .discoverPowerInner {
        padding: 4rem 3rem;
    }


    .footerLogo {
        text-align: left;
    }

    .footerLogo img {
        max-width: 150px;
    }

    .footerTop .row .col-md-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .footerTop .row .col-md-4:nth-child(2) {
        order: 1;
    }

    .footerTop .row .col-md-4:nth-child(1) {
        order: 2;
    }

    .footerTop .row .col-md-4:nth-child(3) {
        order: 3;
    }

    .logoNavWrapper.scrolled .logoNavSec .hamburger {
        border: 1px solid #000;
    }

    .logoNavWrapper.scrolled .logoNavSec .line {
        background-color: #000;
    }
    .font-24px{
         font-size: 20px;
    }

    
}

@media(max-width:575px) {

    .serviceContBox {
        width: 100%;
        margin-top: 20px;
    }
    .serviceImgBox{
        padding-right: 0;
        margin: 0 auto;
    }

    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .serviceImgMobile{
      display: block;
  }
  .serviceImgDesktop{
     display: none;
  }
  .serviceImgBox{
     width: 100%;
  }

    .footerWrapper {
        padding-top: 18rem;
    }

    .footerLinks ul li {
        padding: 0 .5rem;
    }
}

@media(max-width:440px) {
    .heroTxtHeading {
        font-size: 3.8rem;
    }

    .heading {
        font-size: 3rem;
        padding-bottom: 1rem;
    }

    .whyChooseWrapper .heading{
        padding-bottom: 1rem;
    }

    .discoverPowerContent h2 {
        font-size: 3rem;
    }

    .productInfoBtns .learnMore,
    .productInfoBtns .getDemo {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin: .5rem 0;
    }

    .footerLinks ul {
        font-size: 1.4rem;
    }

    .footerLinks ul li {
        padding: 0 .3rem;
    }

    .footerLinks ul li:first-child {
        padding-left: 0;
    }

    .footerLinks ul li:last-child {
        padding-right: 0;
    }
}


nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    transition: 0.3s;
}

/* Active Link with Bottom Border */
nav ul li a.active {
    border-bottom: 2px solid #fff;
}

.logoNavWrapper.scrolled .logoNavSec .navBar nav ul li .active {
    border-bottom: 2px solid #000;
}

.logoNavWrapper.scrolled .logoNavSec .navBar nav ul li:last-child .active {
    border-bottom:0;
}

.logoNavWrapper.scrolled .logoNavSec .navBar ul li a:hover {
    border-bottom: 2px solid #000;
}

.logoNavWrapper.scrolled .logoNavSec .navBar ul li:last-child a:hover {
    border-bottom: none;
}


.logoNavWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    padding: 15px 0;
}

.logoNavSec {
    width: 100%;
    /* Adjust as needed, or use Bootstrap .container */
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    max-width: 1320px;
}

/* On scroll effect */
.logoNavWrapper.scrolled {
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.logoNavWrapper.scrolled .logoNavSec .logo img {
    filter: invert(1);
    /* Logo black karne ke liye */
}



/* Default nav color */
.navBar nav ul li a {
    color: white;
    transition: color 0.3s ease-in-out;
}


@media (max-width: 1314px) {
    .logoNavSec {
        width: 89%;
    }
}

@media(max-width:1299px) {
    nav ul li a{
            padding: 10px 5px;
    }
}

@media(max-width:1099px) {
    nav ul li a{
         font-size: 14px;
    }
    .navBar ul li{
        padding-right: 0;
    }
}

.error {
    color: red;
   
}
#contact_number-error {
        display: block;
            position: absolute;
            bottom: 0;
}

