@import"https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap";
@import"https://cdn.materialdesignicons.com/3.2.89/css/materialdesignicons.min.css";
@import"https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css";

@font-face {
    font-family: "Berlingske Serif";
    src: url("../font/BerlingskeSerif-Md.eot");
    src: url("../font/BerlingskeSerif-Md.eot?#iefix") format("embedded-opentype"), url("../font/BerlingskeSerif-Md.woff2") format("woff2"), url("../font/BerlingskeSerif-Md.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.nav-link,
span,
b,
small,
strong,
body,
button,
.btn,
input,
optgroup,
select,
textarea {
    font-family: "Berlingske Serif"
}

body {
    overflow-x: hidden !important
}

a,
i,
.btn,
div {
    text-decoration: none !important;
    transition: all .3s ease-in-out !important
}

textarea {
    outline: 2px solid rgba(0, 0, 0, 0) !important;
    box-shadow: none !important
}

input,
navbar-toggler,
button,
input {
    outline: 2px solid rgba(0, 0, 0, 0) !important;
    box-shadow: none !important
}

htmll,
body {
    scroll-behavior: smooth
}

html {
    --scrollbarBG: #cfd8dc;
    --thumbBG: #90a4ae
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background: #9d70ff
}

.animated {
    animation: up-down 3s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.animated2 {
    animation: down-up 3s ease-in-out infinite alternate-reverse both;
}

@keyframes down-up {
    0% {
        transform: translateY(-10px);
    }

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

.container-xxl {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1700px !important;
    margin: 0 auto
}

.main-btn {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 8px;
    transition: .3s;
    border: 3px solid #9d70ff;
    cursor: pointer
}

.main-btn .label-up {
    padding: 0px 20px 0px 30px;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Poppins;
    position: relative;
    color: #9d70ff;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 18px;
    top: 0px;
    transition: .3s;
    white-space: nowrap
}

.main-btn .label-up img {
    margin-left: 12px;
    max-height: 20px;
    max-width: 20px
}

.main-btn:hover {
    background: #9d70ff
}

.main-btn:hover .label-up {
    top: -100%;
    color: #fff
}

.main-btn-light {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 8px;
    transition: .3s;
    border: 3px solid #fff;
    cursor: pointer
}

.main-btn-light .label-up {
    padding: 0px 20px 0px 30px;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Poppins;
    position: relative;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 18px;
    top: 0px;
    transition: .3s;
    white-space: nowrap
}

.main-btn-light .label-up img {
    margin-left: 12px;
    max-height: 20px;
    max-width: 20px
}

.main-btn-light:hover {
    background: #fff
}

.main-btn-light:hover .label-up {
    top: -100%;
    color: #9d70ff
}

.main-btn-fill {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #9d70ff;
    color: #fff;
    border-radius: 8px;
    transition: .3s;
    border: 3px solid #9d70ff;
    cursor: pointer
}

.main-btn-fill .label-up {
    padding: 0px 20px 0px 30px;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Poppins;
    position: relative;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 18px;
    top: 0px;
    transition: .3s;
    white-space: nowrap
}

.main-btn-fill .label-up img {
    margin-left: 12px;
    max-height: 20px;
    max-width: 20px
}

.main-btn-fill:hover {
    background: rgba(0, 0, 0, 0)
}

.main-btn-fill:hover .label-up {
    top: -100%;
    color: #9d70ff
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    min-height: 135px;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center
}

.header .navbar-brand img {
    transition: all .3s ease-in-out !important;
    height: 56px
}

.header .navbar-toggler {
    padding: 0px;
    border: none
}

.header .navbar-toggler .bars {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.header .navbar-toggler .bars .bar {
    height: 8px;
    width: 51px;
    background-color: #8d5bf6;
    margin-bottom: 6px
}

.header .nav-item .nav-link {
    margin: 0px 20px;
    color: #15003e !important;
    padding: 6px 0px;
    font-family: "Poppins";
    font-weight: 400;
    transition: all .3s ease-in-out !important;
    font-size: 21px
}

#header.active {
    min-height: 100px;
    box-shadow: rgba(0, 0, 0, .1) 0px 4px 12px
}

#header.active .navbar-brand img {
    height: 50px
}

#header.active .nav-item .nav-link {
    font-size: 19px
}

.hero-section {
    background: #15003e;
    position: relative;
    min-height: 1200px;
    display: flex;
    align-items: center
}

.hero-section .shape-1 {
    position: absolute;
    top: 816px;
    right: 727px
}

.hero-section .shape-2 {
    position: absolute;
    top: 501px;
    right: 815px
}

.hero-section .shape-3 {
    position: absolute;
    top: 590px;
    right: 0px
}

.hero-section .shape-4 {
    position: absolute;
    top: 290px;
    right: 54px
}

.hero-section .shape-5 {
    position: absolute;
    top: 603px;
    right: 221px
}

.hero-section .shape-6 {
    position: absolute;
    top: 147px;
    right: 377px
}

.hero-section .shape-7 {
    height: 269px;
    width: 269px;
    background-color: #70e6ff;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    right: 891px
}

.hero-section .content-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hero-section .content-section h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 92.9px
}

.hero-section .content-section p {
    margin: 40px 0px;
    padding-right: 80px;
    color: #fff;
    font-family: Poppins;
    font-size: 31px;
    letter-spacing: 0;
    line-height: 48px
}

.custom-shape-divider-bottom-1707216273 {
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    overflow: hidden
}

.custom-shape-divider-bottom-1707216273 svg {
    width: 120% !important;
    margin-left: -10%;
    margin-right: -10%
}

.center-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px
}

