html {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: normal;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: normal;
    color: #373737;
    background: #ffffff;
    font-weight: 400;
    background-image: url("../images/body-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body .body-bg-deco {
    position: fixed;
    inset: 0;
    background: url("../images/body-main-bg.png") right top no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

body .body-inner {
    position: relative;
    z-index: 1;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #2525cc;
}

footer,
section,
.counter {
    overflow-x: hidden;
    overflow-y: clip;
}

.w-80 {
    width: 85%;
}

* {
    box-sizing: border-box;
}

.overflow-y-scroll {
    overflow-y: visible !important;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition-duration: 0.8s;
    position: relative;
}

a:active,
a:focus {
    color: #146E9F;
    outline: 0 !important;
    text-decoration: none;
}

a:hover {
    color: #146E9F;
    outline: 0 !important;
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

audio,
img,
video {
    max-width: 100%;
    max-width: 100%;
    height: auto;
}

h5 {
    font-size: 24px;
}

h4 {
    font-size: 30px;
}

h3 {
    font-size: 40px;
}

h2 {
    font-size: 45px;
}

h1 {
    font-size: 50px;
}

.float-right {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: unset;
    color: #01103D;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: bold;
}

.clr-1 {
    color: #01103D;
}

.clr-2 {
    color: #146E9F;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

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

.text-gradient {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(88deg, #188EB1 0%, #30c3d3 67%);
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
}

.form-control,
input,
select,
textarea {
    background: #FFEEB5;
    color: #000000;
    padding: 20px 8px 20px 20px;
    transition: 0.3s linear;
    height: auto;
    border-radius: 10px;
    font-size: 16px !important;
    box-shadow: -3px 3px 0px black;
    width: 100%;
    border: 1px solid black;
    font-family: "Syne", sans-serif;
    font-weight: 700;
}

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    box-shadow: -3px 3px 0px black;
    background: #FFEEB5;
    color: #000000;
    outline: unset;
    border: 1px solid black;
}

.form-control:focus::placeholder,
input:focus::placeholder {
    color: #000000;
}

.form-control::placeholder,
input::placeholder {
    color: #000000;
    font-size: 16px;
    opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    font-size: 16px;
}

.btn,
button {
    padding: 13px 35px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
    font-weight: 600;
    font-family: "Syne", sans-serif;
    font-size: 15px;
    border: unset;
    box-shadow: unset;
    border: 1px solid #146E9F;
}

.btn.btn-1,
button.btn-1 {
    color: white;
    background: #146E9F;
}

.btn.btn-2,
button.btn-2 {
    color: #146E9F;
    background: #ffffff;
}

.btn::before,
button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1e9bb9;
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    clip-path: circle(0% at 0 100%);
}

.btn:hover::before,
button:hover::before {
    clip-path: circle(70.7% at 50% 50%);
}

.btn:hover,
.btn:active,
.btn:focus,
button:hover,
button:active,
button:focus {
    color: white;
    transform: scale(1.05);
    box-shadow: unset;
}

.text-uppercase {
    text-transform: uppercase;
}

.invisible-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #f5f5f500;
    border-radius: 0;
}

.invisible-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f500;
}

.invisible-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #ee307300;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

/* header css start  */
header {
    padding: 15px 0px 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

header .header-num-email {
    font-size: 14px;
}

header ul {
    gap: 45px;
    margin-right: 30px;
}

header ul li a {
    position: relative;
}

header ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: #146E9F;
    transition: all 0.3s cubic-bezier(0.615, 0, 0.07, 1);
}

header ul li a:hover:before {
    width: 100%;
}

.submenu {
    position: absolute;
    top: 2rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid #000000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #146e9f;
    transition: all 0.3s ease-in-out;
    text-align: left;
    z-index: 1111;
}

.menu-dropdown:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1111;
}

.submenu li {
    display: block;
    margin-top: 0.45rem;
}

.submenu-link {
    cursor: pointer;
    transition: all 0.35s ease;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.81);
}

.submenu-link:hover,
.submenu-link:active,
.submenu-link:focus {
    color: rgba(255, 255, 255, 0.81);
}

.index-wrap-1-inner-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: wheat;
    border: 4px solid black;
    border-radius: 100px;
}

.index-wrap-1-main {
    padding-top: 108px;
}

.index-wrap-1-inner-main {
    position: relative;
}

