.marquee-section .marquee {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.xs-bg-black {
    background-color: #1e1e1e
}

:root {
    --bg1: #f5f8f7;
    --blue: #009E60;
    --green: #2ecc71;
    --purple: #9b59b6;
    --gold: #f1c40f;
    --red: #e74c3c
}

.footer-contact-phone a img,
.section-sub-title.two h6 img,
.style-one .about-item-list span img,
.style-one p.choose-suport-des img {
    margin-right: 10px;
    filter: hue-rotate(285deg) contrast(1.5)
}

.footer-bottom-social-icon,
.header-right-wrapper {
    text-align: right
}

section.hero_area.style-one .hero-btn {
    display: inline-block;
    margin-right: 25px
}

.faq-thumb img,
.footer-bottom-social-icon ul li a:hover::before,
.header-logo a img,
.style-one .team-thumb img,
.style-two .team-thumb img {
    width: 100%
}

.style-one .choose-thumb,
.style-two .about_content,
.team-thumb {
    position: relative
}

.educate-header-area ul,
.header-btn {
    display: inline-block
}

.cart_item:not(:last-child) {
    margin-bottom: 20px
}

.section_title h2 {
    text-align: center
}

.cart_sidebar .total_price span:last-child,
.section-sub-title.three h6,
.style-one .case-study-single-box.box-3 .case-study-content h4 a:hover,
.style-one .single-team-box.box-2 .team-title h3 a:hover,
.style-two .team-title h3 a:hover,
a.theme-btn.btn-style-two i {
    color: var(--primary-color)
}

.educate-header-area {
    position: relative;
    z-index: 2;
    margin-bottom: -102px;
    border-bottom: 1px solid rgba(30, 30, 30, .10196078431372549);
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px)
}

.footer-bottom-social-icon ul li a:hover,
.sticky .header-menu ul li a i,
.sticky .header-menu ul li a:hover,
.style-one .accordion li a.active span,
.style-one .choose-item-menu ul li:hover,
.style-one .single-feature-box:hover h4.feature-title,
button.btn.btn_primary {
    color: #fff
}

.cart_item.remove,
.marquee-section .marquee-block .content-box:last-child::before,
.sticky a.active_logo,
.style-one .accordion a.active span:before,
a.logo_two {
    display: none
}

.sidebar-menu-wrapper,
.sticky a.logo_two,
label {
    display: block
}

.header-menu {
    text-align: right;
    transition: .5s
}

.header-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.header-menu ul li a {
    display: inline-block;
    padding: 30px 16px 30px 20px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 500;
    font-family: Outfit;
    transition: .5s
}

.header-menu ul li a i {
    display: inline-block;
    font-size: 13px;
    margin-left: 2px;
    transition: .5s;
    font-weight: 700;
    color: var(--title-color)
}

.header-menu ul li a:hover:before {
    width: -webkit-fill-available;
    left: 0
}

.header-menu ul li a:hover {
    color: #009e60;
    text-decoration: underline
}

.header-menu ul li a:hover i,
.style-two .course-btn a:hover {
    color: var(--color-white)
}

.sticky .header-menu>ul>li>a:before {
    background: #fff
}

.sticky .header-btn a:hover,
.sticky .header-menu ul li a:hover i {
    color: var(--title-color)
}

.sticky .header-btn a::before {
    background: var(--primary-color)
}

.header-menu ul li span {
    font-size: 15px;
    color: #131414;
    margin-left: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(88deg)
}

.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    transition: .5s;
    visibility: hidden;
    border-top: 3px solid var(--primary-color);
    opacity: 0
}

.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block
}

.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 25px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .5s;
    visibility: inherit !important;
    color: #1a1a1a !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.header-menu ul .sub_menu li:hover>a {
    color: var(--primary-color) !important;
    margin-left: 10px
}

.header-menu ul .sub_menu li a:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 18px;
    height: 8px;
    width: 8px;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .5s
}

.header-menu ul .sub_menu li a:hover:before {
    opacity: 1
}

.sticky .header-menu ul .sub_menu li a:hover:before {
    left: 8px
}

.sticky .header-menu ul .sub_menu li a:hover {
    margin-left: 15px
}

.sticky .sub_menu li a {
    padding: 12px 20px !important
}

.header-logo img {
    max-width: 120px;
    width: 100%
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    background: #1e1e1e !important;
    transition: .5s;
    z-index: 999 !important;
    -webkit-animation: .3s fadeInDown;
    animation: .8s slideInDown
}

.sticky .header-menu ul li a {
    color: #fff;
    transition: .5s
}

.row.header-wrap {
    padding: 0 48px 0 50px
}

.header-btn a {
    border-radius: 23px;
    position: relative;
    transition: .5s;
    display: inline-block
}

.header-btn a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500
}

.addmission-btn a i,
.header-btn a i,
.style-one .about-btn a i,
.style-one .choose-btn a i,
.style-one .course-btn a i,
.style-one .faq-button a i,
.style-two .about-btn a i,
.style-two .course-btn a i,
.style-two .hero-btn a i,
section.hero_area.style-one .hero-btn a i,
section.hero_area.style-one .hero-course-btn a i {
    display: inline-block;
    margin-left: 10px
}

.header-btn a {
    color: #fff;
    font-family: Outfit;
    background-color: #009e60;
    padding: 10px 35px;
    z-index: 1
}

.header-btn a::before,
.style-one .about-btn a::before,
.style-one .choose-btn a::before,
.style-one .course-btn a::before,
section.hero_area.style-one .hero-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1
}

.header-btn a:hover::before,
.style-one .about-btn a:hover::before,
.style-one .choose-btn a:hover::before,
.style-one .course-btn a:hover::before,
section.hero_area.style-one .hero-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.educate-header-area.style-two {
    margin-top: 18px;
    padding: 0 10px
}

.educate-header-area.style-two.sticky {
    margin-top: 0
}