.center-heading h2 {
    color: #15003e;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 20px
}

.center-heading p {
    max-width: 938px;
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    margin-bottom: 20px
}

.select-department {
    display: flex;
    align-items: center;
    position: relative
}

.select-department p {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-right: 15px
}

.select-department .dropdown .btn-link {
    border-bottom: 1px solid #a578ff;
    border-radius: 0px;
    padding: 0px 5px;
    color: #15003e;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0
}

.select-department .dropdown .dropdown-item {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-right: 15px;
    padding: 10px 20px
}

.select-Positions {
    display: flex;
    align-items: center;
    position: relative
}

.select-Positions p {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-right: 15px
}

.select-Positions .dropdown .btn-link {
    border-bottom: 1px solid #a578ff;
    border-radius: 0px;
    padding: 0px 5px;
    color: #15003e;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0
}

.select-Positions .dropdown .dropdown-item {
    color: #15003e;
    font-family: Poppins;
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-right: 15px;
    padding: 10px 20px
}

.left-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px
}

.left-heading h1 {
    color: #15003e;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 20px
}

.left-heading p {
    max-width: 938px;
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
    margin-bottom: 20px
}

.specialist-section {
    padding: 160px 0px
}

.specialist-section .specialist-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.specialist-section .specialist-card h3 {
    margin-top: 40px;
    color: #15003e;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0
}

.specialist-section .specialist-card .image-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.specialist-section .specialist-card .image-box .shape {
    width: 80%
}

.specialist-section .specialist-card .image-box .icon {
    position: absolute
}

.explore-career {
    max-width: 1224px;
    border-radius: 11px;
    background-color: #9462f6;
    margin: 0px auto 160px;
    padding: 80px
}

.explore-career img {
    width: 100%
}