.index-wrap-1 h1 img {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.index-wrap-1 h1 {
    padding-bottom: 40px;
}

.index-wrap-1 h6 {
    font-size: 17px;
}

.hero-content-1 {
    padding: 140px 0px 80px;
    z-index: 1;
}

.hero-content-1 .banner-slide-ul li {
    font-size: 13px;
}

.hero-content-1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: url("../images/homepage/banner-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    overflow: hidden;
    width: 95%;
    margin: 0px auto;
}

.hero-content-2 .hero-content-2-counter-item h4 {
    font-size: 30px;
    color: #136D9F;
}

.hero-content-2 .hero-content-2-counter-item p {
    font-size: 16px;
}

.hero-content-2 {
    padding: 50px 0px 40px;
}

.hero-content-2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 136%;
    background: #ffffff;
    border-radius: 0px 0px 50px 50px;
    overflow: hidden;
    width: 95%;
    margin: 0px auto;
    box-shadow: inset 7px -7px 16px #00000017;
}

.hero-content-2 .hero-content-2-counter-icon {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.hero-content-2 .hero-content-2-counter-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.usps-item-main .usp-icon {
    width: 105px;
    height: 90px;
    overflow: hidden;
}

.usps-item-main .usp-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.usps-item-main .usps-item-content h4 {
    font-size: 26px;
    padding-bottom: 15px;
}

.usps-item-main .usps-item-content h6 {
    font-size: 20px;
    color: #146E9F;
    padding-bottom: 8px;
}

.usps-item-main .usps-item-content p {
    font-size: 18px;
}

.usps-item-main a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #D0E2EC;
    overflow: hidden;
}

.usps-item-main a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: black;
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    clip-path: circle(0% at 0 100%);
}

.usps-item-main a:hover::before {
    clip-path: circle(70.7% at 50% 50%);
}

.usps-item-main a i {
    color: #146E9F;
    position: relative;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.usps-item-main a:hover i {
    color: white;
}

.usps-item-main .usps-item-content {
    height: 135px;
    overflow-y: scroll;
    margin-bottom: 0px;
    margin-top: 15px;
}

.usps-item-main {
    background: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.187);
    padding: 40px 40px 40px 40px;
    border: 2px solid white;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.swiper-container .swiper-slide.swiper-slide-next .usps-item-main {
    border: 2px solid #146E9F;
    transform: scale(1.05);
}

.swiper-container .swiper-slide.swiper-slide-next .usps-item-main a {
    background: #146E9F;
}

.swiper-container .swiper-slide.swiper-slide-next .usps-item-main a i {
    color: white;
}

.swiper-container .swiper-slide.swiper-slide-next {
    z-index: 1;
}

.index-wrap-2 {
    padding: 60px 0px 60px;
}

.index-wrap-2-row-3 {
    padding-top: 80px;
}

.index-wrap-2-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.index-wrap-3 .index-wrap-3-ul li {
    border-radius: 10px;
    border: 1px solid #146E9F;
    color: #146E9F;
    padding: 20px 15px 20px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    cursor: pointer;
    margin-bottom: 15px;
    background: white;
}

.index-wrap-3 .index-wrap-3-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0%;
    height: 100%;
    background: #146E9F;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.index-wrap-3 .index-wrap-3-ul li .icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.index-wrap-3 .index-wrap-3-ul li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.index-wrap-3 .index-wrap-3-ul li p {
    font-size: 16px;
}

.index-wrap-3 .index-wrap-3-ul li:hover,
.index-wrap-3 .index-wrap-3-ul li.current {
    color: white;
}

.index-wrap-3 .index-wrap-3-ul li:hover::before,
.index-wrap-3 .index-wrap-3-ul li.current::before {
    width: 100%;
}

.index-wrap-3 .index-wrap-3-ul li:hover .icon img,
.index-wrap-3 .index-wrap-3-ul li.current .icon img {
    filter: brightness(0) invert(1);
}

.index-wrap-3 .modules-content {
    border-radius: 15px;
    background: white;
    border: 1px solid #DBDBDB;
    padding: 40px 40px 40px 40px;
}

.index-wrap-3 .modules-content ul.module-inner-ul li {
    margin-bottom: 10px;
}

.index-wrap-3 .modules-content ul.module-inner-ul {
    margin: 18px 0px 20px;
}

.index-wrap-3 .modules-content h3 {
    font-size: 30px;
    padding-bottom: 12px;
}

.index-wrap-3 .modules-content .modules-content-inner {
    overflow-y: scroll;
    height: 315px;
    margin-bottom: 18px;
    overflow-x: hidden;
}

.index-wrap-3 .index-wrap-3-ul {
    height: 450px;
    overflow-y: scroll;
    position: relative;
}

.index-wrap-3 {
    padding: 45px 0px 70px;
}

.index-wrap-3-ul-main i {
    color: #146E9F;
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -28px;
    z-index: 1;
    animation: floatY 2s ease-in-out infinite;
}

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

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

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

.index-wrap-3 .modules-content ul.module-inner-ul li i {
    margin-right: 6px;
    color: #3AA838;
}

