.albert-sans{
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "DM Sans", sans-serif;
    color: #000;
}
::selection {
    background-color: #2196f3;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}
a, button {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}
a:hover{
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}
.my-120{
    margin-top:120px;
    margin-bottom:120px;
}
.mt-120{
    margin-top:120px;
}
.mb-120{
    margin-bottom:120px;
}
.my-80{
    margin-top:80px;
    margin-bottom:80px;
}
.mt-80{
    margin-top:80px;
}
.mb-80{
    margin-bottom:80px;
}
.my-60{
    margin-top:60px;
    margin-bottom:60px;
}
.mt-60{
    margin-top:60px;
}
.mb-60{
    margin-bottom:60px;
}
.my-40{
    margin-top:40px;
    margin-bottom:40px;
}
.mt-40{
    margin-top:40px;
}
.mb-40{
    margin-bottom:40px;
}
.py-120{
    padding-top:120px;
    padding-bottom:120px;
}
.pt-120{
    padding-top:120px;
}
.pb-120{
    padding-bottom:120px;
}
.py-80{
    padding-top:80px;
    padding-bottom:80px;
}
.pt-80{
    padding-top:80px;
}
.pb-80{
    padding-bottom:80px;
}
.py-60{
    padding-top:60px;
    padding-bottom:60px;
}
.py-40{
    padding-top:40px;
    padding-bottom:40px;
}
.pt-40{
    padding-top:40px;
}
.pb-40{
    padding-bottom:40px;
}
.p-40{
    padding:40px;
}
.btn{
    padding:18px 20px;
    background:#fff;
    border-radius:40px;
}
.btn-white-blur{
    background: #FFFFFF47;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    border: 0;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.theme-btn {
    background:radial-gradient(131.24% 84.17% at 50% 100%, #E8C7FF 0%, #540290 100%);
    font-family:Albert Sans;
    font-weight:400;
    font-size:16px;
    line-height:normal;
    color:#fff;
    gap:12px;
    display:inline-flex;
    align-items:center;
    border:0;
    border-radius:16px;
    box-shadow:0 1px 1px #9557BF;
}
.btn:hover, .btn:active, .theme-btn:hover{
    background: radial-gradient(131.24% 84.17% at 50% 100%, #E8C7FF 0%, #540290 0%);
    color:#ffffff;
}
.btn-white-blur:hover{
    background:#000;
    color:#fff;
}
.header-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:1;
}
.banner-home, .banner-inner{
    padding-top:100px;
    max-width:1320px;
    margin:auto;
    padding-bottom:30px;
}

/* home page*/
header{
    margin:15px 0;
}
header .menu-wrap li a{
    font-weight:400;
    font-size:16px;
    line-height:normal;
    padding:0;
    color:#FFFFFF99;
    position:relative;
}
header .menu-wrap li.active a, header .menu-wrap li:hover > a{
    color:#fff;
}
header .navbar-nav{
    gap:52px;
}
header .navbar-nav li a{
    padding:15px 0 !important;
}

.banner-home, .banner-inner{
    background:radial-gradient(87.53% 189.77% at 13.92% 11.35%, #10001C 22.13%, #37005e 75.06%);
    background-blend-mode:soft-light;
    border-radius:28px;
    min-height:684px;
}
.banner-inner{
    min-height:420px;
}
.trusted_user {
    border: 1px solid #FFFFFF33;
    border-radius: 40px;
    padding: 5px;
    padding-right: 15px;
    color: #fff;
}
.trusted_list li img{
    width:35px;
    height:35px;
    border-radius:50%;
}
.trusted_list li:not(:first-child){
    margin-left:-15px;
}
.banner-caption h1{
    font-weight:400;
    font-size:60px;
    line-height:normal;
    color:#fff;
    margin:22px 0 40px;
}

.home-info {
    margin-top: -180px;
}
.about-process {
    max-width: 1144px;
    margin: auto;
}
.about-bx {
    background: #0000001F;
    backdrop-filter: blur(80px);
    padding: 16px;
    padding-left: 27px;
    border-radius: 28px;
    gap: 28px;
    transition: all ease .5s;
}
.about_counter {
    font-weight: 400;
    font-size: 36px;
    line-height: normal;
    color:#ffffff;
    margin-top:55px;
}
.about-bx:not(:first-child) .about_counter{
    color:#00000047;
}
.about-bx-white {
    padding: 28px 40px;
}
.about-bx .about-title{
    gap:40px;
}
.about-bx .about-title h2{
    font-weight: 400;
    font-size: 40px;
    line-height: normal;
    color: #10001C;
}
.about-bx .about-title p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #7E7E7E;
}
.view_all{
    font-weight:400;
    font-size:16px;
    line-height:normal;
    text-align:right;
    text-decoration:underline;
    color:#540290;
}
.about-list{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.about-list-bx {
    display: flex;
    justify-content: space-between;
    background: #EEF0F6;
    border-radius: 20px;
    padding: 16px;
    gap: 10px;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #7E7E7E;
    align-items: flex-start;
    max-width: 60%;
    transition: all ease .5s;
}
.about-list-bx:hover{
    transition: all ease .5s;
    transform:translateY(-10px);
}
.about-list-bx img{
    max-width:100%;
    object-fit:none;
}
.about-list-bx h3{
    font-weight:400;
    font-size:28px;
    line-height:normal;
    margin:0;
}
.about-bx:not(:first-child){
    margin-top:28px;
}
/*.about-bx:last-child .about-list-bx:first-child, .about-bx:last-child .about-list-bx:last-child {
    max-width:425px;
}*/
.about-bx .about-list-bx:first-child, .about-bx .about-list-bx:nth-child(2), .about-bx .about-list-bx:nth-child(3) {
    max-width: calc(33.33% - 14px);
}
.about-bx:not(:first-child):hover .about_counter{
    color:#540290;
    transition: all ease .5s;
}
.navbar>.container {
    padding-left:32px;
    padding-right:32px;
}
.about-list-bx > div, .about-list-bx > a > div{
    max-width:215px;
}
.about-list-bx a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.service-list {
    max-width: 90%;
    margin: auto;
}
.service-list span {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.service-list span img{
    transform:none;
    transition: all ease .5s;
}
.service-list:hover span img {
    transform: rotateY(180deg);
    transition: all ease .5s;
}
.light-orange{
    background:#FFF5E6;
}
.light-violet{
    background:#F4E6FF;
}
.light-blue{
    background:#E5F1FF;
}
.light-green{
    background:#E6FFF0;
}
.service-list h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
    color: #10001C;
}
.service-list p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #7E7E7E;
}
.light-gray-bg {
    background: #F7F6FA;
}
.trusted_client_bx {
    background: #fff;
    box-shadow: 0px 16px 20px 0px #00000029;
    padding: 20px;
    border-radius: 24px;
    max-width: 312px;
    position: absolute;
    bottom: 45px;
    right: -45px;
}
.trusted_client_bx h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
}
.trusted_client_bx p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #7E7E7E;
}
.trusted_client_bx .rating span{
    display:flex;
    gap:2px;
    font-size:14px;
    margin-bottom:2px;
    color:#C4C4C4;
}
.trusted_client_bx .rating .fill {
    color: #FF8107;
}
.trusted_client_bx .rating {
    color: #7E7E7E;
}
.about_img {
    position: relative;
}