.explore-career .content-area {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.explore-career .content-area h1 {
    color: #fff;
    font-family: "Berlingske Serif";
    font-size: 70px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 26px
}

.explore-career .content-area p {
    color: #fff;
    font-family: Poppins;
    font-size: 21px;
    margin-bottom: 26px;
    letter-spacing: 0;
    line-height: 33px
}

.footer {
    width: 100%;
    background: #15003e;
    padding: 100px 0px 65px
}

.footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer .footer-content .contact-info {
    display: flex;
    flex-direction: column
}

.footer .footer-content .contact-info a {
    display: flex;
    color: #fff;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px
}

.footer .footer-content .contact-info a .icon {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px
}

.footer .footer-content .contact-info a .icon .phone {
    height: 26px
}

.footer .footer-content .contact-info a .icon .envelope {
    height: 30px
}

.footer .footer-content .other-content {
    color: #fff
}

.footer .footer-content .other-content p {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0
}

.footer .footer-content .other-content .bottom-nav {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.footer .footer-content .other-content .bottom-nav small,
.footer .footer-content .other-content .bottom-nav a {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 30px
}

.footer .footer-content .other-content .bottom-nav a:hover {
    color: #a578ff;
}

.footer .footer-content .other-content .bottom-nav span {
    font-size: 14px;
    color: #9d70ff;
    margin-right: 8px
}

.bottom {
    background: #fff
}

.bottom .bottom-inner {
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom .bottom-inner p>a {
    color: #15003e;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.81px;
    margin-bottom: 0px
}

.bottom .bottom-inner .social-links {
    display: flex;
    align-items: center
}

.bottom .bottom-inner .social-links a {
    margin-right: 15px
}

.bottom .bottom-inner .social-links .icon {
    background: #15003e;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    color: #fff;
    border-radius: 100px
}

.bottom .bottom-inner .social-links .icon svg {
    height: 20px
}

.bottom .bottom-inner .social-links .icon svg path {
    fill: #fff
}

.therapeutic-section {
    padding: 220px 0px;
    background: #f3eeff;
    position: relative;
    display: flex;
    align-items: center
}

.therapeutic-section .content-section {
    height: 100%;
    max-width: 718px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.therapeutic-section .content-section h1 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 36px
}

.therapeutic-section .content-section h4 {
    color: #15003e;
    font-family: Poppins;
    font-size: 31px;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: 42px;
    font-weight: 400;
}

.therapeutic-section .banner-img {
    max-width: 650px;
    margin: auto;
    position: relative
}

.therapeutic-section .banner-img img {
    width: 100%
}

.therapeutic-section .banner-img .shape {
    position: absolute;
    height: 250px;
    width: auto;
    left: -60px;
    bottom: 0
}

.specialist-therapeutic-section {
    padding: 220px 0px;
    position: relative
}

.specialist-therapeutic-section .specialist-therapeutic-card {
    margin-top: 80px;
    display: flex;
    align-items: center
}

.specialist-therapeutic-section .specialist-therapeutic-card .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding-right: 25px
}

.specialist-therapeutic-section .specialist-therapeutic-card .icon img {
    width: 100%
}

.specialist-therapeutic-section .specialist-therapeutic-card h5 {
    max-width: 252px;
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0px;
    line-height: 1.5;
}

.enquiry-form-section {
    padding: 120px 0px;
    background: #f3eeff
}

.enquiry-form-section .form-section {
    max-width: 1057px;
    margin: auto
}

.enquiry-form-section .form-section h3 {
    color: #15003e;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 40px
}

.enquiry-form-section .form-section h5 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px
}

.enquiry-form-section .form-section .form-btn {
    display: flex;
    justify-content: flex-end
}

.enquiry-form-section .form-section form input {
    min-height: 75px;
    width: 100%;
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    padding: 10px 35px !important;
    border: none;
    margin-bottom: 20px !important;
    border-radius: 0px
}

.enquiry-form-section .form-section form input::-moz-placeholder {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px
}

.enquiry-form-section .form-section form input::placeholder {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px
}

.contact-section {
    padding: 250px 0px;
    background: #f3eeff;
    position: relative;
    min-height: 1100px;
    display: flex;
    align-items: center
}

.contact-section .content-section {
    height: 100%;
    width: 100%;
    background: #15003e;
    color: #fff;
    display: flex;
    padding: 30px 40px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center
}

.contact-section .content-section h2 {
    color: #fff;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px
}

.contact-section .content-section h1 {
    color: #fff;
    font-family: "Berlingske Serif";
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1px;
    max-width: 564px;
    margin-bottom: 30px
}

.contact-section .content-section .details {
    margin-bottom: 30px
}

.contact-section .content-section .details b {
    font-weight: 500;
    font-size: 24px;
    font-family: Poppins;
}

.contact-section .content-section .details p:first-child {
    margin-bottom: 10px;
}

.contact-section .content-section .details p {
    color: #fff !important;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0px;
    letter-spacing: 0;

}

.contact-section .content-section .details .tel-link {
    color: #fff ;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 300;
}

.contact-section .form-section {
    max-width: 1057px;
    margin: auto
}

.contact-section .form-section h5 {
    color: #15003e;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px
}

.contact-section .form-section p {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    margin-bottom: 30px;
    letter-spacing: 0
}

.contact-section .form-section .form-btn {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end
}

.contact-section .form-section form textarea,
.contact-section .form-section form input {
    min-height: 75px;
    width: 100%;
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    padding: 10px 35px !important;
    border: none;
    margin-bottom: 20px !important;
    border-radius: 0px
}

.contact-section .form-section form textarea::-moz-placeholder,
.contact-section .form-section form input::-moz-placeholder {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px
}

.contact-section .form-section form textarea::placeholder,
.contact-section .form-section form input::placeholder {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px
}

.visit-us-section {
    padding: 130px 0px
}

.visit-us-section .visit-us-card {
    width: 100%;
    display: flex
}

.visit-us-section .visit-us-card .banner {
    height: 135px;
    max-width: 190px;
    margin-right: 20px;
    border-radius: 12px;
    overflow: hidden
}

.visit-us-section .visit-us-card .banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.visit-us-section .visit-us-card .content {
    width: 200px
}

.visit-us-section .visit-us-card .content h6 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px
}

.visit-us-section .visit-us-card .content p {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px
}

.visit-us-section .visit-us-card .content a {
    display: flex;
    width: fit-content;
    align-items: center;
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 600
}


.visit-us-section .visit-us-card .content a:hover {
    color: #9d70ff;
}

.visit-us-section .visit-us-card .content a:hover g {
    fill: #9d70ff !important;
}

.careers-section {
    padding: 220px 0px;
    background: #f3eeff;
    position: relative;
    display: flex;
    align-items: center
}