.modules-content-tab-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.modules-content-tab-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modules-content-hand {
    position: absolute;
    right: 18px;
    bottom: 0;
}

.index-wrap-4 .index-wrap-4-ul li {
    width: 100%;
    border: 2px solid #ededed;
    background: white;
    border-radius: 15px;
    padding: 20px 18px 20px 20px;
    margin-bottom: 25px;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.index-wrap-4 .index-wrap-4-ul li .integration-item-inner {
    overflow-y: scroll;
    display: inline-flex;
    align-items: center;
}

.index-wrap-4 .index-wrap-4-ul li .integration-item-inner .integration-item-inner-icon {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin-right: 10px;
}

.index-wrap-4 .index-wrap-4-ul li .integration-item-inner .integration-item-inner-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.index-wrap-4 .index-wrap-4-ul li h5 {
    font-size: 16px;
    padding-bottom: 0px;
}

.index-wrap-4 .index-wrap-4-ul li p {
    font-size: 14px;
}

.index-wrap-4 {
    padding: 55px 0px 80px;
}

.index-wrap-4-laptop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    max-width: 47%;
}

.index-wrap-4-ow-2 {
    padding-top: 40px;
}

.index-wrap-4 .index-wrap-4-ul li.active {
    transform: scale(1.03);
    box-shadow: 0px 12px 18px #00000038;
}

.index-wrap-4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    height: 92%;
    background: linear-gradient(360deg, rgba(200, 226, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    border-radius: 40px;
}

.index-wrap-4-video-item {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 20px;
}

.index-wrap-4-video-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-wrap-5 .index-wrap-5-item {
    background: white;
    border-radius: 20px;
    padding: 40px;
    border: 2px solid #DCDCDC;
    height: 400px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    position: relative;
    z-index: 1;
}

.index-wrap-5 .index-wrap-5-item .index-wrap-5-item-icon {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.index-wrap-5 .index-wrap-5-item .index-wrap-5-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.index-wrap-5 .index-wrap-5-item .index-wrap-5-item-content {
    height: 110px;
    overflow-y: scroll;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.index-wrap-5 .index-wrap-5-item .index-wrap-5-item-content h4 {
    font-size: 20px;
    padding-bottom: 15px;
    transition: color 0.4s ease;
}

.index-wrap-5 .index-wrap-5-item .index-wrap-5-item-content p {
    font-size: 16px;
    transition: color 0.4s ease;
}

.index-wrap-5 .index-wrap-5-item a {
    padding: 12px 25px;
    border-radius: 30px;
    background: #D0E2EC;
    color: #105E8A;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.swiper-slide.swiper-slide-active .index-wrap-5-item-main a {
    background: #146E9F;
    color: white;
}

.index-wrap-5 .index-wrap-5-item.active {
    background-color: #105E8A;
    border-color: #105E8A;
    height: 530px;
    transform: translateY(-5px);
}

.index-wrap-5 .index-wrap-5-item.active .index-wrap-5-item-content h4,
.index-wrap-5 .index-wrap-5-item.active .index-wrap-5-item-content p {
    color: white;
}

.index-wrap-5 .index-wrap-5-item.active a {
    background: white;
    color: #105E8A;
}

.index-wrap-5-item .index-wrap-5-item-img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    z-index: 1;
}

.index-wrap-5 .index-wrap-5-item.active .index-wrap-5-item-img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.index-wrap-5 .col-lg-4 {
    margin-bottom: 30px;
}

/* wrap 6 start */
.index-wrap-6-arrow {
    position: absolute;
    right: -50px;
    bottom: 50px;
}

.mobile-app-section p.mobile-app-sub-heading {
    font-size: 25px;
}

.mobile-app-section .mobile-app-slider-content {
    height: 160px;
    overflow-y: scroll;
    margin: 18px 0px 12px;
}

.review-item .school-logo-img {
    width: 87%;
    height: 230px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 32px 21px;
    box-shadow: 0px 0px 8px #00000045;
    border-radius: 5px;
    background: white;
    position: relative;
}

.review-item .school-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.school-logo-img-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #105E8A;
    border-radius: 25px;
    width: 65px;
    height: 80%;
}

.review-item .profile-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.review-item .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-item ul.stars {
    gap: 5px;
    padding-top: 15px;
}

.review-item ul.stars li i {
    color: #FFC107;
}

.review-item .review-item-name h4 {
    font-size: 17px;
}

.review-item .review-item-name h6 {
    font-size: 13px;
}

.review-item .review-content {
    font-size: 15px;
    color: #747474;
    height: 90px;
    overflow-y: scroll;
    margin-top: 16px;
    margin-bottom: 16px;
}

.review-city p.parah-1 {
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 0.5px solid black;
}

.review-city p.parah-2 {
    font-size: 13px;
    color: #3F3F3F;
    padding-top: 8px;
}

.review-city {
    position: relative;
}

.review-city-main::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5px;
    height: 65%;
    background: black;
}

