.section {
    padding: 100px 0;
}

.section-pt {
    padding-top: 100px;
}

.section-pb {
    padding-bottom: 100px;
}

/*=========================================================================================
    Utility CSS End
 ==========================================================================================*/
/*=========================================================================================
    Typography CSS Start
 ==========================================================================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    color: #2f2d53;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

a:hover {
    cursor: pointer;
}

p {
    color: #433b3a;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

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

/*=========================================================================================
    Typography CSS End
 ==========================================================================================*/

/*=========================================================================================
    Button CSS Start
 ==========================================================================================*/
.btn {
    padding: 16px 30px;
    font-family: 'Manrope', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    border-radius: 40px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.btnPrimary-outline {
    color: #210b24;
    background-color: transparent;
    border: 1px solid #611f69;
}

.btnPrimary-outline:hover {
    color: #210b24;
    background-color: transparent;
    border: 1px solid #611f69;
}

.btnPrimary {
    color: #fff;
    background-color: #611f69;
    border: 1px solid #611f69;
}

.btnPrimary:hover {
    color: #fff;
    background-color: #611f69;
    border: 1px solid #611f69;
}

.btnPrimary-light {
    color: #611f69;
    background-color: #fff;
    border: 1px solid #fff;
}

.btnPrimary-light:hover {
    color: #611f69;
    background-color: #fff;
    border: 1px solid #fff;
}
/*=========================================================================================
    Button CSS End
 ==========================================================================================*/
/*=========================================================================================
    Global CSS Start
 ==========================================================================================*/
html,
body {
    background: #fff;
}

.body-1 {
    background: #fff6f6;
}

.section {
    padding-bottom: 100px;
}

.mobile-show {
    display: none !important;
}

.mobile-lg-show {
    display: none;
}

.column-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.top-angle {
    display: inline-block;
    transform: rotate(45deg);
}

/* Text Color */
.text-orange {
    color: #611f69 !important;
}

.bg-lightOrange {
    background: #fff6f6 !important;
}

.bg-pink {
    background: #ffefea;
}

.bg-white {
    background: #fff;
}

/* Slick Slider */
.slider-btn-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.slider-btn-box .slick-arrow {
    background: #611f69;
    box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.slider-btn-box .slick-arrow.slick-disabled {
    background: #ffffff;
    color: #000;
    border: 1px solid #e8e7e6;
}

.slider-btn-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;
}

.single-testimonial-2 .slick-slider {
    margin: 0 10px;
    padding: 0;
}

.slick-slide {
    margin: 0 10px;
    padding: 0;
}

.slick-dots {
    bottom: -40px !important;
}

.shop-p-filter.form-select {
    border: 0;
    background: transparent;
    width: 70%;
}

.slick-dots li button:before {
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    color: #611f69;
    font-size: 12px;
}

/* Scroll To Top */
.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 10px;
    color: red;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #611f69;
    color: #fff;
    border-radius: 6px;
}

