/* @font-face {
    font-family: 'Josefin Sans Bold';
    src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Slab';
    src: url('../fonts/JosefinSlab-Regular.woff2') format('woff2'),
        url('../fonts/JosefinSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Slab Bold';
    src: url('../fonts/JosefinSlab-Bold.woff2') format('woff2'),
        url('../fonts/JosefinSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Slab SemiBold';
    src: url('../fonts/JosefinSlab-SemiBold.woff2') format('woff2'),
        url('../fonts/JosefinSlab-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */


a,span,i{display:inline-block;}
@font-face {
    font-family: 'icomoon';
    src:  url('../icon/icomoon.eot?q7710q');
    src:  url('../icon/icomoon.eot?q7710q#iefix') format('embedded-opentype'),
      url('../icon/icomoon.ttf?q7710q') format('truetype'),
      url('../icon/icomoon.woff?q7710q') format('woff'),
      url('../icon/icomoon.svg?q7710q#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-calendly:before {
    content: "\e90d";
  }
.icon-angle-down:before {
    content: "\25B2";
}
.icon-email:before {
    content: "\e900";
}
.icon-facebook:before {
    content: "\e901";
}
.icon-figma:before {
    content: "\e902";
}
.icon-github:before {
    content: "\e903";
}
.icon-github-new:before {
    content: "\e904";
}
.icon-hh:before {
    content: "\e905";
}
.icon-instagram:before {
    content: "\e906";
}
.icon-linkedin:before {
    content: "\e907";
}
.icon-location:before {
    content: "\e908";
}
.icon-minus:before {
    content: "\e909";
}
.icon-plus:before {
    content: "\e90a";
}
.icon-telegram:before {
    content: "\e90b";
}
.icon-twitter:before {
    content: "\e90c";
}
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* pointer-events: none; */
    /* filter: blur(10px); */
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}


img{max-width:100%;height:auto;}
/*-- Custom Style --*/
h1,.h1{
    /* font-family: 'Josefin Sans Bold'; */
    font-weight:600;
    font-size:36px;
    line-height:1;
    margin: 0;
}
h2,.h2{
    /* font-family: 'Josefin Slab Bold'; */
    font-weight:600;
    font-size:31px;
    line-height:1;
    margin: 0;
}
p,.p{
    /* font-family: 'Josefin Slab'; */
    font-size:18px;
    line-height:1.35;
    color:#393939;
}
h2 span,.h2 span{color:#A2D109;}


.primarybttn {
    background: #A36A4F;
    color: #ffffff;
    /* font-family: 'Josefin Sans Bold'; */
    font-weight:600;
    font-size: 18px;
    line-height: 1;
    padding: 24px 30px;
    min-width: 220px;
    text-align: center;
    border-radius: 60px;
    transition: 0.3s all ease-in-out;
}
.primarybttn:hover{
    background-color:#723e25;
    color:#ffffff;
}

/*-- Header --*/
.headerlogowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.headerlogowrap nav > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}
.headerlogowrap > nav { margin-left: auto;-webkit-box-flex:1;-ms-flex:1;flex:1;}
.headerlogowrap > nav > ul > li:last-child { margin-left: auto; }
.headerlogowrap > nav > ul > li:first-child { margin-left: auto; }
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    z-index:9999;
}
.header-wrap {
    background: #FFFFFF;
    padding: 13px 32px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 16px 0px #00000026;
            box-shadow: 2px 2px 16px 0px #00000026;
}
.headerlogowrap > nav > ul > li > a {
    font-weight: 700;
    color: #000000;
    -webkit-transition:0.3s all ease-in-out;
    -o-transition:0.3s all ease-in-out;
    transition:0.3s all ease-in-out;
}
.headerlogowrap > nav > ul > li:last-child a {
    background: #A2D109;
    color: #ffffff;
    padding: 2.5px 26px;
    border-radius: 9px;
}
.headerlogowrap > nav > ul > li:last-child a:hover{
    background-color:#000000;
    color:#ffffff;
}

.sub-menu li {
    display: flex;
    width: 100%;
}

.sub-menu a {
    display: block;
    width: 100%;
    padding: 6px 15px;
}

.has-submenu {
    position: relative;
    font-weight: 700;
    color: #000000;
}

/* .headerlogowrap>ul{
    display:block;
} */


/* ul li ul{
    flex-direction: column;
}
.headerlogowrap ul li ul {
    width: 100px;
}
.headerlogowrap ul li ul{
    gap: 0px;
    display: none;
    position: absolute;
    padding-top: 5px;
}

nav ul li a:hover{
    background: #000000;
    color: #ffffff;
}
ul li{
    position: relative;
}
.headerlogowrap ul li:hover>ul{
    display:block;
}

ul li ul li{
    padding:  10px 20px;
    background: #646464;
    color:#ffffff;
} */



.herobannersection::before{
    content:'';
    position:absolute;
    background: -o-linear-gradient(359.96deg, rgba(0, 0, 0, 0.8) 0.04%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.16) 99.97%);
    background: linear-gradient(90.04deg, rgba(0, 0, 0, 0.8) 0.04%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.16) 99.97%);
    top:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1;
}
.herobannersliderwrap .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    margin: 0 12px;
    cursor: pointer;
    display: block;
}
.herobannersliderwrap .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 40px;
}
.headerlogowrap .mobiletoggle { display: none; }