.review-item {
    background: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.129);
    padding: 55px 35px 50px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    opacity: 0.5;
}

.review-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 5px;
    background: #146E9F;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.review-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 5px;
    background: #146E9F;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

.swiper-slide.swiper-slide-active .review-item::before,
.swiper-slide.swiper-slide-active .review-item::after {
    width: 80%;
}

.index-wrap-7 {
    padding: 70px 0px 70px;
}

.swiper-slide.swiper-slide-active .review-item {
    opacity: 1;
}

.swiper-review {
    position: relative;
}

.swiper-review .swiper-slide {
    width: 720px;
    flex-shrink: 0;
}

.review-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #D0E2EC;
    overflow: hidden;
    position: relative;
    z-index: 10;
    cursor: pointer;
    background-image: none !important;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-nav-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: black;
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    clip-path: circle(0% at 0 100%);
}

.review-nav-btn:hover::before {
    clip-path: circle(70.7% at 50% 50%);
}

.review-nav-btn i {
    color: #146E9F;
    position: relative;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
    font-size: 20px;
}

.review-nav-btn:hover i {
    color: white;
}

.review-nav-btn::after {
    content: none !important;
}

.swiper-button-prev.review-nav-btn,
.swiper-button-next.review-nav-btn {
    left: auto;
    right: auto;
    position: relative;
}

/* footer css start */
footer .footer-logo-ul {
    border-top: 1px solid black;
    padding-top: 15px;
    margin-top: 40px;
    padding-bottom: 15px;
    overflow-x: hidden;
}

footer .footer-logo-ul .swiper-slide {
    text-align: center;
}

footer .footer-socials li a {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #02344F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

footer .footer-socials {
    gap: 10px;
}

footer .footer-copyright-div {
    padding: 10px 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    height: 92%;
    background: linear-gradient(360deg, rgba(200, 226, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    border-radius: 40px;
}

footer {
    padding: 0px 0px 30px;
    margin-bottom: 40px;
}

.footer-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.index-wrap-4 .index-wrap-4-ul li {
    position: relative;
}

.index-wrap-4 .index-wrap-4-ul li .progress-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    overflow: visible;
}

.index-wrap-4 .index-wrap-4-ul li .progress-border rect {
    fill: none;
    stroke: #0e5177;
    stroke-width: 2;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
}

.index-wrap-4 .index-wrap-4-ul li.active .progress-border rect {
    animation: borderFill 6s linear forwards;
}

@keyframes borderFill {
    to {
        stroke-dashoffset: 0;
    }
}

/* our stories css start */
.wrap-1-mission-vision .rap-1-mission-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background: #1770A6;
    display: inline-block;
    margin-right: 15px;
}

.wrap-1-mission-vision .rap-1-mission-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap-1-mission-vision .wrap-1-mission-vision-parah {
    margin-top: 15px;
    height: 72px;
    overflow-y: scroll;
}

.wrap-1-mission-vision {
    padding: 30px 25px 25px 30px;
    border-radius: 30px;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #146e9f, #188EB1 50%, transparent 85%) border-box;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.wrap-1-mission-vision.wrap-1-mission-vision-1 {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #146e9f, #188EB1 50%, transparent 85%) border-box;
    margin-bottom: 22px;
}

.wrap-1-mission-vision.wrap-1-mission-vision-2 {
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #146e9f, #188EB1 50%, transparent 85%) border-box;
}

.our-story-wrap-1-content {
    height: 235px;
    overflow-y: scroll;
    margin: 15px 0px 20px;
}

.our-story-wrap-1 {
    padding: 130px 0px 60px;
}

.leadership-card .leadership-card-content h4 {
    font-size: 30px;
}

.leadership-card .leadership-card-content h6 {
    font-size: 17px;
}

.leadership-card .leadership-card-content p {
    font-size: 17px;
    height: 72px;
    overflow-y: scroll;
}

.leadership-card .leadership-card-img {
    width: 300px;
    height: 353px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}

.leadership-card .leadership-card-img img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    object-position: bottom;
}

.leadership-card .leadership-card-img.leadership-card-img-1 {
    right: 0;
}

.leadership-card .leadership-card-img.leadership-card-img-2 {
    left: 0;
}

.leadership-card {
    background: linear-gradient(180deg, #e3edf3 0%, #e3edf3 37% 37%, #81AAC3 137%);
    padding: 40px 22px 40px 38px;
}

.leadership-card.card-1 {
    border-radius: 15px 100px 15px 15px;
}

.leadership-card.card-2 {
    border-radius: 100px 15px 15px 15px;
}

.our-story-wrap-3 .team-lead-card-main {
    overflow: hidden;
    border-radius: 30px;
    padding-top: 40px;
    position: relative;
}

.our-story-wrap-3 .team-lead-card-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 59%;
    border-radius: 15px 100px 15px 15px;
    background: #B9D4E4;
    z-index: 1;
}