.careers-section .content-section {
    height: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.careers-section .content-section h1 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 35px
}

.careers-section .content-section h4 {
    color: #15003e;
    font-family: Poppins;
    font-size: 31px;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: 40px;
    font-weight: 400;
}

.careers-section .banner-img {
    max-width: 650px;
    margin: auto;
    position: relative
}

.careers-section .banner-img img {
    width: 100%
}

.careers-section .banner-img .shape {
    position: absolute;
    height: 250px;
    width: auto;
    left: -60px;
    bottom: 0
}

.culture-and-vision-section {
    padding: 200px 0px;
    background: #15003e;
    color: #fff;
    position: relative;
    overflow-x: hidden;
}

.culture-and-vision-section .culture-and-vision {
    margin-bottom: 100px
}

.culture-and-vision-section .culture-and-vision .banner-img {
    width: 80%;
    margin: auto;
    position: relative
}

.culture-and-vision-section .culture-and-vision .banner-img img {
    width: 100%
}

.culture-and-vision-section .culture-and-vision .banner-img .shape {
    position: absolute;
    height: 250px;
    width: auto;
    right: 0px;
    top: -30px
}

.culture-and-vision-section .culture-and-vision .content-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 550px
}

.culture-and-vision-section .culture-and-vision .content-section h2 {
    color: #fff;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 40px
}

.culture-and-vision-section .culture-and-vision .content-section p {
    color: #fff;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 20px
}

.culture-and-vision-section .our-values .banner-img {
    width: 80%;
    margin: auto;
    position: relative
}

.culture-and-vision-section .our-values .banner-img img {
    width: 100%
}

.culture-and-vision-section .our-values .banner-img .shape {
    position: absolute;
    height: 250px;
    width: auto;
    left: 0px;
    top: 0px
}

.culture-and-vision-section .our-values .content-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 550px
}

.culture-and-vision-section .our-values .content-section li {
    margin-bottom: 10px;
}

.culture-and-vision-section .our-values .content-section h2 {
    color: #fff;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 40px
}

.culture-and-vision-section .our-values .content-section ul li::marker {
    font-size: 30px;
    color: #9462f6
}

.culture-and-vision-section .our-values .content-section ul li h6 {
    color: #fff;
    font-family: Poppins !important;
    font-size: 24px;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.culture-and-vision-section .our-values .content-section ul li p {
    color: #fff;
    font-family: Poppins !important;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0px;
    letter-spacing: 0
}

.reward-section {
    padding: 120px 0px;
    background: #f3eeff;
    position: relative
}

.reward-section .content-section {
    width: 100%;
    height: 100%;
    max-width: 630px;
    margin: auto
}

.reward-section .content-section h2 {
    color: #15003e;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 40px
}

.reward-section .content-section p {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 20px
}

.reward-section .reward-card {
    margin-bottom: 80px;
    display: flex
}

.reward-section .reward-card .icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100px;
    margin-right: 25px
}

.reward-section .reward-card .icon img {
    width: 100%
}

.reward-section .reward-card h5 {
    padding-top: 20px;
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0px;
    width: calc(100% - 120px);
    line-height: 1.5;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    background: #a578ff;
    color: white !important;

}

.opening-positions-section {
    padding: 120px 0px
}

.opening-positions-section .opening-positions-area {
    max-width: 1150px;
    margin: auto
}

.opening-positions-section .opening-positions-area .department-section {
    margin-bottom: 120px
}

.opening-positions-section .opening-positions-area .department-section .heading {
    padding: 20px 0px;
    border-bottom: 7px solid #a578ff;
    color: #15003e;
    font-family: Poppins;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 0
}

.opening-positions-section .opening-positions-area .department-section .department-row {
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #a578ff
}

.opening-positions-section .opening-positions-area .department-section .department-row h5 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0
}

.opening-positions-section .opening-positions-area .department-section .department-row p {
    color: #15003e;
    font-family: Poppins;
    font-size: 18px;
    margin-bottom: 0px;
    letter-spacing: 0
}

.comapny-section {
    padding: 220px 0px;
    background: #f3eeff;
    position: relative;
    display: flex;
    align-items: center
}

.comapny-section .content-section {
    height: 100%;
    max-width: 718px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.comapny-section .content-section h1 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 35px
}

.comapny-section .content-section h4 {
    color: #15003e;
    font-family: Poppins;
    font-size: 31px;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: 40px;
    font-weight: 400;
}

.comapny-section .banner-img {
    max-width: 650px;
    margin: auto;
    position: relative
}

.comapny-section .banner-img img {
    width: 100%
}

.comapny-section .banner-img .shape {
    position: absolute;
    height: 250px;
    width: auto;
    left: -30px;
    top: -60px
}