.client-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.client-text {
    color: var(--gray-900, #020304);
    font-size: 20px;
    font-family: Syne;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.single-client-2 {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    cursor: pointer;
}

.statistics-title {
    color: #ff5042;
    font-family: Syne;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.45px;
    margin-bottom: 12px;
}

.statistics-icon {
    margin-bottom: 24px;
    height: 120px;
}

/*=========================================================================================
    Global CSS End
 ==========================================================================================*/
/*=========================================================================================
    Header CSS Start
 ==========================================================================================*/
.header {
    background: transparent;
    padding: 4px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header.sticky {
    position: sticky;
    background: #fefbf9 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header.sticky .navbar-expand-xl {
    padding: 0;
}

.header .navbar-expand-xl {
    padding: 20px 0;
}

.header .navbar-expand-xl .navbar-nav {
    gap: 32px;
}

.header .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    line-height: 26px;
    color: #210b24;
}

.header .navbar-expand-xl .navbar-nav .active {
    color: #611f69 !important;
}

.header .navbar-expand-xl .navbar-nav .dropdown-item {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 12px;
    margin-bottom: 2px;
}

.header .navbar-expand-xl .navbar-nav .dropdown-item:focus,
.header .navbar-expand-xl .navbar-nav .dropdown-item:hover {
    color: #fff !important;
    background-color: #611f69 !important;
}

.header .navbar-expand-xl .navbar-nav .dropdown-item.active,
.header .navbar-expand-xl .navbar-nav .dropdown-item:active {
    background-color: #611f69 !important;
    color: #fff !important;
}

.header .navbar-collapse {
    flex-grow: inherit;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-login-btn,
.header-register-btn {
    padding: 12px 20px;
}

/*=========================================================================================
    Header CSS End
 ==========================================================================================*/

/*=========================================================================================
    Footer CSS Start
 ==========================================================================================*/
.footer-area {
    background: #fefbf9;
}

.footer-middle {
    padding-top: 120px;
    padding-bottom: 80px;
}

.footer-content {
    max-width: 300px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-social li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
    font-size: 20px;
    color: #210b24;
    background: #fff;
    border: 1px solid rgba(97, 31, 105, 0.2);
}

.footer-social li a:hover {
    color: #fff;
    background: #611f69;
    border: 1px solid #611f69;
}

.footer-logo {
    margin-bottom: 24px;
}

.footer-text {
    color: #4d3849;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 24px;
}

.footer-menu .menu-category {
    margin-bottom: 24px;
    color: #210b24;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.footer-menu-list li a {
    color: #4d3849;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.footer-menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-menu p span {
    width: 24px;
    height: 24px;
    color: #fff;
}

.subscribe-form {
    position: relative;
}
.subscribe-form input {
    color: #4d3849 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    padding: 20px 24px !important;
    border-radius: 48px !important;
}

.subscribe-form .btnPrimary {
    position: absolute;
    content: '';
    border-radius: 48px;
    height: 100%;
    right: 0;
    top: 0;
}

.fm-margin {
    margin-top: 50px;
}

.licenced-img-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-devider {
    border-top: 1px solid #611f69;
    position: relative;
    z-index: 2;
    opacity: 0.5;
}

.footer-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
}

.footer-copyright {
    color: #4d3849;
    text-align: center;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

/*=========================================================================================
    Footer CSS End
 ==========================================================================================*/

/* Banner Section Start */
.banner-area {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fefbf9;
}

.banner-title {
    color: #210b24;
    text-align: center;
    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 80px;
}
/* Banner Section End */

/* Text Content Section Start */
.st-title {
    color: var(--color-text-title, #210b24);

    /* Typography/Heading/H2-46px */
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 55.2px */
    margin-bottom: 16px;
}

.st-text {
    color: var(--color-text-paragraph, #4d3849);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.single-text-content {
    margin-bottom: 48px;
}

.st-bullet-point {
    display: flex;
    gap: 10px;
}

.rounded-point {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    margin-bottom: 3px;
}
/* Text Content Section End */

/* Section Top Title Section Start */
.section-top-title {
    color: var(--color-text-title, #210b24);
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.section-top-text {
    color: var(--color-text-paragraph, #4d3849);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top: 16px;
}

.section-top-title-box {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.section-top-title-box-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.section-top-title-box.left-box {
    margin: 0;
    margin-bottom: 60px;
}

.section-top-title-box.left-box .section-top-title {
    text-align: left;
}

.section-top-title-box.left-box .section-top-text {
    text-align: left;
}
/* Section Top Title Section End */

/* Career Table Section Start */
.table-bg {
    border-radius: 24px !important;
    background: var(--color-bg-01, #fefbf9) !important;
    padding: 24px 24px 0 24px !important;
}

.scooly-table {
    padding: 0;
    min-width: 900px;
}

.scooly-table th {
    color: var(--color-text-title, #210b24) !important;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    padding: 0 0 24px 0;
}

.scooly-table td {
    color: var(--color-text-title, #210b24) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding: 24px 0;
}

.career-btn {
    text-align: right !important;
    text-align: -webkit-right !important;
}

.table > :not(caption) > * > * {
    background-color: transparent !important;
}

.table > tbody > tr:last-child td,
.table > tbody > tr:last-child th {
    border-bottom: 0 !important;
}
/* Career Table Section End */

/* Table Section Start */
.padding-from-top {
    background: #feeadf;
    padding-top: 185px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 98%);
}

.padding-from-top-2 {
    padding-top: 220px;
}

.scooly-form {
    padding: 40px;
    border-radius: 24px;
    background: #fff;
}

label {
    color: var(--color-text-title, #210b24);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px;
}

.form-control {
    padding: 16px 20px !important;
    color: var(--color-text-paragraph, #4d3849) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 100% !important;
    border-radius: 8px !important;
    background: rgba(97, 31, 105, 0.06) !important;
}

.submit-btn-box {
    display: flex;
    justify-content: end;
    margin-top: 24px;
}

/* Table Section End */

/* Upcomming Event Section Start */
.single-upcoming-event {
    height: 100%;
}
.sue-img {
    height: 100%;
}

.sue-img img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.sue-centered {
    border-radius: 24px;
    background: var(--color-bg-02, #feeadf);
    position: relative;
    overflow: hidden;
}

.sue-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.sue-content {
    position: relative;
    z-index: 2;
    padding: 40px;
}

.sue-title {
    color: var(--color-text-title, #210b24);
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 20px;
}

.sue-text {
    color: var(--color-text-paragraph, #4d3849);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 20px;
}

.sue-time {
    color: var(--color-text-title, #210b24);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
}
/* Upcomming Event Section End */

/* Golbal Section Start */
.section-purple {
    color: #611f69;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 12px 32px;
    border-radius: 40px;
    border: 1px solid #611f69;
    display: inline-block;
    margin-bottom: 12px;
}

.section-title {
    color: var(--color-text-title, #210b24);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.section-text {
    color: var(--color-text-paragraph, #4d3849);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.ecosystem-img-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.section-btn-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 24px;
}

.about-hero-img-wrapper .section-content-img {
    width: 440px !important;
    height: 440px;
    border-radius: 50%;
    overflow: hidden;
}

.about-hero-img-wrapper .section-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-img-wrapper .slick-prev,
.about-hero-img-wrapper .slick-next {
    display: none;
}

.about-hero-img-wrapper.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center !important;
}

.about-social {
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.flag-box {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.flag-box img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
/* Golbal Section End */

/* Work With Us Section Start */

.single-work {
    border-radius: 16px;
    border: 1px solid rgba(97, 31, 105, 0.2);
    background: var(--color-bg-01, #fefbf9);
    padding: 40px 32px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}

.single-work-icon {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}

.work-wrapper {
    align-items: stretch;
    justify-content: center;
}

/* How to work */
.single-work-content span {
    color: var(--color-brand-primary, #611f69);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 16px;
}

.single-work-title {
    color: var(--color-text-title, #210b24);
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.single-work-text {
    color: var(--color-text-paragraph, #4d3849);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top: 16px;
}
/* Work With Us Section End */

/*----------------------------------------------------------------------------
    Consultancy Section Start
 ----------------------------------------------------------------------------*/
.consultancy-img {
    height: 285px;
    overflow: hidden;
}

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

.single-consultancy {
    border-radius: 24px;
    overflow: hidden;
}

.consultancy-content {
    padding: 40px;
    background: #fff;
}

.consultancy-title {
    color: var(--color-text-title-dark, #210b24);
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 12px;
}

.consultancy-text {
    color: var(--color-text-paragraph-dark, #4d3849);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px;
}

.author-name {
    color: var(--color-text-title-dark, #210b24);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}

.author-email {
    color: var(--color-text-title-dark, #210b24);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.consultancy-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.consultancy-top {
    position: relative;
}

.consultancy-top span {
    display: inline-block;
    position: absolute;
    padding: 10px 20px;
    bottom: -24px;
    right: 20px;
    color: var(--color-text-title-white, #fff);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 40px;
    background: var(--color-brand-primary, #611f69);
}
/*----------------------------------------------------------------------------
    Consultancy Section End
 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
     Our Mission Section Start
  ----------------------------------------------------------------------------*/
.single-mission {
    display: grid;
    justify-content: center;
    align-items: center;
}

.single-mission-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid rgba(97, 31, 105, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 16px;
}

.single-mission-content {
    display: grid;
    gap: 8px;
}

.single-mission-title {
    color: var(--color-text-title, #210b24);
    text-align: center;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 33.6px */
}

.single-mission-text {
    color: var(--color-text-paragraph, #4d3849);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
/*----------------------------------------------------------------------------
     Our Mission Section End
  ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
        Discipline Section Start
     ----------------------------------------------------------------------------*/
.discipline-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-radius: 32px;
    overflow: hidden;
}

.single-discipline {
    display: grid;
    justify-content: center;
    padding: 32px 24px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fefbf9;
    cursor: pointer;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.single-discipline:hover {
    background: #611f69;
}

.single-discipline:hover .discipline-icon {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(180deg);
}
.single-discipline:hover .discipline-title {
    color: #fff;
}

.discipline-icon {
    margin: 0 auto;
    margin-bottom: 12px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.discipline-title {
    color: var(--color-text-title, #210b24);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
}

.single-discipline:nth-child(5),
.single-discipline:nth-child(10),
.single-discipline:nth-child(15) {
    border-right: 0;
}

.single-discipline:nth-child(11),
.single-discipline:nth-child(12),
.single-discipline:nth-child(13),
.single-discipline:nth-child(14),
.single-discipline:nth-child(15) {
    border-bottom: 0;
}

/*----------------------------------------------------------------------------
    Discipline Section End
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
    Discover Country Section Start
 ----------------------------------------------------------------------------*/
a.single-country {
    display: block;
    width: 100%;
    height: 320px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.single-country-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.single-country-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

h3.single-country-title {
    position: absolute;
    content: '';
    left: 24px;
    bottom: 24px;
    z-index: 9;
    color: #fff;

    /* Typography/Heading/H4-20px */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
}
/*----------------------------------------------------------------------------
    Discover Country Section End
 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
    Social Media Section Start
 ----------------------------------------------------------------------------*/
.single-social-media {
    display: block;
    width: 100%;
    height: 410px;
    border-radius: 24px;
    overflow: hidden;
}

.single-social-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*----------------------------------------------------------------------------
    Social Media Section End
 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
     Multi Currency Section Start
  ----------------------------------------------------------------------------*/
.currency-title {
    color: var(--color-text-title, #210b24);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 55.2px */
    margin-bottom: 16px;
}

.currency-text {
    color: var(--color-text-paragraph, #4d3849);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
/*----------------------------------------------------------------------------
     Multi Currency Section End
  ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
    Customer Support Section Start
 ----------------------------------------------------------------------------*/
.customer-support-list {
    display: grid;
    gap: 20px;
}

.customer-support-list li {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--color-text-paragraph, #4d3849);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.customer-support-text {
    color: var(--color-text-paragraph, #4d3849);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px;
}

.customer-support-title {
    color: var(--color-text-title, #210b24);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}
/*----------------------------------------------------------------------------
    Customer Support Section End
 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
     Team Section Start
  ----------------------------------------------------------------------------*/
.team-img {
    display: block;
    height: 300px;
    overflow: hidden;
    border: 1px solid rgba(97, 31, 105, 0.2);
    border-radius: 24px 24px 0px 0px;
    border-bottom: 0;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-content {
    padding: 20px;
    background: var(--color-bg-02, #feeadf);
}

.single-team {
    border-radius: 24px;
    overflow: hidden;
}

.team-name {
    color: var(--color-text-title, #210b24);
    text-align: center;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    display: block;
    margin-bottom: 8px;
}

.team-designation {
    color: var(--color-text-paragraph, #4d3849);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
/*----------------------------------------------------------------------------
     Team Section End
  ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
      Join Our Team Section Start
   ----------------------------------------------------------------------------*/
.bg-purple {
    background: #611f69;
}

.jot-title {
    color: var(--color-text-white, #fff);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    margin-bottom: 24px;
}

.jot-text {
    color: var(--color-bg-01, #fefbf9);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.jot-right {
    display: flex;
    justify-content: end;
}

.jot-right .btnPrimary-light {
    position: relative;
}

.jot-right img {
    position: absolute;
    content: '';
    left: -130px;
    top: 10px;
}
/*----------------------------------------------------------------------------
      Join Our Team Section End
   ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
    Program Section Start
 ----------------------------------------------------------------------------*/
.program-title {
    color: var(--color-text-title, #210b24);
    text-align: center;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.join-us .section-title,
.join-us .section-text {
    color: #fff;
}

.join-us .section-purple {
    color: #fff;
    border-color: #fff;
}

.bg-purple {
    background: #611f69 !important;
}
/*----------------------------------------------------------------------------
    Program Section End
 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
     Payment Wallet Section Start
  ----------------------------------------------------------------------------*/
.spw-list {
    color: #4d3849;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 16px;
}

.wallet-lg .spw-content {
    padding: 70px;
}

.spw-title {
    color: #210b24;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.spw-list {
    display: grid;
    gap: 16px;
}

.spw-list li {
    color: #4d3849;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    gap: 12px;
}

.single-payment-wallet.wallet-lg {
    display: flex;
    align-items: center;
    border-radius: 32px;
    background: #fff;
    align-items: stretch;
}

.single-payment-wallet .tick-img {
    width: 20px;
    margin-top: 4px;
}

/* .education-technology {
    background: #feeadf;
} */

.tick-img {
    width: 20px;
    margin-top: 4px;
}

.spw-img {
    height: 100%;
    width: 520px;
}

.spw-img img {
    height: 100%;
    width: 100%;
}

.wallet-img {
    height: 370px;
    width: 100%;
    overflow: hidden;
}

.wallet-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-payment-wallet {
    border-radius: 32px;
    overflow: hidden;
    height: 100%;
    background: #fff;
}

.spw-content {
    padding: 24px;
    background: #fff;
}

.spw-text {
    color: #4d3849;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
/*----------------------------------------------------------------------------
     Payment Wallet Section End
  ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
    Global Section Start
 ----------------------------------------------------------------------------*/
.clip-bg-top {
    background: #feeadf;
    padding-top: 185px;
    clip-path: polygon(0 0, 98% 0%, 100% 100%, 0% 100%);
}

.clip-path-y {
    background: #feeadf;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 98%);
}

.partnership-img {
    margin-top: 80px;
}

.bg-pink {
    background: #feeadf;
}

.bg-pink-2 {
    background: #fefbf9;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 -2px !important;
}

/* .section-content-img img {
    width: 100%;
} */

.experienced-position {
    position: relative;
}

.experienced-position .abosolute-img {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 300px !important;
}

.visa-position {
    position: relative;
    display: flex;
    justify-content: end;
}

.visa-position .abosolute-img {
    position: absolute;
    content: '';
    left: 10px;
    bottom: 100px;
    width: 360px !important;
}

.section-group-btn-box {
    max-width: 600px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #feeadf;
    border-radius: 40px;
}

.section-group-btn-box .btnPrimary {
    height: 100%;
}

.section-group-btn-box .dropdown-toggle {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.section-group-btn-box .dropdown {
    padding: 0 24px;
}

.divider-line {
    width: 1px;
    height: 56px;
    opacity: 0.2;
    background: #611f69;
}

.join-us {
    margin-top: -27px;
}

/* Scroll To Top */
.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #611f69;
    color: #fff;
    border-radius: 6px;
}
/*----------------------------------------------------------------------------
    Global Section End
 ----------------------------------------------------------------------------*/
