@import url('font-icons.css');
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;

}
body{
    color: #010101;
    font-size: 16px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    counter-reset: geek-counter; 
}




/* Helper Css 01.09.2020*/
:focus {
outline: 0;
}
:hover{
    outline: 0;
}
a{
    text-decoration: none;
}

a:hover{
text-decoration: none;
}

a, button{
    outline: none;
    box-shadow: none;
}

a, button:hover {
    outline: none;
    box-shadow: none;
}

a, button:focus {
    outline: none;
    box-shadow: none;
}


section {
    position: relative;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*.container {
    position: relative;
    padding: 0px 15px; 
}*/

.container-fluid{
      padding: 0px 45px;
}

.form-control::-webkit-input-placeholder { color: #fff;}
.form-control::-moz-placeholder{color: #fff;}
.form-control:-ms-input-placeholder{ color: #fff;}
.form-control:-moz-placeholder{color: #fff;}

.slick-slide{
    height: auto;
}
/* Helper Css the end 01.09.2020*/


/* Header 04.07.2024*/

header {
    position: fixed;
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    z-index: 999;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
/*    padding: 30px 0px;*/
}

.header-content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.navbar-main {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: auto;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.navbar-nav>li {
padding: 25px 0px;
   display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav>li a {
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    padding: 15px 15px;
        gap: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
}

/*.navbar-nav>li a.active{
    background: #B80F5D;
    padding: 10px 20px;
    color: #fff;
}*/
.header-login a {
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #7D2EED;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius:18px;
    padding: 15px 15px;
}



.mobile-menu-div {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

header.fixed {
    background: #411085;
}



.triangle.down {
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    margin-top: -5px;
    margin-left: 0px;
}



.sub-menu {
    position: absolute;
    background-color: rgb(255 245 244 / 81%);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s all ease;
    top: 100%;
    /*z-index: 1000000;*/
    z-index: 99;
 /*   left: 0rem;*/
    transform: translate(0, -10%);
    width: 20%;
    overflow: hidden;
    box-shadow: 0.1875rem 0.15rem 0.375rem rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.sub-menu {
    background-color: #fff;
}


.sub-menu .open-menu {
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    width: 100%;
}

.sub-menu .open-menu li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 20px;
}

.sub-menu .open-menu li a {
    display: flex;
    align-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: normal;
    align-items: flex-start;
    justify-content: flex-start;
}


/*.navbar-nav li.nav-item.active .sub-menu{
    pointer-events:  all;
    opacity: 1;
    transform: translate(0, 0);
}*/

.navbar-nav li.nav-item.active .sub-menu {
    opacity: 1;
        transform: translate(0, 0);
          pointer-events:  all;
}


.navbar-togglerNew {width:32px; height:32px; line-height: 0; z-index:999; color: #fff;  background-color: transparent; padding:0px 0px; margin:0rem 0rem 0rem auto; display:none; border:0;}
.navbar-toggler-icon { width:32px; height:3px; display: inline-block; background-color:#fff; margin:3px auto; border-radius: 10px; }
.navbar-toggler-icon.secondIcon{
    width: 25px;
    display: block;
    float: right;
}

.menu-close {
    display: none;
}


/* Header The End 04.07.2024*/

/* Hero Slider*/

.heroSlider {
    padding-top: 180px;
    position: relative;
}

.clip-path{
    padding: 2rem 5rem 5.8rem;
    z-index: -1;
    background: rgb(65,16,133);
    background: linear-gradient(180deg, rgba(65,16,133,1) 0%, rgba(125,46,237,1) 100%);
    -webkit-clip-path: ellipse(60% 84.78% at 50% 0%);
    clip-path: ellipse(60% 84.78% at 50% 0%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

  

.banner-content{
    margin: 0px auto;
    display: table;
}

.banner-content span{
    font-size: 17px;
    font-weight: 500;
    color: #EE902F;
}

.banner-content h1{
    font-size: 45px;
    font-weight: 900;
    color: #FFFFFF;
}


.banner-content p{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.bannerslider {
    width: 50vw;
    background: #EE902F;
    margin: 50px auto 0px;
    border-radius: 35px;
    padding: 50px;
}

.sliderItem{
    display: flex;
}

.slick-slide{
    padding: 10px;
}

.sliderItem .leftPanel{
    flex: 0 0 70%;
    width: 70%;
}

.sliderItem .leftPane2{
    flex: 0 0 30%;
    width: 30%;
}

.sliderItem .title{
    font-size: 37px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.sliderItem p{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.slick-prev, .slick-next {
     width: 2.55rem;
    height: 2.55rem;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #e89945;
    transform: inherit;
    z-index: 9;
}

.slick-prev:before, .slick-next:before {
     border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg) translate(-50%, -50%);
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    transform-origin: 2px 1px;
    top: 50%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #fff;
}


.slick-prev:before {
    transform: rotate(316deg);
    left: initial;
    right: 50%;
    transform-origin: 0px 0px;
}


.slick-dots {
  /*  bottom: 40px;*/
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}

.slick-dots li button:before {
    border-radius: 100%;
    border: 2px solid #000;
    font-size: 0;
    opacity: 1;
    position: inherit;
    display: inline-block;
    margin: 0 2px;
    transition: all ease .4s;
    height: 10px;
    width: 10px;
}


.slick-dots li.slick-active button:before {
    width: 10px;
    border-radius: 2rem;
    border-color: transparent;
   background-color: #ed1c24;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Hero Slider The End 04.07.2024*/


/* counterMain*/


.counterMain{
        padding: 60px 0px 0px;
}

.counterBox{
    border: 2px solid #EE902F;
    border-radius: 30px;
    width: 50vw;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.counterBox ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.counterBox ul li{
    max-width: 33.33%;
    flex: 0 0 33.33%;
    display: flex;
    flex-direction: column;
    padding: 30px 0px;
    align-items: center;
}

.counterBox ul li span{
    font-size: 35px;
    font-weight: 800;
    color: #5c2aab;
    text-align: center;
}

.counterBox ul li p{
    font-size: 20px;
    font-weight: 600;
    color: #5c2aab;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* counterMain*/

/* Compaign Name */
.compaignNameMain{
    background-color: #fff;
    padding: 120px 0px 0px;
}

.compaignNameMain .heading h2{
    font-size: 45px;
    font-weight: 800;
    color: #5c2aab;
}


.campaignBox{
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.campaignBox ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.campaignBox ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
     padding: 0px 0px;
}

.campaignBox ul li .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaignBox ul li p{
    font-size: 20px;
    font-weight: 600;
    color: #5c2aab;
    text-align: center;
    padding: 30px 0px
}

/* Compaign Name */


/* Why Choose Us */

.whychoose{
    background-color: #fff;
    padding: 120px 0px;
}

.scalable-content{
    max-width: 30%;
    flex: 0 0 30%;
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.scalable-img{
    max-width: 70%;
    flex: 0 0 70%;
    padding: 0 16px;
}

.scalable-content h2{
    font-size: 30px;
    font-weight: 800;
    color: #5c2aab;
} 

.scalable-item ul{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 10px;
}


.scalable-item ul li{
    font-size: 18px;
    font-weight: 600;
    color: #5c2aab;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
}

.scalable-item ul li span{
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}






.uniquebg .scalable-item ul li span{
       background-color: #5c2aab; 
}

/* Why Choose Us The End 04.07.2024*/

/* Unique */

.uniquebg{
    background-color: #fae3cc;
}


/* Unique The End 04.07.2024*/


/* testimonal */


.testimonial-sec{
    background-color: #fae3cc;
    padding: 120px 0px;
}


.page-head h2{
    font-size: 30px;
    font-weight: 900;
    color: #5c2aab;
}

.test-slider{
    width: 80%;
}

.testimonial-slider{
    padding: 50px 0px 200px;
}

.test-slider p{
    font-size: 18px;
    font-weight: 600;
    color: #5c2aab;
    width: 80%;
}


.testimonial-sec .user-info {
    display: flex;
    align-items: center;
}

.testimonial-sec .user-info .user img {
    width: 100%;
    height: 100%;
}

.testimonial-sec .user-info .user {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
}

.testimonial-sec .user-info .name {
    padding-left: 2rem;
}

.testimonial-sec .user-info span {
    font-size: 20px;
    font-weight: 600;
    color: #5c2aab;
    display: block;
    padding-bottom: .2rem;
}


.testimonial-sec .user-info p {
    font-size: 18px;
    font-weight: 400;
    color: #5c2aab;
    width: 100%;
}


/* testimonal The End 04.07.2024*/
/* Footer 04.07.2024*/

footer{
     background-color: #4e2098;
    -webkit-clip-path: ellipse(60% 100.100% at 50% 100%);
    clip-path: ellipse(80% 100.100% at 50% 100%);
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 5rem 5rem 0rem;
    z-index: 5;
    margin-top: -12rem;
    padding-top: 120px;
}

.footerTitle h2{
    font-size: 45px;
    font-weight: 900;
    color: #ec8f3c;
}

.buttonWrip{
    margin: 3rem 0px;
}

.buttonWrip a{
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #7D2EED;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    padding: 18px 30px 18px 30px;
}

.buttonWrip a svg {
    margin-right: 10px;
    width: 25px;
}


.footer-flex {
    display: flex;
    justify-content: space-between;
    gap: 1.5625rem;
}

.footer-flex .footer-col {
    max-width: 21rem;
    padding-top: 2.8125rem;
}

.footer-col .title {
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}

.footer-col .footer-link {
    margin-top: 0.5rem;
}

.footer-col .footer-link li {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-col .footer-link a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.footer-line-one{
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.footer-line-one li{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer-line-one li a{
    color:#fff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.footerBottom {
    padding: 50px 0px 0px;
}

.footerBottom .footer-container-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.6rem;
}
.copyright {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}

.copyright p {
    color:#fff;
    font-size: 14;
    font-weight: 400;
}

.footerSocialIcon ul {
    display: flex;
    gap: 2rem;
}

.footerSocialIcon li a {
    width: 25px;
    height: 25px;
    display: flex;
}

.footerSocialIcon li a i {
    color: #fff;
    display: flex;
    font-size: 30px;
}

.footerSocialIcon li a svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}




/* Footer 04.07.2024*/




/* modal-content*/

.modal-content{
    background-color: #4e2098;
    border-radius: 10px;
    border: 0;
}

    .modal-dialog {
        max-width: 600px;
    }

.modal-content .title {
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    line-height: 42px;
    padding-bottom: 25px;
}

.modal-content .form-field {
    border: 1px solid #cccccc;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 0px 15px;
    font-size: 16px;
    color: #000;
}

.modal-header {
 border-bottom: 0px; 
}

.close {
    font-size:34px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
}

/* modal-content*/

/* Custon Form  04.07.2024*/

.btn {
    font-size: 18px;
    cursor: pointer;
    background: #fff;
    color: #B91F60 !important;
    font-weight: 700;
    border-radius: 20px;
    border: 0;
    width: 180px;
    margin-top: 20px;
    display: block;
    margin: 30px auto 0px;
}

@media only screen and (min-device-width:1440px) and (max-device-width:1600px){

.navbar-nav>li a {
    padding: 10px 3px;
}

.bannerslider {
 width: 100%; 
}

.counterBox{
      width: 100%; 
}


}

@media only screen and (min-device-width:1366px) and (max-device-width:1441px){

.navbar-nav>li a {
    padding: 10px 3px;
}

.bannerslider {
 width: 100%; 
}

.counterBox{
      width: 100%; 
}


}


@media only screen and (min-device-width:1280px) and (max-device-width:1365px){

.navbar-nav>li a {
    padding: 10px 12px;
}

.bannerslider {
  width: 100%;
}

    .counterBox {
        width: 100%;
    }
}

}


@media only screen and (min-device-width:1140px) and (max-device-width:1279px){

.navbar-nav>li a {
    padding: 10px 0px;
}

.header-login a {
    padding: 10px 10px 10px 10px;
}

.mobile-menu-div {
    gap: 10px;
}

.bannerslider {
    width: 100%;
     padding: 10px;
}

  .counterBox {
        width: 100%;
    }

}


@media only screen and (min-device-width:1024px) and (max-device-width:1139px){

.navbar-nav>li a {
    padding: 10px 0px;
}

.header-login a {
    padding: 10px 10px 10px 10px;
}

.mobile-menu-div {
    gap: 10px;
}


.page-head h2 {
    font-size: 35px;
}

.scalable-content h2 {
    font-size: 35px;
}

.banner-content h1 {
    font-size: 35px;
}

.compaignNameMain .heading h2 {
    font-size: 35px;
}

.footerTitle h2 {
    font-size: 35px;
}

.campaignBox ul li .imgBox {
    width: 250px;
}

.bannerslider {
    width: 100%;
     padding: 10px;
}

  .counterBox {
        width: 100%;
    }

}


@media only screen and (min-device-width:992px) and (max-device-width:1023px){

.navbar-nav>li a {
    padding: 10px 0px;
}

.header-login a {
    padding: 10px 10px 10px 10px;
}

.mobile-menu-div {
    gap: 10px;
}


.page-head h2 {
    font-size: 35px;
}

.scalable-content h2 {
    font-size: 35px;
}

.banner-content h1 {
    font-size: 35px;
}

.compaignNameMain .heading h2 {
    font-size: 35px;
}

.footerTitle h2 {
    font-size: 35px;
}

.campaignBox ul li .imgBox {
    width: 250px;
}

.bannerslider {
    width: 100%;
     padding: 10px;
}
  .counterBox {
        width: 100%;
    }
}






@media only screen and (min-device-width: 0px) and (max-device-width:991px){
 

 header {
    padding: 15px 0px;
}


.mobile-menu-div {
    align-items: flex-start;
}

.header-login {
    margin-left: 30px;
}

    .navbar-togglerNew {
    display: block;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    }

 .mobile-menu-div {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #7D2EED;
        transition: all 600ms linear 0s;
        transform: translateX(100%);
        display: flex;
        flex-wrap: wrap;
    /*    justify-content: center;*/
        overflow: auto;
    }    

.mobile-menu-div.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  display: flex;
}

.menu-close {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        margin-left: auto;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 55px;
        padding-right: 50px;
}

.menu-close img {
width: 20px;
display: block;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
            padding: 0px 30px;
}

.navbar-nav>li {
        padding: 0px 0px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start;
        flex-direction: column;
}

.navbar-nav>li a {
    font-size: 25px;
    padding: 5px 10px;
}

.heroSlider {
    padding-top: 150px;
}

.clip-path {
    -webkit-clip-path: ellipse(100% 84.78% at 50% 0%);
    clip-path: ellipse(100% 84.78% at 50% 0%);
}

.bannerslider {
        width: 100%;
    margin: 50px auto 0px;
    border-radius: 25px;
    padding: 20px;
}

.sliderItem .leftPanel {
    flex: 0 0 100%;
    width: 100%;
}

.sliderItem .leftPane2 {
    flex: 0 0 100%;
    width: 100%;
}

.sliderItem {
    flex-direction: column;
}

.counterBox {
    width: 100%;
}

.counterBox ul li {
    padding: 20px 0px;
    max-width: 100%;
    flex: 0 0 100%;
}

.counterBox ul {
    flex-direction: column;
}

.compaignNameMain {
    padding: 50px 0px 0px;
}

.campaignBox ul li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px 0px;
}

.campaignBox ul li .imgBox {
    width: 100%;
}

.scalable-inner .d-flex {
    flex-direction: column;
}

.whychoose {
    padding: 50px 0px;
}

.scalable-img {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 16px;
}

.scalable-content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.scalable-item ul li {
    flex: 0 0 100%;
    max-width: calc(100% - 10px);
}

footer {
    -webkit-clip-path: ellipse(180% 100.100% at 50% 100%);
    clip-path: ellipse(180% 100.100% at 50% 100%);
    margin-top: -10rem;
    padding: 5rem 0rem 0rem;
}

.footerTitle h2 {
    font-size: 30px;
}

.footer-flex {
    gap: 0;
    flex-wrap: wrap;
}

.footer-flex .footer-col {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 1.42rem 0rem;
        border-bottom: 1px solid #fcdce1;
    }

 .footer-col-inner {
        max-width: 100%;
        margin: 0;
    }

.footer-link {
        margin-top: 1.2rem;
        display: none;
    }

.footer-col .title:after {
    border-top: 2px solid  #fff;
    z-index: 1;
    border-left: 2px solid #fff;
    transform: rotate(224deg);
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    transition: all 0.2s ease-in 0s;
    }

.footer-col .title.active::after {
        transform: rotate(45deg);
}
.footerBottom .footer-container-inner {
    flex-direction: column;
}

.copyright p {
    text-align: center;
}

.test-slider {
    width: 100%;
}

.testimonial-sec {
    padding: 50px 0px;
}

.counterMain {
    padding: 30px 0px 0px;
}

.banner-content h1 {
    font-size: 35px;
}

.compaignNameMain .heading h2 {
    font-size: 35px;
}

.campaignBox ul li p {
    padding: 20px 0px;
}

.scalable-content h2 {
    font-size: 35px;
}

.scalable-item ul {
    gap: 30px 10px;
}

.page-head h2 {
    font-size: 35px;
}

.testimonial-slider {
    padding: 30px 0px 200px;
}

.sub-menu{
    position: relative;
    width: 100%;
    display: none;
}

.navbar-nav li.nav-item.active .sub-menu {
    display: block;
}

.navbar-nav li.nav-item.active .triangle.down {
    color: #f00;
    transform: rotate(136deg);
}


.testimonial-slider .slick-dots {
    bottom: 112px;
}

.triangle.down {
    margin-top: 5px;

}


.modal-content .form-field {
height: 42px;
font-size: 14px;
}

.modal-content .title {
font-size: 20px;
line-height: 26px;
}

}