.infrastructure-section {
    padding: 160px 0px;
    position: relative
}

.infrastructure-section .banner-img {
    width: 80%;
    margin: auto;
    position: relative
}

.infrastructure-section .banner-img img {
    width: 100%;

}

.infrastructure-section .banner-img .shape {
    position: absolute;
    right: -100px;
    top: 50px
}

.infrastructure-section .content-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
    margin: auto
}

.infrastructure-section .content-section h2 {
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 40px
}

.infrastructure-section .content-section p {
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 20px
}

.map-section {
    background: #15003e;
    padding: 120px 0px;
    position: relative
}

.map-section .center-heading h2,
.map-section .center-heading p,
.map-section .center-heading .btn {
    color: #fff
}

.map-section #world {
    width: 100%;
    height: 100vh
}

.map-section #world .land {
    fill: #fff;
    fill-opacity: 1;
    stroke: #fff;
    stroke-opacity: 1;
    stroke-width: .5;
    transition: fill 100ms;
    cursor: pointer;
    z-index: 0;
    transition: .5s all ease
}

.map-section #world .land:hover {
    fill: #9d70ff
}

.core-purpose-section {
    padding: 120px 0px;
    position: relative
}

.core-purpose-section .center-heading p {
    max-width: 700px
}

.core-purpose-section .core-purpose-content {
    max-width: 1530px;
    margin: auto;
    display: flex;
    justify-content: space-evenly
}