/*-- Footer --*/
.footerwrapper {
    -webkit-box-shadow: 0px 0px 16px 0px #00000026;
            box-shadow: 0px 0px 16px 0px #00000026;
    padding: 50px 80px 32px;
    border-radius:12px;
    background-color:#ffffff;
}
.followuswrap {
    -webkit-box-shadow: 2px 2px 16px 0px #00000040;
            box-shadow: 2px 2px 16px 0px #00000040;
    border-radius: 10px;
    max-width: 1206px;
    margin: 64px auto 0;
    text-align: center;
    padding: 12px 10px;
    background: linear-gradient(90.35deg, #6AA9FB 0%, #265BE7 99.94%);
}
.followuswrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
    margin-top: 14px;
}
.followuswrap ul a i {
    font-size: 24px;
    line-height: 1;
    display: block;
    color:#ffffff;
}
.footerRows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width:100%;
}
.footerLogowrap {
    max-width: 350px;
    text-align: center;
    margin-left: 80px;
    border-left: 1px solid #000000;
    padding-left: 80px;
}
.footerlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.footerlogo img {
    display: block;
    margin: 0 auto;
}
.footerLogowrap p {
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    margin-top: 37px;
    /* font-family: 'Josefin Slab'; */
}
.footerCols {-webkit-box-flex: 0;-ms-flex: 0 1 auto;flex: 0 1 auto;}
.footerContact { max-width: 251px; }
.footerCols h3 {
    /* font-family: 'Josefin Sans Bold'; */
    font-weight:600;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 26px;
}
.footerCols ul li a {
    /* font-family: 'Josefin Slab'; */
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    display: block;
}
.footersection {
    padding-top: 58px;
    background-image:url('../images/footerbg.webp');
    background-repeat:no-repeat;
    background-position: bottom -1px center;
    background-size: 100%;
    border-top: 1px solid #000000;
}
.footerCols ul li + li{margin-top: 18px;}
.footerContact ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}
.footerContact ul li a span {
    max-width: calc(100% - 36px);
    width: 100%;
}
.footerContact ul li a i {
    font-size: 18px;
    display: block;
}
.footerCols.footerContact ul li:last-child a i { font-size: 13px; }
.footersection .copyright {
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 35px 32px 20px;
    font-weight:300;
}
.bottomTotop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}
.followuswrap h3 { 
     /* font-family: 'Josefin Slab'; */
     color: #ffffff; }
     .whatsapp {
        position: fixed;
        bottom: 127px;
        z-index:999;
        right: 40px;
    }
    
    .chatbot {
        position: fixed;
        bottom: 80px;
        right: 25px;
        z-index:999;
    }



/*-- About --*/
.aboutsection { padding: 56px 0 0;position: relative;z-index:1;}
.titlewrap { text-align: center; }
.aboutsection .titlewrap {max-width: 684px;margin: 0 auto;}
.titlewrap h2 span { display: inline; }
.aboutwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.aboutLeft { max-width: 552px; }
.aboutRight { max-width: calc(100% - 677px); }
.aboutLeft > p{padding:50px 0;}
.aboutLeft > h2 { text-align: center; font-size: 27px; }

.eventsection {
    padding: 53px 0 125px;
    position: relative;
}
/* hover txt effect start*/
.swiper-slide.swiper-slide-visible.swiper-slide-prev {
    position: relative;
}

.swiper-slide .content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s;
    border-radius: 15px;
    overflow: hidden;
}
.swiper-slide .content>p{
    color:#ffffff;
    padding: 10px;
    text-align: center;
}