.our-story-wrap-3 .team-lead-card-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30px;
    width: 320px;
    height: 320px;
    background: url("../images/our-stories/team-lead-bg-item.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    animation: rotate 8s linear infinite;
    transition: all 0.6s cubic-bezier(0.615, 0, 0.07, 1);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.our-story-wrap-3 .team-lead-card-main:hover::after {
    top: 0;
    opacity: 1;
}

.our-story-wrap-3 .team-lead-card-main .team-lead-img {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.our-story-wrap-3 .team-lead-card-main .team-lead-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.our-story-wrap-3 .team-lead-card-main .team-lead-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #176fa600 0%, #1770a6d9 137%);
}

.our-story-wrap-3 .team-lead-card-main .team-lead-img h6 {
    font-size: 20px;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.team-lead-card .team-lead-name h6 {
    font-size: 24px;
    padding-bottom: 5px;
}

.our-story-wrap-3 {
    padding: 70px 0px 70px;
}

.our-story-wrap-4 .channel-partner-slider {
    height: 165px;
    overflow: hidden;
    position: relative;
}

.our-story-wrap-4 .our-story-wrap-4-slide-item {
    width: 100%;
    height: 165px;
    overflow: hidden;
}

.our-story-wrap-4 .our-story-wrap-4-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.our-story-wrap-4 .channel-partner-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10;
}

.our-story-wrap-4 .channel-partner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b0c4d8;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 0;
}

.our-story-wrap-4 .channel-partner-pagination .swiper-pagination-bullet-active {
    background: #1a4e8a;
}

.our-story-wrap-4-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.our-story-wrap-4 {
    padding: 100px 0px 100px;
    margin-bottom: 50px;
}

.our-story-wrap-4-content {
    height: 160px;
    overflow-y: scroll;
}

.page-info-card {
    border-radius: 30px;
    background: url("../images/platform/implementation/page-info-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 40px 40px;
    margin-top: 140px;
    position: relative;
    border: 1px solid #146e9f38;
}

.page-info-card-before {
    position: absolute;
    left: -140px;
    bottom: -140px;
}

.implementation-story-wrap-1 .implementation-story-wrap-1-item {
    width: 100%;
    height: 460px;
    overflow-y: hidden;
    border-radius: 20px;
}

.implementation-story-wrap-1 .implementation-story-wrap-1-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.implementation-story-wrap-1-item-main::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    width: 330px;
    height: 270px;
    border-radius: 20px;
    background: #02344F;
}

/* ==================== IMPLEMENTATION WRAP 2 - TABS ==================== */
.implementation-story-wrap-2 {
    padding: 80px 0;
}

.impl-tabs-nav {
    list-style: none;
    padding: 0 0px;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: 1.5px solid #146E9F;
    border-radius: 50px;
    background: #fff;
    gap: 4px;
    position: relative;
    overflow: hidden;
}

.impl-tab-item {
    text-align: center;
    padding: 18px 18px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #02344F;
    transition: color 0.25s, background 0.25s;
    /* white-space: nowrap; */
    ser-select: none;
    position: relative;
    z-index: 1;
}

.impl-tab-item:hover:not(.active) {
    background: #e4f0f7;
}

.impl-tab-item.active {
    background: #146E9F;
    color: #fff;
}

.impl-tabs-content {
    background: linear-gradient(360deg, #a2c8db -29%, #c8e2f069 35%);
    border-radius: 20px;
    padding: 50px 60px;
}

.impl-tab-img-wrap {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
}

.impl-tab-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.implementation-story-wrap-2-tab-row {
    border-bottom: 4px solid #146E9F;
}

.impl-tabs-content-inner {
    height: 180px;
    overflow-y: scroll;
}

.impl-tab-img-main-before::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 330px;
    height: 270px;
    border-radius: 20px;
    background: #02344F;
}

.rotate-animation {
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.integrations-wrap-2 .intg-wrap-2-icon {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #2F87B2;
    margin-bottom: 20px;
}

.integrations-wrap-2 .intg-wrap-2-icon img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}

.integrations-wrap-2 {
    padding: 70px 0px 70px;
}

.intg-wrap-2-content {
    max-height: 320px;
    overflow-y: scroll;
}

.integrations-wrap-2 .intg-wrap-2-img {
    width: 100%;
    height: 530px;
    border-radius: 22px;
    overflow: hidden;
}

.integrations-wrap-2 .intg-wrap-2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.integrations-wrap-2-main-row {
    padding-bottom: 100px;
}

