body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*
.heading {
    font-family: "Playfair Display", serif;
    font-style: italic;
}*/
.logo {
    font-size: 30px;
    font-weight: bold;
}
.logo img {
    width: 110px;
    transition: .5s;
    display: block;
}
body.is-scrolling header .logo img {
    width: 90px;
}
.bannerText {
    max-width: 700px;
    margin: 0 auto;
}

a.nav-link {
    color: #000;
    font-size: 16px;
}

header {
    padding: 10px 0;
}

.gradient-background {
    background: linear-gradient(90deg, #d7e8f7 0%, #ffffff 45%, #f5dce5 100%);
}

.mainForm form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.mainForm form input {
    border-radius: 100px;
    border: 5px solid rgba(0, 0, 0, .05);
    font-size: 14px;
    height: 50px;
}

img.whyUsImage {
    border: 5px solid rgba(0, 0, 0, .05);
    border-radius: 20px;
}

section.whyUs ul li:not(:last-child),
section.about ul li:not(:last-child) {
    margin-bottom: 20px;
}

section.whyUs ul li b,
section.about ul li b {
    display: block;
}

section.whyUs ul li,
section.about ul li {
    position: relative;
}

section.formSection form input,
section.formSection form input, section.formSection form select {
    font-size: 14px;
    color: #000;
    border-radius: 100px;
    border-radius: 10px;
    border: 5px solid rgba(0, 0, 0, .05);
    font-size: 14px;
    height: 50px;
    padding: 10px 15px;
    background: #dddddd2e;
}

section.about ul li img,
section.whyUs ul li img {
    width: 20px;
    height: auto;
    margin-top: 6px;
}

section.whyUs li,
section.about li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

section.whyUs li i,
section.about li i {
    margin-top: 5px;
    color: #6a3fd3;
}

section.formSection form .form-group {
    margin-bottom: 10px;
}

section.howItWorks .steps {
    background: #fff;
    border: 5px solid rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.howItWorks .howItWorksButton {
    margin-top: 40px;
}

section.howItWorks .steps h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 15px;
}

section.howItWorks .steps .num {
    -webkit-text-stroke: 2px #8f63ff57;
    color: transparent;
    font-size: 48px;
    font-weight: bold;
}

.btnMain {
    background: linear-gradient(180deg, #8f63ff 0%, #7a4de8 50%, #6a3fd3 100%);
    border: none;
    border-radius: 10px;
    height: 45px;
    padding: 0 30px;
    font-size: 14px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

section.howItWorks .btnMain {
    margin: 0 auto;
}

.btnMain:hover {
    color: #fff;
}

section.banner .btnMain {
    width: 160px;
}

section.section-padding {
    padding: 70px 0;
}

p {
    font-size: 18px;
}

section.banner .mainForm {
    margin-top: 40px;
    margin-bottom: 30px;
}

.decorativeText {
    position: relative;
}

.decorativeText:before {
    content: '';
    position: absolute;
    background: #8f63ffa3;
    width: 100%;
    height: 7px;
    bottom: 10px;
    z-index: 0;
}

.decorativeText span {
    position: relative;
}

.gradientText {
    background: linear-gradient(90deg, #17558b 0%, #6a3fd3 45%, #ff005c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

section.banner {
    position: relative;
}

section.banner:after {
    content: '';
    position: absolute;
    /* background-image: url(../img/cloud.png); */
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 120 28" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M0 30 V12 Q30 0 60 12 T120 12 V30z"/></svg>') no-repeat;
    width: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 9;
    height: 40px;
    background-repeat: repeat;
}

section.top {
    position: relative;
}

section.top:before {
    content: '';
    position: absolute;
    background-image: url(../img/banner1.png);
    width: 100%;
    height: 100%;
    opacity: 0.029;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.about img {
    margin: 0 auto;
    display: block;
}

.aboutImage {
    max-width: 300px;
    margin: 0 auto;
}

section.about .icon {
    width: 60px;
    height: 60px;
    background: #F9533F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    animation: floatY 2s ease-in-out infinite;
}

section.about .icon2 {
    background: #644BD1;
}

section.about .icon3 {
    background: #0A98FD;
}

.aboutImage {
    position: relative;
}

.aboutImage .icon1 {
    position: absolute;
    top: 5%;
    left: 10%;
}

.aboutImage .icon2 {
    position: absolute;
    top: 10%;
    right: 5%;
}

.aboutImage .icon3 {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
}

h2.heading {
    margin-bottom: 20px;
}

.mainHead {
    max-width: 700px;
    margin: 0 auto 40px;
}

.card {
    background: #F4F8FB;
    border: 1px solid #F4F8FB;
    padding: 20px;
    box-shadow: 0 0 10px #8f63ff3d;
}

section.keyFeatures .card h4 {
    font-size: 18px;
    margin: 15px 0 15px;
}

section.keyFeatures .card img {
    width: 60px;
}

.video,
.video video,
.videoMain {
    position: relative;
}

.video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0000008c;
}

.video video {
    display: block;
}

.videoMain .videoContent {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    padding: 20px;
}

.videoMain .videoContent p {
    margin: 0;
}

.videoMain {
    border-radius: 20px;
    overflow: hidden;
}

div#accordionExample .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

footer {
    background: linear-gradient(180deg, #8f63ff 0%, #7a4de8 50%, #6a3fd3 100%);
    padding: 30px 0;
}

footer p {
    color: #fff;
    margin: 0;
}

footer .footerMenu a {
    color: #fff;
    text-decoration: none;
}

footer .footerMenu {
    gap: 25px;
}

.accordion-header button.accordion-button {
    background: #F4F8FB;
    box-shadow: none;
}

section.faqs .accordion-item {
    border: 1px solid #8f63ff4d;
}

section.faqs .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #17558b 0%, #6a3fd3 45%, #ff005c 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    color: transparent;
}

/*
section.banner {
    background-image: url(../img/WebBanner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 70% center;
}*/
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

section.formSection form .form-groupHalf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@keyframes floatY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.icon-float {
    animation: floatY 2s ease-in-out infinite;
}

section.keyFeatures .card img {
    transition: .5s;
}

section.keyFeatures .card:hover img {
    transform: rotate(360deg);
}

section.keyFeatures .card {
    height: 100%;
}

p:last-child {
    margin: 0;
}

section.OurClient .slick-slide {
    margin: 0 5px;
}

ul.slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    background: #8f63ff57;
    border-radius: 50%;
}

ul.slick-dots li button::before {
    display: none;
}

ul.slick-dots li.slick-active button {
    background: #6a3fd3;
}

section.OurClient ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: static;
}

section.OurClient ul.slick-dots li {
    width: 12px;
    height: 12px;
}

section.OurClient .OurClientItemMain {
    margin: 0;
}

section {
    overflow-x: hidden;
}

header nav.navbar button.navbar-toggler img {
    width: 22px;
}

.contactInfo li a{
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contactInfo li img {
    width: 20px;
    display: block;
}

.contactInfo li:not(:last-child) {
    margin-bottom: 15px;
}

.contactInfo li a {
    color: #000;
    text-decoration: none;
}

.wtsapp {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 5%;
    z-index: 9;
    right: 3%;
}

.wtsapp img {
    width: 100%;
    display: block;
}

section.top {
    overflow: visible;
}

header {
    position: sticky;
    top: 0;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 0 10px #8f63ff3d;
}

.copyright small {
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    display: block;
}

.copyright small a {
    color: #fff;
}



.OurClient img{
    width: 6.2rem;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto;
}
.OurClient .col-md-4{
    padding:0  0.5rem;
}
.OurClient .card-title{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
	color:#000;
}
.OurClient .card-text{
    text-align: center;
    padding: 1rem 0;
    font-size: 0.8rem;
    color: rgb(82, 81, 81);
    line-height: 1.4rem;
}
.OurClient .footer{
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 0 0 1.4rem 0;
}
.OurClient #name{
    font-size: 0.8rem;
    font-weight: bold;
}
.OurClient #position{
    font-size: 0.7rem;
}
.OurClient .card {
    border-radius: 20px;
}
.OurClient .card {
    border-radius: 20px;
    border-top: 6px solid transparent;
    border-radius: 12px;
    background: linear-gradient(#fff, #fff) padding-box,    linear-gradient(90deg, #17558b 0%, #6a3fd3 45%, #ff005c 100%) border-box;
}
ul.headerLinks li a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    justify-content: flex-end;
    font-weight: 500;
}


ul.headerLinks li a img {
    width: 20px;
}

ul.headerLinks li:not(:last-child) {
    margin-bottom: 8px;
}


@media only screen and (min-width: 992px) {
    section.banner h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
	a.nav-link {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.MobileNone {
    display: none;
}
    .wtsapp {
        width: 40px;
        height: 40px;
    }

    section.banner.section-padding a.btnMain {
        margin: 0 auto;
    }

    footer {
        padding: 15px 0;
    }

    section.about h2.heading,
    section.about p {
        text-align: left !important;
    }

    p {
        font-size: 14px;
    }

    section.banner h1,
    section.banner p,
    section.about h2,
    section.about p,
    footer p {
        text-align: center;
    }

    section.banner button.btn {
        margin: 0 auto;
        display: block;
    }

    footer .footerMenu {
        justify-content: center !important;
        gap: 10px;
    }
	
	a.nav-link {
		text-align: left;
		color: #000 !important;
	}

    .navbar-collapse {
        position: fixed;
        top: 100%;
        width: 90%;
        /* left: 50%; */
        background: #fff;
        z-index: 99;
        padding: 20px var(--bs-gutter-x, .75rem);
        transform: none;
        /* left: 100%; */
        transition: .5s;
        /* right: 0; */
        height: 100%;
        top: 0;
        top: 0;
        right: 0;
        transform: translateX(120%);
    }

    .navbar-collapse button.navbar-toggler {
        margin-left: auto;
        margin-right: 0;
        display: block;
        margin-bottom: 20px;
        padding: 0;
        background: #fff;
        padding: 6px;
    }

    .navbar-collapse li.nav-item {
        text-align: right;
    }

    .navbar-collapse.show {
        /* left: 0; */
        transform: translateX(0);
        right: 0;
    }

    header {
        z-index: 99;
    }

    header nav.navbar {
        position: static;
    }
}


section.howItWorks .btnMain {
    width: fit-content;
}

@media (min-width: 992px) {
    section.keyFeatures .row {
        justify-content: center;
    }
}


@media only screen and (max-width: 749px) {
	.logo img {
		width: 80px;
	}
	body.is-scrolling header .logo img {
    width: 60px;
}
}


footer,
footer p,
footer small,
footer a,
footer span {
	color: #ffffff !important;
}

footer a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}