.swiper-slide .content:hover {
    opacity: 1;
}
/* hover effect end */
.eventsection::before{
    content:'';
    position:absolute;
    width:787.64px;
    height:787.64px;
    background-image:url('../images/event-leftgr.png');
    background-size:321px;
    background-repeat:no-repeat;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
.eventsection::after{
    content:'';
    position:absolute;
    width:391px;
    height:391px;
    background-image:url('../images/event-rigthgr.png');
    background-repeat:no-repeat;
    right:100px;
    top:10%;
    opacity:0.6;
}
/* .eventsSlider {
    width:700px;
    margin-top: 53px;
}
.eventsSlider .swiper-slide img {
    width: 274px;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius:16px;
} */
.testimonialsection {
    padding: 75px 0 50px;
}
.testimonialwrap .testimonialrows .slick-list {
    padding-bottom: 40px;
}
.testimonialwrap {
    box-shadow: 4px 4px 16px 0px #0000001A;
    background: #D9D9D9;
    border-radius: 37px;
    padding: 43px 66px 38px;
    text-align: center;
}
.testimonialwrap > h2 {
    /* font-family: 'Josefin Sans Bold'; */
    font-weight:600;
    padding-bottom: 30px;
    position: relative;
    display:inline-block;
}

.testimonialwrap > h2::before {
    content: '';
    position: absolute;
    width:calc(100% - 64px);
    height:12px;
    background-image: url('../images/testimonials-border.svg');
    background-size:100%;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    background-repeat: no-repeat;
}
.testimonialrows {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 60px;
}
.testimonialcontent {
    background: #404049;
    padding: 77px 15px 10px;
    border-radius: 32px;
    position: relative;
    z-index:2;
}
.testimonialcontent::after{
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    background: transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color:#404049;
    bottom: -22px;
    transform: rotate(45deg);
    z-index: -1;
}
.testimonialcontent p {
    font-size: 10px;
    line-height: 1.4;
    color: #FFFFFF;
    font-family: 'Kumbh Sans';
    font-weight: 600;
}
.testimonialcontent h3 {
    /* font-family: 'Josefin Sans Bold'; */
    font-weight:600;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 10px 0 8px;
}
.starratingwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.testimonialthumb {
    border: 4px solid #FFFFFF;
    max-width: 141px;
    border-radius: 50%;
    margin: 0 auto -70px;
    position: relative;
    z-index: 3;
    box-shadow: 2px 2px 12px 0px #00000033;
}
.starratingwrap img { display: block; }

.bgtransformsection {
    padding: 238px 0;
    background-image:url('../images/bgtransformbanner.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}
.bgtransformsection::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background: #0000008A;
    top:0;
    left:0;
    right:0;
}
.bgtransformwrap{
    position: relative;
    max-width:701px;
    margin:0 auto;
    text-align: center;
}
.bgtransformwrap p{
    padding:38px 0 47px;
    color:#ffffff;
    max-width: 518px;
    margin: 0 auto;
}
.bgtransformwrap h2 {
    font-size: 50px;
    line-height: 1.25;
    color: #ffffff;
}
.bgtransformwrap .primarybttn {
    background: #4A3AFF;
    font-weight:700;
}
.verticlessection {
    background: #363032;
    padding: 130px 0 210px;
}
.counterrows {
    display: flex;
    flex-wrap: wrap;
    background: #ECDAC4;
    max-width: 878px;
    margin: 0 auto;
    border-radius: 80px;
    justify-content: center;
    gap: 88px;
    padding:40px 50px;
}
.countercols {
    max-width: 170px;
    text-align: center;
    width: 100%;
}
.countercols h3 {
    padding: 5px 0;
    font-size: 32px;
    line-height: 1;
}
.countercols p {
    font-size: 16px;
    line-height: 1;
}
.countercols img {
    margin: 0 auto;
    display: block;
}
.countercols h3 {
    padding: 5px 0;
    font-size: 25px;
    line-height: 1;
}
.countercols p { font-size: 16px; line-height: 1; }
.countercols img { margin: 0 auto; display: block; }
.brandsrows {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.brandscols {
    max-width: 224.33px;
    height: 224.33px;
    box-shadow: 2px 2px 16px 0px #00000026;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin:10px auto;
}
h2.borderbottom {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    /* font-family: 'Josefin Sans Bold'; */
    font-weight:600;
    padding-bottom: 38px;
    position: relative;
}
h2.borderbottom::after{
    content:'';
    position:absolute;
    width:100%;
    height:18px;
    background-image:url('../images/h2title.svg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    max-width:108px;
}
.verticleswrap h2.borderbottom { color: #ffffff; }
.verticlesrows {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    gap: 76px 88px;
    margin-top: 54px;
}
.verticlescols {
    max-width: 186px;
    text-align: center;
}
.verticlescols img {
    aspect-ratio: 186/246;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    display: block;
}
.verticlescols h3 {
    /* font-family: 'Josefin Slab Bold'; */
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 85px;
    margin: 16px auto 0;
}
.brandssection { margin-top: -120px;position: relative;}
.countersection { margin-bottom: -60px; position: relative; }
.eventwrap h2.borderbottom::after{
    background-image:url('../images/h2titleblack.svg');
}


.bannersection{
    /* background-image:url('../images/landingbannerbg.png');
    background-size: cover;
    background-repeat:no-repeat;
    background-position:top left; 
    padding: 175px 0 160px;*/
    padding: 0 0 50px;
    position: relative;
    overflow: hidden;
}
.bottomcurve{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}
.bannercontainer {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}
.bannersliderwrap .swiper-slide > .bgHeroImage {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bannerwrap h1 {
    text-align: center;
    border: 1px solid #1B1B1B;
    padding: 20px 40px;
    border-radius: 17px;
    max-width:1068px;
    margin:0 auto;
}
.bannerwrap p {
    text-align: center;
    color: #1B1B1B;
    font-size: 22px;
    line-height: 1.4;
    max-width: 910px;
    margin: 40px auto 0;
    word-wrap: break-word;
    /* font-family: 'Josefin Slab Semibold'; */
}
.bannerslidercard { max-width: 194px; text-align: center;margin:0 auto;}
.bannerslidercard img { border-radius: 33px; margin: 0 auto; }
.bannerslidercard h3 { font-size: 22px; line-height: 1.2; margin-top: 12px;color:#ffffff;}
.bannercontainer .bannerslidercardwrap { position: static; }
.bannercontainer .bannerslidercardwrap .slick-track{padding-bottom: 110px;}
.bannerslidercardwrap .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 18px;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    bottom:32px;
}
.bannerslidercardwrap .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    box-shadow: 0px 0 0px 1px #1b1b1b, 0px 0 0px 3px #CACACA;
}
.bannerslidercardwrap .slick-dots button {
    font-size: 0;
    line-height: 0;
    width: 4px;
    height: 4px;
    background: #CACACA;
    border-radius: 50%;
    display: block;
}
.bannerslidercardwrap .slick-dots li {
    line-height: 0;
    display: block;
}
.bannercontainer{margin:0 auto;margin-top:20px;}
.bannerslidercardwrap .slick-slide { text-align: center; }
.bannersliderwrap .swiper-slide { position: relative;padding: 175px 0 0;}
.bannersliderwrap button.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; }
.bannersliderwrap button.slide-arrow.prev-arrow { left: 35px; }
.bannersliderwrap button.slide-arrow.next-arrow { right: 35px; }
.bannerslidercardwrap .slick-slide{transition:0.3s all ease;}
.bannerslidercardwrap .slick-slide.slick-active.active-0 {
    transform:translateY(59px) rotate(-14.05deg);
}
.bannerslidercardwrap .slick-slide.slick-active.active-1{
    transform:translateY(10px) rotate(-8.64deg);
}
/* .bannerslidercardwrap .slick-slide.slick-active.active-2{

} */
.bannerslidercardwrap .slick-slide.slick-active.active-3{
    transform:translateY(10px) rotate(8.64deg);
}
.bannerslidercardwrap .slick-slide.slick-active.active-4{
    transform:translateY(59px) rotate(14.05deg);
}

/* .eventsSlider .swiper-slide {max-width: 274px;} */
.countercols h3 span { color: #0f0d1d; }


.testimonialcols{padding: 0 15px;}



/*-- Banner Slider --*/
.bannerslidercardwrap .swiper-pagination {
    bottom: -70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bannerslidercardwrap .swiper-pagination .swiper-pagination-bullet {
    background-color: #CACACA;
    width: 4px;
    height: 4px;
    margin: 0 8px;
}

.bannerslidercardwrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0px 2px #E3E3E3,0 0 0px 2px #E3E3E3;
    border: 0.5px solid #242424;
}
.bannersliderwrap .swiper-button-prev,.bannersliderwrap .swiper-button-next {
    color: #454444;
    font-weight: bold;
    top: 40%;
}

/*-- New Section --*/
.commitmentsection{padding-top: 60px;position: relative;}
.commitmentsection::before{
    content:'';
    position:absolute;
    top:40px;
    left:0;
    width:312px;
    height:312px;
    background-color:#4A3AFF;
    border-radius:50%;
    z-index:-1;
    filter: blur(130px);
    opacity:0.4;
}
.commitmentsection::after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:312px;
    height:312px;
    background-color:#4A3AFF;
    border-radius:50%;
    z-index:-1;
    filter: blur(130px);
    opacity:0.2;
}
.commitmentBoxwrap{
    background: #F4F4F4;
    border-radius:21px;
    padding: 53px 48px;
}
.commitmentBoxwrap .titlewrap h2{margin-bottom: 20px;}
.commitmentwrap{margin-top: 55px;}
.commitmentCols {
    box-shadow: 0px 0px 16px 0px #00000026;
    border-radius: 14px;
    background: #FFFFFF;
    overflow: hidden;
    padding: 35px 20px;
    width:calc(33.33% - 17px);
}
.commitmentRows {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.commitmentBoxwrap > p{
    font-size:16px;
    line-height:1.4;
    text-align: center;
    padding-top: 47px;
    max-width:1050px;
    margin:0 auto;
}
.commitmentCols > h3{
    font-size:20px;
    line-height:1.4;
    color:#000000;
    margin:10px 0 20px;
}
.commitmentCols > p{
    font-size:16px;
    line-height:1.4;
    color:#363636;
}
.testimonialNewwrap h2 {
    font-weight: 600;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}
.testimonialNewwrap h2::before{
    content: '';
    position: absolute;
    width: 506px;
    height: 12px;
    background-image: url(../images/testimonials-border.svg);
    background-size: 100%;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0 auto;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
.testimonialNewsection {
    text-align: center;
    padding:100px 0;
    position: relative;
    overflow: hidden;
}
.testimonialNewsection::before{
    content:'';
    position:absolute;
    width:1324px;
    height:1324px;
    top:77px;
    right:-795px;
    background:rgba(194, 242, 167, 0.6);
    border-radius:50%;
    filter:blur(150px);
    z-index:-1;
}
.testimonialNewsection::after{
    content:'';
    position:absolute;
    width:1324px;
    height:1324px;
    top:512px;
    right:0;
    left:0;
    margin:0 auto;
    background:rgba(38, 238, 159, 0.4);
    border-radius:50%;
    filter:blur(150px);
    z-index:-1;
}
.testimonialNewCols{
    background-image:url('../images/testimonialsbg.webp');
    background-repeat:no-repeat;
    background-size: contain;
    margin:0 6px;
    padding:96px 94px 96px 64px;
    min-height:275px;
}
.testimonialNewCols p{
    font-size:10px;
    line-height:1.2;
    color:#FFFFFF;
}
.testimonialNewCols h3{
    margin-top: 20px;
    color:#FFFFFF;
    font-size:18px;
    line-height:1.4;
}
.testimonialNewRows{margin-top: 50px;}
.commitmentBoxwrap .titlewrap p{font-size:16px;}
/*-- New Section --*/
.attchwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    border: 3px dashed #E3E3E3;
    padding: 21px 30px;
    border-radius: 12px;
    margin-top: 8px;
    cursor: pointer;
}
.attchwrap .attchRight span.lg {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #000000;
}

.attchwrap .attchRight span.sm {
    margin-top: 4px;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #7F7F7F;
}

.careerJobformColsUploadcols label {
    position: relative;
}

.careerJobformColsUploadcols label input {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
}



/*Animation Overrdides*/
.animate:not(.animate__animated) { opacity: 0; }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0,20%,0); transform: translate3d(0,20%,0); }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translate3d(0,20%,0); transform: translate3d(0,20%,0); }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0,-20%,0); transform: translate3d(0,-20%,0); }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translate3d(0,-20%,0); transform: translate3d(0,-20%,0); }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}
@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(20%,0,0); transform: translate3d(20%,0,0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translate3d(20%,0,0); transform: translate3d(20%,0,0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
} 
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-20%,0,0); transform: translate3d(-20%,0,0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
} 
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translate3d(-20%,0,0); transform: translate3d(-20%,0,0) }
    to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) }
} 