button.fill-button {
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: Outfit;
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 13px 35px;
    transition: .5s;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.style-two .accordion li a.active span {
    color: #1e1e1e
}

.cart_sidebar {
    top: 0;
    width: 300px;
    right: -320px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    padding: 50px 20px;
    overflow-y: scroll;
    background-color: #fff;
    transition: .6s cubic-bezier(1, 0, 0, 1)
}

.cart_sidebar.active {
    right: 0
}

.cart_sidebar .close_btn {
    top: 15px;
    right: 20px;
    line-height: 1;
    font-size: 24px;
    position: absolute;
    border: 0;
    background: 0 0
}

.cart_sidebar .close_btn:hover,
.cart_sidebar .heading_title span,
.search-popup .close-search.style-two i:hover,
.search-popup .form-group button:hover i {
    color: red
}

.cart_sidebar .heading_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000201
}

.cart_sidebar .total_price {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
    align-items: center;
    color: #1b1b1b;
    border-top: 1px solid #000201;
    border-bottom: 1px solid #000201;
    justify-content: space-between
}

.cart_sidebar .total_price span:first-child {
    font-family: Montserrat, sans-serif
}

.cart_sidebar .btns_group {
    margin: -5px
}

.btns_group.ul_li li {
    list-style: none
}

.cart_sidebar .btns_group li {
    width: 50%;
    padding: 5px
}

.cart_sidebar .btn {
    display: block;
    font-size: 12px;
    padding: 17px 20px
}

.btn.btn_primary {
    background-color: #0681f7
}

.cart_sidebar::-webkit-scrollbar {
    width: 0
}

.cart_sidebar_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    transition: .6s cubic-bezier(.25, 1, .5, 1)
}

.cart_sidebar_overlay.active {
    opacity: 1;
    display: block;
    transition: .5s
}

.btn.btn_border {
    padding: 19px 42px;
    border: 2px solid transparent
}

.btn.border_black {
    color: #1b1b1b;
    border-color: rgba(18, 16, 13, .3)
}

.cart_sidebar .btn.btn_border {
    padding: 15px 20px
}

.btn.border_black:hover {
    color: #fff;
    border-color: #1b1b1b;
    background-color: #1b1b1b
}

.cart_item {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 25px;
    transition: .5s
}

.cart_item .item_image {
    display: block;
    min-width: 70px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-right: 10px
}

.cart_item .item_image img {
    width: 70px;
    height: 70px
}

.cart_item .item_title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px
}

.cart_item .item_price {
    line-height: 1;
    display: block;
    font-weight: 600;
    color: var(--primary-color)
}

.cart_item .remove_btn {
    top: 50%;
    right: 0;
    color: red;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    transform: translateY(-50%);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
    border: 0;
    transition: .5s
}

.cart_item .remove_btn:hover {
    color: #fff;
    background-color: red
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #f5f5f5;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: 1.5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    backdrop-filter: blur(5px);
    width: 100%
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: -200px auto 0;
    border-radius: 50%;
    background: var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid var(--primary-color);
    border-left: 3px solid #393939;
    border-top: 3px solid #fff;
    border-right: 3px solid #393939;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: #fff
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.xs-sidebar-group .xs-overlay,
.xs-sidebar-widget {
    position: fixed;
    top: 0;
    opacity: 0;
    width: 100%;
    visibility: hidden
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 100px 10px 30px;
    background-color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group input::placeholder {
    font-size: 18px;
    font-family: Montserrat, sans-serif
}

.search-popup .form-group button,
.search-popup .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: 0 0;
    text-align: center;
    font-size: 24px;
    color: #000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none
}

.search-popup .form-group button i,
.style-one .case-study-content {
    transition: .5s
}

.search-popup .form-group input {
    border-radius: 5px;
    border: 2px solid #f5f5f5
}

.search-popup .form-group button:hover,
.search-popup .form-group input[type=submit]:hover {
    color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #181d4e;
    transition: .5s
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    z-index: 101;
    height: 100%;
    -webkit-transition: .4s ease-in .8s;
    -o-transition: .4s ease-in .8s;
    transition: .4s ease-in .8s
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px
}

.xs-sidebar-widget {
    right: -100%;
    bottom: 0;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--title-color);
    -webkit-transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: .5s cubic-bezier(.9, .03, 0, .96) .6s
}

.sidebar-textwidget {
    padding: 40px 32px
}

.close-side-widget i {
    color: var(--primary-color);
    font-size: 28px;
    display: block
}

.contact-info h2,
.content-box h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in .3s;
    -o-transition: .3s ease-in .3s;
    transition: .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0
}

.nav-logo {
    margin: 0 0 50px
}

.contact-info h2,
.hero-rating-item-box,
.input-group {
    margin-bottom: 15px
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    display: inline-block
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 10px 0 0
}

ul.social-box {
    margin: 30px 0 0
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    transition: .5s;
    font-size: 18px;
    border-radius: 3px
}

ul.social-box li a:hover {
    background: var(--primary-color);
    color: #fff
}

section.hero_area.style-one {
    background: url(../images/home-one/hero3-bg.webp) center/cover no-repeat;
    padding: 200px 0 100px
}

.style-one .about-thumb,
.style-one .faq-thumb-wrapper,
.style-one .team-thumb,
.style-two .accordion li a span,
section.hero_area.style-one .hero_content {
    position: relative;
    z-index: 1
}

section.hero_area.style-one .hero_content h5 {
    display: inline-flex;
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    text-transform: uppercase;
    color: var(--bg1);
    font-weight: 400;
    border-radius: 15px;
    background-color: var(--blue);
    border: 1px solid rgba(29, 110, 172, .15);
    padding: 10px 18px;
    margin-bottom: 15px
}

section.hero_area.style-one .hero_content h5 i {
    display: inline-block;
    margin-right: 8px;
    color: var(--bg1);
    font-size: 18px
}

section.hero_area.style-one .hero_content h1 {
    font-size: 52px;
    line-height: 130%;
    color: var(--title-color);
    font-weight: 700
}

.section_title.leftside-headding h1 {
    text-align: left !important
}

section.hero_area.style-one .hero_content p {
    margin: 0;
    padding: 12px 0;
    width: 92%;
    opacity: .6;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 400
}

section.hero_area.style-one .hero-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: Outfit;
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 13px 35px;
    transition: .5s;
    position: relative;
    z-index: 1
}

section.hero_area.style-one .hero-course-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 500;
    font-family: Outfit;
    position: relative;
    z-index: 1;
    transition: .5s
}

section.hero_area.style-one .hero-course-btn a::before {
    position: absolute;
    content: '';
    width: 125px;
    height: 1px;
    background-color: rgba(30, 30, 30, .5019607843137255);
    left: 0;
    bottom: 0
}

