@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html {
    scroll-behavior: smooth;
}
:root {
    --bs-accordion-bg: transparent;
    --bg-grdiant: linear-gradient(to bottom, rgb(14 17 45), rgb(51 60 152));
}


* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --main-color: #2b298f;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #faf9ff;
    font-family: "Lato", serif;
    color: #19173f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h2 {
    margin-bottom: 1rem;
    font-size: 36px;
}

.btn {
    border-radius: 0;
    padding: 10px 20px;
}

.btn-primary {
    background-color: rgba(255, 255, 255, 1.0);
    color: #2b298e !important;
    border: 1px solid #8979f5;
    text-transform: none;
}

.btn-primary:hover {
    background-color: rgba(175, 175, 175, 1.0);
}

.btn-secondary {
    background-image: var(--bg-grdiant) !important;
    border-color: rgb(51 60 152) !important;
}

.btn-secondary:hover {
    background-image: linear-gradient(to bottom, rgb(17, 19, 43), rgb(42, 48, 117)) !important;
    border-color: rgb(42, 48, 117);
}



.section-p {
    padding: 80px 0;
}

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

.modal .btn-close {
    position: absolute;
    right: 0;
    z-index: 99;
}


.scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-image: var(--bg-grdiant);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    box-shadow: 0px 0px 5px #fff;
}

.scroll-top i {
    line-height: 1;
    font-size: 15px;
}