/*Menu Dropdown*/
@media screen and (min-width:1200px) {

    .site-navmenu > .has-submenu::before {
        content: "";
        position: absolute;
        top: 95%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .sub-menu {
        display: block;
        position: absolute;
        left: -80px;
        top: calc(100% + 30px);
        min-width: 260px;
        max-height: calc(100vh - 120px);
        padding: 10px 0;
        margin: 0;
        background: white;
        border-radius: 5px; 
        box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 99;
        text-align: center;
    }

    .site-header .has-submenu:hover > .sub-menu { opacity: 1; top: calc(100% + 20px); visibility: visible; }

    .site-header .sub-menu .sub-menu { top: 0; left: 100%; transform: translate(20px, 0px); }

    .site-header .sub-menu .has-submenu:hover > .sub-menu { top: 0; left: 100%; transform: translate(2px, 0px); }

    .site-navmenu .sub-menu a { display: block; padding: 6px 15px; white-space: nowrap; }
    
    .has-submenu .icon-angle-down { display: none; }

    .has-submenu > a::after {
        display: inline-block;
        font-family: 'icomoon';
        content: "\e90d";
        font-size: 7px;
        padding-left: 8px;
        margin-top: -1px;
        vertical-align: middle;
    }

    .site-navmenu .sub-menu .has-submenu > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-navmenu .sub-menu .has-submenu > a::after {
        padding: 0;
        margin-left: 10px;
        transform: rotate(-90deg);
    }
}

@media screen and (min-width:1440px) {
    .container,.bannercontainer{max-width:1304px;}
}

@media screen and (max-width:1500px) {

    .herobannerwrap { padding: 250px 0 150px; }
    .herobannerwrap > h1 { margin-bottom: 60px; }
    .primary-bttn { padding: 18px 36px; }
    .chatbot { bottom: 60px; }
    .whatsapp { bottom: 170px; right: 46px; }
    .chatbot img { width: 100px; }
    .whatsapp img { width: 80px; }
    .oddevenbordersection .titlewrap h2 {font-size: 46px;}
    .oddevenborderRight h3 { font-size: 42px; }
    .triocntContent h3 { font-size: 38px; }
    .oddevenCircleborder .oddevenborderRight h3 { font-size: 50px; }
    .oddevenCircleborder .oddevenborderRight p { font-size: 20px; }
    .ctacntSection { padding: 120px 0; margin-top: 40px; }
    .cardContBoxContent h3 { font-size: 26px; }

    h2, .h2,h1, .h1 { font-size: 32px; }
    .bannerslidercard h3 { font-size: 20px; }
    .bannerslidercard img { border-radius: 20px; }
    .bannersliderwrap button.slide-arrow img { width: 26px; }
    .countercols h3 { font-size: 30px; }
    h2.borderbottom { font-size: 36px; padding-bottom: 30px; }
    .bgtransformwrap h2 { font-size: 40px; }
    .bgtransformsection { padding: 140px 0; }
    .primarybttn { padding: 20px 28px; min-width: 200px; }

    /*Menu Dropdown*/
    .headerlogowrap nav > ul { gap:30px; }

}


@media screen and (max-width:1460px) {
    .container{max-width:1140px;}
    
    .triocntThumb img {max-width: 280px;width: 100%;}
    .triocntWrap { max-width: 1000px; }
    .triocntRows { gap: 120px 160px; }
    .footerLogowrap { margin-left: 30px; padding-left: 30px; max-width: 280px; }
    .headerlogowrap ul { gap: 50px; }
    .headerlogowrap > nav > ul > li:last-child{margin-left: 20px;}

    .bannerwrap p {margin-top: 20px;}
    .bannerslidercard h3 { font-size: 18px; }
    .bannerslidercard img { border-radius: 18px; }
    .aboutLeft > p { padding: 30px 0; }
    .verticlesrows { grid-template-columns: repeat(4, 1fr); }
    .counterrows { padding: 15px 50px; max-width: 720px; gap: 20px; }
    .brandscols { max-width: 180px; height: 180px; }
    .brandssection { margin-top: -90px; }
    /* .brandsrows { max-width: 900px; } */
    .countersection{padding-top: 40px;}

    .bannersection{padding-bottom: 70px;}

    /*-- New Section --*/
    .testimonialNewCols { padding:78px 74px 78px 64px;min-height: 258px;}
    /*-- New Section --*/
}

@media screen and (max-width:1399px) {
    .bannerslidercardwrap .slick-slide.slick-active.active-0 {
        transform:translateY(59px) rotate(-14.05deg);
    }
    .bannerslidercardwrap .slick-slide.slick-active.active-1{
        transform:none;
    }
    .bannerslidercardwrap .slick-slide.slick-active.active-2{
        transform:translateY(59px) rotate(14.05deg);
    }
    /* .bannerslidercardwrap .slick-slide.slick-active.active-3{
        transform:translateY(10px) rotate(8.64deg);
    }
    .bannerslidercardwrap .slick-slide.slick-active.active-4{
        transform:translateY(59px) rotate(14.05deg);
    } */
    .bannercontainer { max-width: 800px; }
}


@media screen and (max-width:1199px) {
    .container{max-width:960px;}
    h2, .h2,h1, .h1 { font-size: 30px; }
    .herobannerwrap > h1 { margin-bottom: 50px; }
    .primary-bttn { padding: 14px 32px; }
    .herobannersliderwrap .swiper-pagination .swiper-pagination-bullet { margin: 0 8px; width: 12px; height: 12px; }
    .herobannersliderwrap .swiper-pagination { bottom: 30px; }
    .aboutLeft { max-width: 50%; }
    .aboutRight { max-width: calc(50% - 30px); }
    .oddevenbordersection .titlewrap h2 { font-size: 40px; margin-bottom: 12px; }
    .oddevenborderLeft { max-width: 400px; }
    .oddevenborderRight h3 { font-size: 38px; }
    .oddevenborderLeft::before { top: -20px; right: -20px; }
    .triocntThumb img { max-width: 250px; }
    .triocntRows { gap: 90px 130px; }
    .oddevenCircleborder .oddevenborderLeft { max-width: 470px; }
    .oddevenCircleborder .oddevenborderRight { max-width: calc(100% - 480px); }
    .oddevenCircleborder .oddevenborderRows { padding: 70px 0; }
    .oddevenCircleborder .oddevenborderLeft::before { height: 100%; left: -250px; }
    .oddevenCircleborder .oddevenborderRows:nth-child(even) .oddevenborderLeft::before { right: -250px; }
    .oddevenCircleborder .oddevenborderRight h3 { font-size: 40px; margin-bottom: 10px; }
    .ctacntSection { padding: 80px 0; position: relative; }
    .ctacntSection::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0,0.4); }
    .ctacntWrap { position: relative; }
    .fourCarcontRows { gap: 50px 50px;margin-top: 50px;}
    .fourCarcontCols .thumb img { width: 200px; }
    .oddevenborderwrap.roundElement .oddevenborderLeft { max-width: 460px; }
    .oddevenborderwrap.roundElement .oddevenborderRight { max-width: calc(100% - 500px); }
    .oddevenborderwrap.roundElement .oddevenborderRight p { font-size: 22px; }

    .cardContRows { gap: 40px 20px; }
    .cardContBoxwrap { border-radius: 10px; }
    .cardContBoxThumb img { border-radius: 12px; }
    .cardContBoxContent { padding: 10px 26px 16px; }
    .cardContBoxContent h3 { font-size: 22px; }
    .footerLogowrap { max-width: 220px; }
    .footerContact { max-width: 240px; }
    .footerwrapper { padding: 40px 40px 30px; }
    .footerlogo img { width: 150px; }
    .footerLogowrap p { margin-top: 20px; }
    .faqscntSection .faqscntwrap .accordion-header .accordion-button,.faqscntSection .faqscntwrap .accordion-header .accordion-button::before { font-size: 22px; }
    .faqscntSection .faqscntwrap .accordion-header .accordion-button::after { width: 60px; height: 60px; }
    .faqscntSection .faqscntwrap .accordion-header .accordion-button { padding: 17px 40px; }
    .faqscntSection .faqscntwrap .accordion-collapse .accordion-body p { font-size: 18px; }
    .oddevenborderwrap.roundElement .oddevenborderLeft::before { width: 400px; height: 400px; }
    .header-wrap { padding: 13px 20px; }


    .headerlogowrap .mobiletoggle {
        position: relative;
        background-color: transparent;
        padding: 0;
        border: 0;
        width: 34px;
        height: 26px;
        display: block;
        margin-left: auto;
    }
    
    .headerlogowrap { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
    .headerlogowrap .mobiletoggle span { position: absolute; background-color:#a3d123; width: 100%; height: 4px; border-radius: 50px; -webkit-transition: 0.3s all ease-in-out; -o-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; left: 0; top: 0; }
    .headerlogowrap .mobiletoggle span:nth-child(2) { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
    .headerlogowrap .mobiletoggle span:nth-child(3) { bottom: 0; top: auto; }

    .toggleMenubody .headerlogowrap .mobiletoggle span:first-child { -webkit-transform: rotate(45deg) translate(8px, 7px); -ms-transform: rotate(45deg) translate(8px, 7px); transform: rotate(45deg) translate(8px, 7px); }
    .toggleMenubody .headerlogowrap .mobiletoggle span:nth-child(2) { opacity: 0; visibility: hidden; }
    .toggleMenubody .headerlogowrap .mobiletoggle span:nth-child(3) { -webkit-transform: rotate(-45deg) translate(8px, -8px); -ms-transform: rotate(-45deg) translate(8px, -8px); transform: rotate(-45deg) translate(8px, -8px); }
    /* .headerlogowrap > nav > ul > li > a,.headerlogowrap > nav > ul > li:last-child a{padding: 6px 20px;} */

    .headerlogowrap > nav > ul {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: #ffffff;
        top: 100%;
        border-radius: 8px;
        gap: 0px;
        max-height: calc(100vh - 100px);
        overflow: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-transform:translateY(20px);
            -ms-transform:translateY(20px);
                transform:translateY(20px);
        opacity:0;
        visibility: hidden;
        -webkit-transition:0.3s all ease-in-out;
        -o-transition:0.3s all ease-in-out;
        transition:0.3s all ease-in-out;
        z-index:99;
        -webkit-box-shadow: 2px 2px 16px 0px #00000026;
                box-shadow: 2px 2px 16px 0px #00000026;
    }
    .toggleMenubody .headerlogowrap > nav > ul {
        -webkit-transform:translateY(0px);
            -ms-transform:translateY(0px);
                transform:translateY(0px);
        opacity:1;
        visibility:visible;
    }
    .header-wrap { position: relative; }
    .headerlogowrap > nav > ul > li:first-child { margin: 0; }
    .headerlogowrap > nav > ul > li { width: 100%; }
    .headerlogowrap > nav > ul > li:last-child { margin-left: 0; }
    /* .headerlogowrap > nav > ul > li > a { width: 100%; padding: 6px 20px; } */
    .headerlogowrap > nav > ul > li { border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .headerlogowrap > nav > ul > li:last-child a { border-radius: 0; }

    .testimonialwrap { border-radius: 30px; padding: 40px 30px 20px; }
    .testimonialrows { gap: 20px; margin-top: 30px; }
    .testimonialthumb { max-width: 120px; margin: 0 auto -60px; border-width: 2px; }

    /* .eventsSlider .swiper-slide img { height: 380px; }
    .eventsSlider .swiper-slide { max-width: 220px; } */


    .bannerwrap h1 { max-width: 860px; }
    .bannerwrap p { font-size: 20px; }
    .bannercontainer { margin-top: 0; }
    .bannersliderwrap button.slide-arrow img { width: 22px; }
    .bannersection { padding: 0 0 20px; }
    .bannersliderwrap .swiper-slide{padding-top: 145px;}

    /*Menu Dropdown*/
    .site-navmenu .sub-menu {
        display: none;
        top: auto;
        width: 100%;
        background-color: #FBFBFB;
    }
    
    .site-navmenu .sub-menu .sub-menu {
        background-color: #F7F7F7;
    }

    .site-navmenu li {
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .site-navmenu > li,
    .site-navmenu .sub-menu > li {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .site-navmenu > li > a,
    .site-navmenu .sub-menu > li > a {
        flex: 1 0 auto;
        padding: 12px 15px;
    }

    
    .site-navmenu .sub-menu > li:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .site-navmenu .sub-menu > li > a {
        max-width: 100%;
        padding-left: 20px;
    }

    .site-navmenu .sub-menu .sub-menu > li > a {
        padding-left: 35px;
    }

    .site-navmenu .icon-angle-down { font-size: 20px; line-height: 47px; width: 46px; height: 100%; text-align: center; background-color: #f5f5f5; color: #595959; }
    
    .site-navmenu .icon-angle-down::before { display: inline-block; transform: rotate(0deg); vertical-align: middle; transition: 0.3s ease-in-out; }

    .site-navmenu .icon-angle-down.open { background-color: #f7f7f7; }
    
    .site-navmenu .icon-angle-down.open::before { transform: rotate(180deg); }

    .site-navmenu > li.has-submenu > a, .sub-menu >li.has-submenu > a { flex: 1 0 calc(100% - 46px); max-width: calc(100% - 46px); }

    .bannerslidercardwrap .swiper-pagination{bottom:0;}

     /*-- New Section --*/
     .testimonialNewCols {background-position: center;padding: 90px 110px 90px 100px;min-height:210px;}
     .testimonialNewCols p,.testimonialNewCols h3 {
         max-width: 300px;
         margin-left: auto;
         margin-right: auto;
     }
     .testimonialNewCols h3 { font-size: 16px; }
 
     /*-- New Section --*/

}

@media screen and (max-width:991px) {
    .container{max-width:720px;}

    .primary-bttn { font-size: 16px; padding: 12px 30px; }
    .whatsapp img { width: 60px; }
    .chatbot img { width: 80px; }
    .chatbot { bottom: 70px; right: 10px; }
    .whatsapp { right: 23px; bottom: 98px; }
    .aboutLeft,.aboutRight { max-width: 100%; }
    .aboutLeft { text-align: center; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
    .aboutRight { margin: 0 auto; max-width: 420px; }
   

    .footerCols { width: 50%; }
    .footerCols.footerContact { max-width: 50%; }
    .footerLogowrap { max-width: 270px; margin-left: 0; }
    .footerRows { gap: 40px 0; }
    .followuswrap ul { gap: 40px; }
    .followuswrap ul a i { font-size: 20px; }
    .footersection { background-size: 300% auto; }
   
    
    .bannersection { padding: 0 0 20px; }

    .verticlesrows { grid-template-columns: repeat(3, 1fr); gap: 40px 30px; }
    .verticlescols { margin: 0 auto; }
    .brandscols { max-width: 160px; height: 160px; padding: 20px; }
    .eventsection::before { width: 300px; height: 300px; object-fit: cover; object-position: center; }
    .eventsection::after { width: 200px; height: 200px; top: 0; right: 20px; object-fit: cover; object-position: center; }
    .bgtransformsection { padding: 100px 0; }
    .bgtransformwrap h2 { font-size: 36px; }
    .bgtransformwrap p { padding: 18px 0 27px; }
    .primarybttn { padding: 16px 24px; min-width: 190px; font-size: 16px; }
    h2, .h2, h1, .h1 { font-size: 26px; }
    .testimonialwrap > h2 { padding-bottom: 20px; }
    .testimonialcontent h3 { font-size: 16px; }
    .testimonialcontent { border-radius: 20px; }
    .testimonialcontent::after { width: 36px; height: 36px; bottom: -10px; }
    .testimonialthumb { max-width: 100px; }
    .aboutwrap { gap: 50px; }
    /* .eventsSlider { max-width: 100%; } */
    .bannercontainer { padding-bottom: 0; }
    .bottomcurve { min-height: 250px; object-fit: cover; }

    /*-- New Section --*/
    .testimonialNewCols p, .testimonialNewCols h3 { max-width: 240px; }
    .testimonialNewCols { padding:70px 40px 60px 40px; }
    .testimonialNewCols h3 { margin-top: 10px; }
    .testimonialNewRows{margin-top:30px;}
    .testimonialNewwrap h2::before {width: 365px;}
    .testimonialNewsection{padding:60px 0;}
    .commitmentCols{width:calc(50% - 17px);}
    /*-- New Section --*/
}   

@media screen and (max-width:767px) {
    .container{max-width:540px;}

    
    .footerLogowrap { max-width: 200px; }
    .footerRows { gap: 30px 0; }
    .followuswrap ul { gap: 20px 40px; }


    h2, .h2, h1, .h1 { font-size: 24px; }
    h2.borderbottom { font-size: 32px; }
    .bannerwrap p { font-size: 18px; }
    .countercols { max-width: max-content; }
    .counterrows { gap: 60px; max-width: 440px; }
    .countercols h3 { font-size: 26px; }
    .verticlessection { padding: 100px 0 60px; }
    .brandssection { margin-top: 0; padding: 50px 0; }
    .brandsrows { gap: 40px; }
    .brandswrap { max-width: 360px; margin: 0 auto; }
    .testimonialrows { grid-template-columns: repeat(1, 1fr); gap: 40px; }
    .bgtransformwrap h2 { font-size: 32px; }
    .bgtransformsection { padding: 50px 0; }

    .eventsection::before,.eventsection::after{display:none;}
    .bannerslidercardwrap .slick-slide.slick-active.active-0 { transform:none; }
    .bannercontainer .bannerslidercardwrap .slick-track { padding-bottom: 40px; }
    /* .bannercontainer{margin-top:30px;} */
    .bannerwrap { max-width: calc(100% - 60px); margin: 0 auto; }

    .brandswrap{max-width:100%;}
    .bannersliderwrap .swiper-slide{padding-top: 115px;}
    .bannersliderwrap .swiper-slide > .bgHeroImage { height: 100%; object-fit: cover;z-index:0;min-height: 590px;}

    /*-- New Section --*/
    .commitmentCols{width:100%;}
    .commitmentBoxwrap{padding:40px 20px;}
    /*-- New Section --*/
}

@media screen and (max-width:575px) {
    .container{max-width:100%;}

    .footersection {padding-top: 50px;}
    .footerCols, .footerCols.footerContact,.footerLogowrap { width: 100%; max-width: 100%; }
    .footerLogowrap { padding: 0; border: 0; }
    .footerCols h3 { margin-bottom: 16px; }
    .footerCols ul li + li { margin-top: 10px; }
    .followuswrap { margin-top: 30px; }
    .footerRows { gap: 40px 0; }
    .site-header { top: 15px; }
    .bottomcurve { height: 230px; object-fit: cover; }
    .bannerwrap{max-width:100%;}
    .bannersliderwrap button.slide-arrow{display:none !important;}

    .bannerslidercard > a > img { width: 160px; }
 

}

@media screen and (max-width:420px) {

    .footerwrapper { padding: 20px 20px 20px; }
    .followuswrap ul { gap: 20px 30px; }
    .footersection .copyright { text-align: center; padding: 20px 20px 20px; }
    .header-wrap { padding: 13px 20px; }
    .headerlogowrap img { width: 110px; }

    h2, .h2, h1, .h1 {
        font-size: 24px;
    }
    
    .bannerwrap p {
        font-size: 18px;
    }
    
    .countercols {
        min-width: 50%;
    }
    
    .counterrows {
        gap: 30px 0;
        max-width: 440px;
        border-radius: 20px;
        padding: 25px 30px;
    }
    
    .countercols h3 {
        font-size: 26px;
    }
    
    .verticlessection {
        padding: 50px 0 60px;
    }
    
    h2.borderbottom {
        font-size: 30px;
        padding-bottom: 22px;
    }
    
    .brandssection {
        margin-top: 0;
        padding: 50px 0;
    }
    
    .brandsrows {
        gap: 20px 20px;
    }
    
    .brandswrap {
        max-width: 360px;
        margin: 0 auto;
    }
    
    .testimonialrows {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    
    .bgtransformwrap h2 {
        font-size: 32px;
    }
    
    .countersection {
        margin-bottom: 40px;
    }
    
    .verticlesrows {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brandscols {
        max-width: 138px;
        height: 138px;
    }

    /*Menu Dropdown*/
    .site-navmenu .sub-menu .sub-menu > li > a { padding-left: 28px; }

    .bannersliderwrap .swiper-slide > .bgHeroImage { min-height: 710px; }


        /*-- New Section --*/
        .testimonialNewCols { padding: 60px 0px;background-size:105%;}
        .testimonialNewCols h3{margin-top: 6px;font-size:14px;}
        .testimonialNewCols p, .testimonialNewCols h3{max-width:220px;}
        .testimonialNewRows{margin-top:20px;}
        .testimonialNewwrap h2::before {width:240px;}
        .testimonialNewsection{padding:40px 0;}
        /*-- New Section --*/
    
}



.eventsSlider .slick-slide {
    margin: 60px 10px; /* Adjust this value for desired spacing */
}

/* Style for the previous arrow */
.slick-prev {
    position: absolute;
    top: 50%;
    left: -40px; /* Adjust as needed */
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    font-size: 20px; /* Adjust size of the arrow */
}

/* Style for the next arrow */
.slick-next {
    position: absolute;
    top: 50%;
    right: -40px; /* Adjust as needed */
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    font-size: 20px; /* Adjust size of the arrow */
}

/* Optional hover effect */
.slick-prev:hover, .slick-next:hover {
    background-color: #555; /* Change background on hover */
}


@media screen and (min-width:1200px) {
    .bannercontainer{max-width:700px;}
}

@media screen and (min-width:1440px) {
    .bottomcurve{bottom: -100px;}
    .bannercontainer { max-width: 1100px; }
}


.footerwrapper br {
    display: block;
}