@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

body {
    scroll-behavior: smooth;
}
.fixed-top {
    z-index: 99999999;
}
.scroll-view {
    position: fixed;
    z-index: 1000;
    height: 100px;
    width: 100%;
    background-color: #e0f1ff !important;
    padding: 18px;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.head {
    background-color: white !important;
}
/* header css starts */
.nav-link {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.18px;
    color: #5a5a5a !important;
}
.active {
    color: #035aa6 !important;
    font-weight: 500;
}
.nav-link:hover {
    color: #035aa6 !important;
    transition: ease-in-out 0.4s;
}
.navbar {
    /* box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.18); */
    background-color: #ffffff;
}

.contact-btn {
    padding: 12px 25px 14px;
    border-radius: 4px;
    background-color: #21209c;
    color: white;
    font-family: "Poppins";
    font-size: 15px;
    text-decoration: none;
}
.contact-btn:hover {
    transition: ease-in-out 0.5s;
    background-color: #81b214;
    text-decoration: none !important;
    color: white;
}
.contact-btn-space {
    margin-top: 6px;
}
.nav-item {
    margin-right: 20px;
}
/* header css ends */

/* first-section starts */

.first-section {
    padding-top: 180px;
    background-color: #e0f1ff;
}
#hero {
    width: 100%;
    background: url("img/hero-bg.html");
    position: relative;
    padding: 120px 0 0 0;
}

#hero:before {
    content: "";
    background: rgba(2, 5, 161, 0.91);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
    color: #fff;
    border-bottom: 4px solid #1acc8d;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #1acc8d;
}

#hero .btn-get-started:hover {
    background: #17b57d;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        max-width: 50%;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

.Cspar-head-txt {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.46px;
    color: #010101;
    margin-bottom: 15px;
}
.highlight-f {
    color: #81b214;
}
.highlight-s {
    color: #21209c;
}
.Cspar-head-para {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 30px;
}
.know-more-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "Poppins";
    letter-spacing: 1px;
    padding: 14px 58px 14px 28px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #21209c;
    background-color: #21209c;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none !important;
}
.know-more-btn:hover:after {
    right: 17px;
    text-decoration: none !important;
    color: white !important;
}
.know-more-btn::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 100%;
    top: 0;
    right: 25px;
    background-image: url("assets/r-arrow-white.svg");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none;
    color: white;
}
.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
/* first-section ends */

/* second section starts */
.second-section-div {
    padding-top: 80px;
    padding-bottom: 80px;
}

.Cspar-features-head {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.46px;
    color: #21209c;
    margin-bottom: 0px;
}

.features-top-head {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 300;
    margin-top: 0px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.31px;
    color: #010101;
    margin-bottom: 10px;
}

.txt-about {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.16px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
}
.left-cards {
    padding: 47px 68px 47px 30px;
    border-radius: 8px;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 6%);
    border: solid 1px #f1f1f1;
    background-color: #ffffff;
}
.left-cards-1 {
    margin-top: 50px;
    padding: 47px 93px 47px 30px;
    border-radius: 8px;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 6%);
    border: solid 1px #f1f1f1;
    background-color: #ffffff;
}
.card-icon {
    height: 70px !important;
}
.card-txt-left {
    font-family: "Poppins";
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.25px;
    color: #010101;
    margin-bottom: 0px;
    margin-top: 25px;
}

.services-div {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fafeff;
}
.services-head {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.46px;
    color: #010101;
}
.services-txt {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.2px;
    color: #000000;
}
.txt-div {
    margin-bottom: 40px;
}

.services-arrow-btn {
    position: relative;
    display: inline-block;
    font-family: "Poppins";
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.18px;
    color: #21209c;
    padding-right: 50px;
}
.services-arrow-btn:hover {
    color: #008cf4 !important;
}
.services-arrow-btn:hover:after {
    right: 17px;
    text-decoration: none !important;
    color: #21209c !important;
}
.services-arrow-btn::after {
    content: "";
    color: #21209c !important;
    position: absolute;
    width: 12px;
    height: 100%;
    top: 0;
    right: 25px;
    background-image: url("assets/right-arrow-black.svg");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none !important;
}

.services-card {
    padding: 40px 30px;
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    background-color: #fafeff;
}
.services-head-card {
    margin: 10px 0px 10px 0;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.23px;
    color: #010101;
}
.services-txt-card {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #010101;
}