.scroll-up {
    position: fixed;
    bottom: 120px;
    right: 20px;
    display: none;
    z-index: 999;
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
    color: #ffffff;
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.overflow-x-hidden {
    overflow: hidden;
}
.container {
    padding-left: 16px;
    padding-right: 16px;
}

/* slick slider styles start  */
.slick-dots {
    bottom: 0;
    display: flex;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    width: 12px !important;
    transition: all 0.3s;
}

.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active {
    width: 24px !important;
}

.slick-dots li.slick-active button {
    width: 24px !important;
    height: 12px !important;
    border-radius: 30px;
    background: #fff;
}

.slick-dots li button:before {
    content: "";
}

/* slick slider styles end  */


/* home banner styles start  */
.home-banner-section {
    /* background-image: url(../images/home-banner.png); */
    background-image: var(--bg-grdiant);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner-list {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    height: 100vh;
    align-items: center;
}

.home-banner-list li {
    display: flex;
    align-items: center;
    width: 100%;
}

.home-banner-list li .banner-info {
    width: 50%;
}

.home-banner-list li .banner-info h1 {
    margin-bottom: 1rem;
}

.home-banner-list li .banner-info .btn {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.home-banner-list li .banner-info .btn img  {
    height: 20px;
    margin-right: 8px;
}




.home-banner-list li .banner-info p {
    margin-bottom: 1.5rem;
}


.home-banner-list li .banner-img {
    width: 50%;
    text-align: center;
}

.home-banner-list li .banner-img img {
    width: 70%;
    margin: 0 auto;
    border-radius: 6px;
}

.home-banner-list .slick-dots {
    bottom: 50px;
}

/* home banner styles end  */


/* page title block styles start  */
.page-title-block {
    background-color: var(--main-color);
    color: #fff;
}

.about-us-block {
    max-width: 685px;
}

.page-title-block h1 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 1rem;
}

.page-title-block p {
    text-align: center;
    margin: 0 auto;
}


/* page title block styles end  */


/* about styles start  */
.about-block ul li {
    margin-bottom: 50px;
}

.about-block ul li:last-child {
    margin-bottom: 0;
}

.about-block ul li h3 {
    color: #8989cc;
}

.about-block ul li h4 {
    font-size: 24px;
    margin-bottom: 12px;
}

.about-section .section-data p {
    font-size: 18px;
}

.why-choose-section {
    background-image: var(--bg-grdiant);
    color: #fff;
}

.why-choose-section .why-choose-img{
    padding-top: 40px;
}

/* about styles end  */


/* vision styles start  */
.vision-section .vision-right h2 {

    margin-bottom: 1rem;
}


/* vision styles end  */


.section-data {
    text-align: center;
}

.section-data h2 {

    margin-bottom: 1rem;
}

.section-data p {
    margin: 0 auto;
}

/* unique features block styles start  */
.unique-feature-block {
    padding: 25px 0;
    justify-content: center;
}
.unique-feat-left {
    width: max-content !important;
}
.unique-feat-left img {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    object-fit: contain;
    margin: 0 auto auto;
    display: block;
    border-radius: 6px;
}


.unique-feat-right h4 {
    font-weight: 500;
    margin-bottom: 1rem;
}

.unique-feat-right ul {
    padding-left: 35px;
    margin-bottom: 1rem;
}

.unique-feat-right ul li {
    list-style: none;
    margin-bottom: 8px;
    position: relative;
}
.unique-feat-right ul li::before {
    position: absolute;
    content: "";
    background-image: url(../images/tick.png);
    width: 15px;
    height: 15px;
    top: 6px;
    left: -24px;
    background-size: 15px;
    background-repeat: no-repeat;
}


/* unique features block styles end  */


/* modules block styles start  */
.modules-section .nav-pills .nav-link {
    text-align: left;
    color: #000;
    font-size: 18px;
    margin: 1px 0;
}
.modules-section .tab-content img {
    border-radius: 6px;
}

.modules-section .nav-pills .nav-link.active,
.modules-section .nav-pills .nav-link.active:hover,
.modules-section .nav-pills .show>.nav-link {
    background-image: var(--bg-grdiant) !important;
    color: #fff;
}

.modules-section .nav-pills .nav-link:hover {
    background-color: #ccc;
}

.module-content h2 {
    font-size: 26px;
}

.module-content p {
    text-align: justify;
}

.module-content ul {
    padding-left: 25px;
}

.module-content ul li {
    list-style: disc;
    margin-bottom: 4px;
}

/* modules block styles end  */


/* design impress styles start  */
.design-impress-section {
    color: #fff;
    background-image: var(--bg-grdiant) !important;
    padding: 40px 0;
}

.design-impress-section h2 {
    margin-bottom: 1rem;

}

/* design impress styles end  */



/* numbers list styles start  */
.numbers-list h3 {
    font-size: 48px;
}

.numbers-list p {
    font-size: 20px;
}

/* numbers list styles end  */

/* product preview styles start */
.prod-prev-img {
    position: relative;
}

.prod-prev-img button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 99;
}

.prod-prev-img button img {
    height: 50px;
}

.prod-preview-left h3 {

    margin-bottom: 1rem;
}

.prod-preview-left p {
    margin-bottom: 2rem;
}

/* product preview styles end */

/* user reviews styles start  */
.user-reviews-section {
    background-image: var(--bg-grdiant) !important;
    color: #fff;
    text-align: center;
}

.user-reviews-section h3 {

    margin-bottom: 2rem;
}

.user-reviews-list {
    padding-bottom: 50px;
}

.user-review-info {
    text-align: center;
}

.user-review-info img {
    margin: 0 auto 1rem !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.user-review-info h4 {
    margin-top: 1rem;
}


.user-review-info p {
    max-width: 600px;
    margin: 0 auto !important;
}


/* user reviews styles end  */

/* plan-card styles start  */
.plan-card {
    border: 1px solid #3c4598;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.plan-card .plan-name {
    padding: 20px 0;
    margin: 0;
    background-image: var(--bg-grdiant) !important;
    color: #fff;
    text-align: center;
}

.plan-card .card-body {
    padding: 24px;
}

.plan-card .card-body h4 {
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.plan-card .plan-features {
    padding-left: 8px;
    margin-top: 12px;
}

.plan-card .plan-features>li {
    margin-bottom: 8px;
}

.plan-card .plan-features>li>p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.plan-card .plan-desc {
    min-height: 96px;
    height: 96px;
    display: table-cell;
    vertical-align: middle;
}

.plan-card .plan-features>li ul {
    padding-left: 24px;
}

.plan-card .plan-features>li::marker {
    font-weight: 600;
    font-size: 17px;
}

.plan-card .plan-features>li li {
    list-style: disc;
    font-size: 14px;
}

.plan-card .plan-features>li p span {
    font-weight: normal;
    font-size: 14px;
    display: block;
}

/* plan-card styles end  */

/* faq styles start  */
.faq-list .accordion {
    background-color: transparent;
}

.faq-list .accordion-item {
    border: 0;
    border-radius: 0;
}

.faq-list .accordion-item .accordion-button {
    background-color: transparent;
    padding: 15px 15px 15px 10px;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    min-height: 76px;
    display: flex;
    align-items: end;
}

.faq-list .accordion-item {
    background-color: transparent;
}

.faq-list .accordion-body {
    margin-top: 10px;
    padding: 0 10px 5px;
}

/* faq styles end  */

/* module accordion styles start  */
.module-accordions .accordion-item {
    border-color: #0e112d;
    margin-bottom: 4px;
    border-radius: 10px;
}

.module-accordions .accordion-button {
    background-image: var(--bg-grdiant);
    color: #fff;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: none !important;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.module-accordions .accordion-button::after {
    content: unset;
}

.module-accordions .accordion-button.collapsed {
    border-radius: 8px !important;
}
.module-accordions .accordion-button.collapsed span::before {
    content: "\2b";
}
.module-accordions .accordion-button span::before {
    content: "\f068";
}
.module-accordions .accordion-body {
    padding: 15px;
}
.module-accordions .accordion-body img {
    border-radius: 6px;
}

/* module accordion styles end  */


/* logo slider style start  */
.logo-container {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.logo-slider {
    display: flex;
    gap: 80px;
    width: max-content;
    animation: scroll 100s linear infinite;
}
.logo-slider img {
    width: auto;
    height: 36px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.logo-container:hover .logo-slider {
    animation-play-state: paused;
}
/* logo slider style end  */

/* contact section styles start  */
.contact-section {
    background-image: var(--bg-grdiant);

}

.contact-block .contact-info {
    color: #000;
}

.contact-block .contact-info img {
    height: 14px;
}
.contact-block .contact-info a {
    text-decoration: none;
    color: #30388d;
}


.contact-form {
    border-radius: 0 6px 6px 0;
    color: #000;
    background: #f6f0ff;
    min-height: 560px;
}
.contact-form h4 {
    margin-bottom: 1rem;
}

.contact-form input,
.contact-form textarea {
    border-radius: 5px;
}
.contact-form .dashed-bottom {
    border-bottom: 2px dashed #cfbcbc;
}
/* contact section styles end  */

.widget-visible iframe {
    bottom: 100px !important;
    right: 16px !important;
}

.border-danger {
    border: 1px solid red !important;
}
.error-text-danger {
    font-size: 12px;
}
@media(max-width:991px) {
    .section-p {
        padding: 60px 0;
    }
    .home-banner-list .slick-dots {
        bottom: 0;
    }
    .about-section .section-data p {
        font-size: 17px;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .our-vision-img {
        display: block;
        margin: 0 auto;
    }

    .about-block ul li,
    .about-block ul li:last-child {
        margin-bottom: 35px;
    }

    .about-block .last-li {
        width: 100% !important;
    }

    .why-choose-img {
        width: auto !important;
        height: 300px;
        display: block;
        margin: 0 auto 15px;
    }


    .why-choose-section .why-choose-img{
        padding-top: 15px;
    }
    .unique-feature-block h2 {
        font-size: 24px;
    }

    .unique-feature-block h4 {
        margin-bottom: 1.25rem;
        font-size: 17px;
    }

    .unique-feature-block {
        padding: 20px 0;
    }

    .unique-feat-right:nth-child(even) ul {
        position: relative;
        left: 16px;
        width: calc(100% - 16px);
    }

    .numbers-list h3 {
        font-size: 40px;
    }

    .numbers-list p {
        font-size: 18px;
    }

   
}

@media(max-width:767px) {
    .why-choose-section .why-choose-img{
        padding-top: 8px;
    }
    .home-banner-list li .banner-info {
        width: 100%;
        margin: 40px 0 25px;
    }

    .home-banner-list li .banner-img {
        width: 100%;
    }

    .home-banner-list li .banner-img img {
        width: 100%;
    }

    .home-banner-list {
        height: unset;
        min-height: 100vh;
    }

    .section-p {
        padding: 50px 0;
    }

    h2 {
        font-size: 30px;
    }

    .about-section .section-data p {
        font-size: 16px;
    }

    .about-section img {
        width: 100%;
        height: auto;
    }

    .unique-feature-block img {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 15px !important;
        border-radius: 6px;
    }

    .unique-feat-right:nth-child(even) ul {
        left: 0;
        width: 100%;
    }

    footer .foot-block {
        flex: 0 0 50% !important;
        padding: 0 15px !important;
    }

    footer .module-foot-block {
        flex: 0 0 100% !important;
        margin-bottom: 15px;
    }

    footer .module-foot-block ul li:nth-child(even) {
        padding-left: 15px;
    }

    footer .copy-right-block {
        display: block !important;
    }

    .why-choose-img {
        width: 100% !important;
        height: auto;
    }

    .module-content img {
        width: 100%;
        height: auto;
    }
    .contact-block iframe {
        border-radius: 6px !important;
    }
    .contact-form {
        min-height: unset;
        border-radius: 0 0 6px 6px;
    }
    .logo-slider {
        animation: scroll 40s linear infinite;
    }

}
@media(max-width:449px) {
    .home-banner-list li .banner-info .btn img {
        height: 16px;
        margin-right: 4px;
    }
    .home-banner-list li .banner-info .btn {
        padding: 7px 8px;
        font-size: 14px;
    }
}

@media(max-width:349px) {
    
    .numbers-list>div {
        margin-bottom: 20px;
    }

    footer .foot-block {
        flex: 0 0 100% !important;
        padding: 0 15px !important;
        margin-bottom: 15px;
    }

    footer .modules-list li {
        width: 100%;
        padding: 0 !important;
    }
}