section.hero_area.style-one .hero-star-icon ul li {
    display: inline-block;
    font-size: 16px;
    color: var(--Secondary-color)
}

section.hero_area.style-one .hero-shape1 {
    position: absolute;
    top: 130px;
    left: 0
}

.style-one .choose-skill-content h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 600
}

.style-one .choose-skill-content span {
    display: inline-block;
    font-size: 26px;
    color: var(--title-color);
    font-weight: 600
}

.section_title.two h1 span,
.style-two .hero_content h1 span,
.style-two .hero_content h5 {
    color: var(--primary-color);
    display: inline-block
}

.form-box {
    background: linear-gradient(135deg, #009e606b, #f5f9ff);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    border: 1px solid;
    box-shadow: 0 20px 50px rgba(29, 110, 172, .12)
}

.form-box h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 130%
}

.input-group input,
.input-group select,
.input-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px !important;
    border: .5px solid rgba(29, 110, 172, .15);
    outline: 0;
    font-size: 14px;
    color: #0f172a
}

.input-group input::placeholder,
.input-group textarea::placeholder {
    color: #94a3b8;
    font-size: 14px
}

.input-group select {
    color: #94a3b8;
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    background-image: url("../images/icon/down-arrow.png");
    -webkit-appearance: none;
    appearance: none
}

section.hero_area.style-two {
    background: url(../images/home-two/hero-bg2.png) center/cover no-repeat;
    height: 900px;
    margin: 0 20px;
    border-radius: 30px
}

.style-two .hero_content {
    padding-top: 85px
}

.style-two .hero_content h5 {
    font-size: 17px;
    line-height: 46px;
    font-weight: 600;
    font-family: Outfit;
    border-radius: 23px;
    background-color: rgb(30 194 142 / 10%);
    padding: 0 24px 0 6px;
    margin-bottom: 18px
}

.style-two .hero_content h5 i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #e0f5f1;
    text-align: center;
    margin-right: 10px
}

.style-two .hero_content h1 {
    font-size: 60px;
    line-height: 70px;
    color: var(--title-color);
    font-weight: 700
}

.style-two .hero_content>p {
    font-size: 16px;
    line-height: 26px;
    color: #152e41;
    font-weight: 400;
    width: 90%;
    margin: 20px 0 37px
}

.style-two .hero-button {
    display: flex;
    gap: 20px
}

.style-two .about-btn a,
.style-two .hero-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: Outfit;
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 15px 40px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.style-two .about-btn a::before,
.style-two .hero-btn a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--title-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto
}

.style-two .about-btn a:hover:before,
.style-two .course-btn a:hover:before,
.style-two .hero-btn a:hover:before {
    height: 100%;
    top: 0;
    bottom: auto
}

.footer-contact-address a i {
    display: inline-block;
    margin-right: 10px;
    color: #1ae984
}

.owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    justify-content: space-between;
    align-items: center
}

.owl-prev {
    display: block;
    margin-left: -32px
}

.owl-next i,
.owl-prev i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: .5s;
    text-align: center;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgb(46 46 46 / 74%);
    border: 1px solid
}

.owl-next i:hover,
.owl-prev i:hover,
.style-one .case_study_menu ul li:hover {
    background-color: var(--primary-color);
    color: var(--color-white)
}

.owl-next {
    display: inline-block;
    margin-right: -32px
}

.style-one .accordion a.active,
.style-two .accordion li p {
    filter: drop-shadow(0px 20px 15px rgba(219, 231, 228, .4))
}

section.feature-area.style-one {
    padding: 110px 0 120px;
    position: relative;
    background: #e7f7f1
}

.style-one .single-feature-box {
    border-radius: 20px;
    background-color: #fff;
    padding: 25px;
    position: relative;
    z-index: 1;
    transition: .5s;
    height: 100%
}

section.feature-area.style-one .row {
    row-gap: 15px
}

.style-one .single-feature-box.box-1:hover {
    background-color: var(--blue)
}

.single-feature-box.box-2 .feature-icon,
.single-feature-box.box-3 .feature-icon {
    filter: brightness(.2)
}

.style-one .single-feature-box.box-2:hover {
    background-color: var(--blue)
}

.style-one .single-feature-box.box-3:hover {
    background-color: var(--blue)
}

.single-feature-box.box-1 .feature-icon img {
    filter: brightness(10.5) invert(1)
}

.style-one .single-feature-box .feature-icon {
    transition: .5s;
    width: 60px;
    height: 42px
}

.style-one .single-feature-box:hover .feature-icon {
    filter: brightness(0) invert(1);
    animation: .8s ease-out alternate bd-bounce;
    -webkit-animation: .8s ease-out alternate bd-bounce
}

.style-one h4.feature-title {
    font-size: 22px;
    color: var(--title-color);
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 10px;
    transition: .5s
}

.style-one p.feature-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    transition: .5s
}

.style-one .single-feature-box:hover p.feature-desc {
    color: rgb(255, 255, 255, .8)
}

.style-one .feature-shape1 {
    position: absolute;
    top: 100px;
    left: 113px;
    animation: 5s cubic-bezier(.12, 0, .39, 0) infinite alternate scaleZoom
}

.style-one .feature-shape2 {
    position: absolute;
    top: 100px;
    right: 178px
}

section.feature-area.style-two {
    background-color: #f0fbf8;
    padding: 72px 0 60px;
    position: relative;
    z-index: 1
}

.style-two .single-feature-box {
    margin-bottom: 20px;
    transition: .5s;
    position: relative;
    z-index: 1
}

.style-two .single-feature-box:hover {
    transform: translateY(-10px)
}

.style-two .feature-content {
    overflow: hidden;
    padding-right: 40px
}

.style-two .feature-icon {
    float: left;
    margin-right: 23px;
    position: relative;
    top: 16px;
    transition: .5s
}

.style-two .single-feature-box:hover .feature-icon {
    animation: 1s ease-in-out forwards wobble_vertical
}

.style-two h4.feature-title {
    font-size: 24px;
    color: var(--title-color);
    font-weight: 500;
    transition: .5s
}

.style-two p.feature-desc {
    font-size: 16px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 400
}

.section-sub-title h6,
.section-sub-title.two h6 {
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase
}