.core-purpose-section .core-purpose-content .box {
    width: 100%;
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.core-purpose-section .core-purpose-content .box img {
    width: 100%;
    margin: 20px 0px
}

.core-purpose-section .core-purpose-content .box .mb-40 {
    margin-bottom: 40px
}

.our-vision-section {
    padding: 120px 0px;
    background: #9462f6;
    min-height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.our-vision-section .center-heading h2,
.our-vision-section .center-heading p {
    color: #fff
}

.our-vision-section .center-heading p {
    max-width: 700px
}

.our-vision-section .shape-1 {
    position: absolute;
    bottom: 15%;
    right: 15%
}

.our-vision-section .shape-2 {
    position: absolute;
    top: 40%;
    right: 6%
}

.our-vision-section .shape-3 {
    position: absolute;
    top: 10%;
    right: 20%
}

.our-vision-section .shape-4 {
    position: absolute;
    top: 50px;
    left: 40%;
    height: 210px;
}

.our-vision-section .shape-5 {
    position: absolute;
    bottom: 5%;
    left: 35%
}

.our-vision-section .shape-6 {
    position: absolute;
    bottom: 15%;
    left: 2%
}

.our-vision-section .shape-7 {
    position: absolute;
    top: 147px;
    left: 10%
}

.breadcrumb-section {
    background: #15003e;
    position: relative;
    padding: 180px 0px;
    color: #fff
}

.breadcrumb-section .shape-1 {
    position: absolute;
    bottom: 5%;
    left: 35%
}

.breadcrumb-section .shape-2 {
    position: absolute;
    top: 35%;
    right: 0%
}

.breadcrumb-section .shape-3 {
    position: absolute;
    top: 15%;
    right: 25%
}

.breadcrumb-section .shape-4 {
    position: absolute;
    top: 30%;
    left: 5%
}

.breadcrumb-section .inner-content {
    max-width: 1132px;
    margin: auto
}

.breadcrumb-section .inner-content .back-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.breadcrumb-section .inner-content .back-btn a {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.breadcrumb-section .inner-content .back-btn a i {
    margin-right: 10px
}

.breadcrumb-section .inner-content .content {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.breadcrumb-section .inner-content .content h6 {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 10px
}

.breadcrumb-section .inner-content .content h1 {
    color: #fff;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.breadcrumb-section .inner-content .content p {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0px
}

.job-details-section {
    padding: 120px 0px 220px;
    position: relative
}

.job-details-section .detail-section {
    margin: auto;
    padding: 50px 0px 20px;
    max-width: 1132px;

}

.job-details-section .detail-section ul {
    border-bottom: 1px solid #a578ff;
    margin-bottom: 50px;
}

.job-details-section .detail-section .wp-block-heading,
.job-details-section .detail-section h4 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400
}

.job-details-section .detail-section ul li::marker {
    font-size: 28px;
    color: #9d70ff
}

.job-details-section .detail-section strong,
.job-details-section .detail-section p,
.job-details-section .detail-section ul li {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 30px
}

.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    background: #FF7083 !important;
    border: none !important;
    margin-top: 0px !important;
    padding: 12px !important;
    color: white !important;
    border-radius: 0px !important;
    font-family: poppins !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors h2,
.gform_wrapper.gravity-theme .gform_validation_errors a {
    color: white !important;
}

.apply-form-section {
    padding: 120px 0px;
    background: #f3eeff
}

.apply-form-section .form-section .label-up {
    padding: 0px 30px 0px 30px !important;
}

.apply-form-section .form-section {
    max-width: 1132px;
    margin: auto
}

.apply-form-section .form-section h3 {
    color: #15003e;
    font-family: "Berlingske Serif";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 30px
}

.apply-form-section .form-section p {
    color: #15003e;
    font-family: Poppins;
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 20px
}

.apply-form-section .form-section h5 {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.apply-form-section .form-section h6 {
    color: #15003e;
    font-family: Poppins;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500
}

.apply-form-section .form-section .form-step-card {
    width: 100%;
    border-radius: 6px;
    background-color: #9462f6;
    padding: 20px 30px;
    margin: 40px 0px
}

.apply-form-section .form-section .form-step-card h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 20px
}

.apply-form-section .form-section .form-step-card p {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 30px
}

.apply-form-section .form-section .form-btn {
    display: flex;
    justify-content: flex-end
}

.apply-form-section .form-section form input {
    min-height: 75px;
    width: 100%;
    color: #15003e;
    font-family: Poppins;
    font-size: 20px;
    padding: 20px 35px !important;
    border: none;
    margin-bottom: 20px !important;
    border-radius: 0px
}

.apply-form-section .form-section form input::-moz-placeholder {
    color: #15003e;
    font-family: Poppins;
    font-size: 20px
}

.apply-form-section .form-section form input::placeholder {
    color: #15003e;
    font-family: Poppins;
    font-size: 20px
}

.apply-form-section .form-section form input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px;
    width: 100%;
    background: #fff;
    padding: 10px 35px;
    border: none;
    margin-bottom: 30px;
    border-radius: 0px
}

.apply-form-section .form-section form .form-file h6 {
    color: #15003e;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: Poppins;
    font-size: 21px
}

.navbar-nav .nav-item .nav-link {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden
}

.navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #a578ff;
    height: 6px;
    transition-property: left, right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.navbar-nav .nav-item .nav-link:hover:before,
.navbar-nav .nav-item .nav-link:focus:before,
.navbar-nav .nav-item .nav-link:active:before {
    left: 0;
    right: 0
}

.navbar-nav .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a578ff;
    height: 6px
}

.form-section form .gform_button.button {
    padding: 0px 30px 0px 30px !important;
    height: 60px !important;
    min-height: 60px !important;
    text-align: center;
    background: #9d70ff !important;
    color: #fff !important;
    border-radius: 8px;
    transition: .3s;
    width: fit-content !important;
    border: 3px solid #9d70ff;
}

.form-section .gform-field-label {
    display: none !important
}

.explore-career-images {
    position: relative;
    height: 100%;
    width: 100%
}

.explore-career-images .e-1 {
    position: absolute;
    top: 0px;
    left: 35%;
    height: 103px;
    width: -moz-fit-content;
    width: fit-content
}

.explore-career-images .e-2 {
    position: absolute;
    top: 45%;
    right: 0px;
    height: 70px;
    width: -moz-fit-content;
    width: fit-content
}

.explore-career-images .e-3 {
    position: absolute;
    bottom: 0px;
    height: 155px;
    left: 0px;
    width: -moz-fit-content;
    width: fit-content
}

.overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: 1;
    pointer-events: none;
}

.overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.gfield_repeater_buttons .add_repeater_item,
.gfield_repeater_buttons .remove_repeater_item {
    font-family: Poppins !important;
}

.s-order-1 {
    order: 2;
}

.s-order-2 {
    order: 1;
}
.enquiry-form-section .center-heading p a{
	color: #9d70ff !important;
	font-family: Poppins !important;
}


/*news and press*/
.blog-hero-section {
	padding: 240px 0px 180px;
	background: #15003e;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh
}

.blog-hero-section .blog-content-section {
	height: 100%;
	width: 100%;
	margin: auto;
	max-width: 1134px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 65px
}

.blog-hero-section .blog-content-section .banner {
	width: 100%
}

.blog-hero-section .blog-content-section .blog-heading {
	width: 100%;
	max-width: 720px
}

.blog-hero-section .blog-content-section .blog-heading h5 {
	font-size: 26px;
	font-family: "Poppins";
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px
}

.blog-hero-section .blog-content-section .blog-heading h2 {
	font-size: 46px;
	font-family: "Poppins";
	color: #fff;
	font-weight: 400;
	margin-bottom: 40px
}

.blog-hero-section .blog-content-section .blog-heading h6 {
	font-size: 20px;
	font-family: "Poppins";
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px
}

.all-blogs-section {
	padding: 120px 0px;
	background: #f3eeff
}