.services-card:hover {
    transform: scale3d(1.006, 1.006, 2);
    transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border: 1px solid #fff;
}
.p-bottom {
    padding-bottom: 41px;
}
.space-top {
    margin-top: 41px;
}
.p-bottom-first {
    padding-bottom: 32px;
    margin-top: 8px;
}
.mt-topp {
    margin-top: 37px;
}
.customer-supports-div {
    padding-top: 80px;
    padding-bottom: 80px;
}
.customer-support-head {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.29px;
    color: #010101;
    margin-top: 15px;
    margin-bottom: 15px;
}
.light-blue {
    color: #13acdf;
}
.dark-blue {
    color: #21209c;
}
.customer-support-txt {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.16px;
    color: #000000;
    margin-bottom: 25px;
}

/* testimonials starts */

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #81b214;
    border-color: #81b214;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale 0.5s ease-in-out forwards;
    -moz-animation: testim-scale 0.5s ease-in-out forwards;
    -ms-animation: testim-scale 0.5s ease-in-out forwards;
    -o-animation: testim-scale 0.5s ease-in-out forwards;
    animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .circle circle {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .circle circle {
    -webkit-animation: testim-show 0.5s ease-in-out forwards;
    -moz-animation: testim-show 0.5s ease-in-out forwards;
    -ms-animation: testim-show 0.5s ease-in-out forwards;
    -o-animation: testim-show 0.5s ease-in-out forwards;
    animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
    -moz-animation: testim-content-in 0.4s ease-in-out forwards;
    -ms-animation: testim-content-in 0.4s ease-in-out forwards;
    -o-animation: testim-content-in 0.4s ease-in-out forwards;
    animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
    -moz-animation: testim-content-in 0.5s ease-in-out forwards;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation: testim-content-in 0.5s ease-in-out forwards;
    animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .circle circle {
    -webkit-animation: testim-hide 0.5s ease-in-out forwards;
    -moz-animation: testim-hide 0.5s ease-in-out forwards;
    -ms-animation: testim-hide 0.5s ease-in-out forwards;
    -o-animation: testim-hide 0.5s ease-in-out forwards;
    animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
    -moz-animation: testim-content-out 0.4s ease-in-out forwards;
    -ms-animation: testim-content-out 0.4s ease-in-out forwards;
    -o-animation: testim-content-out 0.4s ease-in-out forwards;
    animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
    -moz-animation: testim-content-out 0.5s ease-in-out forwards;
    -ms-animation: testim-content-out 0.5s ease-in-out forwards;
    -o-animation: testim-content-out 0.5s ease-in-out forwards;
    animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.customer-name {
    font-family: "Poppins";
    font-size: 20px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.23px;
    color: #ffffff !important;
    margin-bottom: 5px !important;
}
.customer-review {
    font-family: "Poppins";
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 0.16px;
    text-align: center;
    color: #ffffff;
}
.designation {
    font-family: "Poppins";
    font-size: 18px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.18px;
    color: #ffffff;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}
.testimonials-div {
    padding-top: 80px;
    padding-bottom: 10px;
    background-color: #21209c;
    background-image: url(assets/bg-testimonials.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.arrow-width {
    width: 40px;
}
.heading-client {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.46px;
    color: #ffffff;
}
hr.line {
    color: white;
    background-color: white;
    width: 30%;
    text-align: center;
    margin-left: auto;
    height: 0px !important;
    margin-right: auto;
}
.head-our-clients {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.46px;
    color: #010101;
}
.clients-para {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
}
.our-clients {
    padding-top: 80px;
    padding-bottom: 80px;
}

.client-slider {
    /* background: #fff; */
    height: 220px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.client-slider:before {
    left: 0;
    top: 0;
}
:not(svg) {
    transform-origin: 0 0;
}
.client-slider:after,
.client-slider:before {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.client-slider .client-slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: 8000px;
}
.client-slider .client-slide {
    margin-top: 55px;
    padding: 15px 25px 0 30px;
}
.client-slider:after {
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-5000px);
    }
}

.footer-style {
    padding: 100px 0px 30px 0px;
    background-color: #0b0d17;
    /* background-image: url('./assets/footer-bg-01.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.f-logo {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.45px;
    color: #ffffff;
    margin-bottom: 15px;
}
.f-txt {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 0.26px;
    margin-bottom: 20px;
    color: #6c6d73;
}
.footer-head-sub {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.quick-links {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.16px;
    color: #6c6d73;
}
.copyright {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    text-align: center;
    letter-spacing: 0.14px;
    color: #ffffff;
    margin-bottom: 0px;
}
.mt-space {
    margin-top: 100px;
}

/* about us page */
.first-fold {
    padding-top: 182px;
    padding-bottom: 60px;
}
.about-us-head {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.84px;
    color: #010101;
    margin-bottom: 15px;
}
.about-us-para {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.16px;
    color: #010101;
}
.our-mission {
    padding: 50px 30px;
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    text-align: center;
}
.head-m-v {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.65px;
    color: #010101;
    margin-top: 25px;
}
.head-m-v-v {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.65px;
    color: #010101;
}
.style-m-v {
    width: 82px;
    border: 2px solid #21209c;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.para-m-v {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.33px;
    text-align: center;
    color: #010101;
    margin-bottom: 0px;
}
.space-bottom {
    margin-bottom: 25px;
}
.space-top-vision {
    margin-top: 14px;
}
.img-top {
    margin-top: 34px;
}
.m-v-padding {
    padding-bottom: 80px;
}
.rocket {
    position: absolute;
    right: 50%;
    left: 42%;
}
.our-values {
    padding: 50px 30px;
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.technologies-we-work-with {
    background-color: #fafafa;
    padding: 80px 0px;
}
.technology-head {
    margin: 0 0px 40px 0;
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.84px;
    color: #010101;
}
.style-navs {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #21209c;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    color: #ffffff !important;
}
.front-end-txt {
    font-family: "Poppins";
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 25px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.3px;
    color: #000000;
}
.mr-space-client {
    margin-right: 60px;
}
.space-tooltip {
    margin-bottom: 40px;
}
.ml-6 {
    margin-left: 6px;
}
.team-members-div {
    padding: 80px 0px;
}
.team-head {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.84px;
    color: #010101;
    margin-bottom: 30px;
}
.our-leaders-head {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    margin-bottom: 30px;
}
.ceo-head {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.ceo-designation {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.33px;
    color: #757575;
    text-align: center;
}
.leaders-card {
    padding: 12px;
}
.leaders-card:hover {
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
}
.emp-head {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.37px;
    color: #010101;
    margin-top: 15px;
    margin-bottom: 5px;
}
.emp-designation {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.3px;
    color: #757575;
}
.emp-card {
    padding: 10px;
}
.emp-card:hover {
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
}
.career-txt {
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.56px;
    color: #010101;
    margin-bottom: 50px;
}
.career-card {
    padding: 51px 42px 41px 41px;
    border-radius: 8px;
    background-color: #fafafa;
    width: 263px;
}
.space-top-c {
    margin-top: 12px;
}
.cta-div-about {
    padding: 80px 0px 80px 0px;
    background-color: #fafafa;
}
.cta-txt-head {
    font-family: "Poppins";
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 0.36px;
    color: #010101;
    margin-bottom: 25px;
    margin-top: 15px;
}
.bulb-f {
    position: absolute;
    right: 44%;
    top: -106px;
}
.cta-space-new {
    padding-top: 100px;
}

/* about us page */

.other {
    background: #ffffff !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1) !important;
}
/* services page */
.services-section {
    padding: 182px 0px 80px 0px;
}
.services-head {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.28px;
    color: #000000;
    margin-bottom: 15px;
}
.services-sub {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.16px;
    color: #010101;
}
.space-left-list {
    margin-left: 16px;
}
.services-head-main {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.18px;
    color: #000000;
    margin-bottom: 15px;
}
.services-para-main {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #000000;
    margin-bottom: 25px;
}
.list-points {
    font-family: "Poppins";
    font-size: 14px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.09px;
    color: #000000;
    margin-bottom: 10px;
}
.first-service {
    padding-bottom: 80px;
}
::marker {
    color: #8dc01e;
}
.second-service {
    padding: 80px 0px;
    background-color: #fafeff;
}
.third-service {
    padding: 80px 0px;
}
.image-b-service {
    margin-top: 50px;
}
.center-services {
    text-align: center;
}

/* services page */

/* our process */

.our-process-section {
    padding: 182px 0px 80px 0px;
}
.process-head {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.28px;
    color: #000000;
    margin-bottom: 15px;
}
.process-sub {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.16px;
    color: #010101;
}
.space-1 {
    margin-top: 20px;
}
.space-2 {
    margin-top: 30px;
}
.space-3 {
    margin-top: 50px;
}
.space-4 {
    margin-top: 40px;
}

/* contact us page */
.contact-btn-active {
    padding: 12px 25px 14px;
    border-radius: 4px;
    background-color: #81b214;
    color: white;
    font-family: "Poppins";
    font-size: 15px;
    text-decoration: none;
}
.contact-process-sub {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: #000000;
    margin-bottom: 35px;
}
.form {
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
}
.inner-contact-info {
    padding-left: 30px;
    padding-top: 30px;
    border-radius: 10px;
    background-color: #21209c;
}

.contact-head-main {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.contact-txt-main {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin-bottom: 40px;
}
.info-contact {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.16px;
    color: #ffffff;
}
.shape-style {
    background-color: #21209c;
    text-align: right;
    margin-top: 50px;
}
.label-style {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.11px;
    color: #000000;
}
.input-style {
    border-radius: 8px !important;
    border: solid 1px #aaaaaa !important;
    height: 40px;
}
.input-style:focus {
    box-shadow: none;
    border: solid 1px #0b0d17 !important;
}
.input-style:hover {
    box-shadow: none;
    border: solid 1px #0b0d17 !important;
}
.button-contact-us {
    padding: 12px 40px;
    border-radius: 4px;
    background-color: #21209c;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
}
.button-contact-us:hover {
    background-color: #81b214;
    transition: 0.3s all ease-in;
    color: #fff;
}
.form-contact {
    margin-top: 20px;
}
.height-txt {
    height: 120px !important;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #008cf4;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 32px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #81b214;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
/* contact us page */

/* our products */

.our-products-section {
    padding: 182px 0px 80px 0px;
}
.products-head {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.28px;
    color: #000000;
    margin-bottom: 15px;
}
.products-sub {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 0.16px;
    color: #010101;
}
.first-products {
    padding-bottom: 80px;
}
.products-head-main {
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.18px;
    color: #000000;
    margin-bottom: 10px;
}
.products-sub-txt {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.13px;
    color: #000000;
    margin-bottom: 20px;
}
.products-para-main {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.1px;
    color: #000000;
    margin-bottom: 6px;
}
.same-txt {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.1px;
    color: #000000;
    margin-bottom: 6px;
}
.shbtn {
    color: #21209c;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins";
    text-transform: uppercase;
}
.shbtn:hover {
    color: #21209c;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins";
    text-transform: uppercase;
}
.space-products {
    margin-top: 20px;
}
.left-product {
    margin-left: 18px;
}
.head-products-list {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.11px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 15px;
}
.list-points-products {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.1px;
    color: #000000;
    margin-bottom: 8px;
}

.thankyou-div {
    padding: 182px 0px 80px 0px;
}
.thanks-head {
    font-family: "Poppins";
    font-size: 45px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.1px;
    color: #010101;
}
.thanks-para {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.1px;
    color: #000000;
    margin-bottom: 20px;
}
.arrow-icon {
    margin-bottom: 7px;
    margin-left: 5px;
}
.arrow-icon-1 {
    margin-left: 5px;
}

.mr-space-social {
    margin-right: 35px;
}

.mr-space {
    margin-right: 60px;
}

/* media queries */
@media only screen and (max-width: 768px) {
    .Cspar-head-txt {
        font-size: 35px;
    }
    .Cspar-head-para {
        font-size: 18px;
    }
    .know-more-btn {
        padding: 12px 57px 12px 30px;
        letter-spacing: normal;
        font-weight: 400;
    }
    .m-view {
        margin-top: 50px;
    }
    .features-top-head {
        font-size: 24px;
    }
    .Cspar-features-head {
        font-size: 35px;
    }
    .services-head {
        font-size: 35px;
    }
    .services-card {
        margin-bottom: 30px;
    }
    .m-view-customer {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .heading-client {
        font-size: 35px;
    }
    .head-our-clients {
        font-size: 35px;
    }
    .m-view-footer {
        margin-bottom: 40px;
    }
    .testim .arrow.left {
        left: 0px;
    }

    .testim .arrow.right {
        right: 0px;
    }
    .about-us-head {
        font-size: 35px;
    }
    .rocket {
        left: 38%;
    }
    .our-mission {
        margin-bottom: 30px;
    }
    .technology-head {
        font-size: 35px;
    }
    .mr-space {
        margin-right: 20px;
    }
    .team-head {
        font-size: 35px;
    }
    .our-leaders-head {
        font-size: 26px;
    }
    .space-cta {
        margin-top: 40px;
    }
    .space-b-service-img {
        margin-bottom: 40px;
    }
    .thanks-para {
        font-size: 18px;
    }
    .thanks-head {
        font-size: 35px;
    }
    .navbar-brand {
        width: 180px;
    }
}

@media only screen and (max-width: 1024px) {
    .nav-item {
        margin-right: 0px !important;
    }
}
.navbar-light .navbar-toggler {
    border-color: transparent !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("assets/menu.svg");
    width: 28px !important;
    height: 28px !important;
}