.section-sub-title h6 {
    font-size: 16px;
    color: var(--title-color);
    transition: .5s;
    padding-left: 20px;
    position: relative;
    z-index: 1
}

.section-sub-title h6::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background-color: var(--primary-color);
    left: 4px;
    top: 40%
}

.section-sub-title h6::after {
    position: absolute;
    content: '';
    width: 635px;
    height: 1px;
    background-color: rgba(30, 30, 30, .10196078431372549);
    left: 0;
    bottom: -8px
}

.section_title h1 {
    font-size: 42px;
    line-height: 120%;
    color: var(--title-color);
    font-weight: 700;
    text-align: center
}

.section-title-space {
    margin-bottom: 50px
}

.section-title-desc p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    margin: 13px 0 23px;
    width: 90%
}

.section-sub-title.two h6 {
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    border-radius: 18px;
    background-color: rgb(30 194 142 / 10%);
    padding: 3px 16px;
    margin-bottom: 25px
}

.section_title.two h1 {
    font-size: 40px;
    line-height: 50px;
    color: var(--title-color);
    font-weight: 700
}

.section-title-desc.two p {
    opacity: .702;
    font-size: 16px;
    color: #152e41
}

.style-one .row.about-border::after,
.style-one .row.about-border::before {
    content: '';
    background-color: rgba(30, 30, 30, .10196078431372549)
}

section.about-area.style-one {
    background: url(../images/home-one/about-bg11.png) center/cover no-repeat;
    padding: 120px 0 50px;
    position: relative
}

.form-flex-box {
    display: flex;
    gap: 10px
}

.form-bottam-button {
    margin-top: 50px
}

.addmission-learning-section .section-sub-title h6::after,
.faq-area.style-one .section-sub-title h6::after,
.faq-area.style-two .section-sub-title h6::after,
.team-area.style-two .section-sub-title h6::after,
.team-area.style-two .section-sub-title h6::before,
.why-choose-area.style-one .section-sub-title h6::after,
section.about-area.style-one .section-sub-title h6::after,
section.about-area.style-two .section-sub-title h6::after,
section.about-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent
}

.style-one .about-thumb-wrapper {
    position: relative;
    margin-left: -236px
}

.style-one .about-shape4 {
    position: absolute;
    bottom: 82px;
    right: 110px;
    animation: 1.8s ease-in-out 1.8s infinite alternate forwards upDown
}

.style-one .about-shape4 img {
    max-width: 150px;
    width: 100%
}

.style-one .about-shape5 {
    position: absolute;
    top: 105px;
    right: 155px;
    animation: 18s linear infinite rotateme
}

.style-one .about-item-list span {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 500;
    font-family: Outfit
}

.style-one .about-item-box h3.counter {
    display: inline-block;
    font-size: 56px;
    color: var(--primary-color);
    font-weight: 600
}

.style-one .about-item-box span {
    display: inline-block;
    color: var(--primary-color);
    font-size: 46px;
    font-family: Outfit
}

.style-one .row.about-border {
    padding-top: 60px;
    position: relative
}

.style-one .row.about-border::before {
    position: absolute;
    width: 648px;
    height: 1px;
    top: 30px
}

.style-one .row.about-border::after {
    position: absolute;
    width: 648px;
    height: 1px;
    bottom: -26px
}

.style-one .about-item-box {
    display: flex;
    align-items: start;
    gap: 5px;
    flex-direction: column
}

.style-one .about-item-desc p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    margin-left: 5px
}

.style-one .about-btn {
    display: inline-block;
    margin-top: 70px
}

.style-one .about-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color: var(--primary-color);
    padding: 11px 33px;
    position: relative;
    z-index: 1
}

section.about-area.style-two {
    padding: 120px 0 80px;
    position: relative
}

.style-two .about-thumb-wrapper {
    position: relative;
    text-align: center
}

.style-two .about-item-list {
    margin-bottom: 35px
}

.style-two .about-item-list ul li {
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 500;
    font-family: Outfit;
    margin-bottom: 20px
}

.style-two .about-item-list ul li i {
    color: var(--color-white);
    background-color: var(--primary-color);
    text-align: center
}

.style-two .about-item-list ul li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    margin-right: 10px
}

.addmission-btn a::before,
.style-one .faq-button a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: .5s
}

.addmission-btn a:hover::before,
.style-one .faq-button a:hover::before {
    width: 100%;
    left: 0
}

.about-video-icon button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    top: 20%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, 50%);
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 70px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 1px solid rgba(255, 255, 255, .35);
    webkit-animation: ripple-white 1s linear infinite;
    backdrop-filter: blur(10px)
}

.about-video-icon button::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 59px;
    height: 59px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid;
    animation: 1s linear infinite ripple-blue;
    -webkit-transition: .5s
}

.about-video-icon.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.team-thumb:hover .about-video-icon {
    opacity: 1;
    pointer-events: auto
}

.team-content span {
    -webkit-line-clamp: 3;
    min-height: 85px;
    display: inline-block
}

.footer-widget-menu ul li img {
    margin-right: 12px
}

.style-one .case-study-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg)
}

.style-one .case-study-single-box:hover .case-study-thumb::before {
    animation: .8s shine
}

.marquee-section,
.style-one .case-study-single-box.box-3 .course-btn a {
    background-color: var(--primary-color)
}

.footer-widget-blog.first {
    margin-top: 30px
}

.marquee-section {
    position: relative;
    padding: 28px 0;
    z-index: 1
}

.marquee-section.style-two {
    padding: 365px 0 50px;
    position: relative;
    margin-top: -315px
}

.marquee-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 0
}

.marquee-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    -webkit-animation: 30s linear infinite scroll;
    animation: 30s linear infinite scroll
}

.marquee-block h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 600;
    display: flex;
    align-items: center
}

.marquee-block h3 span {
    display: inline-block;
    margin-right: 45px;
    transition: .5s;
    animation: 18s linear infinite rotateme
}

.marquee-section .marquee-block .content-box {
    position: relative;
    margin-right: 0
}