.all-blogs-section .blogs-row {
	width: 100%;
	max-width: 1404px;
	margin: auto
}

.all-blogs-section .blogs-row .blog-card {
	width: 100%;
	background: #fff;
	margin-bottom: 30px
}

.all-blogs-section .blogs-row .blog-card .blog-img {
	width: 100%;
	height: 266px
}

.all-blogs-section .blogs-row .blog-card .blog-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.all-blogs-section .blogs-row .blog-card .blog-content {
	padding: 40px 38px;
	min-height: 320px
}

.all-blogs-section .blogs-row .blog-card .blog-content h6 {
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.all-blogs-section .blogs-row .blog-card .blog-content h3 {
	font-family: "Poppins";
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px
}

.blog-post-detail-section {
	padding: 100px 0px
}

.blog-post-detail-section .content-area {
	width: 100%;
	margin: auto;
	max-width: 1060px
}

.blog-post-detail-section .content-area p {
	font-size: 22px;
	font-weight: 400;
	font-family: poppins;
	margin-bottom: 50px
}

.blog-post-detail-section .content-area h6 {
	font-size: 24px;
	font-weight: 400;
	font-family: poppins;
	margin-bottom: 50px
}

.blog-post-detail-section .content-area ul {
	list-style: none;
	padding-left: 30px;
	padding-bottom: 20px
}

.blog-post-detail-section .content-area ul li {
	gap: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.blog-post-detail-section .content-area ul li span {
	width: calc(100% - 14px);
	font-size: 22px;
	font-weight: 400;
	font-family: poppins;
	margin-bottom: 0px
}

.blog-post-detail-section .content-area ul li::before {
	content: "";
	width: 14px;
	height: 14px;
	background-color: #9462f6;
	border-radius: 50%;
	display: inline-block
}

.blog-post-detail-section .banner {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 60px
}

.back-blog-btn {
	display: flex;
	gap: 8px;
	margin: 100px auto 40px;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
	transition: all .3s ease-in-out !important
}

.back-blog-btn span {
	color: #15003e;
	transition: all .3s ease-in-out !important;
	font-size: 18px;
	font-family: poppins
}

.back-blog-btn:hover span {
	color: #9d70ff
}
.blogs-row .pagination{
    justify-content: center;
    gap: 10px;
}
/*single post*/

.back-to-blog {
	transition: all .3s ease-in-out !important;
	left: calc(50% - 85px);
	position: absolute;
	display: flex;
	top: 200px;
	gap: 8px
}

.back-to-blog span {
	transition: all .3s ease-in-out !important;
	font-family: poppins;
	color: #15003e;
	font-size: 18px
}

.back-to-blog:hover span {
	color: #9d70ff
}

.therapeutic-section .content-section .share-post {
	gap: 30px;
	display: flex;
	align-items: center
}

.therapeutic-section .content-section .share-post span {
	font-family: poppins;
	color: #15003e;
	font-size: 18px
}

.therapeutic-section .content-section .share-post .icons {
	gap: 20px;
	display: flex;
	align-items: center
}

.therapeutic-section .content-section .share-post .icons i {
	color: #fff;
	font-size: 30px
}
.single-post .therapeutic-section {
    padding: 220px 0px 180px;
    background: #f3eeff;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.single-post .therapeutic-section .content-section p {
    color: #15003e;
    font-family: Poppins;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 36px;
}
.single-post .therapeutic-section .content-section h4 {
    color: #15003e;
    font-family: Poppins;
    font-size: 31px;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: 42px;
}
.single-post .therapeutic-section .content-section .share-post span {
    font-family: poppins;
    color: #15003e;
    font-size: 18px;
}
.single-post .therapeutic-section .content-section .share-post .icons i {
    color: #fff;
    font-size: 30px;
}
.blog-post-detail-section .content-area ul {
    list-style: none;
    padding-left: 30px;
    padding-bottom: 20px;
}
.blog-post-detail-section .content-area ul li {
    gap: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: calc(100% - 14px);
    font-size: 22px;
    font-weight: 400;
    font-family: poppins;
}
@media screen and (min-width: 1100px) {
    .blog-post-detail-section .wp-block-image {
        width: calc(100% + 100px); 
          margin-left: -50px; 
          margin-right: -50px; 
        }
}

.blog-post-detail-section .wp-block-image img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 60px;
}
.press-sticky-img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    object-position: left;
}
/*menu*/
.header .dropdown-toggle::after {
	display: none
}

.header .dropdown-menu {
	padding: 20px 18px;
	border-radius: 8px;
	border: none;
	box-shadow: rgba(0, 0, 0, .1) 0px 4px 12px
}

.header .dropdown-menu li .dropdown-item {
	margin-bottom: 5px
}

