@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');

:root{
    --primary-color: #583ABB;
    --secondary-color: #7F65D2;
    --tertiary-color: #BC74C8;
    --dark-theme-color: #270074;
    --grey-color: #2B2B2B;
}

body{
    color: #181818;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

a{
    display: inline-block;
    color: #181818;
    text-decoration: none;
}

ul, ol, figure{
    padding: 0;
    margin: 0;
}

img{
    max-width: 100%;
}

p:last-child{
    margin-bottom: 0!important;
}

.navbar-toggler:focus{
    box-shadow: none;
}

/* -- default -- */
.aclonica-font{
    
    font-family: "Aclonica", sans-serif;
}
.bg-primary{
    background-color: var(--primary-color)!important;
}
.bg-secondary{
    background-color: var(--secondary-color)!important;
}
.bg-tertiary{
    background-color: var(--tertiary-color);
}
.bg-light{
    background-color: #F9F9F9!important;
}
.bg-light-tertiary{
    background-color: #F4EEFF;
}

.text-primary{
    color: var(--primary-color)!important;
}
.text-secondary{
    color: var(--secondary-color)!important;
}
.text-tertiary{
    color: var(--tertiary-color)!important;
}
.text-success{
    color: #2D9458!important;
}
.text-grey{
    color: #BEBEBE;
}
.text-theme{
    color: #560E96!important;
}

/* social-media */
.social-media li{
    margin: 0 4px;
}
.social-media li a{
    color: #fff;
    display: block;
    padding: 0 5px;
}

.fs-sm{
    font-size: 0.9rem!important;
}
.fs-lg{
    font-size: 1.25rem!important;
}
.fs-xl{
    font-size: 1.4rem!important;
}

.fw-semibold{
    font-weight: 600;
}
.fw-medium{
    font-weight: 500;
}

.text-transform-none{
    text-transform: none!important;
}

/* title-style */
.title-style{
    display: inline-block;
    font-size: 1.8rem;
    color: #560E96;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* heading */
.heading{
    color: #454545;
    font-size: 1.8rem;
}
.heading span{
    color: #4E2A84;
}
.heading-lg{
    font-size: 2.5rem;
}
.heading-md{
    font-size: 2rem;
    line-height: 1.4;
}

/* icon-box */
.icon-box{
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
}
.icon-box img{
    display: inline-block;
}

/* btn */
.btn{
    color: #fff;
    background-color: var(--secondary-color);
    padding: 0.4rem 1.4rem;
    border-radius: 0px;
}
.btn:hover{
    background: #351E69;
    color: #fff;
}
.btn img{
    vertical-align: 0.1rem;
    margin-left: 5px;
}
.btn.bordered{
    border-color: #351E69;
}

.btn.btn-white{
    background-color: #fff;
    color: var(--primary-color);
}
.btn.btn-white:hover{
    color: #fff;
    background: var(--secondary-color);
}

.btn-primary{
    background-color: #270073!important;
    border-color: #270073!important;
}
.btn-primary:hover{
    background-color: var(--secondary-color)!important;
    border-color: var(--secondary-color)!important;
}
.btn-secondary{
    background-color: var(--secondary-color)!important;
    border-color: #4D2A84!important;
}
.btn-secondary:hover{
    background-color: var(--tertiary-color)!important;
    border-color: var(--tertiary-color)!important;
}
.btn-tertiary{
    background-color: var(--tertiary-color)!important;
    border-color: #4D2A84;
}
.btn-tertiary:hover{
    background-color: #4D2A84!important;
}

.btn-rounded{
    border-radius: 100px;
}

/* icon-btn */
.btn.icon-btn{
    position: relative;
    padding: 10px 55px 10px 20px;
    color: #181818;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.251) inset;
    border-radius: 50px;
    border: 0;
}
.btn.icon-btn .icon-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #6439C6;
    background: #E4D9FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

/* text-link-btn */
.text-link-btn{
    font-size: 21px;
    padding-bottom: 5px;
}
.text-link-btn *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-link-btn img{
    position: relative;
    width: 30px;
    left: 3px;
}
.text-link-btn:hover{
    color: var(--primary-color);
    text-decoration: underline;
}
.text-link-btn:hover img{
    left: 6px;
}

.btn.btn-static{
    cursor: default;
}
.btn.btn-static:active,
.btn.btn-static:hover{
    color: #fff;
    background-color: var(--secondary-color);
    border: none;
}

/* block-space */
.block-space{
    padding-top: 90px;
    padding-bottom: 90px;
}

.rounded-3{
    border-radius: 10px!important;
}
.rounded-4{
    border-radius: 22px!important;
}
.rounded-5{
    border-radius: 28px!important;
}


/* slick-slider */
.slick-slide img{
    display: inline-block;
}
div[class*="swiper-button"]{
    background: linear-gradient(180deg, #6439C6 0%, #7E65D1 100%);
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    border: 0;
}
div[class*="swiper-button"]:hover{
    background: linear-gradient(180deg, #7E65D1 0%, #6439C6 100%);
}
div[class*="swiper-button"]::after{
    display: none;
}
.swiper-button-prev{
    left: 45.8%;
    right: auto;
}
.swiper-button-next{
    left: auto;
    right: 45.8%;
}
.slider-buttons{
    display: flex;
}
.slider-buttons div[class*="swiper-button"]{
    position: relative;
    left: auto;
    right: auto;
    margin: 0 5px;
}

/* -- form-wrap -- */
.form-wrap{
    padding: 30px 35px;
    border: 1px solid var(--tertiary-color);
    box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-wrap:hover{
    box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.2);
}
.form-group label{
    position: relative;
    color: #3C3C3C;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 4px;
}
.form-group label.required::after{
    content: "*";
    color: #FF0000;
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--primary-color);
}
.form-control{
    padding: 0.6rem 0.8rem;
    border-color: #a8a8a8;
    border-radius: 0;
}
/* file-input */
.file-input{
    position: relative;
    border: 1px solid #a8a8a8;
    z-index: 1;
}
.file-input > label{
    width: 180px;
    text-align: center;
    position: absolute;
    top: 50%;
    padding: 5px 5px;
    left: 0;
    transform: translateY(-50%);
    border-right: 1px solid #a8a8a8;
    margin: 0;
}
.file-input > label svg path{
    fill: #560E96;
}
.file-input input[type="file"]{
    position: relative;
    z-index: 1;
    border: 0;
}
.file-input input[type="file"]::file-selector-button {
    width: 180px;
    visibility: hidden;
    border: 0 1px 0 0;
    border-color: #a8a8a8;
    background-color: transparent;
}
.file-input input[type="file"]::file-selector-button:hover {
  cursor: pointer;
}

/* nice-select */
.nice-select::after{
    width: 7px;
    height: 7px;
}
.nice-select .list{
    color: #181818;
    width: 100%;
    border-radius: 0;
    max-height: 200px;
    overflow-y: auto;
}
.nice-select .list .option{
    color: #666;
}
.nice-select .list .option.selected.focus{
    color: var(--primary-color);
    background-color: #E5DAFF;
    font-weight: 500;
}
/* select-light */
.nice-select.select-light{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.nice-select.select-light::after{
    border-color: #fff;
}

/* custom-range */
.custom-range {
  width: 100%;
  padding-left: 0; /* Firefox specific*/
  background-color: transparent;
  appearance: none;
  border-radius: 12px;
}
.custom-range:focus {
    outline: none;
    /* // Pseudo-elements must be split across multiple rulesets to have an affect.
    // No box-shadow() mixin for focus accessibility. */
}
/* .custom-range::-webkit-slider-thumb{ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
.custom-range::-moz-range-thumb{ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
.custom-range::-ms-thumb{ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } */
.custom-range::-moz-focus-outer {
    border: 0;
}
/* .custom-range:active {
    background-color: #E5DAFF;
} */
.custom-range::-webkit-slider-thumb{
    width: 15px;
    height: 15px;
    margin-top: ((4px - 15px) / 2); /* Webkit specific*/
    background-color: #fff;
    border: 3px solid var(--secondary-color);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    appearance: none;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent;
    border-radius: 5px;
}
.custom-range::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid var(--secondary-color);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    appearance: none;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 4px;
    color: transparent;
    cursor: pointer;
    background-color: #fff;
    border-color: transparent; /* Firefox specific?*/
    border-radius: 5px;
}
.custom-range::-ms-thumb {
    width: 10px;
    height: 10px;
    margin-top: 0; /* Edge specific*/
    background-color: #fff;
    border: 3px solid var(--secondary-color);
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    appearance: none;
}
.custom-range::-ms-track {
    width: 100%;
    height:4px;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: (10px * .5);
}
.custom-range::-ms-fill-lower {
    background-color: #fff;
    border-radius: 5px;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #fff;
    border-radius: 5px;
}


/* column-design-1 */
.column-design-1{
    position: relative;
    top: 0;
    background-color: #F8F5FF;
    border-color: var(--secondary-color);
    border-radius: 0 30px 0 0;
    height: 100%;
    box-shadow: 0 5px 20px -5px rgba(31, 24, 44, 0);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.column-design-1 *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.column-design-1 .card-header{
    padding: 0.9rem 1.4rem;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: 0;
}
.column-design-1 .card-header .title{
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 0;
}
.column-design-1 .card-body{
    display: flex;
    align-items: center;
}
.column-design-1 .card-body .content{
    width: 60%;
}
.column-design-1 .card-body figure{
    width: 40%;
}
.column-design-1:hover{
    top: -4px;
    box-shadow: 0 5px 20px -5px rgba(31, 24, 44, 0.2);
}

/* column-design-2 */
.column-design-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #EFE8FF;
    border: 1px solid #560E96;
    border-radius: 19px;
    height: 100%;
    padding: 20px;
    box-shadow: 0 5px 20px -5px rgba(31, 24, 44, 0);
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.column-design-2:hover{
    box-shadow: 0 5px 15px -5px rgba(31, 24, 44, 0.3);
}
.column-design-2 figure{
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.column-design-2 figure img{
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
    width: 100%;
    height: 100%;
}
.column-design-2 .content .title{
    font-size: 1.2rem;
    font-weight: 600;
}
.column-design-2 .content ul li{
    position: relative;
    padding-left: 25px;
}
.column-design-2 .content ul li svg{
    font-size: 0.9rem;
    position: absolute;
    top: 8px;
    left: 2px;
}
.column-design-2 .content ul li svg{
    color: #383838;
}
.column-design-2 .content .lic-number{
    font-size: 1.1rem;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 236, 255, 0),
                0 0 0 0.1em rgba(242, 236, 255, 0.2),
                0 0 0 0.5em rgba(242, 236, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.1em rgba(242, 236, 255, 0.2),
                0 0 0 0.5em rgba(242, 236, 255, 0.3),
                0 0 0 0.8em rgba(242, 236, 255, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 236, 255, 0),
                0 0 0 0.1em rgba(242, 236, 255, 0.2),
                0 0 0 0.5em rgba(242, 236, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.1em rgba(242, 236, 255, 0.2),
                0 0 0 0.5em rgba(242, 236, 255, 0.3),
                0 0 0 0.8em rgba(242, 236, 255, 0);
  }
}



/* ---- Header ---- */
header{
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* topbar */
header .topbar{
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .topbar .side-info a{
    color: #fff;
}
header .topbar .side-info .phone-number{
    font-size: 1.2rem;
    font-weight: 600;
}
header .topbar .side-info .phone-number .icon-box{
    position: relative;
    font-size: 1rem;
    background-color: #582B9B;
    animation: ripple 0.7s linear infinite;
    z-index: 1;
}
header .topbar .side-info .phone-number .icon-box > *{
    animation: pulse 1.5s infinite;
}


header .topbar .side-info .button{
    background-color: var(--primary-color);
    padding: 8px 15px;
}
header .topbar .side-info .button .icon-box{
    vertical-align: middle;
    line-height: normal;
    border: 2px solid #4727AF;
}
header .topbar .side-info .button:hover .icon-box{
    background-color: #4727AF;
}

header .navbar-brand img{
    width: 220px;
    transition: all 0.3s ease-in-out;
}

/* navbar */
header .navbar-nav{
    flex-wrap: wrap;
}
header .navbar-nav .nav-item .nav-link{
    color: #181818;
    cursor: pointer;
    padding: 0.8rem 0.5rem;
}
header .navbar-nav .nav-item:hover .nav-link,
header .navbar-nav .nav-item .nav-link.active,
header .navbar-nav .nav-item .nav-link.show{
    color: var(--secondary-color);
}
/* dropdown-menu */
header .navbar-nav .nav-item.dropdown .dropdown-toggle::after{
    content: "\f107";
    font-size: 0.7rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    vertical-align: .18em;
    border: 0;
}
header .navbar-nav .dropdown-menu-column{
    background-color: #F9F9F9;
    border: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    animation: fadeIn 0.3s ease-in-out forwards;
}
header .navbar-nav .dropdown-menu-column.dropdown-center{
    left: 0;
    right: 0;
}
header .navbar-nav .dropdown-menu-column.dropdown-right{
    left: auto;
    right: 0;
}
header .navbar-nav .dropdown-menu-column ul{
    list-style-type: none;
}
header .navbar-nav .dropdown-menu-column ul li *{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item{
    display: flex;
    align-items: center;
    color: #181818;
    font-weight: 300;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    border-radius: 0 10px 10px 0;
}
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    background-color: #E5DAFF;
    border-radius: 100%;
    margin-right: 10px;
}
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item .icon img{
    transform: scale(1.02);
}
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item:hover,
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item.active{
    color: #fff;
    background-color: var(--secondary-color);
}
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item:hover .icon,
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item.active .icon{
    background-color: #492DA5;
}
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item:hover .icon img,
header .navbar-nav .dropdown-menu-column ul li a.dropdown-item.active .icon img{
    transform: scale(1.1);
    filter:  contrast(0%) brightness(300%);
}

header .navbar .navbar-toggler{
    border: 0;
}

/* sticky */
header.sticky .topbar{
    display: none;
}
header.sticky{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 8px 14px -8px rgba(83, 83, 83, 0.5);
    z-index: 100;
}
header.sticky .navbar-brand img{
    width: 180px;
}


/* ---- banner-section ---- */
.banner-section{
    position: relative;
    padding-bottom: 90px;
}
.banner-section .banner-slider{
    /* background: url(../images/banner/banner-bg-image.jpg) no-repeat center / cover; */
    clip-path: polygon(0 0%, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}
.banner-section .arrow-img{
    width: 100%;
    height: 70px;
    background: url(../images/big-arrow-img.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    bottom: 45px;
}
.banner-section .moving-arrow{
    position: absolute;
    left: 49.8%;
    bottom: 0;
    transform: translateX(-50%);
    animation: bounce 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes bounce {
    0%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-10px);
    }
}


.banner-section .swiper-slide{
    background: url(../images/banner/banner-bg-image.jpg) no-repeat center / cover;
    display: flex;
    justify-content: center;
    /* height: 650px; */
    height: 82vh;
}
.banner-section .slide-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-section .slide-image img{
    opacity: 1;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner-section .slide-content{
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.banner-section .slide-content .caption{
    width: 90%;
}
.banner-section .slide-content .caption .title{
    font-size: 3rem;
    font-weight: 700;
}
.banner-section .slide-content .caption p{
    font-size: 1.2rem;
    margin-bottom: 0;
}
.banner-section .slide-content .caption .btn svg{
    font-size: 1rem;
}

.banner-section .swiper-slide.slide-reverse{
    flex-direction: row-reverse;
}
.banner-section  .swiper-slide.slide-reverse .slide-content{
    justify-content: end;
}
/* .banner-section .swiper-slide *{
    animation-duration: 1.5s;
    transition: all 0.8s ease 0.5s;
} */
.banner-section .swiper-slide.swiper-slide-active .slide-image img{
    -webkit-animation-duration: 7.5s;
    animation-duration: 7.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-name: zoomInImage;
}
.banner-section .swiper-slide.swiper-slide-active .title{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.banner-section .swiper-slide.swiper-slide-active p{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-name: fadeInUp;
    animation-delay: 1s;
}
.banner-section .swiper-slide.swiper-slide-active .btn{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-name: fadeInUp;
    animation-delay: 1.4s;
}

/*  */
@keyframes zoomInImage {
  from {
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}


/* ---- about-section ---- */
.about-section{
    position: relative;
}
.about-section::after{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg/mortgage-logo-icon.svg) no-repeat center / 30%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}
.about-section p{
    color: #2B2B2B;
    font-size: 1.1rem;
    margin-bottom: 10px;
}


/* ---- solution-section ---- */
.solution-section{
    position: relative;
    z-index: 1;
}
.solution-section::before{
    content: "";
    width: 100%;
    height: 50.5%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F4EEFF;
    z-index: -1;
}
/* column-design */
.solution-section .column-design{
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid #560E96;
    border-radius: 15px;
    margin: 0 10px;
    overflow: hidden;
}
.solution-section .column-design *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.solution-section .column-design .image-box{
    height: 185px;
    overflow: hidden;
}
.solution-section .column-design .image-box img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
}
.solution-section .column-design .content{
    font-size: 0.9rem;
    line-height: 1.5;
    position: relative;
    padding: 15px 16px 40px;
    height: calc(100% - 185px);
}
.solution-section .column-design .title{
    color: #560E96;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}
.solution-section .column-design:hover{
    color: #fff;
    background-color: var(--secondary-color);
    /* background: -webkit-linear-gradient(180deg, #270073 4%, #683BCF 101.97%);
    background: -moz-linear-gradient(180deg, #270073 4%, #683BCF 101.97%);
    background: -o-linear-gradient(180deg, #270073 4%, #683BCF 101.97%);
    background: linear-gradient(180deg, #270073 4%, #683BCF 101.97%); */
}
.solution-section .column-design:hover .image-box img{
    transform: scale(1.1);
}
.solution-section .column-design .btn{
    font-size: 0.9rem;
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
    padding: 0.3rem 1.6rem;
    position: absolute;
    left: 50%;
    bottom: 13px;
    transform: translateX(-50%);
}
.solution-section .column-design:hover .title,
.solution-section .column-design:hover .link-btn{
    color: #fff!important;
}
.solution-section .column-design:hover .btn{
    font-size: 0.9rem;
    color: #fff;
    background-color: var(--primary-color);
}
.solution-section .swiper .swiper-slide{
    height: auto;
}


/* ---- cta-block ---- */
.cta-block .title{
    font-size: 2.8rem;
    font-weight: 400;
}
.cta-block .btn{
    font-family: "Aclonica", sans-serif;
    font-size: 1.4rem;
    background-color: var(--dark-theme-color);
}
.cta-block .btn:hover{
    color: var(--dark-theme-color);
    background-color: #fff;
}


/* ---- process-section ---- */
.process-section .process-wrapper{
    position: relative;
    z-index: 1;
}
.process-section .process-wrapper::before{
    content: "";
    width: 70%;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    border-top: 1px solid #888;
    position: absolute;
    z-index: -1;
}
.process-section .process-wrapper .column *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.process-section .process-wrapper .icon-box{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #7650CE;
    transform: scale(1);
}
.process-section .process-wrapper .title{
    font-size: 24px;
    font-weight: 400;
}
.process-section .process-wrapper .column:hover .icon-box{
    background-color: var(--dark-theme-color);
    transform: scale(1.1);
}
.process-section .process-wrapper .column:hover .title{
    color: var(--dark-theme-color);
}



/* ---- calculator-section ---- */
.calculator-section .counter-box{
    background-color: #fff;
    padding: 25px 25px;
    border: 1px solid transparent;
    border-radius: 18px;
}
.calculator-section .counter-box .number{
    color: #7650CE;
    font-size: 40px;
}
.calculator-section .counter-box p{
    color: #7650CE;
    font-size: 20px;
}
.calculator-section .counter-box .count-number{
    color: #5A5A5A;
    font-size: 45px;
    margin-bottom: 10px;
}
.calculator-section .counter-box:hover{
    background-color: #FAEFFF;
    border: 1px solid var(--secondary-color);
}
.calculator-section .btn{
    background-color: #4E2A84;
}
.calculator-section .btn:hover{
    background-color: var(--primary-color);
}


/*  */
.theme-btn{
    background-color: var(--secondary-color);
    padding: 8px 25px;
    border-radius: 50px;
    border-color: #4D2A84;
}
.theme-btn:hover{
    color: #fff;
    background-color: #4D2A84;
}



/* ---- review-section ---- */
.review-section{
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}
.review-section .heading{
    font-size: 50px;
}
.review-section .testimonials-slider{
    width: 1200px;
    transform: translateX(6%);
}
.review-block{
    position: relative;
    background-color: #E4D9FF;
    padding: 35px 40px 80px;
    margin: 0 15px;
    border-radius: 28px;
}
.review-block::after{
    content: "";
    background: url(../images/leaf-img.svg) no-repeat 40px bottom / 80px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.review-block .user-info figure{
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}
.review-block .user-info .content-txt .user-name{
    font-size: 21px;
}
.review-block .user-info .content-txt .date{
    font-size: 14px;
}
.review-section .testimonials-slider .slick-arrow{
    background: #B18ABF;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.review-section .testimonials-slider .slick-arrow:hover{
    background: var(--secondary-color);
}
.review-section .testimonials-slider .slick-prev.slick-arrow{
    left: -5%;
    right: auto;
}
.review-section .testimonials-slider .slick-next.slick-arrow{
    left: auto;
    right: -5%;
}


/* ---- cta-section ----- */
.cta-section .cta-wrap{
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 0 0 180px 0;
    border-left: 12px solid #E4D9FF;
    border-right: 12px solid #E4D9FF;
}
.cta-section .cta-wrap p{
    color: #fff;
    font-size: 28px;
    line-height: normal;
}
.cta-section .cta-wrap figure{
    width: 240px;
}


/* ---- footer ---- */
footer{
    background-color: #F8F5FF;
    overflow: hidden;
}
footer .fsra-number{
    display: inline-block;
    background-color: #5A3CBA;
    color: #fff;
    font-size: 1.2rem;
    padding: 3px 20px;
    border-radius: 50px;
}
footer .widget-title{
    color: #181818;
    font-size: 28px;
    margin-bottom: 20px;
}
footer .widget-box .link-list li{
    position: relative;
    padding: 2px 5px 2px 30px;
    margin-bottom: 8px;
}
footer .widget-box .link-list li a{
    font-size: 18px;
    display: block;
}
footer .widget-box .link-list li a:hover{
    color: var(--primary-color);
}
footer .widget-box .link-list li img{
    position: absolute;
    left: 0;
    top: 12px;
}
/* contact-info */
footer .contact-info{
    position: relative;
    z-index: 1;
}
footer .contact-info::after{
    content: "";
    width: 2088px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -40px;
    right: auto;
    background-color: #EEE7FF;
    z-index: -1;
}
footer .contact-info .btn{
    background-color: #560E96;
}
footer .contact-info .btn:hover{
    background-color: var(--dark-theme-color);
}
footer .contact-info .widget-box .link-list li img{
    width: 20px;
    left: 0;
    top: 6px;
}


/* copyright */
footer .copyright{
    background-color: var(--secondary-color);
}
footer .copyright img{
    width: 15px;
}


/* -- scroll-top -- */
.scroll-top{
    cursor: pointer;
    opacity: 0;
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    bottom: 50px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    animation: bounce 1.5s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 100;
}


/* -- Page banner -- */
.page-banner{
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 225px;
}
.page-banner .title{
    color: #4E2A84;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.page-banner .title span:nth-child(2){
    color: #351E69;
}


/* ---- About us page ---- */
.about-page .image-box{
    border-radius: 11px;
    overflow: hidden;
}
.about-page .info-text > *{
    font-size: 2.4rem;
}


/* ---- page-wrap ---- */
.page-wrap p{
    color: #2B2B2B;
    font-size: 1.05rem;
}

/* ---- Services page ---- */
.services-page .sub-title{
    font-size: 1.4rem;
    font-weight: 400;
}
.services-page .image-box{
    position: relative;
    padding: 0 20px 20px 0;
    z-index: 1;
}
.services-page .image-box::after{
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid var(--secondary-color);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* cta-wrapper */
.cta-wrapper p{
    font-size: 2rem;
    font-weight: 400;
    line-height: normal;
}
.cta-wrapper .btn-static{
    font-family: "Aclonica", sans-serif;
    color: #fff;
    font-size: 1.7rem;
    background-color: var(--dark-theme-color);
    padding: 0.4rem 1.4rem;
    border-radius: 100px;
}

/* -- Apply now page -- */
.apply-now-page .form-wrap{
    background: url(../images/bg/bg-vector-img1.svg) no-repeat center / cover #7E65D1;
}
.apply-now-page .form-wrap label{
    color: #fff;
}
.apply-now-page .form-wrap .form-control{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.apply-now-page .form-wrap .btn.btn-white{
    color: #270074;
}
.apply-now-page .form-wrap .btn.btn-white:hover{
    color: #fff;
    background: var(--dark-theme-color);
}


/* -- calculator-page -- */
.calculator-wrapper-1 .form-wrap{
    background-color: #EAE4FF;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.calculator-wrapper-1 .form-wrap .left-column,
.calculator-wrapper-1 .form-wrap .right-column{
    padding: 2.5rem 2.5rem;
    position: relative;
}
.calculator-wrapper-1 .form-wrap .left-column *{
    font-weight: 500;
}
.calculator-wrapper-1 .form-wrap .form-control{
    font-weight: 400;
    border-color: #5C3BC6;
    border-radius: 100px;
}
.calculator-wrapper-1 .form-wrap .form-control .list{
    border-radius: 10px;
}
.calculator-wrapper-1 .form-wrap .right-column{
    background-color: #C4B2FF;
    border-top-left-radius: 0!important;
    border-end-start-radius: 0!important;
}
.calculator-wrapper-1 .form-wrap .right-column p img{
    width: 20px;
}
.calculator-wrapper-1 .form-wrap .right-column .amount-box{
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 2.6rem;
    font-weight: 700;
    background-color: var(--primary-color);
    border: 1px solid #4E2A84;
}
.calculator-wrapper-1 .form-wrap .right-column .details-box *{
    color: #fff;
}
.calculator-wrapper-1 .form-wrap .right-column .details-box{
    background-color: var(--secondary-color);
}
.calculator-wrapper-1 .form-wrap .right-column .details-box .icon-box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.calculator-wrapper-1 .form-wrap .right-column .details-box .icon-box img{
    max-width: 50%;
}
/* counter-section */
.bg-grey{
    background-color: #FAFAFA;
}
.calculator-page .counter-wrap{
    background-color: #EAE4FF;
    border-radius: 100px 0 100px 0;
    border-left: 10px solid #6647C8;
    border-right: 10px solid #6647C8;
}
.calculator-page .counter-wrap .counter-box{
    position: relative;
}
.calculator-page .counter-wrap .counter-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /* border-right: 1px solid var(--primary-color); */
    height: 100%;
}
.calculator-page .counter-wrap .counter-box:not(:last-child)::after{
    border-right: 1px solid var(--primary-color);
}
.calculator-page .counter-wrap .counter-box .number{
    font-size: 2.8rem;
}
.calculator-page .counter-wrap .counter-box .count-number{
    color: var(--primary-color);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}


/* ---- join-us-page ---- */
.join-us-page .form-wrap{
    background-color: #F8F5FF;
}
.join-us-page .form-wrap .form-control{
    background-color: transparent;
}


/* ---- Contact us page ---- */
.contact-page .info-block{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background: url(../images/bg/polygon-shape-vector-img.svg) no-repeat, url(../images/bg/polygon-shape-vector-img.svg) no-repeat, #7F65D2;
    background-position: -100px -65px, 370px 50px;
    padding: 60px 20px;
    border-radius: 10px;
}
.contact-page .info-block .icon{
    width: 34px;
    display: inline-block;
    margin-right: 6px;
}
.contact-page .info-block a{
    color: #fff;
}





/* ---- Responsive ---- */
@media only screen and (min-width: 1800px){
    .banner-section .slide-content .caption{
        width: 70%;
    }
}

@media only screen and (min-width: 1200px){
    header .navbar-nav .nav-item{
        margin: 0 6px;
    }
    header .dropdown-menu.three-column {
        min-width: 700px;
    }
    header .dropdown-menu.two-column {
        min-width: 600px;
    }
    
}

@media only screen and (max-width: 1199px){
    .heading-lg{
        font-size: 2rem;
    }
    .heading-md{
        font-size: 1.7rem;
    }

    header .navbar-brand img{
        width: 180px;
    }
    header .navbar-nav{
        margin: 0 4px;
    }

    .banner-section .banner-slider{
        clip-path: polygon(0 0%, 100% 0%, 100% 84%, 50% 100%, 0 84%);
    }
    .banner-section .slide-content .caption {
        width: 95%;
    }
    .banner-section .swiper-slide .caption .title{
        font-size: 2.5rem;
    }

    .calculator-section .counter-box{
        padding: 20px 20px;
    }
    .calculator-section .counter-box .count-number{
        font-size: 40px;
    }

    .cta-block .title {
        font-size: 2.6rem;
    }
    .cta-block .btn{
        font-size: 1.3rem;
    }

    footer .widget-title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    footer .widget-box .link-list li a{
        font-size: 16px;
    }
    footer .contact-info::after{
        left: 0;
    }

    .cta-wrapper p{
        font-size: 1.7rem;
    }
    .cta-wrapper .btn-static{
        font-size: 1.4rem;
    }

    .calculator-page .counter-wrap{
        border-radius: 80px 0 80px 0;
    }
    .calculator-page .counter-wrap .counter-box .number{
        font-size: 2.2rem;
    }
    .calculator-page .counter-wrap .counter-box .count-number{
        font-size: 2.5rem;
    }

    .cta-section .cta-wrap{
        border-radius: 0 0 130px 0;
    }
    .cta-section .cta-wrap figure{
        width: 200px;
    }
    .cta-section .cta-wrap p{
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px){
    header .nav-item.dropdown:hover .nav-link.dropdown-toggle + .dropdown-menu{
        display: block;
    }
    header .dropdown-menu[data-bs-popper]{
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px){
    .heading-lg{
        font-size: 1.7rem;
    }
    .heading-md{
        font-size: 1.4rem;
    }

    .block-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .fs-lg{
        font-size: 1.1rem!important;
    }
    .fs-xl{
        font-size: 1.3rem!important;
    }

    .title-style{
        font-size: 1.6rem;
    }
    .heading{
        font-size: 1.5rem;
    }

    header .navbar-collapse{
        background-color: #FBF9FF;
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
        padding: 5px 15px;
        z-index: 100;
        box-shadow: 0 8px 8px -4px rgba(83, 83, 83, 0.6);
    }
    header .navbar-nav .dropdown-menu-column{
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #FAEFFF;
        margin: 0;
    }
    
    .banner-section .banner-slider{
        clip-path: polygon(0 0%, 100% 0%, 100% 86%, 50% 100%, 0 86%);
    }
    .banner-section .slide-content .caption .title{
        font-size: 2.1rem;
    }
    .banner-section .slide-content .caption p{
        font-size: 1rem;
    }
    .banner-section .swiper-slide .caption .btn{
        text-wrap: nowrap;
        padding: 0.3rem 1rem;
    }
    .banner-section .swiper-slide .caption .btn,
    .banner-section .slide-content .caption .btn svg {
        font-size: 0.9rem;
    }

    .about-section p{
        font-size: 1rem;
    }

    .cta-block .title{
        font-size: 2.1rem;
    }
    .cta-block .btn{
        font-size: 1.1rem;
    }

    .process-section .process-wrapper .title{
        font-size: 22px;
    }

    .about-page .info-text > *{
        font-size: 2rem;
    }

    .cta-section .cta-wrap{
        border-left-width: 8px;
        border-right-width: 8px;
    }

    footer .contact-info::after {
        left: -20px;
    }
    
    .page-banner{
        height: 200px;
    }
    .page-banner .title{
        font-size: 1.6rem;
    }
    
    .cta-wrapper p {
        font-size: 1.5rem;
    }
    .cta-wrapper .btn-static{
        font-size: 1.1rem;
    }
    .services-page .image-box{
        padding: 0 10px 10px 0;
    }
    .services-page .image-box::after{
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }

    .form-wrap{
        padding: 20px 25px;
    }

    .column-design-1 .card-body{
        flex-wrap: wrap;
        gap: 15px;
    }
    .column-design-1 .card-body .content,
    .column-design-1 .card-body figure{
        width: 100%;
    }

    .calculator-page .counter-wrap .counter-box:not(:last-child)::after{
        border-right: 0;
    }

    .scroll-top{
        bottom: 70px;
    }
}

@media only screen and (max-width: 767px){
    p{
        margin-bottom: 0.8rem;
    }
    
    .btn.icon-btn{
        padding: 6px 45px 6px 15px;
    }
    .btn.icon-btn .icon-box{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .banner-section{
        padding-bottom: 70px;
    }
    .banner-section .swiper-slide{
        height: 63vh;
    }
    .banner-section .arrow-img{
        height: 40px;
        bottom: 42px;
    }
    .banner-section .slide-content .caption .title{
        font-size: 1.8rem;
    }
    .banner-section .swiper-slide .caption .btn,
    .banner-section .slide-content .caption .btn svg {
        font-size: 0.8rem;
    }

    .slider-buttons div[class*="swiper-button"]{
        margin: 0 15px;
    }
    
    .cta-block .title{
        font-size: 1.8rem;
    }
    .cta-block .btn{
        font-size: 1rem;
    }

    .process-section .process-wrapper::before{
        display: none;
    }
    
    .cta-section .cta-wrap{
        border-radius: 0 0 100px 0;
    }
    .cta-section .cta-wrap p{
        font-size: 20px;
    }
    .cta-section .cta-wrap figure{
        margin-top: -50px;
    }
    .cta-section .cta-wrap figure {
        width: 160px;
    }
    
    .page-banner{
        height: 175px;
    }
    .page-banner .title{
        font-size: 1.3rem;
    }
    
    .about-page .info-text > *{
        font-size: 1.8rem;
    }

    .services-page .sub-title{
        font-size: 1.25rem;
    }
    .cta-wrapper p {
        font-size: 1.3rem;
    }
    .cta-wrapper .btn-static{
        font-size: 1rem;
    }

    .column-design-1 .card-header .title{
        font-size: 1.2rem;
    }
    .calculator-wrapper-1 .form-wrap .left-column, .calculator-wrapper-1 .form-wrap .right-column{
        padding: 1.5rem;
    }
    .calculator-wrapper-1 .form-wrap .right-column .amount-box{
        font-size: 2rem;
        padding: 5px 20px;
    }
    .calculator-wrapper-1 .form-wrap .right-column .details-box .border-end{
        border: none!important;
    }
}

@media only screen and (max-width: 575px){
    .heading-lg{
        font-size: 1.4rem;
    }
    .heading-md{
        font-size: 1.25rem;
    }
    
    .heading {
        font-size: 1.2rem;
    }

    .fs-lg{
        font-size: 1rem!important;
    }
    .fs-xl{
        font-size: 1.15rem!important;
    }
    .title-style {
        font-size: 1.4rem;
    }
    
    .block-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    header .topbar .side-info .button{
        padding: 6px 10px;
    }
    .banner-section .banner-slider{
        clip-path: polygon(0 0%, 100% 0%, 100% 88%, 50% 100%, 0 88%);
    }
    .banner-section .swiper-slide {
        height: 50vh;
    }
    .banner-section .slide-content .caption {
        width: 98%;
    }
    .banner-section .slide-content .caption .title{
        font-size: 1.3rem;
    }
    .banner-section .slide-content .caption p{
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .banner-section .swiper-slide .caption .btn{
        padding: 0.2rem 0.8rem;
    }
    
    .about-section p{
        font-size: 1rem;
    }
    
    .cta-block .title{
        font-size: 1.5rem;
    }
    
    .calculator-section .counter-box {
        padding: 15px 10px;
    }
    .calculator-section .counter-box .btn{
        padding: 0.3rem 1.1rem;
    }

    .cta-section .cta-wrap figure{
        display: none;
    }
    
    .page-banner {
        height: 165px;
    }

    .about-page .info-text > *{
        font-size: 1.5rem;
    }

    .calculator-page .counter-wrap{
        border-radius: 60px 0 60px 0;
        border-left-width: 6px;
        border-right-width: 6px;
    }
    
    .scroll-top{
        bottom: 80px;
    }
}

@media only screen and (max-width: 480px){
    .banner-section .swiper-slide {
        height: 45vh;
    }
    
    .banner-section .swiper-slide .caption .btn,
    .banner-section .slide-content .caption .btn svg {
        font-size: 0.8rem;
    }

}

@media only screen and (max-width: 400px){
    .banner-section {
        padding-bottom: 60px;
    }
    .banner-section .swiper-slide {
        height: 40vh;
    }
    .banner-section .arrow-img {
        height: 25px;
    }
    .banner-section .slide-content .caption .title{
        font-size: 1rem;
    }
    .banner-section .slide-content .caption p{
        font-size: 0.6rem;
    }
    .banner-section .swiper-slide .caption .btn{
        padding: 0.1rem 0.5rem;
    }
    .banner-section .swiper-slide .caption .btn,
    .banner-section .slide-content .caption .btn svg {
        font-size: 0.5rem;
    }
}