.marquee-section .marquee-block .content-box:last-child {
    margin-right: 0
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.case-study-area.style-one {
    padding: 110px 0 90px;
    position: relative
}

.style-one .case_study_menu {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 10px
}

ul.menu-filtering {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.style-one .case_study_menu ul li {
    display: inline-block;
    text-align: center;
    padding: 9px 30px;
    cursor: pointer;
    margin: 0 8px;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    font-family: Outfit;
    border-radius: 22px;
    background-color: #009E600e;
    transition: .5s
}

.style-one li.current_menu_item,
.style-two li.current_menu_item,
.team-area.style-two li.current_menu_item {
    color: #fff !important;
    background: var(--primary-color) !important
}

.style-one .case-study-single-box {
    border-radius: 20px;
    background-color: #f1f9fc;
    padding: 20px 22px 22px;
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
    overflow: hidden;
    min-height: calc(100% - 30px)
}

.style-one .case-study-single-box:hover .course-btn a {
    transform: translateY(-1px)
}

.expert-card:hover .expert-info-default {
    opacity: 0
}

.style-one .case-study-single-box.box-2 {
    background-color: var(--box-bg)
}

.style-one .case-study-single-box.box-3 {
    background-color: #e7f7f1
}

.about-shape5 img,
.choose-shape-dot img,
.choose-skill-icon img,
.footer-widget-menu ul li img,
.style-one .choose-shape2 img,
.style-one .faq-circle img,
.suport-icon img {
    filter: hue-rotate(285deg) contrast(1.5)
}

.style-one .case-study-thumb {
    position: relative;
    transition: .5s
}

.style-one .case-study-thumb img {
    width: 100%;
    border-radius: 20px;
    height: auto
}

.choose-item-menu ul li:nth-child(2)::before,
.style-one .case-study-single-box.box-2 .course-btn a {
    background-color: var(--Secondary-color)
}

.style-one .case-study-content h5 {
    font-size: 14px;
    line-height: 30px;
    color: var(--tertiary-color);
    font-weight: 500;
    border-radius: 16px;
    background-color: rgba(21, 193, 250, .10196078431372549);
    border: 1px solid rgba(21, 193, 250, .3);
    display: inline-block;
    padding: 0 20px;
    margin: 10px 0
}

.style-one .case-study-single-box.box-2 .case-study-content h5 {
    color: var(--Secondary-color);
    background-color: rgba(255, 133, 63, .10196078431372549);
    border: 1px solid rgba(255, 133, 63, .3)
}

.style-one .case-study-single-box.box-3 .case-study-content h5 {
    color: var(--primary-color);
    background-color: #fff;
    border: 1px solid #009E60ab
}

.style-one .case-study-content h4 {
    margin-bottom: 3px
}

.style-one .case-study-content h4 a {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    color: var(--title-color);
    font-weight: 500;
    transition: .5s
}

.style-one .case-study-single-box .case-study-content h4 a:hover,
.style-one .team-title h3 a:hover {
    color: var(--tertiary-color)
}

.style-one .case-study-single-box.box-2 .case-study-content h4 a:hover,
.style-one .single-team-box.box-3 .team-title h3 a:hover {
    color: var(--Secondary-color)
}

.style-one .course-btn a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: Outfit;
    border-radius: 22px;
    background-color: var(--tertiary-color);
    padding: 9px 28px;
    transition: .5s
}

.why-choose-area.style-one {
    background: url(../images/home-one/choose-bg1.webp) center/cover no-repeat;
    position: relative;
    z-index: 1;
    padding: 105px 0 125px
}

.why-choose-area.style-one .section-title-desc p {
    width: 78%
}

.style-one .choose-item-menu {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 38px
}

.color-white {
    color: #fff !important;
    overflow: hidden
}

.style-one .choose-item-menu ul li:first-child,
.style-one .choose-item-menu ul li:nth-child(2),
.style-one .choose-item-menu ul li:nth-child(3),
.style-one .choose-item-menu ul li:nth-child(4) {
    display: inline-block;
    font-size: 17px;
    color: var(--title-color);
    font-weight: 500;
    font-family: Outfit;
    border-radius: 10px;
    background-color: rgb(1 108 190 / 5%);
    margin: 0 25px 20px 0;
    padding: 14px 100px 14px 25px;
    transition: .5s
}

.style-one .case-study-content p {
    font-size: 14px;
    margin-bottom: 12px;
    min-height: 104px
}

.style-one .choose-item-menu ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s
}

.style-one .choose-item-menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: -moz-transform .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: -ms-transform .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: -o-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: .5s;
    z-index: -1
}

.choose-item-menu ul li:nth-child(3)::before {
    background-color: var(--fourtiary-color)
}

.choose-item-menu ul li:nth-child(4)::before {
    background-color: var(--tertiary-color)
}

.style-one .choose-item-menu ul li:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.style-one .choose-item-menu ul li:hover img {
    filter: brightness(0) invert(1)
}

.style-one .choose-item-menu ul li img:first-child,
.style-one .choose-item-menu ul li img:nth-child(2),
.style-one .choose-item-menu ul li img:nth-child(3),
.style-one .choose-item-menu ul li img:nth-child(4) {
    margin-right: 9px
}

.style-one .choose-item-menu ul li:nth-child(2) {
    background-color: rgba(255, 133, 63, .10196078431372549);
    padding: 14px 55px 14px 25px
}

.style-one .choose-item-menu ul li:nth-child(3) {
    background-color: rgba(166, 76, 249, .10196078431372549);
    padding: 14px 100px 14px 25px
}

.style-one .choose-item-menu ul li:nth-child(4) {
    background-color: rgba(21, 193, 250, .10196078431372549);
    padding: 14px 90px 14px 25px
}

.style-one p.choose-suport-des {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: Outfit;
    align-items: center;
    display: flex;
    margin-bottom: 35px
}

.style-one .choose-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: Outfit;
    border-radius: 26px;
    background-color: #009e60;
    padding: 12px 34px;
    transition: .5s;
    position: relative;
    z-index: 1
}

.style-one .choose-skill-content p {
    display: block;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400
}

.style-one .choose-shape-dot {
    position: absolute;
    top: 0;
    right: 192px;
    animation: 1.5s ease-in-out 1.8s infinite alternate forwards upDown
}

.style-one .choose-shape-star {
    position: absolute;
    bottom: 145px;
    left: -10px;
    animation: 8s linear infinite rotateme
}

.style-one .choose-skill-box {
    position: absolute;
    right: -82px;
    bottom: 62px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: var(--color-white);
    width: 279px;
    height: 99px;
    padding: 0 0 0 30px;
    animation: 1.5s ease-in-out 1.8s infinite alternate forwards upDown
}