.title-tag {
    border: 1px solid #EDEDED;
    background: #fff;
    padding: 10px 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #540290;
    gap: 8px;
}
.title h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    margin: 12px 0 20px;
    color: #10001C;
}
.title p {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #7E7E7E;
    margin-bottom: 28px;
}

.checklist li{
    position:relative;
    font-weight:400;
    font-size:16px;
    line-height:normal;
    color:#7E7E7E;
    padding-left:28px;
    padding-right:10px;
}
.checklist li:before{
    content: "";
    background: url(../images/checklist.svg) no-repeat top center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.width-50 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.width-50>*{
    width:50%;
}
.counter_list li {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    color: #7E7E7E;
}
.counter_list li span {
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    color: #10001C;
    display: block;
}
.clientLogoCard img {
    filter: grayscale(1);
    transition:all ease .3s;
    display: block;
    margin: auto;
    opacity: .4;
}
.clientLogoCard img:hover{
   filter: grayscale(0);
   transition:all ease .3s;
   opacity:1;
}
.hover_animation {
    transition: all ease .5s;
    transform: translateY(0px);
}
.hover_animation .card-img img, .hover_animation .blog-img img {
    transform: scale(1);
    transition: all ease .5s;
}
.hover_animation:hover .card-img img, .hover_animation:hover .blog-img img {
    transform: scale(1.1);
    transition: all ease .5s;
}
.card-img {
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 200px;
    position:relative;
}
.card-info {
    margin: 0px 0 15px;
}
.card-info span {
    color:#7E7E7E;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.card-footer {
    padding:16px 0 0px;
    background: transparent;
    border-top: 1px solid #E4E4E4;
}
.tag-pill {
    background:#F6E9FF;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 8px 12px;
    color: #540290;
    border-radius: 28px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.course-caption h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    color: #10001C;
    margin-bottom: 15px;
}
.course-slider .card {
    margin: 0 12px;
}
.card.bg-white {
    border: 1px solid #E4E4E4;
}
.arrow-center {
    padding-bottom: 100px;
}
.arrow-center button {
    width: 60px;
    height: 60px;
    border: 1px solid #EDEDED;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: 1;
    font-size: 24px;
    color: #7E7E7E;
}
.arrow-center button:hover{
    border: 1px solid #540290;
    color: #540290;
}
.arrow-center {
    padding-bottom: 100px;
}
.arrow-center button.slick-prev {
    right: 72px;
}
.arrow-center button.slick-next {
    left: 72px;
}
.our-course .title p {
    margin-bottom: 0;
}
.list_process li {
    max-width: 33.33%;
    text-align: center;
    padding: 0 30px;
}
.list_process .list_counter, .list_process p{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
    color: #7E7E7E;
}
.list_process li:hover .list_counter {
    color: #540290;
}
.list_process .icon {
    width: 100px;
    height: 100px;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 20px auto 0;
}
.list_process .icon img {
    transform: scale(1);
    transition: all ease .5s;
}
.list_process li:hover .icon img {
    transform: scale(.9);
    transition: all ease .5s;
}
.jv-auth span img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.jv-testimonial-inn > p, .jv-auth strong {
    font-size:20px;
    color:#10001C;
    font-weight:400;
}
.jv-testimonial-inn > span, .jv-auth span {
    color:#7E7E7E;
    display:block;
}
.quated_icon {
    width: fit-content;
}
.testmonial-caption p {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 0;
}
.arrow-center.arrow-right {
    padding-bottom: 0;
}
.arrow-center.arrow-right button {
    left: auto;
    background:#F7F6FA;
}
.arrow-center.arrow-right button.slick-next {
    left: auto;
}
.blog-bx .blog-img {
    border-radius: 28px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 250px;
}
.blog-caption data {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #540290;
}
.blog-caption span {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #7E7E7E;
}
.blog-caption span b {
    font-weight: 400;
    color:#10001C;
}
.blog-caption p {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    margin-top: 12px;
}
.text-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline;
    color: #540290;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.text-none {
    text-decoration: none;
}
.btn-cricle {
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.faq-sect .accordion-item {
    border: 0;
    margin-bottom: 12px;
    border-radius: 20px !important;
    background: linear-gradient(92.35deg, #F2F2F2 1.34%, #F8F8F8 100%);
}
.faq-sect .accordion-button {
    background: transparent;
    border-radius: 20px !important;
    outline: 0;
    box-shadow: none;
    padding:12px 20px !important;
    font-size: 16px;
    color: #161419 !important;
    font-weight: 400;
}
.faq-sect .accordion-item .accordion-body {
    padding: 20px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #5F5D62;
    padding-top: 0;
    line-height: normal;
}
.accordion-button::after {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    content: "\f067";
    font-family: Font-Awesome-5-Pro;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed)::after{
    background: #fff;
    content: "\f00d";
}
.cta_footer {
    background: url(../images/footer-cta.png) no-repeat center center / cover;
    padding: 70px 0;
    border-radius: 28px;
    min-height: 360px;
}
.cta_footer h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    color: #10001C;
    margin: 0 auto;
    max-width: 70%;
}
.footerCta {
    margin-bottom: -180px;
}
footer {
    background:radial-gradient(87.53% 189.77% at 13.92% 11.35%, #10001C 22.13%, #37005e 75.06%);
    padding-top:288px;
}
.logo-caption .btn {
    padding: 15px 20px;
    color: #540290;
}
.logo-caption h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: normal;
    color: #fff;
    margin-top: 20px;
}
.logo-caption p {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin-bottom: 25px;
}
.nav-f h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    margin-bottom: 18px;
}
.nav-f ul:not(.social-list) li {
    margin-bottom: 14px;
}
.nav-f li a {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    word-break: break-word;
}
.nav-f h5:before {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    content: "";
    border-radius: 50%;
    vertical-align: super;
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.nav-f ul {
    padding-left: 16px;
}
address {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    gap: 8px;
}
address i {
    position: relative;
    top: 2px;
}
.social-list li a {
    width: 50px;
    height: 50px;
    background: #FFFFFF1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-list li a:hover {
    background: #000000;
}
.copyright {
    padding: 20px 0;
    border-top: 1px solid #FFFFFF33;
}
.copyright p{
    margin-bottom:0;
    font-weight: 300;
    font-size: 16px;
    line-height:normal;
    color:#fff;
}
.logo-caption .btn:hover {
    background: #e9e9e9;
}

/*about*/
.banner-caption h1{
    margin:22px 0 10px;
}
nav[aria-label="breadcrumb"] ol{
    margin-bottom:0;
}
.banner-caption h1 span{
    background:linear-gradient(180deg, #E8C7FF 15.83%, #540290 184.17%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.banner-caption p{
    font-weight:400;
    font-size:16px;
    line-height:normal;
    color:#fff;
}
nav[aria-label="breadcrumb"] ol li a, .breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}
nav[aria-label="breadcrumb"] {
    background: #FFFFFF47;
    padding: 15px 16px;
    border-radius: 14px;
    margin-top: 15px;
}
.about_us {
    border-radius: 28px;
    overflow: hidden;
    border: 21px solid #9557BF3B;
}
.description p {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #7E7E7E;
    margin-bottom: 20px;
}
.description h5{
    font-weight:400;
    font-size:20px;
    line-height:normal;
    margin-bottom:0;
}
.description small{
    color:#540290;
    font-weight:400;
    font-size:14px;
    line-height:normal;
}
.fa-rotate-310{
    -webkit-transform:rotate(310deg);
    transform:rotate(310deg);
}
.card-value {
    background: linear-gradient(180deg, #FFF5E6 0%, #E8C7FF 100%);
    border: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    height: 100%;
    box-shadow: 0 1px 1px #9557BF;
}
.card-value .card-caption{
    padding:35px 10px 25px 35px;
}
.card-value .card-caption .btn-dv{
    margin-top:35px;
}
.card-value .card-caption h5{
    font-weight:500;
    font-size:21px;
    line-height:normal;
    color:#10001C;
}
.card-value .card-caption p{
    font-weight:400;
    font-size:14px;
    line-height:normal;
    color:#7E7E7E;
    margin-bottom:0;
}
.card-value img{
    object-fit:none;
    object-position:bottom;
}

.our-choose {
    overflow: hidden;
}
.list_choose{
    position:relative;
}
.list_choose:before{
    content: "";
    background: url(../images/grid_liner.png) no-repeat top left;
    width: 100%;
    height: 445px;
    position: absolute;
    left: -5px;
    top: -225px;
    pointer-events:none;
}
.list_choose:after {
    content: "";
    width: 450px;
    height: 450px;
    position: absolute;
    top: -275px;
    right: -155px;
    background: #E8C7FF30;
    border-radius: 50%;
    pointer-events:none;
}
.list_choose {
    counter-reset: number;
    margin-bottom: 0;
}
.list_choose li {
    width: 33.33%;
    position:relative;
}
.list_choose li .list_caption:after {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: -12px;
    right: 20px;
    font-weight: 800;
    font-size: 237px;
    line-height: 204px;
    color: #540290;
    opacity: .05;
    pointer-events: none;
}
.list_choose li .list_caption {
    max-width: 280px;
    margin: auto;
    padding-top: 70px;
    position:relative;
}
.list_choose li:first-child {
    margin-top: 150px;
}
.list_choose li .list_caption:before {
    content: "";
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: -35px;
    border-radius: 35px;
    background: #DBA7FF;
    border: 20px solid #fff;
}
.list_choose li .list_caption h6{
    font-weight: 800;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}
.list_choose li .list_caption p{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #7E7E7E;
}
.list_choose li:nth-child(2){
    margin-top:30px;
}
.list_choose li:nth-child(2) .list_caption{
    margin-right:0;
}
.list_choose li:nth-child(3){
    margin-top: -220px;
}
.light-violet-bg{
    background:#E8C7FF1F;
}
.checklist ul{
    list-style:none;
    padding:0;
    margin:0;
}
.checklist ul li{
    margin-bottom:20px;
}

/*contact us*/
.gradient-color{
    background:radial-gradient(131.24% 84.17% at 50% 100%, #E8C7FF 0%, #540290 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.form-control{
    background:#E8C7FF26;
    padding:20px 22px;
    border:0;
    border-radius:16px;
    font-family:Albert Sans;
    font-weight:400;
    font-size:16px;
    line-height:normal;
    outline:0;
    resize:none;
}
.form-control:focus, .form-control:active{
    box-shadow:0 0 .25rem #540290;
}
.form-contact .form-control{
    margin-bottom:12px;
}
select, select.form-control{
    background-image:url(../images/select-icon.png);
    background-position:center right 10px;
    background-repeat:no-repeat;
}
.contact-tab .nav-tabs{
    max-width:600px;
    margin:auto;
    border-bottom:3px solid #D9D9F3;
}
.contact-tab .nav-tabs .nav-link{
    color:#000000;
    font-weight:400;
    font-size:21px;
    line-height:normal;
    min-width:200px;
    padding:10px 0;
    border:0;
    position:relative;
}
.contact-tab .nav-tabs .nav-link:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 60px;
    height: 6px;
    right: 0;
    margin: auto;
    background: #540290;
    border-radius: 9px;
    opacity: 0;
}
.contact-tab .nav-tabs .nav-link.active {
    background: radial-gradient(131.24% 84.17% at 50% 100%, #E8C7FF 0%, #540290 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.contact-tab .nav-tabs .nav-link.active:after{
    opacity:1;
}
.address-card {
    padding:13px 20px 28px;
    background-image:url(../images/star-icon.svg);
    background-position:top 20px right 20px;
    background-repeat:no-repeat;
    border:1px solid #DBA7FF;
    box-shadow:8px 8px 0px 0px #DBA7FF33;
    transition:all ease .5s;
}
.address-card:hover {
    border: 1px solid #C8C1ED;
    box-shadow: 8px 8px 0px 0px #D9D5F1;
    background-color: #EDEAFF;
    transition: all ease .5s;
}
.address-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 28.6px;
    color: #161439;
    margin-bottom: 6px;
}
.address-name span{
    background:#DBA7FF;
    width:58px;
    height:58px;
    display:inline-flex;
    border-radius:50%;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:24px;
    margin-right:6px;
}
.address-card p{
    color:#7E7E7E;
    margin-bottom:30px;
}
.whatapp-btn span{
    font-size:32px;
}
.category_serach{
    white-space: nowrap;
    color: #3E3232BF;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}
.form-serach {
    display: flex;
    width: 100%;
    background: #FAFAFA;
    padding: 10px 16px;
    border-radius: 12px;
}
.select_category {
    background: radial-gradient(131.24% 84.17% at 50% 100%, #E8C7FF 0%, #540290 100%);
    appearance: none;
    box-shadow: 0 1px 1px #9557BF;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    border: 0;
    border-radius: 16px;
    padding: 12px 24px;
    outline:0;
}
.group-serach {
    width: 100%;
    position: relative;
}
.group-serach input[type="serach"] {
    color: #3a3a3a;
    background: transparent;
    border: 0;
    width: calc(100% - 32px);
    height: 100%;
    outline: 0;
    padding: 0;
}
.group-serach button{
    background: transparent;
    border: 0;
    color: #08080840;
}
.group-serach input[type="serach"]:focus, .group-serach input[type="serach"]:active{
    color:#000;
}
.select_category option{
    color:#000;
}
.category_serach:before{
    content: "";
    background: url(../images/arrows-liner-shape2.svg) no-repeat top center;
    width: 85px;
    height: 80px;
    position: absolute;
    left: -45px;
    bottom: -62px;
    background-size: contain;
}
.category_serach:after{
    content: "";
    background: url(../images/arrows-liner-shape.svg) no-repeat top center;
    width: 80px;
    height: 54px;
    position: absolute;
    right: -40px;
    top: -22px;
    background-size: contain;
}
.btn.btn-small {
    padding: 12px 20px;
    font-size: 14px;
}
.course-bx {
    background: #E8C7FF42;
    border: 1px solid #F1F1F1;
    padding: 10px;
    border-radius: 12px;
    transition: all ease .5s;
}
.course-bx img {
    border-radius: 20px;
    margin-bottom: 15px;
}
.course-caption {
    padding-bottom: 10px;
}
.course-caption h6 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.course-caption p{
    font-weight:400;
    font-size:14px;
    line-height:20px;
    text-transform:capitalize;
    margin-bottom:15px;
    color:#7E7E7E;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
}
.course-bx:hover{
    transition:all ease .5s;
    transform:translateY(-10px);
}
.scrollspy .list-group-item, .course-tab .nav-link{
    background:#DBA7FF29;
    font-weight:500;
    font-size:20px;
    line-height:normal;
    padding:18px;
    border-radius:12px;
    text-align:center;
    color:#00000099;
}
.scrollspy {
    gap: 22px;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 10px 0;
    z-index:1;
}
.scrollspy .list-group-item.active, .course-tab .nav-link.active{
    background: #9557BF;
    color: #fff;
}
.list-quick-fact {
    gap: 22px;
}
.list-quick-fact li {
    width: calc(25% - 18px);
    box-shadow: 0px 18.83px 47.08px 0px #2F327D1A;
    border-radius: 20px;
    padding: 25px 35px;
    text-align: center;
}
.list-quick-fact li span {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.list-quick-fact li h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #10001C;
}
.list-quick-fact li p {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #7E7E7E;
    margin-bottom:0;
}
.description img{
    border-radius:28px;
    margin:20px 0 40px;
    width:100%;
}
.count-2{
    column-count:2;
}
.count-3{
    column-count:3;
}
.course-tab{
    gap:15px;
    border:0;
    margin:50px 0 40px;
}
.course-tab .nav-link{
    min-width:150px;
}
.description h3{
    font-weight:400;
    font-size:28px;
    line-height:normal;
    margin-bottom:20px;
}
.tab-pane .description h4{
    font-weight:400;
    font-size:24px;
    line-height:normal;
    color:#540290;
    margin-bottom:22px;
}
.card-bx {
    flex-direction: row;
    border-radius: 28px;
    align-items: flex-end;
    height: 100%;
}
.card-bx .card_img img {
    width: fit-content;
    border-radius: 0;
    margin: 0;
    max-width: 150px;
}
.card-bx .card_caption{
    padding:22px 15px;
    padding-right:0;
}
.card-bx .card_caption p {
    margin-bottom: 0;
}
.card-bx h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
}
.card-bx .card_caption p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
.gray-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 100%);
}
.violet-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBCFFF 100%);
    border: 1px solid #DBA7FF;
}
.smallCta img{
    border-radius:0;
    margin:0;
    width:fit-content;
}
.ctaEligibility img {
    margin-top: -25px;
}
.yellow-gradient {
    border: 1px solid #FFC887;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFC887 100%);
}
.sky-gradient {
    border: 1px solid #A6BDEE;
    background: linear-gradient(180deg, #FFFFFF 0%, #A6BDEE 100%);
}
.green-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #EEFF87 100%);
    border: 1px solid #EEFF87;
}
.organge-gradient {
    border: 1px solid #FFC5C2;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFC5C2 100%);
}
.light-violet-gradient {
    border: 1px solid #F4E6FF;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4E6FF 100%);
}
.description ul li strong {
    color: #540290;
}
.ctaCaption .captionDetail h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    color: #10001C;
}
.ctaCaption .captionDetail p{
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #5F5D62;
    margin-bottom: 20px;
}
.captionDetail {
    max-width: 365px;
}
.form-eligibility {
    background: url(../images/banner-theme.png) no-repeat top right / cover, radial-gradient(87.53% 189.77% at 13.92% 11.35%, #540290, #AB41F6 69.43%, #FFFFFF 110%);
    background-blend-mode: soft-light;
    padding: 25px 40px;
    border-radius: 28px;
}
.form-eligibility h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.form-eligibility .form-control {
    background: #FFFFFF;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    padding: 15px;
    border-radius: 12px;
}
.other-course{
    background:#c9c9c9 url(../images/other-courses-bg.jpg) no-repeat top center;
    border-radius:28px;
    padding:20px;
    background-blend-mode:hard-light;
}
.other-course h3, .job-sect h3{
    background: linear-gradient(90deg, #9557BF 0%, #540290 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #9557BF59;
}
.other-course-list li a{
    display:flex;
    align-items:center;
    gap:20px;
}
.other-course-list li .list-caption{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.other-course-list li .list-caption h6{
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    margin-bottom: 8px;
}
.other-course-list li .list-caption p{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #807A82;
    margin-bottom: 0;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    text-overflow:ellipsis;
}
.other-course-list li .list-caption .list-cricle{
    background: #540290;
    color: #fff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other-course-list li:not(:last-child) a{
    margin-bottom:20px;
}
.other-course-list li img {
    width: 72px;
    border-radius: 12px;
    object-fit: cover;
}
.getinTouchCta{
    background:url(../images/eligibilityBg.png) no-repeat center center / cover;
    padding:35px 20px 0;
}
.getinTouchCta h3 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    color: #540290;
    margin-bottom: 0;
}
.getinTouchCta h2 {
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    color: #540290;
}
.latestblog {
    background: #5402901A;
    padding: 20px 22px 48px;
}
.latestblog h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    background: linear-gradient(90deg, #9557BF 0%, #540290 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 18px;
}
.latestblog .blog-thumb .post-img img {
    max-width: 100%;
    height: 190px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 12px;
}
.latestblog .blog-thumb .data {
    color: #5F5D62;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.latestblog .blog-thumb h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #101010;
    margin-bottom: 0;
}
.latestblog .blog-thumb:not(:last-child){
    margin-bottom: 40px;
}
.job-sect{
    background:url(../images/service_listbar.jpg) no-repeat center center;
    border-radius:28px;
    padding:20px;
    margin:24px 0px;
}
.job-sect h3 {
    font-size: 26px;
    color: #161419;
    line-height: 38px;
}
.job-sect .explore_uni_list li a{
    border-bottom: 1px dotted #854FFF47;
    color: #161419;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 12px 0;
    justify-content: space-between;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
}
.explore_uni_list li a span img{
    margin-right:12px;
    width:35px;
    height:35px;
    background:#fff;
    border-radius:50%;
    padding:6px;
}
.job-sect .explore_uni_list li:last-child a{
    border:0;
}
.sidebar{
    position:sticky;
    top:85px;
}
.getinTouchCta img {
    display:block;
    margin:auto;
}

.mw-740{
    max-width:740px;
    margin-left:auto;
    margin-right:auto;
}
.blog-detail .description h5{
    margin-bottom:25px;
}
.blog-detail .description p{
    margin-bottom:0;
}
.blog-detail .description img{
    margin-top:50px;
    margin-bottom:50px;
}
.blog-detail .checklist ul{
    margin-bottom:40px;
}
.Institute-listing .course-caption p{
    margin-bottom:0;
    margin-top:12px;
}
.service_img img {
    border-radius: 28px;
}
.card_list li {
    padding: 24px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 12px;
    box-shadow: 0px 4px 4px 0px #0000000D;
}
.card_list li:last-child{
    margin-bottom:0px;
}
.card_list li h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #540290;
    margin-bottom: 15px;
}
.card_list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    color: #7E7E7E;
}
.service_img.mt3 {
    margin-top: -40px;
}
.vision_img img{
    border-radius:28px;
}
.ctaGoal .captionDetail,  .ctaConsultation .captionDetail{
    max-width: 580px;
}
.ctaGoal .captionDetail h2, .ctaGoal .captionDetail p, .ctaConsultation .captionDetail h2, .ctaConsultation .captionDetail p{
    color: #fff;
}
.benefit_yellow_bg {
    background:linear-gradient(180deg, #FFFFFF 0%, #FFEFCF 100%);
}
.benefit_green_bg {
    background:linear-gradient(180deg, #FFFFFF 0%, #CFFFD0 100%);
}
.benefit_sky_bg {
    background:linear-gradient(180deg, #FFFFFF 0%, #CFEBFF 100%);
}
.visa-service h4{
    font-weight:400;
    font-size:24px;
    line-height:normal;
    margin-bottom:25px;
    color:#540290;
}
.process_bx {
    background: url(../images/eligibilityBg.png) no-repeat center center / cover;
    padding: 20px 25px;
    display: flex;
    align-items: start;
    gap: 14px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000012;
    margin-bottom:22px;
}
.process_bx h4 {
    margin-bottom: 10px;
}
.process_icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px #0000000E;
}
.process_icon img {
    border-radius: 0;
    margin: 0;
}

.list-quick-fact.list-quick-fact li {
    width:calc(16.6% - 18px);
    padding:22px 12px;
}
.list-quick-fact.list-quick-fact li h5 {
    font-size:16px;
}
.list-quick-fact.list-quick-fact li span {
    width: 70px;
    height: 70px;
}
table.table th {
    background: #540290;
    color: #fff;
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    padding: 12px 20px;
}
table.table tr td {
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    padding: 12px 20px;
    font-weight:400;
}
table.table tr td, table.table tr th {
    border: 1px solid #DBA7FF;
}
table.table tr th:first-child, table.table tr:last-child td:first-child{
    border-radius: 20px 0 0 0;
}
table.table tr:last-child td:last-child, table.table tr th:last-child{
    border-radius: 0 20px 0 0;
}
table.table tr th:first-child,table.table tr th:last-child{
    border:0;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    box-shadow: none;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    background: #DBA7FF30;
}

/*popup*/
#bookConsultation .modal-dialog{
  max-width:950px;
}
#bookConsultation .modal-content{
    border:0;
    border-radius:28px;
    overflow:hidden;
}
#bookConsultation .modal-body{
    background:#FEF7FD;
    background:linear-gradient(90deg, rgba(254, 247, 253, 1) 0%, rgba(211, 123, 255, 1) 100%);
    border-radius:28px;
}
.bookConsultation h3{
    font-weight:400;
    font-size:40px;
    line-height:normal;
    margin-bottom:30px;
}
.bookConsultation .form-control, .form-select{
    box-shadow:none !important;
    height:60px;
    border-radius:12px;
    padding:18px;
    color:#5F5D62;
    outline:0;
    background-color:#fff;
}
.bookConsultation{
    padding:65px 5px;
}
#bookConsultation .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 26px;
    line-height: normal;
    border: 0;
    background: #540290;
    color: #fff;
}
.bookConsultation .theme-color {
    background: linear-gradient(180deg, #E8C7FF 15.83%, #540290 184.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*mega menu*/
.navbar-expand-lg .offcanvas .offcanvas-body {
    position: relative;
}
.mega-item {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}
.mega-menu:hover .mega-item{
    opacity: 1;
    visibility: visible;
    transition: all ease .3s;
}
.mega-item .menu-wrap {
    max-width: 33.33%;
    width: 100%;
}
.mega-item .menu-wrap:not(:first-child){
    border-left:1px solid #e7e7e7;
    padding-left:20px;
}
.mega-item .menu-wrap:not(:last-child){
    padding-right:20px;
}
.mega-item .menu-wrap h4{
    font-size:20px;
    padding:10px 0;
    color:#606060;
}
.mega-item .sub-menu{
    padding:0;
    list-style:none;
}
.mega-item .sub-menu li:not(:last-child){
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e7e7e7;
}
.mega-item .sub-menu li a{
    color:#000;
    padding:0 !important;
    font-size:14px;
}
.mega-item .sub-menu li:hover a{
    color: #37005e;
}
.mega-menu>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    opacity:0;
}
.mega-menu:hover>a:after {
    opacity:1;
}

/*mobile menu css*/
aside#mega-menu--mobile{}
aside#mega-menu--mobile .mega__container{width: 100%;height: 100vh;height: 100svh;max-height: 100vh;max-height: 100svh;;display: flex;flex-direction: column;overflow: hidden;}
aside#mega-menu--mobile .mega__container[data-active-depth="1"] button{transform: translateX(100%);opacity: 0;pointer-events: none;}
aside#mega-menu--mobile .mega__header{height: 60px;;background-color: white;}
aside#mega-menu--mobile .mega__header .mega__controls{width: 100%;height: 100%;display: flex;justify-content: flex-end;align-items: center;}
aside#mega-menu--mobile .mega__header .mega__controls button{font-family: var(--ff-sans);font-size: var(--fs-btn);text-transform: uppercase;letter-spacing: var(--ls-200);display: flex;align-items: center;gap: var(--gap-100, 4px);transition: var(--trans);}
aside#mega-menu--mobile .mega__header .mega__controls button .btn__icon,
aside#mega-menu--mobile .mega__header .mega__controls button .btn__label{display: flex;pointer-events: none;}

aside#mega-menu--mobile .mega__body{width: 100%;height: 100%;position: relative;}

aside#mega-menu--mobile .mega__screen{width: 100%;height: 100%;overflow: auto;position: absolute;inset: 0;background-color:white; transition:all ease .3s;}
aside#mega-menu--mobile .mega__screen[data-active-menu="false"]{transform: translateX(100%);}
aside#mega-menu--mobile .mega__screen[data-active-menu="false"].stacked,
aside#mega-menu--mobile .mega__screen[data-active-menu="true"]{transform: translateX(0%);}

aside#mega-menu--mobile nav.navigation{display: flex;flex-direction: column;gap: var(--gap-300, 15px);}
aside#mega-menu--mobile nav.navigation a.btn{--item-height: 24px;--icon-size: 12px;width: 100%;height:auto;padding:0;background-color: transparent;border: 0;align-items: center; justify-content: space-between;gap: var(--gap);}
aside#mega-menu--mobile nav.navigation a.btn .btn__label{width:calc(100% - 20px);height:auto;display: flex;align-items: center;flex-shrink: 0; text-align: left;}
aside#mega-menu--mobile nav.navigation a.btn .btn__icon:empty{display: none;pointer-events: none;}
aside#mega-menu--mobile nav.navigation a.btn .btn__icon{width:fit-content;height: 100%;display: inline-flex;align-items: center;justify-content: flex-end;pointer-events: all;}
aside#mega-menu--mobile nav.navigation a.btn .btn__icon svg{width: var(--icon-size);height: var(--icon-size);pointer-events: none;}
aside#mega-menu--mobile nav.navigation.hidden {
    display: none;
}
aside#mega-menu--mobile .mega__header {
    height: auto;
}
aside#mega-menu--mobile .mega__header .mega__controls button {
    border: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px;
    background:#37005e;
    color: #fff;
    border-radius: 5px;
    padding:7px 14px;
}
.btn__icon svg{
    width:9px;
    height:12px;
}
nav.navigation .btn{
    display:flex;
    background:transparent !important;
}
aside#mega-menu--mobile nav.navigation a.btn a{
    width:fit-content;
}
aside#mega-menu--mobile nav.navigation span a.btn + a {
    width: fit-content;
}

/* additionl css*/
.about-list-bx img{
    max-width:130px;
    object-fit:contain;
}
/*.about-list-bx{
    height:100%;
}*/
.clientLogoCard img{
    max-height:75px;
}

.about_img, .about_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}