.integ-img-main-before::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 330px;
    height: 270px;
    border-radius: 20px;
    background: #146E9F;
}

.integrations-wrap-2-last-row {
    padding-top: 40px;
    border-top: 3px solid #02344F;
}

.overview-wrap-1 h3 {
    font-size: 30px;
}

.overview-wrap-1-item {
    width: 100%;
    height: 490px;
    overflow: hidden;
}

.overview-wrap-1-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.overview-wrap-2-item {
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 25px;
}

.overview-wrap-2-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-wrap-2-item-before::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 330px;
    height: 270px;
    border-radius: 20px;
    background: #146E9F;
}

.overview-wrap-2 {
    padding: 50px 0px 50px;
}

.overview-wrap-2-item-img-2 {
    position: absolute;
    right: -20px;
    bottom: -49px;
    z-index: 1;
}

.overview-wrap-2 h3.sub-heading {
    font-size: 25px;
}

.inner-ul-list {
    line-height: 36px;
}

.inner-ul-list li {
    padding-left: 23px;
    font-size: 18px;
    position: relative;
}

.inner-ul-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 15px;
    height: 15px;
    background: url("../images/platform/overview/check.png") center no-repeat;
    background-size: contain;
}

.overview-inner-wrap-content {
    max-height: 500px;
    overflow-y: scroll;
}

.overview-wrap-3 {
    padding: 50px 0px 50px;
}

.overview-wrap-4-item {
    background: #E8F3F9;
    border-radius: 20px;
    overflow: hidden;
}

.overview-wrap-4-item-content-inner {
    overflow-y: scroll;
    height: 190px;
}

.overview-wrap-4-item h4 {
    font-size: 30px;
}

.overview-wrap-4-item .overview-wrap-4-item-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.overview-wrap-4-item .overview-wrap-4-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-wrap-4-item .overview-wrap-4-item-content {
    padding: 30px;
}

.overview-wrap-4 {
    padding: 50px 0px 50px;
}

.overview-wrap-4-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.overview-wrap-5-item-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.overview-wrap-5-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.overview-wrap-5 {
    padding: 60px 0px 60px;
}

.overview-inner-tabs {
    gap: 25px;
}

.overview-inner-tabs li {
    padding: 18px 25px;
    border-radius: 10px;
    background: white;
    color: #146E9F;
    border: 1px solid #146E9F;
    cursor: pointer;
}

.overview-inner-tabs li.current {
    background: #146E9F;
    color: #ffffff;
}

.overview-wrap-6 .overview-wrap-6-tabs-content-main {
    border-radius: 15px;
    background: white;
    box-shadow: 0px 0px 10px #12142038;
    padding: 30px 30px 30px 30px;
    margin-top: 20px;
}

.overview-wrap-6 .overview-wrap-6-tabs-content-main .overview-wrap-6-tabs-content-item {
    border-radius: 20px;
    background: #E8F3F9;
    padding: 27px 28px 25px 30px;
}

.overview-wrap-6 .overview-wrap-6-tabs-content-main .overview-wrap-6-tabs-content-item .overview-wrap-6-tabs-content-item-inner {
    height: 145px;
    overflow-y: scroll;
}

.overview-wrap-6 .overview-wrap-6-tabs-content-main .overview-wrap-6-tabs-content-item .overview-wrap-6-tabs-content-item-inner h4 {
    font-size: 25px;
    padding-bottom: 6px;
}

.overview-wrap-6 {
    padding: 0px 0px 90px;
}

.overview-wrap-8 {
    padding: 90px 0px 90px;
}

.overview-wrap-9 .tabs.overview-inner-solution-tabs li {
    padding: 15px 15px 15px 37px;
    position: relative;
    border: 1px solid #146E9F;
    color: black;
    border-radius: 10px;
    width: 60%;
    margin-bottom: 12px;
    cursor: pointer;
}

.overview-wrap-9 .tabs.overview-inner-solution-tabs li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url("../images/platform/overview/check.png") center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}

.overview-wrap-9 .tabs.overview-inner-solution-tabs li.current {
    background: #146E9F;
    color: rgb(255, 255, 255);
}

.accordion-list li {
    padding: 27px 24px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #136BA0, rgba(48, 195, 211, 0.12)) border-box;
    transition: background 0.3s ease;
}

.accordion-list li.active {
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #136BA0, #136BA0) border-box;
}

.accordion-list h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: unset;
    align-items: center;
}

.accordion-list li .answer {
    padding-top: 15px;
}

.accordion-list li .answer p {
    margin-bottom: unset;
}

ul.accordian-ul-inner li {
    padding: unset;
    background: unset;
    border: unset;
    margin-bottom: unset;
}

.overview-wrap-10 {
    padding: 80px 0px 80px;
}