.style-one .choose-shape1 {
    position: absolute;
    bottom: 100px;
    left: 865px;
    animation: 4s linear infinite bounceleft
}

.style-one .choose-shape2 {
    position: absolute;
    right: 120px;
    top: -60px;
    animation: 18s linear infinite rotateme
}

.style-two .team-thumb {
    position: relative;
    overflow: hidden
}

.section_title p {
    margin-top: 15px
}

.team-area.style-one {
    margin: 100px 0;
    position: relative
}

.style-one .single-team-box {
    border-radius: 20px;
    background-color: #f1f9fc;
    padding: 20px 20px 25px;
    transition: .5s;
    margin-bottom: 20px;
    text-align: center
}

.style-one .single-team-box.box-2 {
    background-color: #f0fbf8
}

.style-one .single-team-box.box-4 {
    background-color: #f8f4fb
}

.style-one .team-thumb::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(21, 193, 250, .9999999999999999) 0, rgba(21, 193, 250, .9999999999999999) 20%, rgba(29, 193, 141, 0) 50%, rgba(29, 193, 141, 0) 100%);
    border-radius: 16px;
    transition: .5s;
    display: none !important
}

.style-one .single-team-box.box-2 .team-thumb::before {
    background-image: linear-gradient(0deg, #1ec28e 0, rgba(29, 193, 141, .9999999999999999) 20%, rgba(29, 193, 141, 0) 50%, rgba(29, 193, 141, 0) 100%);
    transition: .5s;
    display: none !important
}

.style-one .single-team-box.box-3 .team-thumb::before {
    background-image: linear-gradient(0deg, #ff853f 0, rgba(255, 133, 63, .9999999999999999) 20%, rgba(29, 193, 141, 0) 50%, rgba(29, 193, 141, 0) 100%);
    transition: .5s;
    display: none !important
}

.team-thumb video {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top
}

.style-one .single-team-box.box-4 .team-thumb::before {
    background-image: linear-gradient(0deg, #a64cf9 0, rgba(166, 76, 249, .9999999999999999) 20%, rgba(29, 193, 141, 0) 50%, rgba(29, 193, 141, 0) 100%);
    transition: .5s;
    display: none !important
}

.style-one .single-team-box:hover .team-thumb::before {
    height: 100%
}

.style-one .team-title h3 {
    margin-top: 10px
}

.style-one .team-title h3 a {
    display: inline-block;
    font-size: 24px;
    color: var(--title-color);
    font-weight: 500;
    font-family: Outfit;
    transition: .5s
}

.style-one .single-team-box.box-4 .team-title h3 a:hover {
    color: var(--fourtiary-color)
}

.style-one .team-shape1 {
    position: absolute;
    top: -10px;
    left: 125px;
    animation: 1.5s ease-in-out 1.6s infinite alternate forwards upDown
}

.team-area.style-two {
    padding: 20px 120px 86px 106px
}

.team-area.style-two .section-title-space {
    margin-bottom: 70px;
    display: flex;
    align-items: end
}

.style-two .single-team-box {
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
    overflow: hidden
}

.style-two .team-thumb::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.style-two .single-team-box:hover .team-thumb::before {
    left: 0;
    right: 0;
    opacity: 0
}

.style-two .team-title h3 a {
    display: inline-block;
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: Outfit;
    transition: .5s;
    padding-top: 9px
}

.footer-bottom-social-icon ul li a {
    background-color: rgba(255, 255, 255, .10196078431372549)
}

.footer-area {
    background-color: var(--title-color);
    padding: 60px 0 20px
}

.footer-widget-title h4 {
    font-size: 24px;
    color: var(--color-white);
    font-weight: 500;
    margin-bottom: 20px
}

.footer-desc p {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white);
    font-weight: 400;
    margin-bottom: 20px;
    width: 90%
}

.footer-desc {
    margin-top: 20px
}

.footer-widget-menu ul li {
    margin-bottom: 10px
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: var(--color-white);
    font-weight: 400;
    font-family: Outfit;
    transition: .5s
}

.footer-widget-menu ul li a:hover {
    color: #fff;
    opacity: .8
}

.footer-widget-blog {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.footer-contact-phone a {
    font-size: 16px;
    color: var(--color-white);
    font-weight: 500;
    font-family: Outfit;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.footer-contact-address a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: Outfit
}

.row.add-footer-class {
    border-bottom: 1px solid rgba(255, 255, 255, .10196078431372549);
    padding-bottom: 84px;
    margin-bottom: 24px
}

.footer-bottom-desc p {
    opacity: .702;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center
}

.footer-bottom-desc p a {
    display: inline-block;
    color: #fff
}

.footer-bottom-social-icon ul li {
    display: inline-block;
    margin: 0 3px
}

.footer-bottom-social-icon ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    transition: .5s;
    position: relative;
    z-index: 1
}

.footer-widget-content.center-footer-content {
    max-width: 190px;
    margin: 0 auto;
    width: 100%
}

.footer-bottom-social-icon ul li a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: .5s
}

.style-two .course-btn a {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    transition: .5s;
    display: inline-block
}

.style-two .course-btn a {
    text-transform: capitalize;
    border-radius: 28px;
    padding: 7px 20px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(30, 30, 30, .16);
    overflow: hidden
}

.style-two .course-btn a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto
}

.style-two h3.counter {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
    margin: 25px 0 10px
}

.style-one .accordion a span:after,
.style-one .accordion a span:before {
    right: 0;
    margin: 0 auto;
    content: " ";
    transition: .5s ease-in-out;
    top: 45%;
    transform: translateY(-50%);
    left: 0
}

.addmission-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color: var(--primary-color);
    padding: 11px 35px;
    position: relative;
    z-index: 1
}

.addmission-learning-section {
    position: relative;
    margin-top: -100px
}