.header .dropdown-menu li:last-child .dropdown-item {
	margin-bottom: 0px
}

.header .dropdown-menu .dropdown-item {
	height: 50px;
	min-width: 166px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	font-size: 20px;
	font-family: poppins
}

.header .dropdown-menu .dropdown-item:active,
.header .dropdown-menu .dropdown-item.active,
.header .dropdown-menu .dropdown-item:focus,
.header .dropdown-menu .dropdown-item:hover, .header .dropdown-menu .current-menu-item .dropdown-item {
	background: #e7dbff;
	color: #15003e
}
@media screen and (max-width: 991px) {
    .header .dropdown-menu .dropdown-item {
        font-size: 16px;
    }
}

/*Press slide*/
.press-slider-section {
    position: relative;
  }
  /* .press-slider-section .owl-item .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-in-out !important;
    gap: 40px;
  }
  .press-slider-section .owl-item .item .banner {
    height: 300px !important;
    width: 300px !important;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(0.6);
    transition: all 0.3s ease-in-out !important;
    opacity: 0.6;
  }
  .press-slider-section .owl-item .item .caption {
    transition: all 0.3s ease-in-out !important;
    display: none;
    width: 700px;
    margin-bottom: 50px;
  }
  .press-slider-section .owl-item .item .caption h5 {
    font-size: 26px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .press-slider-section .owl-item .item .caption h2 {
    font-size: 46px;
    font-family: "Berlingske Serif";
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
	  min-height:90px;
  }
  .press-slider-section .owl-item .item .caption h6 {
    font-size: 16px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .press-slider-section .owl-dots .owl-dot.active span {
    height: 15px !important;
    width: 15px !important;
    background: #8c67ee !important;
  }
  .press-slider-section .owl-dots .owl-dot span {
    height: 15px !important;
    width: 15px !important;
    background: #3e3260 !important;
  }
  .press-slider-section .owl-item.active.active-item .item .caption {
    display: revert !important;
  }
  .press-slider-section .owl-item.active.active-item .item .banner {
    transform: scale(1);
    opacity: 1;
  }
  .press-slider-section .custom-nav-container {
    position: absolute;
    z-index: 9;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  .press-slider-section .custom-prev,
  .press-slider-section .custom-next {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
  }
  .press-slider-section .custom-prev {
    background-image: url("../images/c-arrow-left.png");
    left: 0px;
  }
  .press-slider-section .custom-next {
    background-image: url("../images/c-arrow-right.png");
    right: 0px;
  } */
  .more-news {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    gap: 15px;
  }
  .more-news span {
    font-size: 20px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: capitalize;
  }
  .more-news img {
    height: 20px;
    width: 20px;
  }
  
  /*slick slider*/

.hero-slider .slide-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    height: 400px;
  }
  .hero-slider .slide-item .caption {
    transition: all 0.3s ease-in-out !important;
    max-width: 700px;
    margin: auto;
    padding-top: 80px;
  }
  .hero-slider .slide-item .caption h5 {
    font-size: 26px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .hero-slider .slide-item .caption h2 {
    font-size: 46px;
    font-family: "Berlingske Serif";
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    min-height: 90px;
  }
  .hero-slider .slide-item .caption h2 a {
    font-family: "Berlingske Serif";
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    text-decoration: none;
  }
  .hero-slider .slide-item .caption a {
    text-decoration: none;
  }
  .hero-slider .slide-item .caption h6 {
    font-size: 16px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .hero-slider #product-slider__nav {
    margin-top: 10px;
  }
  .hero-slider .thumb-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;

  }
  .hero-slider .thumb-item img {
    height: 300px !important;
    width: 300px !important;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(0.6);
    opacity: 0.5;
    -o-object-position: center;
    object-position: center;
  }
  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1000;
  }
  .hero-slider .slick-prev::before,
  .hero-slider .slick-next::before {
    font-size: 20px;
    color: #fff;
  }
  .hero-slider .active-thumb img {
    transform: scale(1) !important;
    transition: 0.3s;
    opacity: 1;
  }
  .hero-slider .custom-prev,
  .hero-slider .custom-next {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 10;
  }
  .hero-slider .custom-prev {
    left: 0px;
  }
  .hero-slider .custom-next {
    right: 0px;
  }
  .hero-slider .active-thumb {
    transform: scale(1);
    transition: 0.3s;
    opacity: 1;
  }
  .hero-slider .slick-dots {
    bottom: 0px !important;
  }
  .hero-slider .slick-dots li button:before {
    color: #8c67ee !important;
    font-size: 16px;
  }
  .blog-hero-section-news .hero-slider .slide-item{
    min-height: 400px;
    height: auto !important;
  }
  /*slick slider*/