.overview-wrap-10-star-1 {
    position: absolute;
    right: 110px;
    top: 110px;
}

.overview-wrap-10-star-2 {
    position: absolute;
    left: 70px;
    bottom: 40px;
}

.ai-officer-wrap-tab-content-main {
    background: url("../images/homepage/ai-officer-bg.png") right no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 50px 50px 0px 0px;
}

.ai-officer-wrap .ai-officer-wrap-tab-item {
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)) border-box;
    padding: 20px 20px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    transition: 0.3s linear;
    margin-bottom: 20px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ai-officer-wrap .ai-officer-wrap-tab-item:hover {
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #136BA0, rgba(48, 195, 211, 0.12)) border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.205);
}

.ai-officer-wrap-tab-item .ai-officer-wrap-tab-item-inner h5 {
    font-size: 19px;
    padding-bottom: 10px;
    transition: 0.3s linear;
}

.ai-officer-wrap .ai-officer-wrap-tab-item::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url("../images/homepage/ai-officer-item-icon.png") center no-repeat;
    background-size: contain;
    transition: 0.3s linear;
    filter: grayscale(1);
}

.ai-officer-wrap .ai-officer-wrap-tab-item:hover::before {
    filter: grayscale(0);
}

.ai-officer-wrap .ai-officer-wrap-tab-item .ai-officer-wrap-tab-item-inner {
    max-height: 130px;
    overflow-y: scroll;
    min-height: 80px;
}

.ai-officer-wrap-tab-item:hover .ai-officer-wrap-tab-item-inner h5 {
    color: #146E9F;
}

.page-info-card-star {
    position: absolute;
    left: -70px;
    bottom: -70px;
}