.row.addmission-bg {
    background-image: url(../images/home-three/addmission-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position-x: right !important;
    background-position-y: bottom !important;
    background-size: contain !important;
    position: relative;
    padding: 60px 66px;
    border-radius: 20px;
    background: #f6f6f6
}

.addmission-btn {
    display: inline-block;
    margin-top: 35px
}

.addmission-star {
    position: absolute;
    bottom: 50px;
    left: 350px;
    animation: 6s linear infinite rotateme
}

img {
    max-width: 100%
}

.addmission-dot {
    position: absolute;
    right: -60px;
    bottom: -60px;
    z-index: -1;
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.style-one .faq-button a {
    color: var(--color-white);
    background-color: var(--primary-color)
}

.faq-area.style-one {
    background-color: #009E6014;
    padding: 100px 0;
    position: relative
}

.style-one .tab_container {
    overflow: hidden;
    margin: 38px 0 20px;
    position: relative
}

.style-one .accordion li {
    list-style: none;
    padding: 0 0 20px
}

.style-one .accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 18px 15px 20px 25px;
    z-index: 1;
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e !important;
    font-weight: 500;
    font-family: Outfit;
    border-radius: 10px;
    background-color: #fff
}

.style-one .accordion li p {
    display: none;
    padding: 25px 30px 30px 32px;
    margin: 0;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    font-family: Outfit;
    border-radius: 0 0 10px 10px
}

.style-one .accordion a span:before {
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    z-index: 2
}

.style-one .accordion a span:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1
}

.style-one .accordion a.active:after {
    -webkit-transition: .5s ease-in-out;
    background: #fff;
    transform: rotate(0)
}

.style-one .accordion a.active {
    border-radius: 10px 10px 0 0;
    background-color: #fff
}

.style-two .accordion a:after,
.style-two .accordion a:before {
    background: #1e1e1e;
    content: " ";
    transition: .5s ease-in-out;
    position: absolute
}

.style-one .accordion li a span {
    z-index: 1;
    position: absolute;
    content: "";
    top: 45%;
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: var(--primary-color)
}

.style-one .faq-button a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 26px;
    padding: 11px 32px;
    position: relative;
    z-index: 1
}

.style-one .faq-circle {
    position: absolute;
    right: 10px;
    top: 50px;
    animation: 18s linear infinite rotateme
}

.style-one .faq-dot {
    position: absolute;
    top: 210px;
    left: -45px;
    animation: 4s linear infinite bounceleft;
    z-index: -1
}

.style-one .faq-star {
    position: absolute;
    top: 144px;
    left: 15px;
    animation: 8s linear infinite rotateme
}

.style-one .faq-qestion {
    position: absolute;
    top: 218px;
    right: 110px;
    animation: 1.5s ease-in-out 1.6s infinite alternate forwards upDown
}

.style-one .faq-suport-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 162px;
    left: -20px;
    width: 270px;
    height: 103px;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    padding-left: 30px;
    animation: 1.1s ease-in-out 1.1s infinite alternate forwards upDown
}

.style-one .suport-content h3 {
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500
}

.style-one .suport-content p {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400
}

.faq-area.style-two {
    background: url(../images/home-eight/faq-bg2.png) center/cover no-repeat;
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden
}

.style-two .tab_container {
    padding: 152px 0 0;
    position: relative
}

.style-two .accordion li {
    list-style: none;
    padding: 0 0 28px
}

.style-two .accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 17px 11px 18px 30px;
    z-index: 1;
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: Outfit;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid
}

.style-two .accordion li p {
    display: none;
    padding: 28px 35px 30px 25px;
    margin: 0;
    overflow: hidden;
    font-family: Outfit;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    font-size: 17px;
    line-height: 28px;
    color: #616161;
    font-weight: 400
}

.style-two .accordion a:before {
    width: 2px;
    height: 16px;
    right: 32px;
    top: 23px;
    transform: rotate(0);
    z-index: 2
}

.style-two .accordion a:after {
    width: 16px;
    height: 2px;
    right: 25px;
    top: 30px;
    z-index: 1
}

.style-two .accordion a.active:after,
.style-two .accordion a.active:before {
    -webkit-transition: .5s ease-in-out;
    background: #1e1e1e;
    transform: rotate(0)
}

.style-two .accordion a.active {
    border-radius: 10px 10px 0 0;
    background-color: #009e60;
    color: #fff !important
}

.style-two .accordion li a span:before {
    position: absolute;
    content: "";
    top: -4px;
    right: -590px;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid
}

.style-two .faq-thumb-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 60px
}

button {
    padding: 0
}

.trusted_company_sld_area_inner .slider-wrapper {
    overflow: hidden
}

button {
    border: none;
    outline: 0;
    background: 0 0;
    display: inline-block
}

.btn.btn_primary {
    background-color: var(--primary-color) !important;
    color: #fff
}

.btn {
    border: none;
    outline: 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    padding: 21px 42px;
    border-radius: 5px;
    display: inline-block;
    transition: .6s cubic-bezier(.25, 1, .5, 1);
    font-family: "DM Sans", sans-serif
}

label {
    font-size: 16px
}

label {
    font-weight: 500;
    margin-bottom: 10px
}

button.btn.btn_border.border_black {
    background: var(--primary-color);
    color: #fff;
    border: var(--primary-color)
}

.btn.btn_border.border_black {
    color: #555;
    border-color: rgba(18, 16, 13, .3);
    transition: .5s
}

.btn.btn_border.border_black:hover {
    background: var(--Secondary-color);
    border-color: #bb8173;
    color: #fff
}

#benefits,
#ourprocess,
div#aboutus,
div#testimonials {
    scroll-margin-top: 80px
}

.trusted_company_sld_area {
    padding: 50px 0
}

.trusted_company_sld_area_inner {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    border: 1px solid #0000004A;
    padding: 60px 30px;
    border-radius: 34px
}

.trusted_company_sld_area_inner h2 {
    position: absolute;
    top: -15px;
    background: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 28.6px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 11px
}

.slide-track-new {
    display: flex;
    width: max-content;
    animation: 25s linear infinite scrollLoop
}

.slide-track {
    display: flex;
    gap: 3em;
    overflow: hidden
}