.parent-app-tags li {
    color: #146E9F;
    font-weight: 500;
    width: 260px;
    height: 40px;
    border-radius: 10px;
    border: 1.5px solid #146E9F;
    background: white;
    text-align: center;
    padding: 12px 8px;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(1) {
    transform: translateX(150px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(2) {
    transform: translateX(140px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(3) {
    transform: translateX(130px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(4) {
    transform: translateX(120px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(5) {
    transform: translateX(110px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(6) {
    transform: translateX(100px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(7) {
    transform: translateX(90px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(8) {
    transform: translateX(80px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(9) {
    transform: translateX(70px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(10) {
    transform: translateX(60px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(11) {
    transform: translateX(50px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(12) {
    transform: translateX(40px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(13) {
    transform: translateX(30px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(14) {
    transform: translateX(20px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(15) {
    transform: translateX(10px);
}

ul.parent-app-tags.parent-app-tags-left li:nth-child(16) {
    transform: translateX(0px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(1) {
    transform: translateX(-150px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(2) {
    transform: translateX(-140px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(3) {
    transform: translateX(-130px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(4) {
    transform: translateX(-120px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(5) {
    transform: translateX(-110px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(6) {
    transform: translateX(-100px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(7) {
    transform: translateX(-90px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(8) {
    transform: translateX(-80px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(9) {
    transform: translateX(-70px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(10) {
    transform: translateX(-60px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(11) {
    transform: translateX(-50px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(12) {
    transform: translateX(-40px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(13) {
    transform: translateX(-30px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(14) {
    transform: translateX(-20px);
}

ul.parent-app-tags.parent-app-tags-right li:nth-child(15) {
    transform: translateX(-10px);
}

.mobile-app-wrap-2 {
    padding: 70px 0px 70px;
}

.mobile-app-wrap-2-shade {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.mobile-app-wrap-3 {
    padding: 70px 0px 70px;
}

ul.modules-inner-ul {
    line-height: 35px;
}

ul.modules-inner-ul li {
    padding-left: 18px;
    position: relative;
    font-size: 18px;
}

ul.modules-inner-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 15px;
    background: url("../images/icons/angle.png") center no-repeat;
    background-size: contain\;
}

.modules-wrap-1 {
    padding-bottom: 100px;
}

.modules-wrap-1-shade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.module-inner-wrap-2 {
    padding: 70px 0px 70px;
}

.module-inner-wrap-3-count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.module-inner-wrap-3-count-2 {
    position: absolute;
    left: 0;
    top: -20px;
}

.module-inner-wrap-3 {
    padding: 70px 0px 70px;
}

.module-inner-wrap-3-container-2 {
    padding-top: 100px;
}

.wrap-3-laptop {
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 1;
    max-width: 50%;
}

.module-inner-wrap-4 {
    padding: 110px 0px 0px;
}

.module-inner-wrap-4-inner-wrap {
    margin-bottom: 60px;
}

.module-inner-wrap-4-inner-wrap.module-inner-wrap-4-inner-2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #E8F3F9;
    border-radius: 40px;
    width: 91%;
    height: 92%;
}

.module-inner-wrap-5 {
    padding: 70px 0px 30px;
}

.module-inner-wrap-5-inner-wrap {
    padding-bottom: 60px;
}

.module-inner-wrap-5-item {
    padding: 30px 30px 30px 30px;
    background: url("../images/modules/admission-management/module-inner-wrap-5-item-img.png") right no-repeat;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 20px;
}

.module-inner-wrap-5-item-inner {
    overflow-y: scroll;
    height: 145px;
}

.consultancy-wrap-1-item-img {
    width: 100%;
    height: 540px;
    overflow-y: hidden;
    border-radius: 20px;
}

.consultancy-wrap-1-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultancy-wrap-1-item-img-main::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    width: 330px;
    height: 270px;
    border-radius: 20px;
    background: #02344F;
}

.consultancy-wrap-2-item-img {
    width: 100%;
    height: 600px;
    overflow-y: hidden;
    border-radius: 20px;
}

.consultancy-wrap-2-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultancy-wrap-2-item-img-main::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 330px;
    height: 270px;
    border-radius: 20px;
    background: #02344F;
}

.consultancy-wrap-2-para-item {
    padding: 20px 18px 20px 24px;
    background: #E9F3F9;
    border-radius: 20px;
}

.consultancy-wrap-2 {
    padding: 70px 0px 70px;
}

.consultancy-wrap-2-inner-wrap {
    padding-bottom: 70px;
}

.consultancy-wrap-2-item {
    padding: 35px 30px 35px 30px;
    background: url("../images/consultancy-services/consultancy-wrap-2-item-img.png") right no-repeat;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 20px;
}

.consultancy-wrap-2-item .consultancy-wrap-2-item-inner {
    height: 110px;
    overflow-y: scroll;
}

.consultancy-list .service-count {
    font-size: 60px;
}

.consultancy-list h3 {
    font-size: 35px;
}

.consultancy-list .consultancy-list-li .consultancy-list-btn {
    padding: 13px 35px;
    border-radius: 50px;
    transition: 0.3s linear;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #146E9F;
    background: #ffffff;
    color: #146E9F;
}

.consultancy-list .consultancy-list-li.active .consultancy-list-btn {
    background: #146E9F;
    color: #ffffff;
}

.consultancy-list-li-row-1 {
    border-bottom: 1px solid #146E9F;
    padding: 20px 0px 20px;
}

.consultancy-list-li {
    cursor: pointer;
}

.consultancy-list h2 {
    font-size: 35px;
}

.consultancy-list .consultancy-list-content {
    height: 500px;
    overflow-y: scroll;
}

.consultancy-list .answer {
    padding-top: 30px;
}

.consultancy-wrap-3 {
    padding-bottom: 90px;
}
.contact-wrap-1-content{
    height: 485px;
    overflow-y: scroll;
}
.contact-wrap-2 .contact-wrap-2-img {
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 30px;
}

.contact-wrap-2 .contact-wrap-2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-wrap-2-content {
    overflow-y: scroll;
    height: 440px;
    margin-bottom: 25px;
}

.contact-wrap-2 {
    padding: 70px 0px 70px;
}

.border-gradient-1 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #136ba0, rgba(48, 195, 211, 0.12)) border-box;
}

.border-gradient-2 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to top, #136ba0, rgba(48, 195, 211, 0.12)) border-box;
}

.border-gradient-3 {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to left, #136ba0, rgba(48, 195, 211, 0.12)) border-box;
}

.contact-wrap-item-1 {
    border-radius: 22px;
    height: 310px;
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 10px;
    margin-bottom: 22px;
    border: 2px solid transparent;
}

.contact-wrap-item-1 .contact-wrap-item-1-icon {
    border: 1px solid #02344F;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    overflow: hidden;
    padding: 12px;
    display: inline-block;
}

.contact-wrap-item-1 .contact-wrap-item-1-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-wrap-item-1 .contact-wrap-item-1-content h4 {
    font-size: 25px;
    padding: 10px 0px 10px;
}

.contact-wrap-item-2 {
    border-radius: 22px;
    height: 310px;
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px 10px;
    margin-bottom: 22px;
    border: 2px solid transparent;
}

.contact-wrap-item-2 .contact-wrap-item-2-icon {
    width: 150px;
    height: 110px;
    overflow: hidden;
    display: inline-flex;
}

.contact-wrap-item-2 .contact-wrap-item-2-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-wrap-item-2 .contact-wrap-item-2-content h4 {
    font-size: 25px;
    padding: 10px 0px 10px;
}

.contact-wrap-4 {
    padding: 70px 0px 70px;
}

.contact-wrap-item-2 .contact-wrap-item-2-content {
    height: 110px;
    overflow-y: scroll;
}