.partner-logo-item {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.trusted_company_sld_area_inner .slide-track img {
    animation: 5s linear infinite scroll;
    width: 150px;
    object-fit: contain
}

.trusted_company_sld_area_inner .slide-track-new img {
    animation: unset !important
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
        transform: translatex(-100%)
    }

    0% {
        transform: translateX(0)
    }
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

.section_limted_v {
    padding: 90px 0;
    background-color: #f4fefba3;
    margin-top: 0
}

.process-work-wrapper {
    position: relative;
    z-index: 9
}

.section-meet-experts,
section.work-process-section {
    margin: 80px 0
}

ul.infoGraphic {
    font-size: var(--font-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    gap: 40px
}

ul.infoGraphic li {
    position: relative;
    width: 100%;
    max-width: 25em;
    background: #009E601c;
    border-radius: 30px;
    padding: 21px;
    z-index: 1;
    transition: .2s;
    cursor: pointer;
    border: 1px solid #009E6038
}

ul.infoGraphic li .number {
    font-family: "maven pro", sans-serif;
    font-size: 44px;
    font-weight: 900;
    width: fit-content;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 100px
}

ul.infoGraphic li .number.fontColor1 {
    color: var(--blue)
}

ul.infoGraphic li .number.fontColor2 {
    color: var(--blue)
}

ul.infoGraphic li .number.fontColor3 {
    color: var(--blue)
}

ul.infoGraphic li .number.fontColor4 {
    color: var(--blue)
}

ul.infoGraphic li .number.fontColor5 {
    color: var(--blue)
}

ul.infoGraphic li .content {
    margin: 1em 0;
    position: relative
}

ul.infoGraphic li .content h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize
}

ul.infoGraphic li .content p {
    line-height: 1.5em
}

.icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%)
}

.icon:before {
    color: #666;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.get_tch_bttn {
    background-color: var(--primary-color)
}

.get_tch_bttn {
    font-weight: 500;
    transition: .5s;
    text-transform: uppercase
}

h2.heading_type_h2,
p.heading_type_p {
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left
}

section.talk_sec.chatbot-cta-bg-2 {
    background: url(../images/cta-image-main.webp) bottom/cover no-repeat;
    padding: 150px 50px;
    border-radius: 20px;
    min-height: calc(100% - 30px)
}

h2.heading_type_h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #12100b
}

p.heading_type_p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000
}

.get_tch_bttn {
    font-size: 14px;
    color: #fff;
    border-radius: 22px;
    padding: 9px 28px;
    text-decoration: none;
    text-align: center;
    width: fit-content;
    justify-content: center;
    display: flex;
    align-items: center
}

.get_tch_bttn:hover {
    background-color: #000;
    color: #fff
}

.grid-item {
    min-height: 100%;
    position: unset !important
}

.row.image_load {
    height: auto !important
}

.talk_sec_con {
    max-width: 500px;
    width: 100%;
    margin-bottom: 25px;
    display: grid;
    row-gap: 10px
}

@media screen and (max-width:575px) {
    .owl-next {
        margin-right: 0
    }

    .owl-prev {
        margin-left: 0
    }

    .owl-next i,
    .owl-prev i {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 38px;
        height: 38px
    }

    section.feature-area.style-one {
        padding: 50px 0 0
    }

    section.about-area.style-one {
        padding: 50px 0
    }

    ul.infoGraphic {
        margin-top: 0
    }

    .section-title-space {
        margin-bottom: 20px
    }
}

.section-successful-trainees {
    background-color: #e7f7f1;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.trainee-card {
    background: #009e60;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    border: 5px solid #fff;
    margin: 5px;
    display: flex;
    flex-direction: column
}

.trainee-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px
}

.trainee-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.trainee-badge {
    background-color: #f1f1f1;
    color: #009e60;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px
}

.trainee-info {
    padding: 15px;
    color: #fff
}

.trainee-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px
}

.trainee-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 5px;
    color: #fff
}

.overlay-linkdin {
    display: flex;
    justify-content: end
}

.trainee-social {
    background: #fff;
    color: #007ab9;
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: .3s
}

.trainee-social:hover {
    background: #007ab9;
    color: #fff
}

.trainee-package {
    background: #eef1f3;
    padding: 11px 15px;
    border-radius: 8px;
    margin-bottom: 10px
}

.package-label {
    display: block;
    font-size: 11px;
    line-height: 120%;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase
}

.package-value {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 100%
}

.trainee-education img {
    width: 25px !important;
    height: 25px;
    object-fit: contain
}

.trainee-education {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 6px 15px;
    border: .5px solid #71c5a4;
    border-radius: 22px;
    width: 100%
}

.trainee-education i {
    font-size: 14px
}

.section-successful-trainees .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: block !important
}

.section-successful-trainees .owl-dot {
    display: inline-block !important;
    margin: 0 4px
}

.section-successful-trainees .owl-dot span {
    width: 10px;
    height: 10px;
    background: #c3d4e6;
    display: block;
    border-radius: 50%;
    transition: .3s
}

.section-successful-trainees .owl-dot.active span {
    background: #003e6e;
    width: 12px;
    height: 12px
}

.section-successful-trainees .owl-nav i {
    background-color: #009e60 !important
}

.section-successful-trainees .owl-nav button {
    width: 40px;
    height: 40px;
    background: #009e60 !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: .3s
}

.section-successful-trainees .owl-nav button:hover {
    background: #5d8758 !important
}

.expert-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    cursor: pointer;
    background: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.expert-card .expert-img {
    width: 100%;
    height: 100%
}

.expert-card .expert-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.expert-card:hover .expert-img img {
    transform: scale(1.05)
}

.expert-info-default {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px 20px;
    background: linear-gradient(to top, rgb(0 0 0 / 78%) 43%, transparent 100%);
    color: #fff;
    transition: opacity .4s;
    z-index: 1;
    display: flex;
    justify-content: space-between
}

.expert-info-default h4 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.expert-info-default p {
    margin: 0;
    font-size: 14px;
    color: #e0e0e0
}

.expert-hover-content {
    position: absolute;
    inset: 0;
    background-color: #000000b0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .4s;
    z-index: 2;
    color: #fff
}

.expert-card:hover .expert-hover-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.expert-title h4 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.expert-title p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .9)
}

.expert-exp,
.expert-skills span {
    background: #fff;
    color: #111;
    border-radius: 20px;
    font-weight: 600
}

.expert-exp {
    padding: 3px 9px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto
}

.expert-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px
}

.expert-skills span {
    padding: 1px 12px;
    font-size: 11px
}

.expert-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: auto;
    color: rgba(255, 255, 255, .85)
}

.section-meet-experts .expert-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background: #0d6efd !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .3s;
    border: none
}

.section-meet-experts .expert-carousel .owl-nav button:hover {
    background: #0b5ed7 !important
}