/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Cards
# Topbar
# Navigations
# Home Showcase
# Mobile Nav
# Page Header
# Form
# Search Popup
# Google Map
# Client Carousel
# Animations
# Custom Cursor
# Main Slider
# About
# Services
# Service Details
# Contact
# Why Choose
# Testimonials
# Gallery
# Sidebar
# Blog Details
# Comments
# Team Details
# Appointment
# Shop
# Shop Details
# Cart
# Checkout
# Login
# Faq
# Pricing Plan
# Skills
# Error 404
# Footer
# Boxed Home
--------------------------------------------------------------*/
:root {
    --mediox-font: "Manrope", sans-serif;
    --mediox-text: #707882;
    --mediox-text-rgb: 112, 120, 130;
    --mediox-text-dark: #456EA1;
    --mediox-text-dark-rgb: 69, 110, 161;
    --mediox-base: #33C1ED;
    --mediox-base-rgb: 51, 193, 237;
    --mediox-primary: #2C51A3;
    --mediox-primary-rgb: 44, 81, 163;
    --mediox-gray: #E5E5E5;
    --mediox-gray-rgb: 229, 229, 229;
    --mediox-white: #FFFFFF;
    --mediox-white-rgb: 255, 255, 255;
    --mediox-white2: #ECF0F5;
    --mediox-white2-rgb: 236, 240, 245;
    --mediox-black: #0A2241;
    --mediox-black-rgb: 10, 34, 65;
    --mediox-black2: #0B2241;
    --mediox-black2-rgb: 11, 34, 65;
    --mediox-border-color: #D9E1EB;
    --mediox-border-color-rgb: 217, 225, 235;
    --mediox-radius: 20px;
    --section-space: 120px;
    --section-space2: 116px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

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

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

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

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

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

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    line-height: 1.875;
    background-color: var(--mediox-white, #FFFFFF);
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--mediox-base, #33C1ED);
    transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-black, #0A2241);
}

@media (max-width: 575px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.background-base {
    background-color: var(--mediox-base, #33C1ED);
}

.background-white {
    background-color: var(--mediox-white, #FFFFFF);
}

.background-white-2 {
    background-color: var(--mediox-white2, #ECF0F5);
}

.background-black {
    background-color: var(--mediox-black, #0A2241);
}

.background-black-2 {
    background-color: var(--mediox-black2, #0B2241);
}

.mediox-text {
    color: var(--mediox-text, #707882);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.section-space {
    padding: var(--section-space, 120px) 0;
}

@media (max-width: 767px) {
    .section-space {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .section-space {
        padding: 80px 0;
    }
}

.section-space-two {
    padding-top: var(--section-space2, 118px);
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-two {
        padding-top: 96px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-two {
        padding-top: 76px;
        padding-bottom: 80px;
    }
}

.section-space-top {
    padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-top {
        padding-top: 80px;
    }
}

.section-space-top-two {
    padding-top: var(--section-space2, 118px);
}

@media (max-width: 767px) {
    .section-space-top-two {
        padding-top: 96px;
    }
}

@media (max-width: 575px) {
    .section-space-top-two {
        padding-top: 76px;
    }
}

.section-space-bottom {
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-50 {
    --bs-gutter-y: 50px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.multiple-section {
    position: relative;
    background-color: var(--mediox-primary, #2C51A3);
}

.multiple-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.logo-retina img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* section title */
.sec-title--center {
    text-align: center;
    margin-bottom: 49px;
}

.sec-title--center .sec-title__top {
    justify-content: center;
}

.sec-title__top {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec-title__top img {
    max-width: 100%;
    height: auto;
    animation: rotate 3s linear infinite;
}

.sec-title__tagline {
    margin: 0;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .sec-title__tagline {
        font-size: 14px;
    }
}

.sec-title__title {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.222;
}

@media (max-width: 767px) {
    .sec-title__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .sec-title__title {
        font-size: 35px;
    }
}

/* button */
.mediox-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--mediox-base, #33C1ED);
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    text-align: center;
    font-weight: 600;
    line-height: 1.75;
    padding: 12px 20.5px;
    cursor: pointer;
    transition: 500ms;
    text-transform: capitalize;
    z-index: 1;
    overflow: hidden;
    border-radius: 100px;
}

.mediox-btn::before, .mediox-btn::after {
    content: "";
    background-color: var(--mediox-black, #0A2241);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.mediox-btn::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.mediox-btn::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.mediox-btn:hover::before, .mediox-btn:hover::after {
    width: calc(50% + 6px);
}

.mediox-btn__icon {
    display: inline-flex;
    font-size: 11px;
    color: var(--mediox-white, #FFFFFF);
    transition: all 500ms ease;
}

.mediox-btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mediox-btn:hover .mediox-btn__icon {
    transform: rotate(45deg);
}

.mediox-btn--normal {
    border-radius: 10px;
}

.mediox-btn--normal::before {
    border-radius: 10px 0 0 10px;
}

.mediox-btn--normal::after {
    border-radius: 0 10px 10px 0;
}

/*video button*/
.video-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    background-color: var(--mediox-white, #FFFFFF);
    font-size: 15px;
    color: var(--mediox-base, #33C1ED);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-btn:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.video-btn__ripple::before, .video-btn__ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--mediox-base-rgb, 51, 193, 237), 0.7);
    -webkit-animation: producVideo 3s infinite;
    animation: popupVideo 3s infinite;
    border-radius: 50%;
}

.video-btn__ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-btn__ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@keyframes popupVideo {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.video-btn-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    background-color: var(--mediox-white, #FFFFFF);
    font-size: 15px;
    color: var(--mediox-base, #33C1ED);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-btn-two svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-btn-two:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.video-btn-two:hover > span {
    border-color: var(--mediox-base, #33C1ED);
}

.video-btn-two > span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 1px solid var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-animation: pulse-animate 4s linear infinite;
    animation: pulse-animate 4s linear infinite;
}

.video-btn-two span:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-btn-two span:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-btn-two span:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes pulse-animate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes pulse-animate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

/* client */
.client-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.client-info__image img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid var(--mediox-white, #FFFFFF);
}

.client-info__image img + img {
    margin-left: -14px;
}

.client-info .mediox-ratings {
    margin-bottom: 7px;
    gap: 6px;
}

.client-info .mediox-ratings__icon {
    color: var(--mediox-black, #0A2241);
}

.client-info__text {
    margin: 0;
    font-size: 14px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: capitalize;
}

/* progress bar */
.progress-box__title {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .progress-box__title {
        font-size: 14px;
    }
}

.progress-box__bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.2);
    border-radius: 100px;
}

.progress-box__bar__inner {
    height: 100%;
    width: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: inherit;
    transition: all 800ms linear;
}

.progress-box__number {
    position: absolute;
    bottom: calc(100% + 14px);
    right: 0;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 575px) {
    .progress-box__number {
        font-size: 14px;
    }
}

/* social links */
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-links a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--mediox-text, #707882);
    border: 1px solid rgba(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
    border-radius: 50%;
}

.social-links a svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.social-links a:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

/* ratings */
.mediox-ratings {
    display: flex;
    align-items: center;
    gap: 9px;
}

.mediox-ratings__icon {
    display: inline-flex;
    align-items: baseline;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    transition: all 500ms ease;
}

.mediox-ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--mediox-base, #33C1ED);
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mediox-text, #707882);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.block-title {
    margin-top: -8px;
    margin-bottom: 50px;
}

.block-title__decor {
    width: 21px;
    height: 14px;
    background-image: url(../images/shapes/leaf-1-1.html);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    line-height: 1;
    margin-bottom: -5px;
    position: relative;
    top: -7px;
}

.block-title p {
    margin: 0;
    color: var(--mediox-text, #707882);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .block-title p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .block-title p {
        font-size: 20px;
    }
}

.block-title h3 {
    margin: 0;
    font-size: 35px;
    color: var(--mediox-black, #0A2241);
    font-family: var(--mediox-font, "Manrope", sans-serif);
}

@media (min-width: 768px) {
    .block-title h3 {
        font-size: 42px;
    }
}

@media (min-width: 992px) {
    .block-title h3 {
        font-size: 50px;
    }
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--mediox-black, #0A2241);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 45px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--mediox-base, #33C1ED);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.preloader {
    position: fixed;
    background-color: var(--mediox-black, #0A2241);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* post paginations */
.post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.post-pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: var(--mediox-white2, #ECF0F5);
    color: var(--mediox-text, #707882);
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 39px;
    border: 1px solid transparent;
    transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon {
    display: inline-flex;
    font-size: 14.77px;
    color: var(--mediox-text, #707882);
    transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.post-pagination a:hover {
    border-color: var(--mediox-base, #33C1ED);
    color: var(--mediox-base, #33C1ED);
    background-color: transparent;
}

.post-pagination a:hover .post-pagination__icon {
    color: var(--mediox-base, #33C1ED);
}

.post-pagination li.active a {
    background-color: var(--mediox-base, #33C1ED);
    color: var(--mediox-white, #FFFFFF);
}

.post-pagination li.active a .post-pagination__icon {
    color: var(--mediox-white, #FFFFFF);
}

/* scroll to top */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-right: 8px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--mediox-base, #33C1ED);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mediox-black, #0A2241);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

.mediox-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.mediox-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.mediox-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 60px;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 50%;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    transition: all 400ms ease;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
        width: 55px;
        height: 55px;
    }
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    color: inherit;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    outline: 0;
    border: 0;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--mediox-text, #707882);
    transition: all 400ms ease;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
    border-radius: inherit;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.1);
    transition: all 400ms ease;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    background-color: transparent;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--mediox-base, #33C1ED);
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after, .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .mediox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
}

.mediox-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.mediox-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
    display: none;
}

/* ui datepicker */
.ui-datepicker.ui-widget-content {
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-primary, #2C51A3);
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px;
    width: 307px;
    padding: 5px 8px 3px;
    background-color: var(--mediox-white, #FFFFFF);
}

@media (max-width: 360px) {
    .ui-datepicker.ui-widget-content {
        width: 270px;
    }
}

.ui-datepicker .ui-datepicker-header {
    padding: 6px 0;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-white, #FFFFFF);
    border-radius: 6px;
    border: 0;
    background-image: none;
    background-color: var(--mediox-base, #33C1ED);
}

.ui-datepicker-calendar th span {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-base, #33C1ED);
}

.ui-datepicker-calendar td {
    background-color: var(--mediox-white, #FFFFFF);
    background-image: none;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-white, #FFFFFF);
}

.ui-datepicker-calendar td a {
    border-color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-text, #707882);
    background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
    border-color: transparent;
    background-color: var(--mediox-white2, #ECF0F5);
    background-image: none;
    color: var(--mediox-black, #0A2241);
    padding: 10px 5px;
    text-align: center;
    line-height: 1em;
    border-radius: 5px;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: none;
    background-color: var(--mediox-white, #FFFFFF);
    color: var(--mediox-black, #0A2241);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border-color: var(--mediox-primary, #2C51A3);
}

.ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev:hover {
    left: 6px;
}

.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next:hover {
    right: 6px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.team-card {
    position: relative;
    text-align: center;
}

.team-card::after {
    content: "";
    width: 100%;
    height: calc(100% - 111px);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: var(--mediox-radius, 20px);
}

.team-card__image {
    margin: 0 auto;
    position: relative;
    width: 213px !important;
    height: 213px;
    border-radius: 50%;
    border: 8px solid var(--mediox-white, #FFFFFF);
    z-index: 1;
    transition: all 500ms ease;
}

.team-card:hover .team-card__image {
    border-color: var(--mediox-base, #33C1ED);
}

.team-card__identity {
    position: relative;
    padding: 14px 30px 40px;
    text-align: center;
    z-index: 1;
}

.team-card__name {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.384;
    text-transform: capitalize;
}

@media (max-width: 412px) {
    .team-card__name {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-card__name {
        font-size: 24px;
    }
}

@media (min-width: 1500px) and (max-width: 1799px) {
    .team-card__name {
        font-size: 24px;
    }
}

.team-card__name:hover {
    color: var(--mediox-base, #33C1ED);
}

.team-card__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.team-card__name a:hover {
    background-size: 100% 1px;
}

.team-card__designation {
    margin-bottom: 22px;
    font-weight: 400;
    line-height: 1.75;
}

.team-card .social-links {
    justify-content: center;
}

.team-card .social-links a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-color: var(--mediox-border-color, #D9E1EB);
}

.team-card .social-links a:hover {
    border-color: var(--mediox-base, #33C1ED);
}

.team-card-two {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

@media (min-width: 576px) {
    .team-card-two--top-identity {
        margin-top: 35px;
        flex-direction: column-reverse;
    }
}

.team-card-two__image {
    position: relative;
    padding: 15px;
    width: 270px;
    height: 316px;
    background-color: var(--mediox-base, #33C1ED);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 789.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3716 8924 c-126 -35 -103 -23 -529 -273 -76 -44 -140 -81 -143 -81 -3 0 -17 -8 -32 -19 -28 -19 -312 -185 -490 -287 -57 -33 -114 -66 -127 -74 -12 -8 -54 -32 -92 -54 -37 -21 -88 -51 -113 -66 -25 -15 -99 -59 -165 -97 -196 -115 -688 -405 -720 -424 -16 -10 -39 -23 -50 -28 -11 -5 -72 -40 -135 -78 -63 -38 -137 -82 -165 -97 -27 -16 -90 -52 -140 -81 -49 -29 -160 -94 -245 -143 -189 -111 -217 -130 -303 -212 -142 -135 -226 -298 -250 -486 -17 -137 -15 -3796 2 -3897 25 -145 104 -304 210 -419 106 -114 110 -117 578 -387 70 -41 198 -115 283 -166 85 -50 186 -109 223 -131 76 -43 71 -40 275 -160 78 -46 208 -123 290 -170 81 -48 163 -97 182 -109 48 -31 242 -142 280 -161 8 -4 38 -22 65 -39 58 -37 142 -86 229 -133 34 -18 78 -45 99 -58 22 -14 130 -78 240 -141 111 -64 219 -127 241 -140 88 -56 306 -179 371 -209 112 -53 211 -74 344 -74 187 0 312 37 498 148 54 32 186 110 293 172 107 63 269 157 360 211 91 53 211 123 268 155 57 32 113 66 126 74 13 8 50 30 82 49 414 241 611 357 724 424 74 44 164 96 200 117 36 20 153 89 260 152 107 63 245 143 305 178 61 35 128 74 150 88 22 13 92 54 155 90 147 85 170 102 253 181 100 96 174 211 219 341 48 138 48 136 48 2062 0 1874 -2 1950 -41 2073 -39 119 -105 236 -180 318 -86 94 -151 145 -289 224 -193 111 -424 245 -580 338 -85 51 -184 108 -220 129 -36 20 -72 41 -80 46 -22 14 -317 188 -365 215 -22 12 -67 39 -100 58 -33 20 -82 49 -110 65 -27 16 -90 53 -140 82 -49 29 -106 62 -125 73 -19 10 -71 41 -115 67 -44 27 -145 85 -225 131 -80 45 -163 94 -185 109 -22 14 -89 55 -150 89 -60 34 -117 66 -125 71 -460 275 -561 328 -685 364 -124 36 -308 36 -439 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 789.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3716 8924 c-126 -35 -103 -23 -529 -273 -76 -44 -140 -81 -143 -81 -3 0 -17 -8 -32 -19 -28 -19 -312 -185 -490 -287 -57 -33 -114 -66 -127 -74 -12 -8 -54 -32 -92 -54 -37 -21 -88 -51 -113 -66 -25 -15 -99 -59 -165 -97 -196 -115 -688 -405 -720 -424 -16 -10 -39 -23 -50 -28 -11 -5 -72 -40 -135 -78 -63 -38 -137 -82 -165 -97 -27 -16 -90 -52 -140 -81 -49 -29 -160 -94 -245 -143 -189 -111 -217 -130 -303 -212 -142 -135 -226 -298 -250 -486 -17 -137 -15 -3796 2 -3897 25 -145 104 -304 210 -419 106 -114 110 -117 578 -387 70 -41 198 -115 283 -166 85 -50 186 -109 223 -131 76 -43 71 -40 275 -160 78 -46 208 -123 290 -170 81 -48 163 -97 182 -109 48 -31 242 -142 280 -161 8 -4 38 -22 65 -39 58 -37 142 -86 229 -133 34 -18 78 -45 99 -58 22 -14 130 -78 240 -141 111 -64 219 -127 241 -140 88 -56 306 -179 371 -209 112 -53 211 -74 344 -74 187 0 312 37 498 148 54 32 186 110 293 172 107 63 269 157 360 211 91 53 211 123 268 155 57 32 113 66 126 74 13 8 50 30 82 49 414 241 611 357 724 424 74 44 164 96 200 117 36 20 153 89 260 152 107 63 245 143 305 178 61 35 128 74 150 88 22 13 92 54 155 90 147 85 170 102 253 181 100 96 174 211 219 341 48 138 48 136 48 2062 0 1874 -2 1950 -41 2073 -39 119 -105 236 -180 318 -86 94 -151 145 -289 224 -193 111 -424 245 -580 338 -85 51 -184 108 -220 129 -36 20 -72 41 -80 46 -22 14 -317 188 -365 215 -22 12 -67 39 -100 58 -33 20 -82 49 -110 65 -27 16 -90 53 -140 82 -49 29 -106 62 -125 73 -19 10 -71 41 -115 67 -44 27 -145 85 -225 131 -80 45 -163 94 -185 109 -22 14 -89 55 -150 89 -60 34 -117 66 -125 71 -460 275 -561 328 -685 364 -124 36 -308 36 -439 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (min-width: 576px) and (max-width: 767px) {
    .team-card-two__image {
        width: 240px;
        height: 277px;
    }
}

@media (max-width: 575px) {
    .team-card-two__image {
        margin-left: auto;
        margin-right: auto;
    }
}

.team-card-two__image::after {
    content: "";
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--mediox-white, #FFFFFF);
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 789.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3716 8924 c-126 -35 -103 -23 -529 -273 -76 -44 -140 -81 -143 -81 -3 0 -17 -8 -32 -19 -28 -19 -312 -185 -490 -287 -57 -33 -114 -66 -127 -74 -12 -8 -54 -32 -92 -54 -37 -21 -88 -51 -113 -66 -25 -15 -99 -59 -165 -97 -196 -115 -688 -405 -720 -424 -16 -10 -39 -23 -50 -28 -11 -5 -72 -40 -135 -78 -63 -38 -137 -82 -165 -97 -27 -16 -90 -52 -140 -81 -49 -29 -160 -94 -245 -143 -189 -111 -217 -130 -303 -212 -142 -135 -226 -298 -250 -486 -17 -137 -15 -3796 2 -3897 25 -145 104 -304 210 -419 106 -114 110 -117 578 -387 70 -41 198 -115 283 -166 85 -50 186 -109 223 -131 76 -43 71 -40 275 -160 78 -46 208 -123 290 -170 81 -48 163 -97 182 -109 48 -31 242 -142 280 -161 8 -4 38 -22 65 -39 58 -37 142 -86 229 -133 34 -18 78 -45 99 -58 22 -14 130 -78 240 -141 111 -64 219 -127 241 -140 88 -56 306 -179 371 -209 112 -53 211 -74 344 -74 187 0 312 37 498 148 54 32 186 110 293 172 107 63 269 157 360 211 91 53 211 123 268 155 57 32 113 66 126 74 13 8 50 30 82 49 414 241 611 357 724 424 74 44 164 96 200 117 36 20 153 89 260 152 107 63 245 143 305 178 61 35 128 74 150 88 22 13 92 54 155 90 147 85 170 102 253 181 100 96 174 211 219 341 48 138 48 136 48 2062 0 1874 -2 1950 -41 2073 -39 119 -105 236 -180 318 -86 94 -151 145 -289 224 -193 111 -424 245 -580 338 -85 51 -184 108 -220 129 -36 20 -72 41 -80 46 -22 14 -317 188 -365 215 -22 12 -67 39 -100 58 -33 20 -82 49 -110 65 -27 16 -90 53 -140 82 -49 29 -106 62 -125 73 -19 10 -71 41 -115 67 -44 27 -145 85 -225 131 -80 45 -163 94 -185 109 -22 14 -89 55 -150 89 -60 34 -117 66 -125 71 -460 275 -561 328 -685 364 -124 36 -308 36 -439 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 789.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3716 8924 c-126 -35 -103 -23 -529 -273 -76 -44 -140 -81 -143 -81 -3 0 -17 -8 -32 -19 -28 -19 -312 -185 -490 -287 -57 -33 -114 -66 -127 -74 -12 -8 -54 -32 -92 -54 -37 -21 -88 -51 -113 -66 -25 -15 -99 -59 -165 -97 -196 -115 -688 -405 -720 -424 -16 -10 -39 -23 -50 -28 -11 -5 -72 -40 -135 -78 -63 -38 -137 -82 -165 -97 -27 -16 -90 -52 -140 -81 -49 -29 -160 -94 -245 -143 -189 -111 -217 -130 -303 -212 -142 -135 -226 -298 -250 -486 -17 -137 -15 -3796 2 -3897 25 -145 104 -304 210 -419 106 -114 110 -117 578 -387 70 -41 198 -115 283 -166 85 -50 186 -109 223 -131 76 -43 71 -40 275 -160 78 -46 208 -123 290 -170 81 -48 163 -97 182 -109 48 -31 242 -142 280 -161 8 -4 38 -22 65 -39 58 -37 142 -86 229 -133 34 -18 78 -45 99 -58 22 -14 130 -78 240 -141 111 -64 219 -127 241 -140 88 -56 306 -179 371 -209 112 -53 211 -74 344 -74 187 0 312 37 498 148 54 32 186 110 293 172 107 63 269 157 360 211 91 53 211 123 268 155 57 32 113 66 126 74 13 8 50 30 82 49 414 241 611 357 724 424 74 44 164 96 200 117 36 20 153 89 260 152 107 63 245 143 305 178 61 35 128 74 150 88 22 13 92 54 155 90 147 85 170 102 253 181 100 96 174 211 219 341 48 138 48 136 48 2062 0 1874 -2 1950 -41 2073 -39 119 -105 236 -180 318 -86 94 -151 145 -289 224 -193 111 -424 245 -580 338 -85 51 -184 108 -220 129 -36 20 -72 41 -80 46 -22 14 -317 188 -365 215 -22 12 -67 39 -100 58 -33 20 -82 49 -110 65 -27 16 -90 53 -140 82 -49 29 -106 62 -125 73 -19 10 -71 41 -115 67 -44 27 -145 85 -225 131 -80 45 -163 94 -185 109 -22 14 -89 55 -150 89 -60 34 -117 66 -125 71 -460 275 -561 328 -685 364 -124 36 -308 36 -439 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    transition: all 500ms ease;
}

.team-card-two__image__inner {
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 720.000000 819.000000"><g transform="translate(0.000000,819.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3395 8135 c-22 -8 -50 -15 -62 -15 -12 0 -34 -6 -50 -14 -15 -8 -55 -28 -88 -44 -66 -31 -124 -63 -170 -93 -16 -10 -39 -23 -50 -29 -11 -6 -33 -19 -50 -30 -16 -11 -40 -24 -53 -30 -12 -5 -50 -28 -83 -50 -33 -22 -67 -40 -74 -40 -8 0 -17 -5 -20 -11 -4 -5 -17 -15 -28 -20 -12 -5 -35 -18 -52 -29 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -29 -11 -5 -37 -21 -58 -35 -21 -14 -42 -26 -48 -26 -6 0 -25 -11 -42 -24 -18 -14 -43 -30 -57 -35 -14 -6 -38 -20 -55 -31 -16 -11 -39 -24 -50 -30 -21 -11 -34 -18 -103 -62 -24 -16 -48 -28 -53 -28 -6 0 -25 -11 -42 -24 -18 -14 -43 -30 -57 -35 -14 -6 -38 -20 -55 -31 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -5 -27 -14 -35 -19 -32 -20 -166 -98 -180 -104 -8 -4 -28 -16 -45 -27 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -29 -16 -11 -48 -29 -70 -41 -22 -12 -59 -35 -83 -51 -24 -16 -48 -29 -54 -29 -6 0 -19 -7 -28 -15 -15 -13 -72 -48 -125 -75 -11 -6 -33 -19 -50 -30 -16 -11 -41 -25 -55 -31 -14 -5 -39 -21 -57 -35 -17 -13 -36 -24 -42 -24 -6 0 -27 -12 -48 -26 -21 -14 -47 -30 -58 -35 -11 -5 -33 -18 -50 -29 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -111 -56 -292 -222 -328 -300 -4 -8 -16 -28 -27 -45 -39 -60 -78 -163 -99 -265 -16 -76 -10 -3526 6 -3585 18 -66 34 -106 72 -183 57 -117 65 -127 182 -244 58 -57 112 -97 211 -155 73 -44 140 -83 148 -86 8 -4 29 -16 45 -27 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 16 -7 254 -146 280 -163 8 -6 24 -15 35 -20 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 15 -7 251 -145 280 -163 8 -6 24 -15 35 -20 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 8 -4 58 -32 110 -63 52 -31 102 -59 110 -63 8 -4 29 -16 45 -27 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 16 -7 254 -146 280 -163 8 -6 24 -15 35 -20 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 8 -3 56 -31 105 -61 50 -30 99 -58 110 -63 11 -5 34 -18 50 -29 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 12 -5 176 -100 230 -133 8 -5 49 -26 90 -46 41 -20 82 -40 92 -45 9 -4 54 -17 101 -28 115 -28 312 -29 412 -1 104 28 195 65 250 99 17 11 53 32 80 46 28 15 64 38 82 51 17 13 36 24 42 24 5 0 29 12 53 28 69 44 82 51 103 62 11 6 34 19 50 30 17 11 41 25 55 31 14 5 39 21 57 35 17 13 36 24 42 24 5 0 29 12 53 28 69 44 82 51 103 62 11 6 34 19 50 30 17 11 39 24 50 29 11 5 37 21 58 35 21 14 42 26 47 26 5 0 28 13 52 29 24 16 61 39 83 51 22 12 54 30 70 41 17 10 39 23 50 29 11 6 34 19 50 30 17 11 44 26 60 33 17 8 54 31 84 51 29 20 59 36 66 36 8 0 17 5 20 11 4 5 17 15 28 20 12 5 36 18 52 29 17 11 39 24 50 30 11 6 34 19 50 30 17 11 41 25 55 31 14 5 39 21 57 35 17 13 36 24 42 24 5 0 29 12 53 28 69 44 82 51 103 62 11 6 34 19 50 30 17 11 39 24 50 29 11 5 37 21 58 35 21 14 42 26 47 26 5 0 28 13 52 29 24 16 61 39 83 51 22 12 54 30 70 41 17 10 39 23 50 28 11 5 37 21 58 35 21 14 41 26 45 26 5 0 39 20 76 45 38 25 73 45 77 45 11 0 131 82 155 106 11 11 31 28 45 39 67 52 219 287 219 338 0 7 4 17 10 23 5 5 14 34 20 64 6 30 17 60 25 66 13 10 15 223 15 1758 0 1480 -2 1746 -14 1746 -15 0 -26 30 -26 71 0 14 -7 34 -15 45 -8 10 -15 27 -15 36 0 14 -40 98 -86 179 -13 23 -97 122 -134 158 -42 40 -162 127 -215 156 -27 14 -63 35 -80 46 -16 10 -39 23 -50 29 -11 5 -27 14 -35 19 -8 5 -62 37 -120 71 -58 33 -112 65 -120 70 -8 6 -24 15 -35 20 -11 6 -33 19 -50 30 -16 11 -37 23 -45 27 -16 7 -255 147 -280 163 -8 6 -24 15 -35 20 -11 6 -33 19 -50 30 -16 11 -37 23 -45 27 -8 4 -69 39 -135 78 -66 39 -127 75 -135 78 -8 4 -28 16 -45 27 -16 11 -39 24 -50 30 -11 6 -33 19 -50 30 -16 11 -39 24 -50 29 -17 7 -181 103 -225 131 -8 6 -24 15 -35 20 -11 6 -33 19 -50 30 -16 11 -39 24 -50 29 -11 5 -72 40 -135 78 -63 38 -122 72 -130 76 -8 4 -28 16 -45 27 -16 11 -37 23 -45 27 -8 4 -69 39 -135 78 -66 39 -127 75 -135 78 -8 4 -28 16 -45 27 -16 11 -39 24 -50 30 -11 6 -33 19 -50 29 -100 64 -281 151 -314 151 -10 0 -35 7 -54 15 -50 21 -334 20 -392 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 720.000000 819.000000"><g transform="translate(0.000000,819.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3395 8135 c-22 -8 -50 -15 -62 -15 -12 0 -34 -6 -50 -14 -15 -8 -55 -28 -88 -44 -66 -31 -124 -63 -170 -93 -16 -10 -39 -23 -50 -29 -11 -6 -33 -19 -50 -30 -16 -11 -40 -24 -53 -30 -12 -5 -50 -28 -83 -50 -33 -22 -67 -40 -74 -40 -8 0 -17 -5 -20 -11 -4 -5 -17 -15 -28 -20 -12 -5 -35 -18 -52 -29 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -29 -11 -5 -37 -21 -58 -35 -21 -14 -42 -26 -48 -26 -6 0 -25 -11 -42 -24 -18 -14 -43 -30 -57 -35 -14 -6 -38 -20 -55 -31 -16 -11 -39 -24 -50 -30 -21 -11 -34 -18 -103 -62 -24 -16 -48 -28 -53 -28 -6 0 -25 -11 -42 -24 -18 -14 -43 -30 -57 -35 -14 -6 -38 -20 -55 -31 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -11 -5 -27 -14 -35 -19 -32 -20 -166 -98 -180 -104 -8 -4 -28 -16 -45 -27 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -29 -16 -11 -48 -29 -70 -41 -22 -12 -59 -35 -83 -51 -24 -16 -48 -29 -54 -29 -6 0 -19 -7 -28 -15 -15 -13 -72 -48 -125 -75 -11 -6 -33 -19 -50 -30 -16 -11 -41 -25 -55 -31 -14 -5 -39 -21 -57 -35 -17 -13 -36 -24 -42 -24 -6 0 -27 -12 -48 -26 -21 -14 -47 -30 -58 -35 -11 -5 -33 -18 -50 -29 -16 -11 -39 -24 -50 -30 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -111 -56 -292 -222 -328 -300 -4 -8 -16 -28 -27 -45 -39 -60 -78 -163 -99 -265 -16 -76 -10 -3526 6 -3585 18 -66 34 -106 72 -183 57 -117 65 -127 182 -244 58 -57 112 -97 211 -155 73 -44 140 -83 148 -86 8 -4 29 -16 45 -27 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 16 -7 254 -146 280 -163 8 -6 24 -15 35 -20 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 15 -7 251 -145 280 -163 8 -6 24 -15 35 -20 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 8 -4 58 -32 110 -63 52 -31 102 -59 110 -63 8 -4 29 -16 45 -27 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 16 -7 254 -146 280 -163 8 -6 24 -15 35 -20 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 8 -3 56 -31 105 -61 50 -30 99 -58 110 -63 11 -5 34 -18 50 -29 17 -11 39 -24 50 -30 11 -6 34 -19 50 -30 17 -11 37 -23 45 -27 12 -5 176 -100 230 -133 8 -5 49 -26 90 -46 41 -20 82 -40 92 -45 9 -4 54 -17 101 -28 115 -28 312 -29 412 -1 104 28 195 65 250 99 17 11 53 32 80 46 28 15 64 38 82 51 17 13 36 24 42 24 5 0 29 12 53 28 69 44 82 51 103 62 11 6 34 19 50 30 17 11 41 25 55 31 14 5 39 21 57 35 17 13 36 24 42 24 5 0 29 12 53 28 69 44 82 51 103 62 11 6 34 19 50 30 17 11 39 24 50 29 11 5 37 21 58 35 21 14 42 26 47 26 5 0 28 13 52 29 24 16 61 39 83 51 22 12 54 30 70 41 17 10 39 23 50 29 11 6 34 19 50 30 17 11 44 26 60 33 17 8 54 31 84 51 29 20 59 36 66 36 8 0 17 5 20 11 4 5 17 15 28 20 12 5 36 18 52 29 17 11 39 24 50 30 11 6 34 19 50 30 17 11 41 25 55 31 14 5 39 21 57 35 17 13 36 24 42 24 5 0 29 12 53 28 69 44 82 51 103 62 11 6 34 19 50 30 17 11 39 24 50 29 11 5 37 21 58 35 21 14 42 26 47 26 5 0 28 13 52 29 24 16 61 39 83 51 22 12 54 30 70 41 17 10 39 23 50 28 11 5 37 21 58 35 21 14 41 26 45 26 5 0 39 20 76 45 38 25 73 45 77 45 11 0 131 82 155 106 11 11 31 28 45 39 67 52 219 287 219 338 0 7 4 17 10 23 5 5 14 34 20 64 6 30 17 60 25 66 13 10 15 223 15 1758 0 1480 -2 1746 -14 1746 -15 0 -26 30 -26 71 0 14 -7 34 -15 45 -8 10 -15 27 -15 36 0 14 -40 98 -86 179 -13 23 -97 122 -134 158 -42 40 -162 127 -215 156 -27 14 -63 35 -80 46 -16 10 -39 23 -50 29 -11 5 -27 14 -35 19 -8 5 -62 37 -120 71 -58 33 -112 65 -120 70 -8 6 -24 15 -35 20 -11 6 -33 19 -50 30 -16 11 -37 23 -45 27 -16 7 -255 147 -280 163 -8 6 -24 15 -35 20 -11 6 -33 19 -50 30 -16 11 -37 23 -45 27 -8 4 -69 39 -135 78 -66 39 -127 75 -135 78 -8 4 -28 16 -45 27 -16 11 -39 24 -50 30 -11 6 -33 19 -50 30 -16 11 -39 24 -50 29 -17 7 -181 103 -225 131 -8 6 -24 15 -35 20 -11 6 -33 19 -50 30 -16 11 -39 24 -50 29 -11 5 -72 40 -135 78 -63 38 -122 72 -130 76 -8 4 -28 16 -45 27 -16 11 -37 23 -45 27 -8 4 -69 39 -135 78 -66 39 -127 75 -135 78 -8 4 -28 16 -45 27 -16 11 -39 24 -50 30 -11 6 -33 19 -50 29 -100 64 -281 151 -314 151 -10 0 -35 7 -54 15 -50 21 -334 20 -392 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.team-card-two__image__inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(var(--mediox-black2-rgb, 11, 34, 65), 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.team-card-two__image__inner img {
    width: 100%;
    display: block;
}

.team-card-two:hover .team-card-two__image__inner::after {
    opacity: 1;
}

.team-card-two__social {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    z-index: 2;
    flex-wrap: nowrap;
    gap: 10px;
    transition: all 500ms ease;
}

@media (min-width: 576px) and (max-width: 767px) {
    .team-card-two__social {
        gap: 8px;
    }
}

.team-card-two__social a {
    width: 36px;
    height: 36px;
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-white, #FFFFFF);
    opacity: 0;
    transform: translateY(70px);
}

.team-card-two__social a:nth-child(1) {
    transition: all 500ms ease 50ms;
}

.team-card-two__social a:nth-child(2) {
    transition: all 500ms ease 110ms;
}

.team-card-two__social a:nth-child(3) {
    transition: all 500ms ease 170ms;
}

.team-card-two__social a:nth-child(4) {
    transition: all 500ms ease 230ms;
}

.team-card-two:hover .team-card-two__social a {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575px) {
    .team-card-two__identity {
        text-align: center;
    }
}

.team-card-two__name {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.388;
}

.team-card-two__name:hover {
    color: var(--mediox-base, #33C1ED);
}

.team-card-two__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.team-card-two__name a:hover {
    background-size: 100% 1px;
}

.team-card-two__designation {
    margin: 0;
    font-size: 12px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.25;
}

.team-card-three {
    position: relative;
    overflow: hidden;
    transition: all 500ms ease;
}

.team-card-three__image {
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: var(--mediox-radius, 20px);
}

.team-card-three .social-links {
    position: absolute;
    top: 30px;
    left: 30px;
    transform: scale(0, 1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform-origin: top left;
    z-index: 1;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team-card-three .social-links {
        top: 25px;
        right: 25px;
    }
}

@media (max-width: 360px) {
    .team-card-three .social-links {
        top: 25px;
        right: 25px;
    }
}

.team-card-three .social-links a {
    border: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
}

.team-card-three .social-links a:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.team-card-three:hover .social-links {
    opacity: 1;
    transform: scale(1, 1);
}

.team-card-three__identity {
    padding: 15px 18px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
    z-index: 1;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team-card-three__identity {
        right: 25px;
        bottom: 25px;
    }
}

@media (max-width: 360px) {
    .team-card-three__identity {
        right: 25px;
        bottom: 25px;
    }
}

.team-card-three:hover .team-card-three__identity {
    background-color: var(--mediox-base, #33C1ED);
}

.team-card-three__name {
    margin: 0 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.363;
    text-transform: capitalize;
}

.team-card-three__name a {
    color: inherit;
}

.team-card-three__designation {
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.625;
    transition: all 500ms ease;
}

.team-card-three:hover .team-card-three__name, .team-card-three:hover .team-card-three__designation {
    color: var(--mediox-white, #FFFFFF);
}

.team-one {
    position: relative;
    padding: 170px 0;
    background-color: var(--mediox-white2, #ECF0F5);
}

@media (max-width: 991px) {
    .team-one {
        padding: var(--section-space, 120px) 0;
    }
}

@media (max-width: 767px) {
    .team-one {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .team-one {
        padding: 80px 0;
    }
}

.team-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: hard-light;
    opacity: 0.2;
}

@media (min-width: 992px) {
    .team-one__carousel {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: calc(50% - 15px);
        z-index: 1;
    }
}

.team-one .team-card {
    direction: ltr;
}

.team-one__content {
    position: relative;
    padding-left: 30px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .team-one__content {
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .team-one__content {
        padding-left: 0px;
    }
}

.team-one .sec-title {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.team-one__inner {
    margin-bottom: 41px;
}

.team-one__inner__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}

.team-one__inner__text {
    margin: 0;
}

.team-one__custome-navs {
    display: flex;
    align-items: center;
    gap: 16px;
}

.team-one__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.team-one__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.team-one__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .team-one__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.team-one__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.team-two {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.team-three {
    background-color: var(--mediox-white, #FFFFFF);
}

.team-three__top {
    margin-bottom: 49px;
}

.team-three__custome-navs {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 991px) {
    .team-three__custome-navs {
        top: 0;
    }
}

.team-three__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.team-three__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.team-three__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .team-three__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.team-three__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.team-page {
    background-color: var(--mediox-white, #FFFFFF);
}

.team-page--two .team-card::after {
    background-color: var(--mediox-white2, #ECF0F5);
}

.blog-card {
    position: relative;
    padding: 30px 26px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: var(--mediox-radius, 20px);
}

.blog-card__image {
    margin-bottom: 17px;
    position: relative;
    overflow: hidden;
    border-radius: var(--mediox-radius, 20px);
}

.blog-card__image img {
    width: 100%;
    display: block;
    transition: 0.5s;
    border-radius: inherit;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.1);
}

.blog-card__hover {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
}

.blog-card__hover__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 2;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__hover__icon::before, .blog-card__hover__icon::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--mediox-white, #FFFFFF);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__hover__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card__hover__box {
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: RGBA(var(--mediox-black-rgb, 10, 34, 65), 0.7);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.blog-card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.blog-card__hover__box--2 {
    left: 20%;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.blog-card__hover__box--3 {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.blog-card__hover__box--4 {
    left: 60%;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.blog-card__hover__box--5 {
    left: 80%;
    -webkit-transition-delay: 3s;
    transition-delay: 0.3s;
}

.blog-card:hover .blog-card__hover__icon {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover .blog-card__hover__box {
    transform: translateY(0);
}

.blog-card__category {
    margin: 0;
    padding: 4px 10.5px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 100px;
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 400;
    line-height: 1.5;
    z-index: 1;
}

.blog-card__meta {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.blog-card__meta li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 400;
    text-transform: capitalize;
}

.blog-card__meta li:not(:last-of-type)::after {
    content: "\f111";
    position: relative;
    top: 0;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4px;
    color: var(--mediox-base, #33C1ED);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.blog-card__meta li a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-card__meta li a:hover {
    color: var(--mediox-primary, #2C51A3);
}

.blog-card__meta__icon {
    display: inline-flex;
    font-size: 12px;
    color: var(--mediox-base, #33C1ED);
}

.blog-card__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card__title {
    margin-bottom: 29px;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.307;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-card__title {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .blog-card__title {
        font-size: 20px;
    }
}

.blog-card__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card__title a:hover {
    background-size: 100% 1px;
}

.blog-card__btn {
    width: 69px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.1);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-card__btn {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 430px) {
    .blog-card__btn {
        width: 55px;
        height: 55px;
    }
}

.blog-card__btn:hover {
    background-color: var(--mediox-base, #33C1ED);
}

.blog-card__btn__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    transition: all 500ms ease;
}

.blog-card__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card__btn:hover .blog-card__btn__icon {
    color: var(--mediox-white, #FFFFFF);
    animation: 500ms slideLeft;
}

.blog-card-two {
    position: relative;
    padding: 30px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card-two {
        padding: 25px;
    }
}

@media (max-width: 375px) {
    .blog-card-two {
        padding: 25px;
    }
}

.blog-card-two__image {
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
    border-radius: inherit;
}

.blog-card-two__image img {
    width: 100%;
    display: block;
    transition: 0.5s;
    border-radius: inherit;
}

.blog-card-two:hover .blog-card-two__image img {
    transform: scale(1.1);
}

.blog-card-two__hover {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
}

.blog-card-two__hover__box {
    display: block;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.7);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

.blog-card-two__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.blog-card-two__hover__box--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.blog-card-two__hover__box--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.blog-card-two__hover__box--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-card-two:hover .blog-card-two__hover__box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blog-card-two__title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

.blog-card-two__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.blog-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-two__title a:hover {
    background-size: 100% 1px;
}

.blog-card-two__meta {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 23px;
}

.blog-card-two__meta li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    text-transform: capitalize;
}

.blog-card-two__meta li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-two__meta li a:hover {
    color: var(--mediox-base, #33C1ED);
}

.blog-card-two__meta__icon {
    display: inline-flex;
    font-size: 12px;
    color: var(--mediox-base, #33C1ED);
}

.blog-card-two__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-two__date {
    padding: 0;
    min-width: 55px;
    min-height: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
}

.blog-card-two__date__day {
    padding: 7px 5px;
    width: 100%;
    display: block;
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-radius: inherit;
}

.blog-card-two__date__month {
    padding: 5px 4px;
    width: 100%;
    display: block;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: inherit;
}

.blog-card-two--home3 {
    padding: 0;
    background-color: var(--mediox-white2, #ECF0F5);
}

.blog-card-two--home3 .blog-card-two__image {
    margin: 0;
}

.blog-card-two--home3 .blog-card-two__image__item img:first-child {
    display: inline-block !important;
    width: auto !important;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: var(--mediox-radius, 20px);
    transition: all 400ms ease;
}

@media (max-width: 360px) {
    .blog-card-two--home3 .blog-card-two__image__item img:first-child {
        top: 20px;
        right: 20px;
    }
}

.blog-card-two--home3 .blog-card-two__image__item img:last-child {
    display: block;
    width: 100%;
    position: relative;
    transform: translateY(-110%);
    object-fit: cover;
    border-radius: var(--mediox-radius, 20px);
    transition: all 400ms ease;
    transition-delay: 200ms;
}

.blog-card-two--home3:hover .blog-card-two__image__item img:last-child {
    position: relative;
    transform: translateY(0%);
}

.blog-card-two--home3:hover .blog-card-two__image__item img:first-child {
    opacity: 0;
    visibility: hidden;
}

.blog-card-two--home3 .blog-card-two__date {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}

@media (max-width: 360px) {
    .blog-card-two--home3 .blog-card-two__date {
        top: 20px;
        left: 20px;
    }
}

.blog-card-two--home3 .blog-card-two__content {
    padding: 16px 30px 30px;
}

@media (max-width: 360px) {
    .blog-card-two--home3 .blog-card-two__content {
        padding: 16px 20px 20px;
    }
}

.blog-card-two--home3 .blog-card-two__meta {
    margin-bottom: 9px;
}

.blog-card-two--home3 .blog-card-two__title {
    margin-bottom: 19px;
}

.blog-card-two--home3 .blog-card-two__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 51px;
    font-size: 12px;
    color: var(--mediox-base, #33C1ED);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    overflow: hidden;
    transition: all 500ms ease;
}

.blog-card-two--home3 .blog-card-two__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-two--home3 .blog-card-two__btn:hover {
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-base, #33C1ED);
}

.blog-card-two--home3 .blog-card-two__btn::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 161%;
    left: -48%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--mediox-base, #33C1ED);
    z-index: -1;
    transition: all 500ms ease;
}

.blog-card-two--home3 .blog-card-two__btn:hover::after {
    top: 50%;
    left: 50%;
}

.blog-card-four {
    padding: 0 0 29px;
    background-color: var(--mediox-white, #FFFFFF);
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.blog-card-four__image {
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
    border-radius: var(--mediox-radius, 20px);
}

.blog-card-four__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--mediox-black-rgb, 10, 34, 65), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    border-radius: inherit;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card-four__image__link::before, .blog-card-four__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--mediox-white, #FFFFFF);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card-four__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card-four:hover .blog-card-four__image > a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card-four__image img {
    transition: 0.5s;
    display: block;
    width: 100%;
    border-radius: inherit;
}

.blog-card-four:hover .blog-card-four__image img {
    transform: scale(1.1);
}

.blog-card-four__date {
    padding: 0;
    position: absolute;
    top: 30px;
    left: 30px;
    min-width: 55px;
    min-height: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
    z-index: 2;
}

@media (max-width: 430px) {
    .blog-card-four__date {
        top: 25px;
        left: 25px;
    }
}

@media (max-width: 360px) {
    .blog-card-four__date {
        top: 20px;
        left: 20px;
    }
}

.blog-card-four__date__day {
    padding: 7px 5px;
    width: 100%;
    display: block;
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-radius: inherit;
}

.blog-card-four__date__month {
    padding: 5px 4px;
    width: 100%;
    display: block;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: inherit;
}

.blog-card-four__meta {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 23px;
}

.blog-card-four__meta li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    text-transform: capitalize;
}

.blog-card-four__meta li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    transition: all 500ms ease;
}

.blog-card-four__meta li a:hover {
    color: var(--mediox-base, #33C1ED);
}

.blog-card-four__meta__icon {
    display: inline-flex;
    font-size: 12px;
    color: var(--mediox-base, #33C1ED);
}

.blog-card-four__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card-four__title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.333;
}

.blog-card-four__title:hover {
    color: var(--mediox-base, #33C1ED);
}

@media (max-width: 430px) {
    .blog-card-four__title {
        font-size: 20px;
    }
}

.blog-card-four__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card-four__title a:hover {
    background-size: 100% 1px;
}

.blog-card-four__text {
    margin-bottom: 22px;
    line-height: 1.75;
}

.blog-card-four__btn {
    padding-left: 25px;
    padding-right: 25px;
}

.blog-one {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.blog-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.blog-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.1);
}

.blog-one .container {
    position: relative;
    z-index: 1;
}

.blog-one__top {
    margin-bottom: 49px;
}

.blog-one__custome-navs {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 991px) {
    .blog-one__custome-navs {
        top: 0;
    }
}

.blog-one__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.blog-one__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-one__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .blog-one__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.blog-one__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.blog-two {
    position: relative;
    background-color: var(--mediox-white2, #ECF0F5);
}

.blog-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.15;
}

.blog-two .container {
    position: relative;
    z-index: 1;
}

.blog-two__top {
    margin-bottom: 49px;
}

.blog-two__custome-navs {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 991px) {
    .blog-two__custome-navs {
        top: 0;
    }
}

.blog-two__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.blog-two__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-two__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .blog-two__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.blog-two__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.blog-two .blog-card-two {
    background-color: var(--mediox-white, #FFFFFF);
}

.blog-three {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.blog-three__top {
    margin-bottom: 49px;
}

.blog-three__custome-navs {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 991px) {
    .blog-three__custome-navs {
        top: 0;
    }
}

.blog-three__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.blog-three__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-three__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .blog-three__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.blog-three__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

@media (min-width: 1600px) {
    .blog-three__container {
        max-width: 1600px;
    }
}

.blog-page--two .blog-card {
    background-color: var(--mediox-white2, #ECF0F5);
}

.blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
        margin-top: 10px;
    }
}

.blog-page--sidebar .post-pagination {
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .blog-page--sidebar .post-pagination {
        justify-content: center;
    }
}

.blog-page--grid .post-pagination {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .blog-page--grid .post-pagination {
        margin-top: 20px;
    }
}

.blog-page .post-pagination {
    justify-content: center;
}

@media (max-width: 991px) {
    .blog-page .post-pagination {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
    display: none;
    background-color: var(--mediox-black, #0A2241);
}

@media (min-width: 992px) {
    .topbar-one {
        display: block;
    }
}

.topbar-one .container-fluid {
    max-width: 1830px;
}

.topbar-one__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .topbar-one__inner {
        flex-direction: row;
    }
}

.topbar-one__info {
    margin: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .topbar-one__info {
        display: none;
    }
}

.topbar-one__info li + li {
    margin-left: 31px;
}

.topbar-one__info li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    line-height: 1.4;
}

.topbar-one__info li:hover {
    color: var(--mediox-base, #33C1ED);
}

.topbar-one__info li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar-one__info li a:hover {
    background-size: 100% 1px;
}

.topbar-one__info__icon {
    margin-right: 10px;
    position: relative;
    display: inline-flex;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
}

.topbar-one__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.topbar-one__info__icon--email {
    top: 1px;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
    z-index: 99;
}

.main-header .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1830px;
}

.main-header__inner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding: 25px 0px;
    }
}

.main-header__logo img {
    max-width: 100%;
    height: auto;
}

.main-header__right {
    display: flex;
    align-items: center;
}

.main-header__sidebar-btn {
    position: relative;
    margin-right: 139px;
    width: 29.71px;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 1799px) {
    .main-header__sidebar-btn {
        margin-right: 80px;
    }
}

@media (max-width: 1350px) {
    .main-header__sidebar-btn {
        margin-right: 120px;
    }
}

@media (max-width: 1199px) {
    .main-header__sidebar-btn {
        display: none;
    }
}

.main-header__sidebar-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--mediox-black, #0A2241);
    border-radius: var(--mediox-radius, 20px);
    transition: all 400ms ease;
}

.main-header__sidebar-btn span:nth-child(1) {
    width: 14.48px;
}

.main-header__sidebar-btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
}

.main-header__sidebar-btn:hover span {
    width: 100%;
    background-color: var(--mediox-base, #33C1ED);
}

.main-header__nav {
    margin-right: 60px;
}

@media (max-width: 1799px) {
    .main-header__nav {
        margin-right: 50px;
    }
}

@media (max-width: 1199px) {
    .main-header__nav {
        margin-right: 0px;
    }
}

.main-header__cart, .main-header__search {
    position: relative;
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    transition: all 500ms ease;
    line-height: 1;
}

.main-header__cart:hover, .main-header__search:hover {
    color: var(--mediox-base, #33C1ED);
}

@media (max-width: 1199px) {
    .main-header__search {
        margin-left: 50px;
    }

    .main-header__search::before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
        background-color: var(--mediox-white, #FFFFFF);
    }
}

@media (max-width: 575px) {
    .main-header__search {
        margin-left: 36px;
    }

    .main-header__search::before {
        left: -18px;
    }
}

.main-header__cart {
    margin-left: 40px;
}

@media (max-width: 1799px) {
    .main-header__cart {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .main-header__cart {
        margin-left: 20px;
    }
}

.main-header__call {
    margin-left: 90px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1799px) {
    .main-header__call {
        margin-left: 40px;
    }
}

@media (max-width: 1599px) {
    .main-header__call {
        display: none;
    }
}

.main-header__call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white2, #ECF0F5);
    transition: all 500ms ease;
}

.main-header__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-header__call:hover .main-header__call__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.main-header__call__title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.357;
}

.main-header__call__number {
    margin: 0;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    font-weight: 600;
    line-height: 1.35;
    text-transform: capitalize;
}

.main-header__call__number:hover {
    color: var(--mediox-primary, #2C51A3);
}

.main-header__call__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-header__call__number a:hover {
    background-size: 100% 1px;
}

.main-header__btn {
    margin-left: 60px;
}

@media (max-width: 1799px) {
    .main-header__btn {
        margin-left: 40px;
    }
}

@media (max-width: 1399px) {
    .main-header__btn {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-header__btn {
        display: inline-flex;
    }
}

@media (max-width: 991px) {
    .main-header__btn {
        display: none;
    }
}

.main-header--two {
    width: 100%;
    padding: 0 20.5px;
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: transparent;
}

@media (max-width: 575px) {
    .main-header--two {
        padding: 0 15px;
    }
}

.main-header--two .container-fluid {
    max-width: 100%;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
}

@media (min-width: 576px) {
    .main-header--two .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1600px) {
    .main-header--two .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1700px) {
    .main-header--two .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 360px) {
    .main-header--two .main-header__logo {
        padding-right: 20px;
    }
}

.main-header--two .main-menu .main-menu__list > li {
    padding-top: 44px;
    padding-bottom: 44px;
}

.main-header--two .main-header__call {
    position: relative;
}

.main-header--two .main-header__call::before {
    content: "";
    width: 1px;
    height: calc(100% + 2px);
    background-color: var(--mediox-border-color, #D9E1EB);
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
}

@media (max-width: 1799px) {
    .main-header--two .main-header__call::before {
        left: -20px;
    }
}

.main-header--three {
    position: relative;
    background-color: var(--mediox-base, #33C1ED);
    border-top: 19px solid var(--mediox-black, #0A2241);
}

.main-header--three .container-fluid {
    max-width: 1651px;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__inner {
        padding: 23.5px 0px;
    }
}

@media (max-width: 991px) {
    .main-header--three .main-header__inner {
        padding: 24.36px 0px;
    }
}

@media (max-width: 360px) {
    .main-header--three .main-header__inner {
        padding: 28.82px 0px;
    }
}

.main-header--three .main-header__left {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__left {
        margin-right: 0;
    }
}

.main-header--three .main-header__logo {
    position: relative;
}

.main-header--three .main-header__logo::before {
    content: "";
    width: 330px;
    height: calc(100% + 49.72px);
    background-color: var(--mediox-black, #0A2241);
    position: absolute;
    top: calc(50% - 1px);
    left: -176px;
    transform: translateY(-50%);
}

@media (max-width: 360px) {
    .main-header--three .main-header__logo::before {
        height: calc(100% + 58.72px);
        left: -205px;
    }
}

.main-header--three .main-header__logo a {
    position: relative;
    z-index: 1;
}

@media (max-width: 360px) {
    .main-header--three .main-header__logo img {
        width: 135px;
    }
}

.main-header--three .main-header__logo__shape {
    width: 66px;
    height: 118px;
    position: absolute;
    top: -43px;
    right: -55px;
    background-color: var(--mediox-black, #0A2241);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.000000 118.000000"><g transform="translate(0.000000,118.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1180 l0 -1181 55 13 c195 47 214 78 625 1005 196 443 373 824 393 847 43 47 171 116 216 116 26 0 31 32 31 190 l0 190 -660 0 -660 0 0 -1180z"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.000000 118.000000"><g transform="translate(0.000000,118.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1180 l0 -1181 55 13 c195 47 214 78 625 1005 196 443 373 824 393 847 43 47 171 116 216 116 26 0 31 32 31 190 l0 190 -660 0 -660 0 0 -1180z"/></g></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 360px) {
    .main-header--three .main-header__logo__shape {
        top: -48px;
    }
}

.main-header--three .main-header__sidebar-btn {
    margin-left: 120px;
    margin-right: 0;
}

@media (max-width: 1599px) {
    .main-header--three .main-header__sidebar-btn {
        margin-left: 80px;
    }
}

.main-header--three .main-header__sidebar-btn span {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-header--three .main-header__sidebar-btn:hover span {
    background-color: var(--mediox-black, #0A2241);
}

.main-header--three .mobile-nav__btn span {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-header--three .main-header__nav {
    margin-right: 59px;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__nav {
        margin-right: 0px;
    }
}

.main-header--three .main-menu .main-menu__list > li + li {
    margin-left: 38px;
}

.main-header--three .main-menu .main-menu__list > li {
    padding-top: 38.5px;
    padding-bottom: 38.5px;
}

.main-header--three .main-menu .main-menu__list > li > a,
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
    color: var(--mediox-white, #FFFFFF);
}

.main-header--three .main-menu .main-menu__list > li.current > a,
.main-header--three .main-menu .main-menu__list > li:hover > a {
    color: var(--mediox-black, #0A2241);
}

.main-header--three .main-header__cart,
.main-header--three .main-header__search {
    color: var(--mediox-white, #FFFFFF);
}

.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
    color: var(--mediox-black, #0A2241);
}

.main-header--three .main-header__btn {
    margin-left: 90px;
    background-color: var(--mediox-primary, #2C51A3);
}

.main-header--three .main-header__btn:hover, .main-header--three .main-header__btn:hover .mediox-btn__icon {
    color: var(--mediox-base, #33C1ED);
}

@media (max-width: 1599px) {
    .main-header--three .main-header__btn {
        margin-left: 40px;
    }
}

@media (max-width: 1199px) {
    .main-header--three .main-header__btn {
        display: inline-flex;
    }
}

@media (max-width: 991px) {
    .main-header--three .main-header__btn {
        display: none;
    }
}

.main-header--three .main-header__btn::before, .main-header--three .main-header__btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-header--four {
    background-color: transparent;
    border-bottom: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
}

.main-header--four .main-header__logo {
    position: relative;
}

.main-header--four .main-header__logo::before {
    content: "";
    width: 1px;
    height: calc(100% + 62px);
    background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}

@media (max-width: 1799px) {
    .main-header--four .main-header__logo::before {
        right: -30px;
    }
}

@media (max-width: 1599px) {
    .main-header--four .main-header__logo::before {
        right: -40px;
    }
}

@media (max-width: 1399px) {
    .main-header--four .main-header__logo::before {
        right: -30px;
    }
}

@media (max-width: 1199px) {
    .main-header--four .main-header__logo::before {
        height: calc(100% + 52px);
        right: -50px;
    }
}

@media (max-width: 412px) {
    .main-header--four .main-header__logo::before {
        right: -35px;
    }
}

@media (max-width: 375px) {
    .main-header--four .main-header__logo::before {
        right: -30px;
    }
}

@media (max-width: 360px) {
    .main-header--four .main-header__logo::before {
        display: none;
    }
}

@media (max-width: 1799px) {
    .main-header--four .main-header__sidebar-btn {
        margin-right: 70px;
    }
}

.main-header--four .main-header__sidebar-btn span {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-header--four .main-header__sidebar-btn:hover span {
    background-color: var(--mediox-base, #33C1ED);
}

.main-header--four .mobile-nav__btn span {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-header--four .main-menu .main-menu__list > li > a,
.main-header--four .main-header__cart,
.main-header--four .main-header__search {
    color: var(--mediox-white, #FFFFFF);
}

.main-header--four .main-menu .main-menu__list > li.current > a,
.main-header--four .main-menu .main-menu__list > li:hover > a {
    color: var(--mediox-base, #33C1ED);
}

.main-header--four .main-header__cart,
.main-header--four .main-header__search {
    color: var(--mediox-white, #FFFFFF);
}

.main-header--four .main-header__cart:hover,
.main-header--four .main-header__search:hover {
    color: var(--mediox-base, #33C1ED);
}

@media (max-width: 1199px) {
    .main-header--four .main-header__search::before {
        background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.4);
    }
}

.main-header--four .main-header__call {
    position: relative;
}

@media (max-width: 1799px) {
    .main-header--four .main-header__call {
        margin-left: 50px;
    }
}

.main-header--four .main-header__call::before {
    content: "";
    width: 1px;
    height: calc(100% + 62px);
    background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
}

@media (max-width: 1799px) {
    .main-header--four .main-header__call::before {
        left: -25px;
    }
}

.main-header--four .main-header__call__title,
.main-header--four .main-header__call__number {
    color: var(--mediox-white, #FFFFFF);
}

.main-header--four .main-header__call__number:hover {
    color: var(--mediox-base, #33C1ED);
}

.main-header--four .main-header__btn::before, .main-header--four .main-header__btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-header--four .main-header__btn:hover, .main-header--four .main-header__btn:hover .mediox-btn__icon {
    color: var(--mediox-base, #33C1ED);
}

@media (max-width: 1399px) {
    .main-header--four .main-header__btn {
        display: inline-flex;
    }
}

@media (max-width: 1360px) {
    .main-header--four .main-header__btn {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-header--four .main-header__btn {
        display: inline-flex;
    }
}

@media (max-width: 991px) {
    .main-header--four .main-header__btn {
        display: none;
    }
}

.header-four {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--mediox-white, #FFFFFF);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
}

.sticky-header--cloned.main-header--two {
    background-color: transparent;
    box-shadow: none;
}

.sticky-header--cloned.main-header--two .container-fluid {
    box-shadow: 0px 3px 18px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.07);
}

.sticky-header--cloned.main-header--three {
    background-color: var(--mediox-base, #33C1ED);
}

.sticky-header--cloned.main-header--four {
    border-color: transparent;
    background-color: var(--mediox-black, #0A2241);
}

.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}

@media (min-width: 1200px) {
    .mobile-nav__btn {
        display: none;
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--mediox-black, #0A2241);
    transition: all 500ms ease;
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
}

.mobile-nav__btn:hover span {
    background-color: var(--mediox-base, #33C1ED);
}

.main-menu {
    /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list > li {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

.main-menu .main-menu__list > li.dropdown > a {
    position: relative;
}

.main-menu .main-menu__list > li + li {
    margin-left: 39px;
}

.main-menu .main-menu__list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.375;
    transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
    color: var(--mediox-base, #33C1ED);
}

.main-menu .main-menu__list > li.current > a {
    text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list li ul {
    padding: 15px 20px 11px;
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    background-color: var(--mediox-white, #FFFFFF);
    z-index: 99;
    box-shadow: 0px 10px 60px 0px RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > .megamenu {
    position: static;
}

.main-menu .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list li ul li > a {
    margin-bottom: 4px;
    padding: 7px 25px 8px 15px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 14px;
    color: var(--mediox-black, #0A2241);
    font-weight: 600;
    line-height: 26px;
    display: flex;
    text-transform: capitalize;
    border-radius: 5px;
    transition: 400ms;
}

.main-menu .main-menu__list li ul li > a::after {
    position: absolute;
    right: 15px;
    top: 8px;
    border-radius: 0;
    font-size: 6px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: var(--mediox-white, #FFFFFF);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
}

.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
    background-color: var(--mediox-base, #33C1ED);
    color: var(--mediox-white, #FFFFFF);
}

.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.main-menu .main-menu__list li ul li > ul {
    top: 0;
    left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main-menu__list li:nth-last-child(1) ul li > ul,
    .main-menu__list li:nth-last-child(2) ul li > ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

/*--------------------------------------------------------------
  # Megamenu Popup
  --------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background-color: var(--mediox-white, #FFFFFF);
    display: block !important;
    margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
    display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
    overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
    bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
    overflow: unset;
}

.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu-popup {
    position: relative;
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--mediox-black, #0A2241);
}

@media (min-width: 1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px;
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--mediox-base, #33C1ED);
}

.megamenu-popup .megamenu-clickable--close span {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.demo-one .row {
    --bs-gutter-y: 30px;
}

.demo-one__card {
    background-color: var(--mediox-white, #FFFFFF);
    box-shadow: 0px 10px 60px 0px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.1);
    text-align: center;
    transition: 500ms ease;
    transform: translateY(0px);
}

.demo-one__card:hover {
    transform: translateY(-10px);
}

.demo-one__title {
    margin: 0;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    font-weight: 600;
    text-transform: capitalize;
}

.demo-one__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.demo-one__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.demo-one__title a:hover {
    background-size: 100% 1px;
}

.demo-one__image {
    position: relative;
    overflow: hidden;
}

.demo-one__image img {
    max-width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
    filter: blur(2px);
}

.demo-one__btns {
    background-color: rgba(var(--mediox-black-rgb, 10, 34, 65), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: scale(1, 0);
    transition: transform 500ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .demo-one__btns {
        flex-direction: column;
    }
}

@media (max-width: 360px) {
    .demo-one__btns {
        flex-direction: column;
    }
}

.demo-one__card:hover .demo-one__btns {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.demo-one__btn {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
}

.demo-one__btn::before, .demo-one__btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.demo-one__btn:hover, .demo-one__btn:hover .mediox-btn__icon {
    color: var(--mediox-base, #33C1ED);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .demo-one__btn {
        min-width: 145px;
    }
}

@media (max-width: 360px) {
    .demo-one__btn {
        min-width: 145px;
    }
}

.demo-one__title {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
}

.home-showcase {
    margin-bottom: -20px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__inner {
    padding: 40px 40px 21px;
    background-color: var(--mediox-white, #FFFFFF);
    box-shadow: 0px 10px 60px 0px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.07);
}

.home-showcase .demo-one__card {
    box-shadow: none;
}

.home-showcase .demo-one__btns {
    flex-direction: column;
}

.home-showcase .demo-one__btn {
    min-width: 145px;
}

.home-showcase .demo-one__title {
    padding: 0;
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0;
    border-bottom: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: transparent;
    box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--mediox-white, #FFFFFF);
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--mediox-black, #0A2241);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__content .main-header__logo--mobile {
    display: none;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 1;
    color: var(--mediox-white, #FFFFFF);
    cursor: pointer;
    transition: all 500ms ease;
}

.mobile-nav__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__close:hover {
    color: var(--mediox-base, #33C1ED);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list--two li:first-child {
    border-top: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list > li.current > a,
.mobile-nav__content .main-menu__list > li:hover > a {
    color: var(--mediox-base, #33C1ED);
    text-shadow: 0 0 0.5px currentColor;
}

.mobile-nav__content .main-menu__list li > a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--mediox-white, #FFFFFF);
    font-size: 16px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    text-transform: capitalize;
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
    font-size: 14px;
    font-weight: 500;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--mediox-base, #33C1ED);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--mediox-base, #33C1ED);
    border: none;
    outline: none;
    color: var(--mediox-white, #FFFFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: var(--mediox-white, #FFFFFF);
    color: var(--mediox-black, #0A2241);
}

.mobile-nav__social a {
    width: 32px;
    height: 32px;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile-nav__contact li {
    color: var(--mediox-white, #FFFFFF);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--mediox-base, #33C1ED);
}

.mobile-nav__contact__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--mediox-base, #33C1ED);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--mediox-white, #FFFFFF);
}

.mobile-nav__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color: var(--mediox-white, #FFFFFF);
}

.page-header .container-fluid {
    max-width: 1830px;
}

.page-header__inner {
    position: relative;
    padding-top: 109px;
    padding-bottom: 111px;
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 575px) {
    .page-header__inner {
        padding-top: 89px;
        padding-bottom: 91px;
    }
}

.page-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: inherit;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: RGBA(var(--mediox-white2-rgb, 236, 240, 245), 0.8);
    border-radius: inherit;
}

.page-header .container {
    position: relative;
    z-index: 10;
}

@media (max-width: 575px) {
    .page-header .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.page-header__content {
    text-align: center;
}

.page-header__title {
    margin-bottom: 19px;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.222;
}

@media (max-width: 767px) {
    .page-header__title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .page-header__title {
        font-size: 35px;
    }
}

@media (max-width: 430px) {
    .page-header__title {
        font-size: 30px;
    }
}

.mediox-breadcrumb {
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;
}

.mediox-breadcrumb__icon {
    margin-right: 10px;
    display: inline-flex;
    font-size: 14px;
    color: var(--mediox-base, #33C1ED);
}

.mediox-breadcrumb__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mediox-breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--mediox-black, #0A2241);
    text-transform: capitalize;
    line-height: 1.4;
}

.mediox-breadcrumb li:not(:last-of-type)::after {
    content: "\e94b";
    position: relative;
    top: 0;
    margin-left: 7px;
    margin-right: 7px;
    font-family: "icomoon" !important;
    font-size: 12px;
    color: var(--mediox-black, #0A2241);
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mediox-breadcrumb li span,
.mediox-breadcrumb li a {
    display: inline-flex;
}

.mediox-breadcrumb li:not(:first-child) span {
    color: var(--mediox-base, #33C1ED);
}

.mediox-breadcrumb li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.mediox-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.mediox-breadcrumb li a:hover {
    color: var(--mediox-base, #33C1ED);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0;
}

@media (min-width: 576px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .form-one__group--grid {
        grid-template-columns: 1fr;
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.form-one__control__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px;
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--mediox-font, "Manrope", sans-serif);
}

.form-one .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.form-one .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 55px;
    outline: none !important;
    border-radius: 10px;
    border: 0;
    background-color: var(--mediox-white2, #ECF0F5) !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-text, #707882) !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 55px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.form-one .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--mediox-text, #707882);
}

.form-one .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

.form-one .bootstrap-select .dropdown-menu {
    border: none;
}

.form-one .bootstrap-select .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 22px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white2, #ECF0F5);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--mediox-base, #33C1ED);
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-base, #33C1ED);
}

.form-one .bootstrap-select > .dropdown-toggle {
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select > .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
    display: block;
    width: 100%;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    background-color: var(--mediox-white2, #ECF0F5);
    font-size: 14px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    border: none;
    outline: none;
    padding: 0 20px;
    height: 55px;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 400ms ease;
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
    color: var(--mediox-black, #0A2241);
    border-color: var(--mediox-base, #33C1ED);
}

.form-one textarea {
    height: 143px;
    padding: 10px 20px 0;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    height: 66px;
    border: none;
    outline: none;
    padding-left: 25px;
    background-color: var(--mediox-white, #FFFFFF);
    font-size: 15px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    border-radius: 100px;
    transition: all 400ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
    color: var(--mediox-black, #0A2241);
}

.search-popup__form .mediox-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0 100px 100px 0;
}

.search-popup__form .mediox-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.search-popup__form .mediox-btn::before, .search-popup__form .mediox-btn::after {
    border-radius: 0;
}

.search-popup.active {
    z-index: 9999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.7;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
}

.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 517px;
    width: 100%;
}

.google-map__contact {
    overflow: hidden;
}

.contact-map {
    position: relative;
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--mediox-white, #FFFFFF);
}

@media (max-width: 767px) {
    .client-carousel {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .client-carousel {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.client-carousel__one .owl-stage {
    display: flex;
    align-items: center;
}

.client-carousel__one {
    position: relative;
}

.client-carousel__one .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.client-carousel__one__item {
    text-align: center;
}

.client-carousel__one__item img {
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
    opacity: 0.3;
    transition: all 500ms ease;
}

.client-carousel__one__item:hover img {
    opacity: 1;
    mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {
    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%, 60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%, 80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes leafMove {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        transform: rotate(-2deg) translateX(5px);
    }
    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

@keyframes messageMove {
    0%, 100% {
        transform: translateX(0);
    }
    25%, 75% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes flowerRotate {
    0%, 100% {
        transform: rotate(0deg);
    }
    25%, 75% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

@keyframes zump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes moveHorizontal2 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(-13px, 0, 0);
        transform: translate3d(-13px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes slideLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes smartMove {
    0% {
        width: 0;
    }
    15% {
        width: 202px;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 202px;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

@keyframes rectMove {
    0%, 50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%, 75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--mediox-base, #33C1ED);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--mediox-base, #33C1ED);
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--mediox-base, #33C1ED);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-one {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
    overflow: hidden;
    z-index: 1;
}

.main-slider-one__item {
    position: relative;
    padding-top: 366px;
    padding-bottom: 176px;
    background-color: var(--mediox-white2, #ECF0F5);
    overflow: hidden;
}

@media (max-width: 1299px) {
    .main-slider-one__item {
        padding-top: 320px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__item {
        padding-top: 280px;
    }
}

.main-slider-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.15;
    z-index: 1;
}

.main-slider-one .container {
    position: relative;
    z-index: 3;
}

@media (min-width: 1200px) {
    .main-slider-one .container {
        max-width: 1638px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.main-slider-one__content {
    position: relative;
    max-width: 1048px;
}

@media (max-width: 1599px) {
    .main-slider-one__content {
        max-width: 800px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__content {
        max-width: 100%;
    }
}

.main-slider-one__content__shape-1 {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -100%;
    left: 44%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    animation: rotate 3s linear infinite;
}

.main-slider-one__content__shape-2 {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 61%;
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    animation: moveHorizontal 2s linear infinite;
}

.main-slider-one__top {
    overflow: hidden;
}

.main-slider-one__sub-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--mediox-base, #33C1ED);
    letter-spacing: 0.2em;
    line-height: 1.457;
    text-transform: capitalize;
    opacity: 0;
    transform: translateY(-100px);
}

@media (max-width: 575px) {
    .main-slider-one__sub-title {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
}

.main-slider-one__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 27px;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.257;
    text-transform: capitalize;
}

@media (max-width: 1599px) {
    .main-slider-one__title {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__title {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    .main-slider-one__title {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .main-slider-one__title {
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .main-slider-one__title {
        font-size: 45px;
    }
}

.main-slider-one__title__inner {
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(200px);
}

.main-slider-one__title__image {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}

.main-slider-one__title__image img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    border-radius: 37px;
}

.main-slider-one__title__video {
    width: 80px;
    height: 74px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 37px;
    font-size: 24px;
    color: var(--mediox-white, #FFFFFF);
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.6);
}

.main-slider-one__title__hover {
    display: block;
}

.main-slider-one__title__hover__box {
    display: block;
    width: calc(10% + 1px);
    height: 100%;
    top: 0;
    position: absolute;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    background-color: var(--mediox-base, #33C1ED);
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    z-index: 1;
}

.main-slider-one__description {
    max-width: 674px;
    margin-bottom: 41px;
    overflow: hidden;
}

.main-slider-one__text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.666;
    opacity: 0;
    transform: translateY(150px);
}

@media (max-width: 575px) {
    .main-slider-one__text {
        font-size: 16px;
    }
}

.main-slider-one__button {
    overflow: hidden;
}

.main-slider-one__button__inner {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-one__image {
    position: absolute;
    right: 75px;
    bottom: -176px;
    z-index: 1;
}

@media (max-width: 1799px) {
    .main-slider-one__image {
        right: 50px;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__image {
        max-width: 480px;
    }
}

@media (max-width: 1299px) {
    .main-slider-one__image {
        display: none;
    }
}

.main-slider-one__image img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.main-slider-one__patients {
    padding: 21.5px 30px 24.5px;
    position: absolute;
    left: -98px;
    bottom: 168px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

@media (max-width: 1599px) {
    .main-slider-one__patients {
        left: -80px;
        bottom: 140px;
    }
}

.main-slider-one__patients__icon {
    position: relative;
    top: 8px;
    display: inline-flex;
    font-size: 42px;
    color: var(--mediox-base, #33C1ED);
}

.main-slider-one__patients__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-one__patients__number {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: var(--mediox-base, #33C1ED);
    letter-spacing: -0.04em;
    line-height: 1.25;
}

.main-slider-one__patients__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.428;
}

.main-slider-one__shape-1 {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -100%;
    bottom: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    animation: rotate 3s linear infinite;
}

.main-slider-one__shape-2 {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 280px;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    animation: rotate 3s linear infinite;
}

@media (max-width: 1199px) {
    .main-slider-one__shape-2 {
        top: 200px;
    }
}

@media (max-width: 991px) {
    .main-slider-one__shape-2 {
        display: none !important;
    }
}

.main-slider-one__bg-top {
    width: 557px;
    height: 557px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -184px;
    left: -202px;
    transform: rotate(-135deg) translate(100%);
    opacity: 0;
    visibility: hidden;
    border-radius: 260px;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.04);
}

@media (max-width: 1599px) {
    .main-slider-one__bg-top {
        top: -234px;
        left: -252px;
    }
}

@media (max-width: 1299px) {
    .main-slider-one__bg-top {
        top: -264px;
        left: -282px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__bg-top {
        top: -284px;
        left: -302px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__bg-top {
        top: -304px;
        left: -322px;
    }
}

.main-slider-one__bg-top__1 {
    width: 435px;
    height: 435px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.05);
}

.main-slider-one__bg-top__2 {
    width: 301px;
    height: 301px;
    border-radius: 50%;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.06);
}

.main-slider-one__bg-bottom {
    width: 595px;
    height: 595px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -216px;
    bottom: -197px;
    transform: rotate(45deg) translate(100%);
    opacity: 0;
    visibility: hidden;
    border-radius: 260px;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.1);
    z-index: 2;
}

@media (max-width: 1299px) {
    .main-slider-one__bg-bottom {
        right: -306px;
        bottom: -297px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__bg-bottom {
        right: -336px;
        bottom: -317px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__bg-bottom {
        right: -356px;
        bottom: -337px;
    }
}

.main-slider-one__bg-bottom__1 {
    width: 465px;
    height: 465px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.15);
}

.main-slider-one__bg-bottom__2 {
    width: 322px;
    height: 322px;
    border-radius: 50%;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.2);
}

.main-slider-one .active .main-slider-one__sub-title,
.main-slider-one .active .main-slider-one__title__inner,
.main-slider-one .active .main-slider-one__text,
.main-slider-one .active .main-slider-one__button__inner {
    opacity: 1;
    transform: translateY(0);
}

.main-slider-one .active .main-slider-one__sub-title {
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one .active .main-slider-one__title__inner {
    transition-delay: 900ms;
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-one .active .main-slider-one__title__hover__box {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
}

.main-slider-one .active .main-slider-one__title__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--2 {
    left: 10%;
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--3 {
    left: 20%;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--4 {
    left: 30%;
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--5 {
    left: 40%;
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--6 {
    left: 50%;
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--7 {
    left: 60%;
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--8 {
    left: 70%;
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--9 {
    left: 80%;
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.main-slider-one .active .main-slider-one__title__hover__box--10 {
    left: 90%;
    -webkit-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.main-slider-one .active .main-slider-one__text {
    transition-delay: 1100ms;
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one .active .main-slider-one__button__inner {
    transition-delay: 1400ms;
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one .active .main-slider-one__content__shape-1,
.main-slider-one .active .main-slider-one__content__shape-2,
.main-slider-one .active .main-slider-one__shape-1,
.main-slider-one .active .main-slider-one__shape-2,
.main-slider-one .active .main-slider-one__bg-top,
.main-slider-one .active .main-slider-one__bg-bottom {
    opacity: 1;
    visibility: visible;
    transition: all 1300ms ease;
}

.main-slider-one .active .main-slider-one__content__shape-1 {
    top: -49px;
}

@media (max-width: 1199px) {
    .main-slider-one .active .main-slider-one__content__shape-1 {
        top: -80px;
    }
}

.main-slider-one .active .main-slider-one__content__shape-2 {
    bottom: -76px;
}

.main-slider-one .active .main-slider-one__shape-1 {
    left: 43px;
}

.main-slider-one .active .main-slider-one__shape-2 {
    right: 72px;
}

@media (max-width: 1199px) {
    .main-slider-one .active .main-slider-one__shape-2 {
        top: 200px;
    }
}

.main-slider-one .active .main-slider-one__bg-top {
    transform: rotate(-135deg) translate(0px);
}

.main-slider-one .active .main-slider-one__bg-bottom {
    transform: rotate(45deg) translate(0px);
}

.main-slider-two {
    position: relative;
    overflow: hidden;
    background-color: var(--mediox-white, #FFFFFF);
}

.main-slider-two__carousel {
    position: relative;
    width: 100%;
}

.main-slider-two__carousel.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    z-index: 2;
}

@media (min-width: 1200px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        flex-direction: column;
        gap: 14px;
    }
}

@media (min-width: 1400px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        right: 40px;
    }
}

.main-slider-two__carousel.owl-carousel .owl-nav button {
    background-color: var(--mediox-white, #FFFFFF);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-slider-two__carousel.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        left: 50%;
        bottom: 50px;
        transform: translateX(-50%);
    }
}

.main-slider-two__carousel .mediox-owl__carousel__counter {
    position: absolute;
    top: 50%;
    left: 53px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 17px;
}

@media (max-width: 1399px) {
    .main-slider-two__carousel .mediox-owl__carousel__counter {
        left: 15px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__carousel .mediox-owl__carousel__counter {
        display: none;
    }
}

.main-slider-two__carousel .mediox-owl__carousel__counter__current {
    position: relative;
    font-size: 26px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 1399px) {
    .main-slider-two__carousel .mediox-owl__carousel__counter__current {
        font-size: 23px;
    }
}

.main-slider-two__carousel .mediox-owl__carousel__counter__current::before {
    content: "";
    width: 33px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -53px;
    transform: translateY(-50%);
    background-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 1399px) {
    .main-slider-two__carousel .mediox-owl__carousel__counter__current::before {
        display: none;
    }
}

.main-slider-two__carousel .mediox-owl__carousel__counter__total {
    position: relative;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 600;
    line-height: 1;
}

.main-slider-two__carousel .mediox-owl__carousel__counter__total::before {
    content: "";
    width: 2px;
    height: calc(100% - 5px);
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%) rotate(20deg);
    background-color: var(--mediox-text, #707882);
}

.main-slider-two__item {
    position: relative;
    padding: 30px 141px 0;
    background-color: var(--mediox-white, #FFFFFF);
    overflow: hidden;
}

@media (max-width: 1399px) {
    .main-slider-two__item {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__item {
        padding: 15px 15px 0;
    }
}

.main-slider-two__item__shape {
    width: 100%;
    height: 270px;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--mediox-white2, #ECF0F5);
    z-index: 1;
}

.main-slider-two__item__shape__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.25;
}

.main-slider-two__wrapper {
    position: relative;
    padding-top: 191px;
    padding-bottom: 134px;
    overflow: hidden;
    border-radius: 30px;
    z-index: 2;
}

@media (max-width: 1599px) {
    .main-slider-two__wrapper {
        padding-bottom: 198px;
    }
}

@media (max-width: 1599px) {
    .main-slider-two__wrapper {
        padding-top: 153px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__wrapper {
        padding-bottom: 230px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__wrapper {
        padding-top: 133px;
        padding-bottom: 220px;
    }
}

@media (max-width: 390px) {
    .main-slider-two__wrapper {
        padding-top: 123px;
        padding-bottom: 210px;
    }
}

.main-slider-two__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 30px;
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}

.main-slider-two__bg::after {
    content: "";
    width: 100%;
    max-width: 1090px;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2E51A3 6.58%, rgba(46, 81, 163, 0.8) 43.94%, rgba(54, 193, 236, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider-two .container {
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    .main-slider-two .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .main-slider-two .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .main-slider-two .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.main-slider-two__content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-slider-two__sub-title {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700;
    color: var(--mediox-base, #33C1ED);
    letter-spacing: 0.2em;
    line-height: 1.457;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-120px);
}

@media (max-width: 575px) {
    .main-slider-two__sub-title {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .main-slider-two__sub-title {
        letter-spacing: 0.05em;
    }
}

.main-slider-two__title {
    margin-bottom: 9px;
    display: inline-block;
    overflow: hidden;
    font-size: 80px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 800;
    line-height: 1.125;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    opacity: 0;
    transform: translateX(300px);
}

@media (max-width: 1399px) {
    .main-slider-two__title {
        font-size: 70px;
    }
}

@media (max-width: 991px) {
    .main-slider-two__title {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__title {
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .main-slider-two__title {
        font-size: 45px;
    }
}

.main-slider-two__title__overlay-group {
    display: block;
}

.main-slider-two__title__overlay {
    background-color: var(--mediox-base, #33C1ED);
    width: 16.66%;
    height: calc(100% - 10px);
    display: block;
    position: absolute;
    transition: 1000ms cubic-bezier(0.65, 0, 0.076, 1);
    transition-delay: 2200ms;
    z-index: 1;
}

.main-slider-two__title__overlay:nth-child(2), .main-slider-two__title__overlay:nth-child(4), .main-slider-two__title__overlay:nth-child(6) {
    top: 5px;
}

.main-slider-two__title__overlay:nth-child(2) {
    left: 16.66%;
}

.main-slider-two__title__overlay:nth-child(4) {
    left: 49.98%;
}

.main-slider-two__title__overlay:nth-child(6) {
    left: 83.3%;
}

.main-slider-two__title__overlay:nth-child(1), .main-slider-two__title__overlay:nth-child(3), .main-slider-two__title__overlay:nth-child(5) {
    bottom: 5px;
}

.main-slider-two__title__overlay:nth-child(1) {
    left: 0;
}

.main-slider-two__title__overlay:nth-child(3) {
    left: 33.32%;
}

.main-slider-two__title__overlay:nth-child(5) {
    left: 66.64%;
}

.main-slider-two__text {
    margin-bottom: 51px;
    max-width: 551px;
    font-size: 18px;
    color: var(--mediox-white, #FFFFFF);
    line-height: 1.666;
    opacity: 0;
    transform: translateX(-300px);
}

@media (max-width: 575px) {
    .main-slider-two__text {
        font-size: 16px;
    }
}

.main-slider-two__button-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-slider-two__button-1, .main-slider-two__button-2 {
    opacity: 0;
    transform: translateY(120px);
}

.main-slider-two__button-1 .mediox-btn::before, .main-slider-two__button-1 .mediox-btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-slider-two__button-1 .mediox-btn:hover, .main-slider-two__button-1 .mediox-btn:hover .mediox-btn__icon {
    color: var(--mediox-base, #33C1ED);
}

.main-slider-two__button-2 .mediox-btn {
    padding: 11px 20.5px;
    background-color: transparent;
    border: 1px solid var(--mediox-white, #FFFFFF);
}

.main-slider-two__button-2 .mediox-btn::before, .main-slider-two__button-2 .mediox-btn::after {
    content: "";
    background-color: var(--mediox-base, #33C1ED);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.main-slider-two__button-2 .mediox-btn::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.main-slider-two__button-2 .mediox-btn::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.main-slider-two__button-2 .mediox-btn:hover {
    border-color: var(--mediox-base, #33C1ED);
}

.main-slider-two__button-2 .mediox-btn:hover::before, .main-slider-two__button-2 .mediox-btn:hover::after {
    width: calc(50% + 6px);
}

.main-slider-two__info {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--mediox-primary, #2C51A3);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 1199px) {
    .main-slider-two__info {
        display: none;
    }
}

.main-slider-two__info__inner {
    padding: 70px 65.5px 29px 50.5px;
    display: flex;
    align-items: flex-start;
    gap: 110px;
    border-radius: 30px 0 30px 0;
    z-index: 1;
}

.main-slider-two__call {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-slider-two__call::after {
    content: "";
    width: 1px;
    height: 37px;
    background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
}

.main-slider-two__call__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white2, #ECF0F5);
    transition: all 500ms ease;
}

.main-slider-two__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-two__call:hover .main-slider-two__call__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.main-slider-two__call__title {
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.357;
}

.main-slider-two__call__number {
    margin: 0;
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.35;
}

.main-slider-two__call__number:hover {
    color: var(--mediox-base, #33C1ED);
}

.main-slider-two__call__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-slider-two__call__number a:hover {
    background-size: 100% 1px;
}

.main-slider-two__social {
    margin-top: -6px;
}

.main-slider-two__social__title {
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.357;
}

.main-slider-two__social__title::after {
    content: "";
    width: 37px;
    height: 1px;
    background-color: var(--mediox-white, #FFFFFF);
    position: absolute;
    top: 50%;
    right: -44px;
    transform: translateY(-50%);
}

.main-slider-two__social__links {
    display: flex;
    align-items: center;
    gap: 19px;
}

.main-slider-two__social__links a {
    display: inline-flex;
    font-size: 14px;
    color: var(--mediox-white, #FFFFFF);
    transition: all 500ms ease;
}

.main-slider-two__social__links a svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-two__social__links a:hover {
    color: var(--mediox-base, #33C1ED);
}

.main-slider-two .active .main-slider-two__bg {
    transform: scale(1.2);
}

.main-slider-two .active .main-slider-two__sub-title {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition-delay: 900ms;
}

.main-slider-two .active .main-slider-two__title {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition-delay: 500ms;
}

.main-slider-two .active .main-slider-two__title__overlay:nth-child(2), .main-slider-two .active .main-slider-two__title__overlay:nth-child(4), .main-slider-two .active .main-slider-two__title__overlay:nth-child(6) {
    top: 105%;
}

.main-slider-two .active .main-slider-two__title__overlay:nth-child(1), .main-slider-two .active .main-slider-two__title__overlay:nth-child(3), .main-slider-two .active .main-slider-two__title__overlay:nth-child(5) {
    bottom: 105%;
}

.main-slider-two .active .main-slider-two__text {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition-delay: 900ms;
}

.main-slider-two .active .main-slider-two__button-1,
.main-slider-two .active .main-slider-two__button-2 {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition-delay: 1000ms;
}

.main-slider-two .active .main-slider-two__button-2 {
    transition-delay: 1100ms;
}

.main-slider-three {
    position: relative;
    overflow: hidden;
    background-color: var(--mediox-black, #2B2B5E);
}

.main-slider-three__carousel {
    position: relative;
    width: 100%;
}

.main-slider-three__carousel-counter {
    width: 150px;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px 10px 0px 0px;
    z-index: 2;
}

.main-slider-three__carousel-counter .slick-list {
    padding: 16px 0 11px;
}

.main-slider-three__carousel-counter .slick-slide {
    position: relative;
    cursor: pointer;
}

.main-slider-three__carousel-counter .slick-current + .slick-slide + .slick-slide {
    text-align: right;
}

.main-slider-three__carousel-counter__text {
    margin: 0;
    position: relative;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 600;
    line-height: 1;
}

.main-slider-three__carousel-counter__text::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: var(--mediox-base, #33C1ED);
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 500ms ease;
}

.main-slider-three__carousel-counter .slick-current + .slick-slide .main-slider-three__carousel-counter__text {
    font-size: 26px;
    color: var(--mediox-base, #33C1ED);
    text-align: center;
}

.main-slider-three__carousel-counter .slick-current + .slick-slide .main-slider-three__carousel-counter__text::after {
    opacity: 1;
}

.main-slider-three__slick-button {
    outline: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid RGBA(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
    z-index: 2;
    transition: all 400ms ease;
}

.main-slider-three__slick-button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-three__slick-button--prev {
    left: 40px;
}

.main-slider-three__slick-button--next {
    right: 40px;
}

@media (max-width: 1199px) {
    .main-slider-three__slick-button {
        display: none !important;
    }
}

.main-slider-three__slick-button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

.main-slider-three__item {
    padding-top: 374px;
    padding-bottom: 318px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--mediox-black, #0A2241);
}

@media (max-width: 1599px) {
    .main-slider-three__item {
        padding-bottom: 250px;
    }
}

@media (max-width: 1399px) {
    .main-slider-three__item {
        padding-top: 350px;
    }
}

@media (max-width: 991px) {
    .main-slider-three__item {
        padding-top: 250px;
        padding-bottom: 220px;
    }
}

@media (max-width: 430px) {
    .main-slider-three__item {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.main-slider-three__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: scale(1);
    z-index: 1;
    transition: transform 8000ms ease;
}

.main-slider-three__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(11, 34, 65, 0.9) 0%, rgba(11, 34, 65, 0.7) 100%);
}

.main-slider-three__container {
    position: relative;
    z-index: 3;
}

.main-slider-three__content {
    position: relative;
    text-align: center;
    z-index: 3;
}

.main-slider-three__top {
    margin-bottom: 17px;
    overflow: hidden;
}

.main-slider-three__sub-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--mediox-base, #33C1ED);
    letter-spacing: 0.2em;
    line-height: 1.457;
    text-transform: capitalize;
    opacity: 0;
    transform: translateY(100px);
}

@media (max-width: 575px) {
    .main-slider-three__sub-title {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
}

.main-slider-three__title {
    margin-bottom: 36px;
    display: inline-block;
    overflow: hidden;
    font-size: 80px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 800;
    line-height: 1.125;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .main-slider-three__title {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__title {
        font-size: 65px;
    }
}

@media (max-width: 991px) {
    .main-slider-three__title {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__title {
        font-size: 50px;
    }
}

@media (max-width: 430px) {
    .main-slider-three__title {
        font-size: 45px;
    }
}

.main-slider-three__title__inner {
    display: block;
    opacity: 0;
    transform: translateY(300px);
}

.main-slider-three__title__shape {
    position: relative;
}

.main-slider-three__title__shape::after {
    content: "";
    width: 362px;
    height: 30px;
    background-image: url(../images/shapes/main-slider-title-shape-3-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 362px 30px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: -1;
    animation: titleShapeMove 5s infinite;
}

@media (max-width: 991px) {
    .main-slider-three__title__shape::after {
        width: 300px;
        bottom: 5px;
        background-size: 300px 30px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title__shape::after {
        width: 250px;
        background-size: 250px 30px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__title__shape::after {
        width: calc(100% + 30px);
        background-size: calc(100% + 30px) 30px;
    }
}

.main-slider-three__button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-slider-three__button-group__inner {
    overflow: hidden;
}

.main-slider-three__button {
    opacity: 0;
    transform: translateY(150px);
}

.main-slider-three__button--1 .mediox-btn::before, .main-slider-three__button--1 .mediox-btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.main-slider-three__button--1 .mediox-btn:hover, .main-slider-three__button--1 .mediox-btn:hover .mediox-btn__icon {
    color: var(--mediox-base, #33C1ED);
}

.main-slider-three__button--2 .mediox-btn {
    padding: 11px 20.5px;
    background-color: transparent;
    border: 1px solid var(--mediox-white, #FFFFFF);
}

.main-slider-three__button--2 .mediox-btn::before, .main-slider-three__button--2 .mediox-btn::after {
    content: "";
    background-color: var(--mediox-base, #33C1ED);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.main-slider-three__button--2 .mediox-btn::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.main-slider-three__button--2 .mediox-btn::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.main-slider-three__button--2 .mediox-btn:hover {
    border-color: var(--mediox-base, #33C1ED);
}

.main-slider-three__button--2 .mediox-btn:hover::before, .main-slider-three__button--2 .mediox-btn:hover::after {
    width: calc(50% + 6px);
}

.main-slider-three .slick-active .main-slider-three__bg {
    transform: scale(1.2);
}

.main-slider-three .slick-active .main-slider-three__sub-title,
.main-slider-three .slick-active .main-slider-three__title__inner {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three .slick-active .main-slider-three__title__inner {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transition-delay: 600ms;
}

.main-slider-three .slick-active .main-slider-three__button {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three .slick-active .main-slider-three__button--1 {
    transition-delay: 1000ms;
}

.main-slider-three .slick-active .main-slider-three__button--2 {
    transition-delay: 1100ms;
}

@keyframes titleShapeMove {
    0% {
        width: 0;
    }
    15% {
        width: 362px;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 362px;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    @keyframes titleShapeMove {
        0% {
            width: 0;
        }
        15% {
            width: 300px;
        }
        85% {
            opacity: 1;
        }
        90% {
            width: 300px;
            opacity: 0;
        }
        100% {
            width: 0;
            opacity: 0;
        }
    }
}

@media (max-width: 767px) {
    @keyframes titleShapeMove {
        0% {
            width: 0;
        }
        15% {
            width: 250px;
        }
        85% {
            opacity: 1;
        }
        90% {
            width: 250px;
            opacity: 0;
        }
        100% {
            width: 0;
            opacity: 0;
        }
    }
}

@media (max-width: 575px) {
    @keyframes titleShapeMove {
        0% {
            width: 0;
        }
        15% {
            width: calc(100% + 30px);
        }
        85% {
            opacity: 1;
        }
        90% {
            width: calc(100% + 30px);
            opacity: 0;
        }
        100% {
            width: 0;
            opacity: 0;
        }
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-profile__image {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.about-profile__name {
    margin-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.about-profile__designation {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.about-one {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.about-one .container {
    position: relative;
    z-index: 1;
}

.about-one__image {
    position: relative;
}

.about-one__image__one {
    width: calc(100% + 19px);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 942.000000"><g transform="translate(0.000000,942.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M470 9405 c0 -8 -14 -17 -37 -21 -135 -24 -304 -164 -379 -314 -58 -116 -54 205 -54 -4370 0 -4579 -4 -4254 54 -4371 79 -156 236 -283 396 -318 43 -9 647 -11 2675 -9 1441 2 2634 7 2650 12 134 35 300 171 361 297 77 156 68 6 75 1344 4 798 9 1215 17 1245 44 186 180 350 357 429 17 7 64 22 105 32 70 18 129 19 931 19 950 0 895 -4 1037 67 147 74 254 205 309 378 5 17 15 29 21 27 9 -1 12 593 12 2534 0 1598 -4 2533 -9 2529 -12 -7 -31 26 -31 52 0 44 -76 169 -145 239 -98 100 -200 156 -320 176 -40 7 -969 11 -2735 12 -2133 1 -2674 4 -2672 14 1 9 -266 12 -1308 12 -1140 0 -1310 -2 -1310 -15z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 942.000000"><g transform="translate(0.000000,942.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M470 9405 c0 -8 -14 -17 -37 -21 -135 -24 -304 -164 -379 -314 -58 -116 -54 205 -54 -4370 0 -4579 -4 -4254 54 -4371 79 -156 236 -283 396 -318 43 -9 647 -11 2675 -9 1441 2 2634 7 2650 12 134 35 300 171 361 297 77 156 68 6 75 1344 4 798 9 1215 17 1245 44 186 180 350 357 429 17 7 64 22 105 32 70 18 129 19 931 19 950 0 895 -4 1037 67 147 74 254 205 309 378 5 17 15 29 21 27 9 -1 12 593 12 2534 0 1598 -4 2533 -9 2529 -12 -7 -31 26 -31 52 0 44 -76 169 -145 239 -98 100 -200 156 -320 176 -40 7 -969 11 -2735 12 -2133 1 -2674 4 -2672 14 1 9 -266 12 -1308 12 -1140 0 -1310 -2 -1310 -15z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 1199px) {
    .about-one__image__one {
        width: 100%;
        -webkit-mask: unset;
        mask: unset;
    }
}

.about-one__image__one img {
    width: 100%;
    display: block;
}

@media (max-width: 1199px) {
    .about-one__image__one img {
        border-radius: 40px;
    }
}

.about-one__experience {
    padding: 26.5px 28px 29.5px;
    position: relative;
    position: absolute;
    right: -19px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 40px;
}

@media (max-width: 1199px) {
    .about-one__experience {
        right: 30px;
        bottom: 30px;
    }
}

@media (max-width: 412px) {
    .about-one__experience {
        padding-top: 20px;
        padding-bottom: 23px;
    }
}

@media (max-width: 412px) {
    .about-one__experience {
        right: 20px;
        bottom: 20px;
    }
}

.about-one__experience::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.7);
    border-radius: inherit;
}

.about-one__experience__content {
    position: relative;
    z-index: 1;
}

.about-one__experience__year {
    margin-bottom: 7px;
    font-size: 60px;
    color: transparent;
    font-weight: 800;
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--mediox-white, #FFFFFF);
    line-height: 1;
}

@media (max-width: 390px) {
    .about-one__experience__year {
        font-size: 50px;
    }
}

.about-one__experience__text {
    display: block;
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 600;
    line-height: 1.562;
}

.about-one__content {
    padding-left: 45px;
}

@media (max-width: 1199px) {
    .about-one__content {
        padding-left: 20px;
    }
}

.about-one .sec-title {
    margin-bottom: 21px;
}

.about-one__text {
    margin-bottom: 30px;
    font-weight: 400;
}

.about-one__inner {
    position: relative;
    padding: 9.5px 0;
    margin-bottom: 50px;
    border-top: 1px solid RGBA(var(--mediox-black-rgb, 10, 34, 65), 0.1);
    border-bottom: 1px solid RGBA(var(--mediox-black-rgb, 10, 34, 65), 0.1);
}

.about-one__inner::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: RGBA(var(--mediox-black-rgb, 10, 34, 65), 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 390px) {
    .about-one__inner::after {
        display: none;
    }
}

@media (max-width: 375px) {
    .about-one__inner__row > * {
        width: 100%;
    }
}

.about-one__funfact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__funfact {
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 376px) and (max-width: 767px) {
    .about-one__funfact {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .about-one__funfact {
        justify-content: flex-start;
    }
}

.about-one__funfact__number {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.05em;
    text-transform: capitalize;
}

.about-one__funfact__title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: RGBA(var(--mediox-black-rgb, 10, 34, 65), 0.8);
    text-transform: capitalize;
    line-height: 1.6;
}

.about-one__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-one__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 81px;
    bottom: 120px;
    opacity: 0.15;
    animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1599px) {
    .about-one__shape-1 {
        left: 40px;
    }
}

@media (max-width: 1199px) {
    .about-one__shape-1 {
        display: none;
    }
}

.about-one__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 42px;
    bottom: 229px;
    opacity: 0.25;
    animation: zump 2s linear infinite;
}

@media (max-width: 1599px) {
    .about-one__shape-2 {
        right: 20px;
        max-width: 100px;
    }
}

@media (max-width: 1399px) {
    .about-one__shape-2 {
        display: none;
    }
}

.about-two {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.about-two .container {
    position: relative;
    z-index: 1;
}

.about-two__image {
    position: relative;
}

@media (max-width: 991px) {
    .about-two__image {
        max-width: 550px;
    }
}

.about-two__image__one {
    position: relative;
    display: table;
    z-index: 1;
}

.about-two__image__one img {
    max-width: 100%;
    height: auto;
    border-radius: var(--mediox-radius, 20px);
}

.about-two__image__two {
    padding: 10px;
    display: table;
    position: absolute;
    top: 122px;
    right: -19px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: var(--mediox-radius, 20px);
    z-index: 1;
}

@media (max-width: 1199px) {
    .about-two__image__two {
        top: 180px;
        right: 0;
    }
}

@media (max-width: 480px) {
    .about-two__image__two {
        margin-top: 30px;
        position: static;
    }
}

.about-two__image__two__inner {
    position: relative;
    padding: 60px 0 0 0;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: inherit;
}

.about-two__image__two__inner > img {
    position: relative;
    left: -37px;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

@media (max-width: 480px) {
    .about-two__image__two__inner > img {
        left: -15px;
    }
}

.about-two__image__two__shape-box {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    overflow: hidden;
}

.about-two__image__two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 31px;
    right: 29px;
    animation: rotate 4s linear infinite;
}

.about-two__image__two__bg-top {
    width: 223px;
    height: 223px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -66px;
    left: -71px;
    transform: rotate(-135deg);
    border-radius: 260px 260px 10px 260px;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.1);
}

.about-two__image__two__bg-top__1 {
    width: 174px;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.15);
}

.about-two__image__two__bg-top__2 {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.2);
}

.about-two__image__two__bg-bottom {
    width: 223px;
    height: 223px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -71px;
    bottom: -64px;
    transform: rotate(45deg);
    border-radius: 260px 260px 10px 260px;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.1);
}

.about-two__image__two__bg-bottom__1 {
    width: 174px;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.15);
}

.about-two__image__two__bg-bottom__2 {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.2);
}

.about-two__image__three {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
}

@media (max-width: 575px) {
    .about-two__image__three {
        display: none;
    }
}

.about-two__image__shape {
    width: 482px;
    height: 370px;
    position: absolute;
    left: -38px;
    bottom: -154px;
    background-color: var(--mediox-white2, #ECF0F5);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M6610 6886 c0 -10 -19 -16 -67 -20 -134 -12 -425 -82 -583 -141 -161 -60 -422 -182 -527 -246 -35 -22 -65 -39 -68 -39 -12 0 -245 -165 -424 -299 -176 -132 -280 -207 -329 -236 -9 -6 -45 -29 -80 -53 -35 -23 -65 -42 -68 -42 -2 0 -23 -12 -47 -27 -55 -36 -72 -45 -197 -109 -305 -154 -642 -258 -1070 -328 -222 -36 -508 -76 -545 -76 -16 0 -77 -7 -135 -15 -58 -9 -154 -22 -215 -31 -285 -39 -364 -52 -525 -85 -30 -6 -75 -15 -100 -20 -58 -10 -157 -34 -201 -47 -19 -5 -61 -18 -94 -27 -33 -9 -71 -22 -85 -27 -14 -5 -57 -20 -96 -33 -40 -13 -80 -28 -90 -33 -11 -5 -55 -27 -99 -48 -259 -123 -444 -288 -620 -554 -78 -117 -174 -300 -210 -400 -41 -114 -77 -229 -84 -270 -5 -25 -13 -65 -19 -90 -25 -102 -32 -203 -32 -426 0 -129 5 -268 10 -307 19 -134 66 -338 100 -432 12 -33 25 -73 29 -90 26 -94 178 -406 264 -544 55 -87 153 -228 186 -267 14 -17 40 -48 56 -70 75 -97 253 -280 395 -405 72 -64 353 -279 363 -279 3 0 34 -19 69 -43 89 -59 100 -66 123 -77 11 -5 47 -25 80 -44 130 -75 451 -226 545 -256 14 -5 50 -18 80 -30 30 -12 69 -25 85 -30 29 -8 56 -17 135 -45 19 -7 64 -21 100 -30 36 -10 85 -23 110 -30 88 -26 151 -41 390 -91 36 -7 110 -20 165 -28 55 -8 136 -20 180 -27 161 -24 299 -31 710 -36 507 -6 647 2 1065 63 178 25 332 56 510 100 52 13 106 26 120 29 101 24 393 114 500 155 30 12 66 25 80 30 14 4 36 12 50 18 14 5 45 18 70 27 25 10 59 23 75 31 17 7 53 23 80 35 50 22 392 191 430 212 23 14 170 102 199 120 121 75 369 252 416 296 9 9 48 42 87 74 67 55 257 245 298 299 11 15 41 53 66 85 247 312 477 799 604 1276 8 31 22 81 30 110 8 30 15 62 15 72 0 10 6 41 14 69 24 85 73 404 82 529 4 62 10 90 20 94 21 8 21 748 0 756 -10 4 -16 32 -20 94 -10 129 -52 395 -82 516 -53 215 -72 281 -90 325 -8 18 -14 39 -14 47 0 8 -6 29 -14 47 -8 18 -29 69 -47 113 -173 429 -458 778 -807 989 -82 49 -237 126 -254 126 -8 0 -18 4 -23 8 -32 28 -321 106 -438 118 -37 3 -60 11 -64 20 -8 21 -523 21 -523 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M6610 6886 c0 -10 -19 -16 -67 -20 -134 -12 -425 -82 -583 -141 -161 -60 -422 -182 -527 -246 -35 -22 -65 -39 -68 -39 -12 0 -245 -165 -424 -299 -176 -132 -280 -207 -329 -236 -9 -6 -45 -29 -80 -53 -35 -23 -65 -42 -68 -42 -2 0 -23 -12 -47 -27 -55 -36 -72 -45 -197 -109 -305 -154 -642 -258 -1070 -328 -222 -36 -508 -76 -545 -76 -16 0 -77 -7 -135 -15 -58 -9 -154 -22 -215 -31 -285 -39 -364 -52 -525 -85 -30 -6 -75 -15 -100 -20 -58 -10 -157 -34 -201 -47 -19 -5 -61 -18 -94 -27 -33 -9 -71 -22 -85 -27 -14 -5 -57 -20 -96 -33 -40 -13 -80 -28 -90 -33 -11 -5 -55 -27 -99 -48 -259 -123 -444 -288 -620 -554 -78 -117 -174 -300 -210 -400 -41 -114 -77 -229 -84 -270 -5 -25 -13 -65 -19 -90 -25 -102 -32 -203 -32 -426 0 -129 5 -268 10 -307 19 -134 66 -338 100 -432 12 -33 25 -73 29 -90 26 -94 178 -406 264 -544 55 -87 153 -228 186 -267 14 -17 40 -48 56 -70 75 -97 253 -280 395 -405 72 -64 353 -279 363 -279 3 0 34 -19 69 -43 89 -59 100 -66 123 -77 11 -5 47 -25 80 -44 130 -75 451 -226 545 -256 14 -5 50 -18 80 -30 30 -12 69 -25 85 -30 29 -8 56 -17 135 -45 19 -7 64 -21 100 -30 36 -10 85 -23 110 -30 88 -26 151 -41 390 -91 36 -7 110 -20 165 -28 55 -8 136 -20 180 -27 161 -24 299 -31 710 -36 507 -6 647 2 1065 63 178 25 332 56 510 100 52 13 106 26 120 29 101 24 393 114 500 155 30 12 66 25 80 30 14 4 36 12 50 18 14 5 45 18 70 27 25 10 59 23 75 31 17 7 53 23 80 35 50 22 392 191 430 212 23 14 170 102 199 120 121 75 369 252 416 296 9 9 48 42 87 74 67 55 257 245 298 299 11 15 41 53 66 85 247 312 477 799 604 1276 8 31 22 81 30 110 8 30 15 62 15 72 0 10 6 41 14 69 24 85 73 404 82 529 4 62 10 90 20 94 21 8 21 748 0 756 -10 4 -16 32 -20 94 -10 129 -52 395 -82 516 -53 215 -72 281 -90 325 -8 18 -14 39 -14 47 0 8 -6 29 -14 47 -8 18 -29 69 -47 113 -173 429 -458 778 -807 989 -82 49 -237 126 -254 126 -8 0 -18 4 -23 8 -32 28 -321 106 -438 118 -37 3 -60 11 -64 20 -8 21 -523 21 -523 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 480px) {
    .about-two__image__shape {
        display: none;
    }
}

.about-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 293px;
    left: 139px;
    opacity: 0.25;
    animation: zump 2s linear infinite;
}

@media (max-width: 1799px) {
    .about-two__shape {
        left: 80px;
    }
}

@media (max-width: 1599px) {
    .about-two__shape {
        left: 10px;
    }
}

@media (max-width: 1199px) {
    .about-two__shape {
        display: none;
    }
}

.about-two__content {
    padding-left: 51px;
}

@media (max-width: 1199px) {
    .about-two__content {
        padding-left: 0;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .about-two__content {
        margin-top: 180px;
    }
}

@media (max-width: 480px) {
    .about-two__content {
        margin-top: 0;
    }
}

.about-two .sec-title {
    margin-bottom: 21px;
}

.about-two__text {
    margin-bottom: 24px;
    font-weight: 400;
}

.about-two__list {
    margin-bottom: 43px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
}

.about-two__list li {
    width: calc(50% - 60px);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--mediox-black, #0A2241);
    text-transform: capitalize;
    line-height: 1.875;
}

@media (max-width: 1199px) {
    .about-two__list li {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .about-two__list li {
        width: 100%;
    }
}

.about-two__list__icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
}

.about-three {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.about-three .container {
    position: relative;
    z-index: 1;
}

.about-three__image {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .about-three__image {
        padding-right: 0;
    }
}

.about-three__image__inner {
    padding-top: 46px;
    position: relative;
    text-align: center;
    background-color: var(--mediox-primary, #2C51A3);
    border-radius: 30px;
}

.about-three__image__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: screen;
    border-radius: inherit;
}

.about-three__image__one {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.about-three__image__shape-1 {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 289px;
    left: 22px;
    animation: rotate 5s linear infinite;
}

@media (max-width: 1199px) {
    .about-three__image__shape-1 {
        top: 200px;
    }
}

@media (max-width: 430px) {
    .about-three__image__shape-1 {
        top: 100px;
    }
}

.about-three__image__shape-2 {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 163px;
    right: 38px;
    animation: rotate 5s linear infinite;
}

@media (max-width: 430px) {
    .about-three__image__shape-2 {
        display: none;
    }
}

.about-three .sec-title {
    margin-bottom: 22px;
}

.about-three__sm-title {
    margin-bottom: 13px;
    font-size: 20px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

.about-three__text {
    margin-bottom: 24px;
    font-weight: 400;
}

.about-three__list {
    margin-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
}

.about-three__list li {
    width: calc(50% - 60px);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--mediox-black, #0A2241);
    text-transform: capitalize;
    line-height: 1.875;
}

@media (max-width: 1199px) {
    .about-three__list li {
        width: calc(50% - 15px);
    }
}

@media (max-width: 991px) {
    .about-three__list li {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .about-three__list li {
        width: 100%;
    }
}

.about-three__list__icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
}

.about-three__info {
    margin-bottom: 40px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 30px 48px;
    background-color: var(--mediox-white, #FFFFFF);
    box-shadow: 0px 4px 60px rgba(54, 193, 236, 0.1);
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__info {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .about-three__info {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .about-three__info {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.about-three__info__profile {
    display: flex;
    align-items: center;
    gap: 37px;
}

@media (max-width: 520px) {
    .about-three__info__profile {
        flex-direction: column;
        align-items: flex-start;
    }
}

.about-three__info__sign {
    max-width: 100%;
    height: auto;
}

.about-three__info__video {
    position: relative;
    padding: 26px 20px;
    width: 100%;
    max-width: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.about-three__info__video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.7);
    border-radius: inherit;
}

.about-three__info__video-btn {
    width: 32px;
    height: 32px;
    font-size: 8px;
    z-index: 1;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
    position: relative;
    border-radius: 30px;
}

.service-card__image {
    position: relative;
    border-radius: 30px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 969.000000"><g transform="translate(0.000000,969.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M577 9676 c-3 -8 -23 -18 -44 -22 -21 -3 -83 -28 -139 -55 -190 -92 -323 -256 -380 -467 -12 -45 -14 -666 -14 -4297 0 -3749 2 -4251 15 -4302 27 -105 99 -234 173 -311 70 -72 186 -153 256 -179 126 -45 -94 -43 4046 -43 3442 0 3906 2 3957 15 105 27 234 99 311 173 104 100 184 235 207 350 4 18 13 36 21 39 21 8 21 5778 0 5786 -8 3 -17 21 -21 39 -9 48 -23 84 -64 168 -28 58 -57 96 -128 168 -50 50 -96 92 -102 92 -5 0 -29 13 -53 28 -24 16 -81 42 -128 58 l-85 29 -885 6 c-941 6 -887 3 -1032 52 -148 51 -302 191 -381 347 -89 176 -87 153 -87 973 0 688 -1 722 -20 798 -11 43 -26 91 -32 106 -32 76 -100 174 -163 238 -96 97 -182 146 -340 193 -16 5 -29 15 -28 21 2 8 -632 11 -2426 11 -2109 0 -2430 -2 -2434 -14z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 969.000000"><g transform="translate(0.000000,969.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M577 9676 c-3 -8 -23 -18 -44 -22 -21 -3 -83 -28 -139 -55 -190 -92 -323 -256 -380 -467 -12 -45 -14 -666 -14 -4297 0 -3749 2 -4251 15 -4302 27 -105 99 -234 173 -311 70 -72 186 -153 256 -179 126 -45 -94 -43 4046 -43 3442 0 3906 2 3957 15 105 27 234 99 311 173 104 100 184 235 207 350 4 18 13 36 21 39 21 8 21 5778 0 5786 -8 3 -17 21 -21 39 -9 48 -23 84 -64 168 -28 58 -57 96 -128 168 -50 50 -96 92 -102 92 -5 0 -29 13 -53 28 -24 16 -81 42 -128 58 l-85 29 -885 6 c-941 6 -887 3 -1032 52 -148 51 -302 191 -381 347 -89 176 -87 153 -87 973 0 688 -1 722 -20 798 -11 43 -26 91 -32 106 -32 76 -100 174 -163 238 -96 97 -182 146 -340 193 -16 5 -29 15 -28 21 2 8 -632 11 -2426 11 -2109 0 -2430 -2 -2434 -14z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.service-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 34, 65, 0) 0%, #0A2241 100%);
    border-radius: inherit;
}

.service-card__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

.service-card__icon {
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 25px;
    font-size: 40px;
    color: var(--mediox-base, #33C1ED);
    z-index: 1;
    transition: all 500ms ease;
}

.service-card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-card__icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    .service-card__icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
}

.service-card__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background-color: var(--mediox-primary, #2C51A3);
    transition: transform 400ms ease, opacity 400ms ease;
}

.service-card:hover .service-card__icon {
    color: var(--mediox-white, #FFFFFF);
}

.service-card:hover .service-card__icon::after {
    opacity: 1;
    transform: scale(1);
}

.service-card__content {
    width: 100%;
    padding: 30px 30px 23px;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 375px) {
    .service-card__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.service-card__content__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.service-card__total-doctors {
    margin-bottom: 12px;
    padding: 6px 11px;
    display: inline-block;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 100px;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-card__total-doctors {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .service-card__total-doctors {
        font-size: 14px;
    }
}

.service-card:hover .service-card__total-doctors {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.service-card__title {
    margin: 0;
    font-size: 24px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.333;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-card__title {
        font-size: 21px;
    }
}

@media (max-width: 375px) {
    .service-card__title {
        font-size: 21px;
    }
}

.service-card__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.service-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card__title a:hover {
    background-size: 100% 1px;
}

.service-card__link {
    display: inline-flex;
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    opacity: 0;
    transition: all 500ms ease;
}

.service-card__link svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-card__link {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .service-card__link {
        font-size: 16px;
    }
}

.service-card__link:hover {
    color: var(--mediox-base, #33C1ED);
    transform: rotate(45deg);
}

.service-card:hover .service-card__link {
    opacity: 1;
}

.service-card-two {
    position: relative;
    border-radius: 30px;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .service-card-two {
        background-color: var(--mediox-white, #FFFFFF);
    }
}

.service-card-two::after {
    content: "";
    width: 160px;
    height: 135px;
    background-color: var(--mediox-black, #0A2241);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 30px 0 0;
    z-index: -1;
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .service-card-two::after {
        display: none;
    }
}

.service-card-two:hover::after {
    background-color: var(--mediox-base, #33C1ED);
}

.service-card-two__bg {
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 30px;
}

@media (min-width: 1200px) {
    .service-card-two__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 627.000000"><g transform="translate(0.000000,627.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M350 6260 c0 -6 -12 -15 -27 -21 -153 -60 -255 -157 -303 -290 -20 -53 -20 -93 -20 -2826 0 -1995 3 -2780 11 -2800 61 -155 156 -254 290 -303 53 -20 100 -20 4191 -20 2989 0 4145 3 4165 11 78 31 141 68 182 109 58 56 108 132 122 182 5 22 17 42 25 45 12 4 14 265 14 1979 0 1737 -2 1974 -15 1974 -8 0 -17 12 -21 28 -22 98 -135 227 -250 283 l-69 34 -590 6 c-329 3 -608 10 -630 16 -111 27 -255 135 -299 223 -57 114 -56 105 -56 523 0 321 -3 400 -16 459 -43 189 -134 291 -327 367 -15 6 -25 16 -22 21 4 7 -1066 10 -3174 10 -2159 0 -3181 -3 -3181 -10z"/> </g> </svg>');
        mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 627.000000"><g transform="translate(0.000000,627.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M350 6260 c0 -6 -12 -15 -27 -21 -153 -60 -255 -157 -303 -290 -20 -53 -20 -93 -20 -2826 0 -1995 3 -2780 11 -2800 61 -155 156 -254 290 -303 53 -20 100 -20 4191 -20 2989 0 4145 3 4165 11 78 31 141 68 182 109 58 56 108 132 122 182 5 22 17 42 25 45 12 4 14 265 14 1979 0 1737 -2 1974 -15 1974 -8 0 -17 12 -21 28 -22 98 -135 227 -250 283 l-69 34 -590 6 c-329 3 -608 10 -630 16 -111 27 -255 135 -299 223 -57 114 -56 105 -56 523 0 321 -3 400 -16 459 -43 189 -134 291 -327 367 -15 6 -25 16 -22 21 4 7 -1066 10 -3174 10 -2159 0 -3181 -3 -3181 -10z"/> </g> </svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: rop center;
        mask-position: rop center;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.service-card-two__content {
    position: relative;
    padding: 30px;
    z-index: 1;
}

@media (max-width: 390px) {
    .service-card-two__content {
        padding: 25px;
    }
}

.service-card-two__image {
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .service-card-two__image {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .service-card-two__image {
        display: inline-block !important;
        width: auto !important;
        max-width: 100%;
        height: auto;
    }
}

.service-card-two__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
}

@media (max-width: 390px) {
    .service-card-two__title {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .service-card-two__title {
        margin: 0;
        padding: 30px 0 112px 60px;
        position: absolute;
        right: 0;
        bottom: 0;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }
}

.service-card-two__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.service-card-two__title a {
    color: inherit;
}

@media (max-width: 1199px) {
    .service-card-two__title a {
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
        transition: all 500ms ease;
    }

    .service-card-two__title a:hover {
        background-size: 100% 1px;
    }
}

.service-card-two__link {
    display: inline-flex;
    font-size: 30px;
    color: var(--mediox-base, #33C1ED);
    transition: all 500ms ease;
}

@media (max-width: 1199px) {
    .service-card-two__link {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: var(--mediox-white, #FFFFFF);
        background-color: var(--mediox-base, #33C1ED);
        border-radius: 50%;
    }
}

@media (min-width: 1200px) {
    .service-card-two__link {
        position: absolute;
        top: 37px;
        right: 47px;
        z-index: 1;
    }
}

.service-card-two__link:hover {
    transform: rotate(45deg);
}

@media (max-width: 1199px) {
    .service-card-two__link:hover {
        background-color: var(--mediox-primary, #2C51A3);
    }
}

.service-card-two__link svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 1200px) {
    .service-card-two:hover .service-card-two__link {
        color: var(--mediox-white, #FFFFFF);
    }
}

.service-card-three {
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: var(--mediox-radius, 20px);
}

.service-card-three__image {
    border-radius: var(--mediox-radius, 20px) var(--mediox-radius, 20px) 0 0;
}

.service-card-three__image img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

.service-card-three__content {
    position: relative;
    padding: 69px 30px 20px;
    border-left: 1px solid var(--mediox-border-color, #D9E1EB);
    border-right: 1px solid var(--mediox-border-color, #D9E1EB);
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 0 0 var(--mediox-radius, 20px) var(--mediox-radius, 20px);
}

.service-card-three__icon {
    position: absolute;
    top: -52px;
    left: 25px;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    background-color: var(--mediox-base, #33C1ED);
    border: 5px solid var(--mediox-white, #FFFFFF);
    transition: all 500ms ease;
}

.service-card-three__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-card-three:hover .service-card-three__icon {
    color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
}

.service-card-three__title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.375;
    text-transform: capitalize;
}

.service-card-three__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.service-card-three__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-card-three__title a:hover {
    background-size: 100% 1px;
}

.service-card-three__text {
    margin: 0;
    font-weight: 400;
}

.services-one {
    position: relative;
    background-color: var(--mediox-base, #33C1ED);
}

.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.2;
}

.services-one .container {
    position: relative;
    z-index: 1;
}

.services-one .sec-title__tagline, .services-one .sec-title__title {
    color: var(--mediox-white, #FFFFFF);
}

.services-one__carousel.owl-carousel .owl-nav button {
    background-color: var(--mediox-white, #FFFFFF);
}

.services-one__carousel.owl-carousel .owl-nav button:hover {
    background-color: var(--mediox-primary, #2C51A3);
    border-color: var(--mediox-primary, #2C51A3);
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot {
    background-color: var(--mediox-white, #FFFFFF);
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot::after {
    border: 1px solid var(--mediox-white, #FFFFFF);
    background-color: transparent;
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot:hover, .services-one__carousel.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--mediox-primary, #2C51A3);
}

.services-two {
    position: relative;
    padding-top: 297px;
    background-color: var(--mediox-primary, #2C51A3);
}

@media (max-width: 767px) {
    .services-two {
        padding-top: 277px;
    }
}

@media (max-width: 575px) {
    .services-two {
        padding-top: 257px;
    }
}

.services-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: screen;
    opacity: 0.1;
}

.services-two .container {
    position: relative;
    z-index: 1;
}

.services-two__top {
    margin-bottom: 40px;
    padding-bottom: 28px;
    border-bottom: 1px solid RGBA(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
}

.services-two .sec-title__tagline, .services-two .sec-title__title {
    color: var(--mediox-white, #FFFFFF);
}

.services-two__custome-navs {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 991px) {
    .services-two__custome-navs {
        top: 0;
    }
}

.services-two__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.services-two__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.services-two__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .services-two__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.services-two__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.services-two__container {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .services-two__container {
        padding-right: 0;
        margin-left: calc((100% - 1200px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

.services-two__bottom {
    margin-top: 60px;
    text-align: center;
}

.services-two__bottom__text {
    margin: 0;
    padding: 7px 20px;
    display: inline-block;
    color: var(--mediox-white, #FFFFFF);
    text-transform: capitalize;
    line-height: 1.625;
    border-radius: 100px;
    border: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
}

.services-two__bottom__text a {
    color: var(--mediox-base, #33C1ED);
    font-weight: 800;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.services-two__bottom__text a:hover {
    background-size: 100% 1px;
}

.services-two__shape {
    position: absolute;
    top: -174px;
    right: 28px;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1199px) {
    .services-two__shape {
        display: none;
    }
}

.services-two--home3 {
    padding: 0;
    margin-top: 60px;
    background-color: transparent;
}

@media (min-width: 1350px) {
    .services-two--home3 .services-two__carousel.owl-carousel .owl-nav {
        margin: 0;
        width: 100%;
        position: absolute;
        top: 119px;
        left: 0;
        justify-content: space-between;
        z-index: 1;
    }
}

.services-two--home3 .services-two__carousel.owl-carousel .owl-nav button {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.services-two--home3 .services-two__carousel.owl-carousel .owl-nav button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (min-width: 1350px) {
    .services-two--home3 .services-two__carousel.owl-carousel .owl-nav button.owl-prev {
        left: -80px;
    }
}

@media (min-width: 1400px) {
    .services-two--home3 .services-two__carousel.owl-carousel .owl-nav button.owl-prev {
        left: -100px;
    }
}

@media (min-width: 1350px) {
    .services-two--home3 .services-two__carousel.owl-carousel .owl-nav button.owl-next {
        right: -80px;
    }
}

@media (min-width: 1400px) {
    .services-two--home3 .services-two__carousel.owl-carousel .owl-nav button.owl-next {
        right: -100px;
    }
}

.services-two--home3 .service-card-two {
    box-shadow: 0px 4px 50px rgba(54, 193, 236, 0.1);
}

.services-three {
    position: relative;
    background-color: var(--mediox-white2, #ECF0F5);
}

.services-three::after {
    content: "";
    width: 100%;
    height: 292px;
    background-color: var(--mediox-white, #FFFFFF);
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1349px) {
    .services-three::after {
        height: 400px;
    }
}

.services-three__bg {
    width: 100%;
    height: calc(100% - 292px);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.3;
}

@media (max-width: 1349px) {
    .services-three__bg {
        height: calc(100% - 400px);
    }
}

.services-three .container {
    position: relative;
    z-index: 2;
}

.services-three__top {
    padding-bottom: 43px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

@media (max-width: 991px) {
    .services-three__top {
        padding-bottom: 30px;
    }
}

.services-three__text {
    margin: 0;
    font-weight: 400;
}

.services-three__item {
    position: relative;
    background-color: var(--mediox-black, #0A2241);
    border-radius: var(--mediox-radius, 20px);
}

.services-three__item__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    opacity: 0.2;
    border-radius: inherit;
}

.services-three__item__content {
    padding: 40px 30px 34px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.services-three__item__shape {
    margin-bottom: 23px;
    max-width: 100%;
    height: auto;
    transition: all 500ms ease;
}

.services-three__item:hover .services-three__item__shape {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.services-three__item__title {
    margin: 0;
    font-size: 24px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
}

@media (max-width: 375px) {
    .services-three__item__title {
        font-size: 22px;
    }
}

.services-three__item__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.services-three__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.services-three__item__title a:hover {
    background-size: 100% 1px;
}

.services-four {
    background-color: var(--mediox-white2, #ECF0F5);
}

.services-four__top {
    margin-bottom: 49px;
}

.services-four__custome-navs {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 991px) {
    .services-four__custome-navs {
        top: 0;
    }
}

.services-four__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.services-four__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.services-four__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .services-four__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.services-four__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.services-page {
    background-color: var(--mediox-white, #FFFFFF);
}

.services-page--two .service-card__icon {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}

.services-page--three .service-card-two {
    box-shadow: 0px 4px 50px rgba(54, 193, 236, 0.1);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details__inner {
    margin-bottom: 35px;
}

.service-details__thumbnail {
    margin-bottom: 23px;
}

.service-details__thumbnail img {
    width: 100%;
    display: block;
    border-radius: var(--mediox-radius, 20px);
}

.service-details__title {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .service-details__title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .service-details__title {
        font-size: 25px;
    }
}

.service-details__sub-title {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .service-details__sub-title {
        font-size: 22px;
    }
}

.service-details__text {
    margin: 0;
    font-weight: 400;
}

.service-details__inner-two {
    margin-bottom: 31px;
}

.service-details__text-two {
    font-weight: 500;
    line-height: 1.875;
    margin-bottom: 25px;
}

.service-details__info {
    margin-bottom: 32px;
}

.service-details__info__list {
    margin-bottom: 0;
    padding: 40px;
    background-color: var(--mediox-white2, #ECF0F5);
    overflow: hidden;
    border-radius: var(--mediox-radius, 20px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-details__info__list {
        padding: 30px;
    }
}

@media (max-width: 412px) {
    .service-details__info__list {
        padding: 30px;
    }
}

.service-details__info__list li {
    position: relative;
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    font-weight: 600;
    line-height: 1.625;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 11px;
}

@media (max-width: 575px) {
    .service-details__info__list li {
        font-size: 14px;
    }
}

.service-details__info__list li + li {
    margin-top: 20px;
}

.service-details__info__list li > .service-details__list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    transition: all 400ms ease;
}

.service-details__info__list li > .service-details__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 575px) {
    .service-details__info__list li > .service-details__list__icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

.service-details__info__list li:hover > .service-details__list__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.service-details__info__image {
    max-width: 100%;
    height: auto;
    border-radius: var(--mediox-radius, 20px);
}

.service-details__faq__title {
    margin-bottom: 23px;
}

.service-details .faq-accordion .accordion-title {
    padding-top: 24px;
    padding-bottom: 23px;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
}

.service-details .faq-accordion .accordion-title h4 {
    font-weight: 700;
}

.service-details .faq-accordion .accordion-content .inner {
    padding-bottom: 11px;
}

.service-details .faq-accordion .active.accordion {
    border: 1px solid var(--mediox-border-color, #D9E1EB);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-page__inner {
    position: relative;
    background-color: var(--mediox-white2, #ECF0F5);
}

.contact-page .container {
    position: relative;
    z-index: 1;
}

.contact-page__form {
    padding: 60px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-page__form {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .contact-page__form {
        padding: 50px;
    }
}

@media (max-width: 430px) {
    .contact-page__form {
        padding: 40px;
    }
}

@media (max-width: 390px) {
    .contact-page__form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.contact-page .form-one__group {
    grid-gap: 20px;
}

.contact-page .form-one input[type=text],
.contact-page .form-one input[type=email],
.contact-page .form-one input[type=tel],
.contact-page .form-one textarea {
    padding: 0 25px;
    font-weight: 400;
    height: 60px;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 6px;
}

.contact-page .form-one input[type=text]:focus,
.contact-page .form-one input[type=email]:focus,
.contact-page .form-one input[type=tel]:focus,
.contact-page .form-one textarea:focus {
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 425px) {
    .contact-page .form-one input[type=text],
    .contact-page .form-one input[type=email],
    .contact-page .form-one input[type=tel],
    .contact-page .form-one textarea {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-page .form-one textarea {
    padding: 16px 25px 0;
    height: 132px;
}

@media (max-width: 425px) {
    .contact-page .form-one textarea {
        padding: 20px 20px 0;
    }
}

.contact-page .sec-title {
    margin-bottom: 34px;
}

.contact-page .sec-title__top {
    margin-bottom: 12px;
}

.contact-page .sec-title__title span {
    color: var(--mediox-base, #33C1ED);
}

.contact-page__info {
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .contact-page__info {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .contact-page__info {
        padding-left: 0;
    }
}

.contact-page__info__inner {
    margin-bottom: 40px;
}

.contact-page__info__item {
    display: flex;
    gap: 15px;
}

@media (max-width: 360px) {
    .contact-page__info__item {
        flex-direction: column;
    }
}

.contact-page__info__item:not(:last-child) {
    margin-bottom: 27px;
}

.contact-page__info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--mediox-white, #FFFFFF);
    width: 48px;
    height: 48px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 50%;
    transition: all 500ms ease;
}

.contact-page__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.contact-page__info__item:hover .contact-page__info__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-primary, #2C51A3);
}

.contact-page__info__title {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.357;
    text-transform: capitalize;
}

.contact-page__info__link {
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    line-height: 1.3;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-page__info__link:hover {
    background-size: 100% 1px;
}

.contact-page__info__link:hover {
    color: var(--mediox-base, #33C1ED);
}

.contact-page__client {
    position: relative;
    padding: 30px;
    background-color: var(--mediox-white, #FFFFFF);
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 430px) {
    .contact-page__client {
        padding-bottom: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.contact-page__client::before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: var(--mediox-base, #33C1ED);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
}

.contact-page__client__image {
    display: flex;
    align-items: center;
}

.contact-page__client__image img {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid var(--mediox-white, #FFFFFF);
    transition: all 500ms ease;
}

.contact-page__client__image img:not(:first-child) {
    margin-left: -19px;
}

.contact-page__client__image img:hover {
    border-color: var(--mediox-base, #33C1ED);
}

.contact-page__client__text {
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.contact-page__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 76px;
    left: 0;
    animation: zumpBottom 2s linear infinite;
}

.contact-map__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .contact-map__inner {
        gap: 40px;
    }
}

@media (max-width: 575px) {
    .contact-map__inner {
        gap: 30px;
    }
}

.contact-map__item {
    position: relative;
    width: 100%;
    max-width: 275px;
}

.contact-map__item:nth-child(1) {
    z-index: 2;
}

.contact-map__item:nth-child(2) {
    z-index: 1;
}

.contact-map__item__inner {
    position: relative;
}

.contact-map__btn {
    width: 100%;
    padding: 23.5px 30px;
    font-size: 18px;
    font-weight: 800;
    color: var(--mediox-white, #FFFFFF);
    text-align: left;
    justify-content: flex-start;
    line-height: 1.388;
    border-radius: 10px;
    z-index: 1;
    transition: all 500ms ease;
}

.contact-map__btn::before {
    border-radius: 10px 0 0 0px;
}

.contact-map__btn::after {
    border-radius: 0 10px 10px 0;
}

@media (max-width: 390px) {
    .contact-map__btn {
        padding: 18px 25px;
        font-size: 16px;
    }
}

.contact-map__office {
    width: 100%;
    padding: 20px 30px 29px;
    background-color: var(--mediox-white, #FFFFFF);
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    border-radius: 10px;
    z-index: 2;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

.contact-map__office__image {
    margin-bottom: 21px;
    display: block;
    width: 100%;
    border-radius: 10px;
}

.contact-map__office__address {
    margin-bottom: 19px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.866;
}

.contact-map__office__contact {
    margin: 0;
}

.contact-map__office__contact li + li {
    margin-top: 20px;
}

.contact-map__office__contact li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    color: var(--mediox-text, #707882);
    line-height: 1.3;
}

.contact-map__office__contact li:hover {
    color: var(--mediox-base, #33C1ED);
}

.contact-map__office__contact li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-map__office__contact li a:hover {
    background-size: 100% 1px;
}

.contact-map__office__contact__icon {
    display: inline-flex;
    font-size: 18px;
    color: var(--mediox-base, #33C1ED);
}

.contact-map__office__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.contact-map__item__inner:hover > .contact-map__office {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.why-choose-one .container {
    position: relative;
    z-index: 1;
}

.why-choose-one__image {
    display: table;
    position: relative;
    top: 4px;
}

@media (max-width: 1199px) {
    .why-choose-one__image {
        margin-bottom: 80px;
        top: 0;
    }
}

.why-choose-one__image__one {
    max-width: 100%;
    height: auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 807.000000"><g transform="translate(0.000000,807.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4065 8055 c-7 -11 -36 -16 -100 -20 -161 -10 -467 -60 -675 -110 -127 -31 -286 -74 -330 -90 -19 -7 -60 -20 -90 -29 -30 -10 -73 -24 -95 -33 -22 -8 -56 -21 -75 -28 -109 -40 -208 -79 -280 -112 -99 -46 -314 -153 -375 -188 -33 -19 -69 -39 -80 -45 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -34 -17 -148 -93 -221 -146 -38 -28 -88 -64 -110 -80 -304 -214 -697 -619 -925 -954 -53 -77 -169 -269 -215 -354 -61 -114 -137 -277 -179 -386 -10 -25 -21 -54 -26 -65 -17 -39 -70 -200 -93 -280 -76 -263 -86 -338 -93 -665 -6 -306 7 -441 63 -665 20 -79 105 -343 120 -375 7 -14 19 -41 27 -60 32 -73 148 -307 182 -365 19 -33 38 -67 42 -75 14 -30 189 -288 247 -365 148 -197 325 -398 531 -603 153 -152 184 -181 356 -333 201 -179 738 -592 877 -674 9 -5 33 -22 52 -36 19 -14 40 -28 45 -30 6 -2 49 -30 96 -61 47 -31 104 -66 125 -78 21 -12 53 -30 69 -40 17 -11 53 -31 80 -45 28 -15 77 -41 110 -59 112 -60 140 -74 215 -109 93 -44 306 -136 340 -147 14 -5 50 -18 80 -30 317 -121 701 -214 1035 -250 128 -13 630 -13 749 0 191 22 404 66 541 112 17 5 44 13 60 18 17 5 55 18 85 30 30 12 66 25 80 29 120 38 428 201 595 317 39 26 90 61 115 78 127 85 386 290 530 420 106 96 396 392 486 496 91 106 263 330 345 450 52 77 42 61 147 236 45 77 87 146 92 154 14 24 116 230 143 290 158 354 276 775 303 1083 4 45 10 70 20 74 20 7 21 624 2 620 -9 -1 -15 23 -21 78 -11 108 -53 331 -84 440 -36 128 -46 162 -59 193 -8 18 -14 39 -14 47 0 8 -6 29 -14 47 -8 18 -22 53 -31 78 -10 25 -23 59 -31 75 -7 17 -22 55 -34 85 -23 58 -140 293 -184 370 -14 25 -30 54 -36 65 -6 11 -19 34 -30 50 -11 17 -23 36 -27 44 -30 64 -239 347 -361 491 -50 59 -351 362 -417 420 -169 149 -547 423 -650 471 -11 5 -33 18 -50 29 -120 77 -484 252 -655 315 -66 24 -125 47 -158 61 -18 8 -39 14 -47 14 -8 0 -29 6 -47 14 -18 8 -60 22 -93 32 -33 9 -78 23 -100 30 -39 12 -97 27 -220 57 -194 48 -517 102 -673 112 -99 6 -125 12 -116 26 3 5 -155 9 -378 9 -329 0 -385 -2 -393 -15z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 807.000000"><g transform="translate(0.000000,807.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4065 8055 c-7 -11 -36 -16 -100 -20 -161 -10 -467 -60 -675 -110 -127 -31 -286 -74 -330 -90 -19 -7 -60 -20 -90 -29 -30 -10 -73 -24 -95 -33 -22 -8 -56 -21 -75 -28 -109 -40 -208 -79 -280 -112 -99 -46 -314 -153 -375 -188 -33 -19 -69 -39 -80 -45 -11 -6 -33 -19 -50 -30 -16 -11 -39 -24 -50 -30 -34 -17 -148 -93 -221 -146 -38 -28 -88 -64 -110 -80 -304 -214 -697 -619 -925 -954 -53 -77 -169 -269 -215 -354 -61 -114 -137 -277 -179 -386 -10 -25 -21 -54 -26 -65 -17 -39 -70 -200 -93 -280 -76 -263 -86 -338 -93 -665 -6 -306 7 -441 63 -665 20 -79 105 -343 120 -375 7 -14 19 -41 27 -60 32 -73 148 -307 182 -365 19 -33 38 -67 42 -75 14 -30 189 -288 247 -365 148 -197 325 -398 531 -603 153 -152 184 -181 356 -333 201 -179 738 -592 877 -674 9 -5 33 -22 52 -36 19 -14 40 -28 45 -30 6 -2 49 -30 96 -61 47 -31 104 -66 125 -78 21 -12 53 -30 69 -40 17 -11 53 -31 80 -45 28 -15 77 -41 110 -59 112 -60 140 -74 215 -109 93 -44 306 -136 340 -147 14 -5 50 -18 80 -30 317 -121 701 -214 1035 -250 128 -13 630 -13 749 0 191 22 404 66 541 112 17 5 44 13 60 18 17 5 55 18 85 30 30 12 66 25 80 29 120 38 428 201 595 317 39 26 90 61 115 78 127 85 386 290 530 420 106 96 396 392 486 496 91 106 263 330 345 450 52 77 42 61 147 236 45 77 87 146 92 154 14 24 116 230 143 290 158 354 276 775 303 1083 4 45 10 70 20 74 20 7 21 624 2 620 -9 -1 -15 23 -21 78 -11 108 -53 331 -84 440 -36 128 -46 162 -59 193 -8 18 -14 39 -14 47 0 8 -6 29 -14 47 -8 18 -22 53 -31 78 -10 25 -23 59 -31 75 -7 17 -22 55 -34 85 -23 58 -140 293 -184 370 -14 25 -30 54 -36 65 -6 11 -19 34 -30 50 -11 17 -23 36 -27 44 -30 64 -239 347 -361 491 -50 59 -351 362 -417 420 -169 149 -547 423 -650 471 -11 5 -33 18 -50 29 -120 77 -484 252 -655 315 -66 24 -125 47 -158 61 -18 8 -39 14 -47 14 -8 0 -29 6 -47 14 -18 8 -60 22 -93 32 -33 9 -78 23 -100 30 -39 12 -97 27 -220 57 -194 48 -517 102 -673 112 -99 6 -125 12 -116 26 3 5 -155 9 -378 9 -329 0 -385 -2 -393 -15z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.why-choose-one__image__two {
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: -30px;
    background-color: var(--mediox-white, #FFFFFF);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 714.000000 642.000000"><g transform="translate(0.000000,642.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3185 6405 c-7 -11 -42 -18 -125 -25 -63 -5 -131 -14 -150 -20 -19 -5 -48 -10 -64 -10 -28 0 -132 -21 -211 -42 -22 -6 -58 -15 -80 -19 -22 -4 -71 -17 -110 -29 -38 -12 -87 -25 -108 -29 -21 -5 -44 -14 -50 -20 -6 -6 -21 -11 -33 -11 -12 0 -52 -13 -90 -29 -38 -16 -105 -43 -149 -61 -44 -17 -87 -36 -95 -41 -8 -5 -22 -12 -30 -15 -49 -18 -159 -71 -195 -95 -16 -10 -37 -21 -45 -25 -8 -3 -22 -9 -30 -14 -8 -5 -33 -19 -55 -31 -22 -11 -59 -34 -83 -50 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -44 -30 -8 0 -181 -130 -271 -203 -33 -26 -131 -119 -218 -205 -136 -134 -201 -207 -288 -325 -45 -61 -125 -173 -134 -188 -5 -9 -30 -50 -54 -90 -49 -81 -168 -317 -196 -389 -9 -25 -22 -56 -28 -70 -22 -51 -39 -96 -47 -125 -4 -16 -13 -43 -18 -60 -26 -74 -62 -223 -74 -300 -16 -100 -21 -510 -8 -605 13 -95 36 -210 52 -255 5 -16 14 -46 18 -65 10 -45 28 -97 46 -133 8 -16 14 -37 14 -47 0 -9 7 -23 15 -30 8 -7 15 -20 15 -30 0 -17 113 -247 151 -305 10 -16 23 -39 29 -50 6 -11 19 -33 30 -50 11 -16 23 -37 27 -45 4 -8 40 -59 80 -112 40 -53 73 -102 73 -107 0 -6 6 -14 13 -18 6 -4 41 -44 76 -88 220 -273 574 -611 897 -858 168 -128 344 -257 350 -257 3 0 23 -13 44 -30 21 -16 41 -30 45 -30 4 0 24 -12 44 -27 41 -32 46 -35 161 -103 47 -28 92 -55 100 -60 21 -13 398 -199 435 -215 17 -7 50 -20 75 -30 25 -10 59 -23 75 -30 62 -27 162 -61 235 -82 30 -8 78 -21 105 -29 28 -9 70 -19 95 -24 25 -4 58 -13 73 -19 16 -6 43 -11 62 -11 19 0 46 -5 62 -11 50 -21 182 -31 468 -36 271 -5 362 0 505 28 30 6 75 15 100 20 25 5 77 18 115 29 39 12 84 25 100 30 54 16 119 40 173 65 29 14 59 25 66 25 7 0 19 7 26 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 18 15 24 15 7 0 43 20 80 45 38 25 71 45 74 45 2 0 21 13 42 30 21 16 41 30 44 30 8 0 284 206 307 229 9 9 40 36 69 61 161 135 360 333 484 480 83 99 256 325 256 335 0 4 12 24 28 44 30 40 47 67 62 96 6 11 19 34 30 50 11 17 24 39 30 50 5 11 25 47 44 80 39 67 106 202 106 213 0 4 13 34 28 67 49 103 62 135 62 153 0 10 4 22 8 28 9 9 38 98 67 199 39 139 69 286 82 400 5 47 12 69 21 68 19 -4 18 543 -2 550 -9 4 -16 29 -21 74 -9 105 -73 380 -107 463 -6 14 -14 39 -19 55 -12 46 -38 113 -65 170 -13 29 -24 59 -24 67 0 9 -7 21 -15 28 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 18 -15 26 0 7 -12 30 -26 51 -14 21 -30 47 -35 58 -12 27 -28 53 -61 96 -16 20 -28 40 -28 43 0 8 -177 246 -194 261 -6 6 -44 48 -85 95 -120 136 -261 268 -421 393 -47 36 -99 77 -116 91 -18 15 -35 26 -39 26 -4 0 -24 14 -45 30 -21 17 -41 30 -45 30 -4 0 -24 14 -45 30 -21 17 -41 30 -44 30 -4 0 -25 12 -49 27 -79 51 -324 175 -457 230 -19 8 -48 21 -65 28 -16 7 -50 20 -75 30 -25 9 -60 23 -78 31 -18 8 -40 14 -48 14 -9 0 -30 6 -47 13 -18 8 -59 22 -92 31 -33 10 -76 22 -95 28 -19 7 -53 15 -75 19 -22 4 -58 12 -80 18 -107 26 -183 41 -209 41 -15 0 -54 6 -85 14 -31 8 -99 17 -151 20 -67 4 -98 10 -106 21 -17 23 -674 23 -689 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 714.000000 642.000000"><g transform="translate(0.000000,642.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3185 6405 c-7 -11 -42 -18 -125 -25 -63 -5 -131 -14 -150 -20 -19 -5 -48 -10 -64 -10 -28 0 -132 -21 -211 -42 -22 -6 -58 -15 -80 -19 -22 -4 -71 -17 -110 -29 -38 -12 -87 -25 -108 -29 -21 -5 -44 -14 -50 -20 -6 -6 -21 -11 -33 -11 -12 0 -52 -13 -90 -29 -38 -16 -105 -43 -149 -61 -44 -17 -87 -36 -95 -41 -8 -5 -22 -12 -30 -15 -49 -18 -159 -71 -195 -95 -16 -10 -37 -21 -45 -25 -8 -3 -22 -9 -30 -14 -8 -5 -33 -19 -55 -31 -22 -11 -59 -34 -83 -50 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -44 -30 -8 0 -181 -130 -271 -203 -33 -26 -131 -119 -218 -205 -136 -134 -201 -207 -288 -325 -45 -61 -125 -173 -134 -188 -5 -9 -30 -50 -54 -90 -49 -81 -168 -317 -196 -389 -9 -25 -22 -56 -28 -70 -22 -51 -39 -96 -47 -125 -4 -16 -13 -43 -18 -60 -26 -74 -62 -223 -74 -300 -16 -100 -21 -510 -8 -605 13 -95 36 -210 52 -255 5 -16 14 -46 18 -65 10 -45 28 -97 46 -133 8 -16 14 -37 14 -47 0 -9 7 -23 15 -30 8 -7 15 -20 15 -30 0 -17 113 -247 151 -305 10 -16 23 -39 29 -50 6 -11 19 -33 30 -50 11 -16 23 -37 27 -45 4 -8 40 -59 80 -112 40 -53 73 -102 73 -107 0 -6 6 -14 13 -18 6 -4 41 -44 76 -88 220 -273 574 -611 897 -858 168 -128 344 -257 350 -257 3 0 23 -13 44 -30 21 -16 41 -30 45 -30 4 0 24 -12 44 -27 41 -32 46 -35 161 -103 47 -28 92 -55 100 -60 21 -13 398 -199 435 -215 17 -7 50 -20 75 -30 25 -10 59 -23 75 -30 62 -27 162 -61 235 -82 30 -8 78 -21 105 -29 28 -9 70 -19 95 -24 25 -4 58 -13 73 -19 16 -6 43 -11 62 -11 19 0 46 -5 62 -11 50 -21 182 -31 468 -36 271 -5 362 0 505 28 30 6 75 15 100 20 25 5 77 18 115 29 39 12 84 25 100 30 54 16 119 40 173 65 29 14 59 25 66 25 7 0 19 7 26 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 18 15 24 15 7 0 43 20 80 45 38 25 71 45 74 45 2 0 21 13 42 30 21 16 41 30 44 30 8 0 284 206 307 229 9 9 40 36 69 61 161 135 360 333 484 480 83 99 256 325 256 335 0 4 12 24 28 44 30 40 47 67 62 96 6 11 19 34 30 50 11 17 24 39 30 50 5 11 25 47 44 80 39 67 106 202 106 213 0 4 13 34 28 67 49 103 62 135 62 153 0 10 4 22 8 28 9 9 38 98 67 199 39 139 69 286 82 400 5 47 12 69 21 68 19 -4 18 543 -2 550 -9 4 -16 29 -21 74 -9 105 -73 380 -107 463 -6 14 -14 39 -19 55 -12 46 -38 113 -65 170 -13 29 -24 59 -24 67 0 9 -7 21 -15 28 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 18 -15 26 0 7 -12 30 -26 51 -14 21 -30 47 -35 58 -12 27 -28 53 -61 96 -16 20 -28 40 -28 43 0 8 -177 246 -194 261 -6 6 -44 48 -85 95 -120 136 -261 268 -421 393 -47 36 -99 77 -116 91 -18 15 -35 26 -39 26 -4 0 -24 14 -45 30 -21 17 -41 30 -45 30 -4 0 -24 14 -45 30 -21 17 -41 30 -44 30 -4 0 -25 12 -49 27 -79 51 -324 175 -457 230 -19 8 -48 21 -65 28 -16 7 -50 20 -75 30 -25 9 -60 23 -78 31 -18 8 -40 14 -48 14 -9 0 -30 6 -47 13 -18 8 -59 22 -92 31 -33 10 -76 22 -95 28 -19 7 -53 15 -75 19 -22 4 -58 12 -80 18 -107 26 -183 41 -209 41 -15 0 -54 6 -85 14 -31 8 -99 17 -151 20 -67 4 -98 10 -106 21 -17 23 -674 23 -689 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.why-choose-one__image__two img {
    max-width: 100%;
    height: auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 714.000000 642.000000"><g transform="translate(0.000000,642.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3185 6405 c-7 -11 -42 -18 -125 -25 -63 -5 -131 -14 -150 -20 -19 -5 -48 -10 -64 -10 -28 0 -132 -21 -211 -42 -22 -6 -58 -15 -80 -19 -22 -4 -71 -17 -110 -29 -38 -12 -87 -25 -108 -29 -21 -5 -44 -14 -50 -20 -6 -6 -21 -11 -33 -11 -12 0 -52 -13 -90 -29 -38 -16 -105 -43 -149 -61 -44 -17 -87 -36 -95 -41 -8 -5 -22 -12 -30 -15 -49 -18 -159 -71 -195 -95 -16 -10 -37 -21 -45 -25 -8 -3 -22 -9 -30 -14 -8 -5 -33 -19 -55 -31 -22 -11 -59 -34 -83 -50 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -44 -30 -8 0 -181 -130 -271 -203 -33 -26 -131 -119 -218 -205 -136 -134 -201 -207 -288 -325 -45 -61 -125 -173 -134 -188 -5 -9 -30 -50 -54 -90 -49 -81 -168 -317 -196 -389 -9 -25 -22 -56 -28 -70 -22 -51 -39 -96 -47 -125 -4 -16 -13 -43 -18 -60 -26 -74 -62 -223 -74 -300 -16 -100 -21 -510 -8 -605 13 -95 36 -210 52 -255 5 -16 14 -46 18 -65 10 -45 28 -97 46 -133 8 -16 14 -37 14 -47 0 -9 7 -23 15 -30 8 -7 15 -20 15 -30 0 -17 113 -247 151 -305 10 -16 23 -39 29 -50 6 -11 19 -33 30 -50 11 -16 23 -37 27 -45 4 -8 40 -59 80 -112 40 -53 73 -102 73 -107 0 -6 6 -14 13 -18 6 -4 41 -44 76 -88 220 -273 574 -611 897 -858 168 -128 344 -257 350 -257 3 0 23 -13 44 -30 21 -16 41 -30 45 -30 4 0 24 -12 44 -27 41 -32 46 -35 161 -103 47 -28 92 -55 100 -60 21 -13 398 -199 435 -215 17 -7 50 -20 75 -30 25 -10 59 -23 75 -30 62 -27 162 -61 235 -82 30 -8 78 -21 105 -29 28 -9 70 -19 95 -24 25 -4 58 -13 73 -19 16 -6 43 -11 62 -11 19 0 46 -5 62 -11 50 -21 182 -31 468 -36 271 -5 362 0 505 28 30 6 75 15 100 20 25 5 77 18 115 29 39 12 84 25 100 30 54 16 119 40 173 65 29 14 59 25 66 25 7 0 19 7 26 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 18 15 24 15 7 0 43 20 80 45 38 25 71 45 74 45 2 0 21 13 42 30 21 16 41 30 44 30 8 0 284 206 307 229 9 9 40 36 69 61 161 135 360 333 484 480 83 99 256 325 256 335 0 4 12 24 28 44 30 40 47 67 62 96 6 11 19 34 30 50 11 17 24 39 30 50 5 11 25 47 44 80 39 67 106 202 106 213 0 4 13 34 28 67 49 103 62 135 62 153 0 10 4 22 8 28 9 9 38 98 67 199 39 139 69 286 82 400 5 47 12 69 21 68 19 -4 18 543 -2 550 -9 4 -16 29 -21 74 -9 105 -73 380 -107 463 -6 14 -14 39 -19 55 -12 46 -38 113 -65 170 -13 29 -24 59 -24 67 0 9 -7 21 -15 28 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 18 -15 26 0 7 -12 30 -26 51 -14 21 -30 47 -35 58 -12 27 -28 53 -61 96 -16 20 -28 40 -28 43 0 8 -177 246 -194 261 -6 6 -44 48 -85 95 -120 136 -261 268 -421 393 -47 36 -99 77 -116 91 -18 15 -35 26 -39 26 -4 0 -24 14 -45 30 -21 17 -41 30 -45 30 -4 0 -24 14 -45 30 -21 17 -41 30 -44 30 -4 0 -25 12 -49 27 -79 51 -324 175 -457 230 -19 8 -48 21 -65 28 -16 7 -50 20 -75 30 -25 9 -60 23 -78 31 -18 8 -40 14 -48 14 -9 0 -30 6 -47 13 -18 8 -59 22 -92 31 -33 10 -76 22 -95 28 -19 7 -53 15 -75 19 -22 4 -58 12 -80 18 -107 26 -183 41 -209 41 -15 0 -54 6 -85 14 -31 8 -99 17 -151 20 -67 4 -98 10 -106 21 -17 23 -674 23 -689 0z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 714.000000 642.000000"><g transform="translate(0.000000,642.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3185 6405 c-7 -11 -42 -18 -125 -25 -63 -5 -131 -14 -150 -20 -19 -5 -48 -10 -64 -10 -28 0 -132 -21 -211 -42 -22 -6 -58 -15 -80 -19 -22 -4 -71 -17 -110 -29 -38 -12 -87 -25 -108 -29 -21 -5 -44 -14 -50 -20 -6 -6 -21 -11 -33 -11 -12 0 -52 -13 -90 -29 -38 -16 -105 -43 -149 -61 -44 -17 -87 -36 -95 -41 -8 -5 -22 -12 -30 -15 -49 -18 -159 -71 -195 -95 -16 -10 -37 -21 -45 -25 -8 -3 -22 -9 -30 -14 -8 -5 -33 -19 -55 -31 -22 -11 -59 -34 -83 -50 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -44 -30 -8 0 -181 -130 -271 -203 -33 -26 -131 -119 -218 -205 -136 -134 -201 -207 -288 -325 -45 -61 -125 -173 -134 -188 -5 -9 -30 -50 -54 -90 -49 -81 -168 -317 -196 -389 -9 -25 -22 -56 -28 -70 -22 -51 -39 -96 -47 -125 -4 -16 -13 -43 -18 -60 -26 -74 -62 -223 -74 -300 -16 -100 -21 -510 -8 -605 13 -95 36 -210 52 -255 5 -16 14 -46 18 -65 10 -45 28 -97 46 -133 8 -16 14 -37 14 -47 0 -9 7 -23 15 -30 8 -7 15 -20 15 -30 0 -17 113 -247 151 -305 10 -16 23 -39 29 -50 6 -11 19 -33 30 -50 11 -16 23 -37 27 -45 4 -8 40 -59 80 -112 40 -53 73 -102 73 -107 0 -6 6 -14 13 -18 6 -4 41 -44 76 -88 220 -273 574 -611 897 -858 168 -128 344 -257 350 -257 3 0 23 -13 44 -30 21 -16 41 -30 45 -30 4 0 24 -12 44 -27 41 -32 46 -35 161 -103 47 -28 92 -55 100 -60 21 -13 398 -199 435 -215 17 -7 50 -20 75 -30 25 -10 59 -23 75 -30 62 -27 162 -61 235 -82 30 -8 78 -21 105 -29 28 -9 70 -19 95 -24 25 -4 58 -13 73 -19 16 -6 43 -11 62 -11 19 0 46 -5 62 -11 50 -21 182 -31 468 -36 271 -5 362 0 505 28 30 6 75 15 100 20 25 5 77 18 115 29 39 12 84 25 100 30 54 16 119 40 173 65 29 14 59 25 66 25 7 0 19 7 26 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 20 15 30 15 10 0 23 7 30 15 7 8 18 15 24 15 7 0 43 20 80 45 38 25 71 45 74 45 2 0 21 13 42 30 21 16 41 30 44 30 8 0 284 206 307 229 9 9 40 36 69 61 161 135 360 333 484 480 83 99 256 325 256 335 0 4 12 24 28 44 30 40 47 67 62 96 6 11 19 34 30 50 11 17 24 39 30 50 5 11 25 47 44 80 39 67 106 202 106 213 0 4 13 34 28 67 49 103 62 135 62 153 0 10 4 22 8 28 9 9 38 98 67 199 39 139 69 286 82 400 5 47 12 69 21 68 19 -4 18 543 -2 550 -9 4 -16 29 -21 74 -9 105 -73 380 -107 463 -6 14 -14 39 -19 55 -12 46 -38 113 -65 170 -13 29 -24 59 -24 67 0 9 -7 21 -15 28 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 20 -15 30 0 10 -7 23 -15 30 -8 7 -15 18 -15 26 0 7 -12 30 -26 51 -14 21 -30 47 -35 58 -12 27 -28 53 -61 96 -16 20 -28 40 -28 43 0 8 -177 246 -194 261 -6 6 -44 48 -85 95 -120 136 -261 268 -421 393 -47 36 -99 77 -116 91 -18 15 -35 26 -39 26 -4 0 -24 14 -45 30 -21 17 -41 30 -45 30 -4 0 -24 14 -45 30 -21 17 -41 30 -44 30 -4 0 -25 12 -49 27 -79 51 -324 175 -457 230 -19 8 -48 21 -65 28 -16 7 -50 20 -75 30 -25 9 -60 23 -78 31 -18 8 -40 14 -48 14 -9 0 -30 6 -47 13 -18 8 -59 22 -92 31 -33 10 -76 22 -95 28 -19 7 -53 15 -75 19 -22 4 -58 12 -80 18 -107 26 -183 41 -209 41 -15 0 -54 6 -85 14 -31 8 -99 17 -151 20 -67 4 -98 10 -106 21 -17 23 -674 23 -689 0z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 575px) {
    .why-choose-one__image__two img {
        max-width: 200px;
    }
}

@media (max-width: 390px) {
    .why-choose-one__image__two img {
        max-width: 170px;
    }
}

@media (max-width: 360px) {
    .why-choose-one__image__two img {
        max-width: 150px;
    }
}

.why-choose-one__content {
    position: relative;
}

@media (max-width: 1199px) {
    .why-choose-one__content {
        max-width: 750px;
    }
}

.why-choose-one .sec-title {
    margin-bottom: 49px;
}

.why-choose-one__item + .why-choose-one__item {
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

.why-choose-one__item {
    display: flex;
    align-items: flex-start;
    gap: 20px 30px;
}

@media (max-width: 575px) {
    .why-choose-one__item {
        flex-direction: column;
    }
}

.why-choose-one__item__icon {
    position: relative;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 50%;
    font-size: 40px;
    color: var(--mediox-white, #FFFFFF);
    z-index: 1;
    transition: all 500ms ease;
}

.why-choose-one__item__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.why-choose-one__item__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background-color: var(--mediox-primary, #2C51A3);
    transition: transform 400ms ease, opacity 400ms ease;
}

.why-choose-one__item:hover .why-choose-one__item__icon::after {
    opacity: 1;
    transform: scale(1);
}

.why-choose-one__item__title {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .why-choose-one__item__title {
        margin-bottom: 10px;
    }
}

.why-choose-one__item__text {
    margin: 0;
}

.why-choose-one__shape {
    width: 18px;
    height: 18px;
    position: relative;
    position: absolute;
    animation: 3s rotate linear infinite;
}

.why-choose-one__shape::before, .why-choose-one__shape::after {
    content: "";
    width: 18px;
    height: 6px;
    background-color: var(--mediox-base, #33C1ED);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why-choose-one__shape::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.why-choose-one__shape--1 {
    top: 59px;
    left: -43px;
}

@media (max-width: 1399px) {
    .why-choose-one__shape--1 {
        left: 0px;
    }
}

@media (max-width: 430px) {
    .why-choose-one__shape--1 {
        top: 0px;
    }
}

.why-choose-one__shape--2 {
    right: 200px;
    bottom: -46px;
}

.why-choose-one__shape--3 {
    right: -105px;
    bottom: 221px;
}

@media (max-width: 1399px) {
    .why-choose-one__shape--3 {
        right: -45px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .why-choose-one__shape--3 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .why-choose-one__shape--3 {
        right: -90px;
    }
}

@media (max-width: 991px) {
    .why-choose-one__shape--3 {
        display: none;
    }
}

.why-choose-one__shape--4 {
    top: 179px;
    right: 90px;
}

@media (max-width: 1599px) {
    .why-choose-one__shape--4 {
        right: 50px;
    }
}

@media (max-width: 1399px) {
    .why-choose-one__shape--4 {
        right: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .why-choose-one__shape--4 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .why-choose-one__shape--4 {
        right: 90px;
    }
}

@media (max-width: 767px) {
    .why-choose-one__shape--4 {
        display: none;
    }
}

.why-choose-one__shape-5 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 110px;
    bottom: 336px;
    animation: shapeMover 3s linear infinite;
}

@media (max-width: 1599px) {
    .why-choose-one__shape-5 {
        left: 50px;
    }
}

@media (max-width: 1399px) {
    .why-choose-one__shape-5 {
        display: none;
    }
}

.why-choose-one--home3 .why-choose-one__shape--1 {
    top: -11px;
    left: 30px;
}

.why-choose-one--home3 .why-choose-one__shape--3 {
    display: block;
    right: auto;
    bottom: auto;
    top: 252px;
    left: 19px;
}

@media (max-width: 767px) {
    .why-choose-one--home3 .why-choose-one__shape--3 {
        left: 10px;
    }
}

.why-choose-one--home3 .why-choose-one__shape--4 {
    top: auto;
    right: auto;
    left: 184px;
    bottom: 247px;
}

@media (max-width: 1399px) {
    .why-choose-one--home3 .why-choose-one__shape--4 {
        display: block;
        left: 100px;
        bottom: 200px;
    }
}

@media (max-width: 1199px) {
    .why-choose-one--home3 .why-choose-one__shape--4 {
        display: none;
    }
}

.why-choose-two {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.why-choose-two .container {
    position: relative;
    z-index: 1;
}

.why-choose-two__inner {
    position: relative;
    padding: 0 40px 78px;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .why-choose-two__inner {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .why-choose-two__inner {
        padding: 30px;
    }
}

@media (max-width: 430px) {
    .why-choose-two__inner {
        padding: 30px 20px 20px;
    }
}

.why-choose-two__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: inherit;
}

@media (min-width: 1200px) {
    .why-choose-two__bg {
        -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M140 3946 c0 -8 -10 -18 -22 -21 -33 -10 -87 -65 -104 -104 -12 -28 -14 -302 -14 -1852 0 -1380 3 -1825 12 -1846 17 -41 68 -92 107 -109 51 -21 8691 -21 8742 0 39 17 94 71 104 104 3 12 13 22 21 22 12 0 14 248 14 1830 0 1610 -2 1830 -15 1830 -8 0 -17 11 -21 24 -7 28 -70 91 -101 101 -13 3 -23 13 -23 21 0 12 -143 14 -1030 14 -854 0 -1030 -2 -1030 -13 0 -8 -11 -19 -24 -25 -36 -16 -73 -72 -81 -122 -16 -106 -46 -155 -115 -188 -32 -16 -186 -17 -2095 -17 -1988 0 -2061 1 -2094 19 -68 36 -101 88 -101 158 0 53 -34 116 -77 143 -18 11 -32 26 -33 33 0 9 -209 12 -1010 12 -870 0 -1010 -2 -1010 -14z"/> </g> </svg>');
        mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 396.000000"><g transform="translate(0.000000,396.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M140 3946 c0 -8 -10 -18 -22 -21 -33 -10 -87 -65 -104 -104 -12 -28 -14 -302 -14 -1852 0 -1380 3 -1825 12 -1846 17 -41 68 -92 107 -109 51 -21 8691 -21 8742 0 39 17 94 71 104 104 3 12 13 22 21 22 12 0 14 248 14 1830 0 1610 -2 1830 -15 1830 -8 0 -17 11 -21 24 -7 28 -70 91 -101 101 -13 3 -23 13 -23 21 0 12 -143 14 -1030 14 -854 0 -1030 -2 -1030 -13 0 -8 -11 -19 -24 -25 -36 -16 -73 -72 -81 -122 -16 -106 -46 -155 -115 -188 -32 -16 -186 -17 -2095 -17 -1988 0 -2061 1 -2094 19 -68 36 -101 88 -101 158 0 53 -34 116 -77 143 -18 11 -32 26 -33 33 0 9 -209 12 -1010 12 -870 0 -1010 -2 -1010 -14z"/> </g> </svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: top center;
        mask-position: top center;
        -webkit-mask-size: cover;
        mask-size: cover;
    }
}

.why-choose-two__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.3;
    border-radius: inherit;
}

.why-choose-two__tab-box {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-two__tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 1;
}

.why-choose-two__tab-box .tab-buttons .tab-btn {
    position: relative;
    padding: 3px 15px;
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.75;
    border-radius: 100px;
    cursor: pointer;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.why-choose-two__tab-box .tab-buttons .tab-btn::before, .why-choose-two__tab-box .tab-buttons .tab-btn::after {
    content: "";
    background-color: var(--mediox-base, #33C1ED);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.why-choose-two__tab-box .tab-buttons .tab-btn::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.why-choose-two__tab-box .tab-buttons .tab-btn::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.why-choose-two__tab-box .tab-buttons .tab-btn:hover {
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-base, #33C1ED);
}

.why-choose-two__tab-box .tab-buttons .tab-btn:hover::before, .why-choose-two__tab-box .tab-buttons .tab-btn:hover::after {
    width: calc(50% + 6px);
}

.why-choose-two__tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.why-choose-two__tab-box .tabs-content {
    margin-top: 65px;
    position: relative;
    display: block;
}

@media (max-width: 1199px) {
    .why-choose-two__tab-box .tabs-content {
        margin-top: 40px;
    }
}

.why-choose-two__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.why-choose-two__tab-box .tabs-content .tab.active-tab {
    display: block;
}

@media (min-width: 1200px) {
    .why-choose-two__tab-col-1 {
        flex: 0 0 auto;
        width: 54.643%;
    }
}

@media (min-width: 1200px) {
    .why-choose-two__tab-col-2 {
        flex: 0 0 auto;
        width: 45.357%;
    }
}

.why-choose-two__image {
    display: grid;
    grid-template-columns: 376px 176px;
    grid-gap: 30px;
}

@media (max-width: 767px) {
    .why-choose-two__image {
        grid-template-columns: 1fr;
    }
}

.why-choose-two__image img + img {
    margin-top: 30px;
}

.why-choose-two__image img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .why-choose-two__image__two {
        display: none;
    }
}

.why-choose-two__content {
    padding: 32px 40px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 30px;
}

@media (max-width: 575px) {
    .why-choose-two__content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 430px) {
    .why-choose-two__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.why-choose-two__title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.666;
}

.why-choose-two__text {
    margin-bottom: 35px;
    font-weight: 400;
}

.why-choose-two__list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 30px;
}

.why-choose-two__list li {
    width: calc(50% - 15px);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--mediox-black, #0A2241);
    text-transform: capitalize;
    line-height: 1.875;
}

@media (max-width: 1199px) {
    .why-choose-two__list li {
        width: 100%;
    }
}

.why-choose-two__list__icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
}

.why-choose-two__shape {
    width: 18px;
    height: 18px;
    position: relative;
    position: absolute;
    animation: 3s rotate linear infinite;
}

@media (max-width: 1199px) {
    .why-choose-two__shape {
        display: none;
    }
}

.why-choose-two__shape--1 {
    right: -70px;
    bottom: 290px;
}

@media (max-width: 1399px) {
    .why-choose-two__shape--1 {
        right: -40px;
    }
}

.why-choose-two__shape--2 {
    top: 243px;
    right: 115px;
}

.why-choose-two__shape::before, .why-choose-two__shape::after {
    content: "";
    width: 18px;
    height: 6px;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.5);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why-choose-two__shape::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.why-choose-two__shape-3 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

@media (max-width: 1399px) {
    .why-choose-two__shape-3 {
        left: -50px;
    }
}

@media (max-width: 1199px) {
    .why-choose-two__shape-3 {
        display: none;
    }
}

.why-choose-two__shape-4 {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 91px;
    bottom: 371px;
    animation: shapeMover 3s linear infinite;
}

@media (max-width: 1599px) {
    .why-choose-two__shape-4 {
        right: 60px;
    }
}

@media (max-width: 1399px) {
    .why-choose-two__shape-4 {
        display: none;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card {
    position: relative;
}

.testimonial-card__image {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1199px) {
    .testimonial-card__image {
        top: 30px;
        right: 30px;
    }
}

.testimonial-card__image img {
    width: 86px !important;
    height: 86px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .testimonial-card__image img {
        width: 70px !important;
        height: 70px;
    }
}

.testimonial-card__content {
    padding: 32px 30px 33px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 30px;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .testimonial-card__content {
        -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M577 8986 c-3 -8 -23 -18 -44 -21 -21 -4 -84 -29 -139 -56 -191 -93 -323 -256 -380 -467 -22 -82 -21 -7823 1 -7909 8 -32 35 -99 61 -150 91 -181 257 -314 462 -369 82 -22 7823 -21 7909 1 102 26 237 101 313 174 102 100 182 235 205 349 4 18 13 36 21 39 21 8 21 5173 0 5173 -9 0 -18 19 -25 53 -7 28 -29 88 -51 132 -97 195 -285 339 -505 387 -32 7 -331 13 -830 17 -762 6 -781 7 -840 28 -33 12 -74 27 -90 35 -58 25 -172 107 -218 157 -47 50 -137 181 -137 199 0 6 -6 23 -14 39 -50 98 -50 91 -56 868 -7 728 -8 756 -44 851 -78 211 -287 402 -486 445 -31 7 -50 16 -50 25 0 21 -5055 21 -5063 0z"/></g></svg>');
        mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M577 8986 c-3 -8 -23 -18 -44 -21 -21 -4 -84 -29 -139 -56 -191 -93 -323 -256 -380 -467 -22 -82 -21 -7823 1 -7909 8 -32 35 -99 61 -150 91 -181 257 -314 462 -369 82 -22 7823 -21 7909 1 102 26 237 101 313 174 102 100 182 235 205 349 4 18 13 36 21 39 21 8 21 5173 0 5173 -9 0 -18 19 -25 53 -7 28 -29 88 -51 132 -97 195 -285 339 -505 387 -32 7 -331 13 -830 17 -762 6 -781 7 -840 28 -33 12 -74 27 -90 35 -58 25 -172 107 -218 157 -47 50 -137 181 -137 199 0 6 -6 23 -14 39 -50 98 -50 91 -56 868 -7 728 -8 756 -44 851 -78 211 -287 402 -486 445 -31 7 -50 16 -50 25 0 21 -5055 21 -5063 0z"/></g></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-size: auto;
        mask-size: auto;
    }
}

.testimonial-card:hover .testimonial-card__content {
    background-color: var(--mediox-base, #33C1ED);
}

.testimonial-card__quote-icon {
    margin-bottom: 31px;
    display: inline-flex;
    font-size: 40px;
    color: var(--mediox-base, #33C1ED);
    transition: all 500ms ease;
}

.testimonial-card__quote-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1199px) {
    .testimonial-card__quote-icon {
        margin-bottom: 50px;
    }
}

.testimonial-card__identity {
    margin-bottom: 14px;
}

.testimonial-card__name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.testimonial-card__designation {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.testimonial-card__quote {
    margin-bottom: 34px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .testimonial-card__quote {
        font-size: 18px;
    }
}

.testimonial-card__quote span {
    font-weight: 700;
}

.testimonial-card .mediox-ratings {
    gap: 5px;
}

.testimonial-card .mediox-ratings__icon {
    color: var(--mediox-primary, #2C51A3);
}

.testimonial-card:hover .testimonial-card__quote-icon, .testimonial-card:hover .testimonial-card__name, .testimonial-card:hover .testimonial-card__designation, .testimonial-card:hover .testimonial-card__quote, .testimonial-card:hover .mediox-ratings__icon {
    color: var(--mediox-white, #FFFFFF);
}

.testimonial-card-two {
    position: relative;
    padding: 30px 40px 0px;
    border-radius: var(--mediox-radius, 20px);
    background-color: var(--mediox-white2, #ECF0F5);
}

@media (max-width: 767px) {
    .testimonial-card-two {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.testimonial-card-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0;
    mix-blend-mode: multiply;
    border-radius: inherit;
    transition: all 500ms ease;
}

.testimonial-card-two:hover .testimonial-card-two__bg {
    opacity: 0.2;
}

.testimonial-card-two__content {
    position: relative;
    z-index: 1;
}

.testimonial-card-two__top {
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.testimonial-card-two__quote-icon {
    display: inline-flex;
    font-size: 40px;
    color: var(--mediox-primary, #2C51A3);
}

.testimonial-card-two__quote-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card-two__ratings {
    position: relative;
    padding: 13px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-card-two__ratings::before, .testimonial-card-two__ratings::after {
    content: "";
    background-color: var(--mediox-primary, #2C51A3);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.testimonial-card-two__ratings::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.testimonial-card-two__ratings::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.testimonial-card-two:hover .testimonial-card-two__ratings::before, .testimonial-card-two:hover .testimonial-card-two__ratings::after {
    width: calc(50% + 6px);
}

.testimonial-card-two .mediox-ratings {
    gap: 7px;
}

.testimonial-card-two .mediox-ratings__icon {
    font-size: 14px;
    color: var(--mediox-white, #FFFFFF);
}

.testimonial-card-two__quote {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-two__quote {
        margin-bottom: 25px;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .testimonial-card-two__quote {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-card-two__quote {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .testimonial-card-two__quote {
        margin-bottom: 30px;
    }
}

@media (max-width: 430px) {
    .testimonial-card-two__quote {
        font-size: 16px;
    }
}

.testimonial-card-two__bottom {
    display: flex;
    align-items: flex-end;
    gap: 40px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-two__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .testimonial-card-two__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonial-card-two__identity {
    position: relative;
    padding: 18px 24px 15px;
    border-radius: 20px 20px 0px 0px;
    background-color: var(--mediox-base, #33C1ED);
    overflow: hidden;
    z-index: 1;
}

.testimonial-card-two__identity::before, .testimonial-card-two__identity::after {
    content: "";
    background-color: var(--mediox-primary, #2C51A3);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.testimonial-card-two__identity::before {
    left: -5px;
    border-radius: 20px 0 0 0;
}

.testimonial-card-two__identity::after {
    right: -5px;
    border-radius: 0 20px 0 0;
}

.testimonial-card-two:hover .testimonial-card-two__identity::before, .testimonial-card-two:hover .testimonial-card-two__identity::after {
    width: calc(50% + 6px);
}

.testimonial-card-two__name {
    margin-bottom: 2px;
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

.testimonial-card-two__designation {
    margin: 0;
    font-size: 15px;
    color: var(--mediox-border-color, #D9E1EB);
    text-transform: capitalize;
}

.testimonial-card-two__image {
    position: relative;
    flex-shrink: 0;
}

.testimonial-card-two__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 10px;
    border: 2px solid var(--mediox-base, #33C1ED);
    border-radius: 1000px 1000px 0px 0px;
}

.testimonial-card-two__image img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 1000px 1000px 0px 0px;
    z-index: 1;
}

.testimonial-card-three__ratings {
    position: relative;
    margin: 0 auto 31px;
    display: table;
    padding: 11px 13px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-card-three__ratings::before, .testimonial-card-three__ratings::after {
    content: "";
    background-color: var(--mediox-primary, #2C51A3);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.testimonial-card-three__ratings::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.testimonial-card-three__ratings::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.testimonial-card-three:hover .testimonial-card-three__ratings::before, .testimonial-card-three:hover .testimonial-card-three__ratings::after {
    width: calc(50% + 6px);
}

.testimonial-card-three .mediox-ratings {
    gap: 7px;
}

.testimonial-card-three .mediox-ratings__icon {
    font-size: 14px;
    color: var(--mediox-white, #FFFFFF);
}

.testimonial-card-three__quote {
    margin-bottom: 29px;
    font-size: 22px;
    text-align: center;
    line-height: 1.59;
}

@media (max-width: 1199px) {
    .testimonial-card-three__quote {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .testimonial-card-three__quote {
        font-size: 18px;
    }
}

.testimonial-card-three__identity {
    padding-top: 31px;
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

.testimonial-card-three__name {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.458;
    text-transform: capitalize;
}

@media (max-width: 375px) {
    .testimonial-card-three__name {
        margin-bottom: 5px;
        font-size: 22px;
    }
}

@media (max-width: 360px) {
    .testimonial-card-three__name {
        font-size: 20px;
    }
}

.testimonial-card-three__designation {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.25;
}

@media (max-width: 360px) {
    .testimonial-card-three__designation {
        font-size: 15px;
    }
}

.testimonial-card-four {
    width: calc(100% - 10px);
    position: relative;
    padding: 22px 30px 30px;
    background-color: var(--mediox-white2, #ECF0F5);
}

@media (max-width: 430px) {
    .testimonial-card-four {
        padding-top: 60px;
    }
}

.testimonial-card-four::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    z-index: -1;
    transition: all 500ms ease;
}

.testimonial-card-four:hover::after {
    border-color: var(--mediox-base, #33C1ED);
}

.testimonial-card-four__quote-icon {
    position: relative;
    position: absolute;
    top: -43px;
    right: 30px;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-primary, #2C51A3);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.testimonial-card-four__quote-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card-four__quote-icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background-color: var(--mediox-base, #33C1ED);
    transition: transform 400ms ease, opacity 400ms ease;
}

.testimonial-card-four:hover .testimonial-card-four__quote-icon::after {
    opacity: 1;
    transform: scale(1);
}

.testimonial-card-four__category {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}

.testimonial-card-four__quote {
    bottom: 0;
    font-size: 20px;
    line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-four__quote {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .testimonial-card-four__quote {
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .testimonial-card-four__quote {
        font-size: 16px;
    }
}

.testimonial-card-four:hover .testimonial-card-four__ratings::before, .testimonial-card-four:hover .testimonial-card-four__ratings::after {
    width: 0%;
}

.testimonial-card-four .mediox-ratings {
    gap: 7px;
}

.testimonial-card-four .mediox-ratings__icon {
    font-size: 14px;
    color: var(--mediox-white, #FFFFFF);
}

.testimonial-card-four__bottom {
    margin-top: 21px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px 20px;
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-four__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .testimonial-card-four__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonial-card-four__identity {
    display: flex;
    align-items: center;
    gap: 15px 21px;
}

@media (max-width: 390px) {
    .testimonial-card-four__identity {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonial-card-four__image {
    flex-shrink: 0;
    width: 78px !important;
    height: 78px;
    border-radius: 50%;
}

.testimonial-card-four__name {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}

.testimonial-card-four__designation {
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.333;
}

.testimonial-card-four__ratings {
    position: relative;
    padding: 13px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-card-four__ratings::before, .testimonial-card-four__ratings::after {
    content: "";
    background-color: var(--mediox-primary, #2C51A3);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.testimonial-card-four__ratings::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.testimonial-card-four__ratings::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.testimonial-card-four:hover .testimonial-card-four__ratings::before, .testimonial-card-four:hover .testimonial-card-four__ratings::after {
    width: calc(50% + 6px);
}

.testimonials-one {
    background-color: var(--mediox-white, #FFFFFF);
}

.testimonials-two {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.testimonials-two .container {
    position: relative;
    z-index: 1;
}

.testimonials-two__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 26px;
    bottom: 55px;
    opacity: 0.3;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 767px) {
    .testimonials-two__shape {
        display: none;
    }
}

.testimonials-three {
    position: relative;
    padding: 140px 0;
    background-color: var(--mediox-white2, #ECF0F5);
    overflow: hidden;
}

.testimonials-three__bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: hard-light;
    opacity: 0.2;
}

.testimonials-three .container {
    position: relative;
    z-index: 1;
}

.testimonials-three__content {
    position: relative;
    z-index: 1;
}

.testimonials-three .sec-title {
    margin-bottom: 49px;
}

.testimonials-three__image {
    display: flex;
    align-items: center;
    gap: 38px;
}

.testimonials-three__image__inner {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 510.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 6450 l0 -2550 1444 0 c1245 0 1445 -2 1456 -14 9 -11 11 -135 8 -508 -4 -526 -2 -503 -55 -643 -69 -183 -228 -366 -393 -454 -77 -42 -107 -55 -190 -83 -64 -21 -77 -22 -703 -25 l-637 -4 -13 -22 c-9 -17 -11 -255 -9 -1084 l2 -1063 693 0 c685 0 750 2 952 36 150 25 368 81 455 116 14 5 45 17 70 25 145 49 468 203 521 249 8 8 19 14 22 14 14 0 235 155 327 229 321 258 624 630 798 976 108 216 153 328 231 580 27 84 77 348 87 448 4 45 11 70 20 74 12 4 14 446 14 3129 l0 3124 -2550 0 -2550 0 0 -2550z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 510.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 6450 l0 -2550 1444 0 c1245 0 1445 -2 1456 -14 9 -11 11 -135 8 -508 -4 -526 -2 -503 -55 -643 -69 -183 -228 -366 -393 -454 -77 -42 -107 -55 -190 -83 -64 -21 -77 -22 -703 -25 l-637 -4 -13 -22 c-9 -17 -11 -255 -9 -1084 l2 -1063 693 0 c685 0 750 2 952 36 150 25 368 81 455 116 14 5 45 17 70 25 145 49 468 203 521 249 8 8 19 14 22 14 14 0 235 155 327 229 321 258 624 630 798 976 108 216 153 328 231 580 27 84 77 348 87 448 4 45 11 70 20 74 12 4 14 446 14 3129 l0 3124 -2550 0 -2550 0 0 -2550z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.testimonials-three__image__inner img {
    max-width: 100%;
    height: auto;
}

.testimonials-three__card {
    position: relative;
    padding: 50px 50px 53px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-three__card {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .testimonials-three__card {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .testimonials-three__card {
        padding: 40px 30px 43px;
    }
}

.testimonials-three__card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    opacity: 0.6;
    border-radius: inherit;
}

.testimonials-three__card__inner {
    position: relative;
    z-index: 1;
}

.testimonials-three__carousel {
    position: relative;
}

@media (min-width: 576px) and (max-width: 991px) {
    .testimonials-three__carousel.owl-carousel .owl-dots {
        margin: 0 !important;
        position: absolute;
        right: 0px;
        bottom: 19px;
    }
}

@media (min-width: 1200px) {
    .testimonials-three__carousel.owl-carousel .owl-dots {
        margin: 0 !important;
        position: absolute;
        right: 0px;
        bottom: 19px;
    }
}

.testimonials-three__carousel.owl-carousel .owl-dots .owl-dot {
    background-color: var(--mediox-base, #33C1ED);
}

.testimonials-three__carousel.owl-carousel .owl-dots .owl-dot::after {
    border: 1px solid var(--mediox-base, #33C1ED);
    background-color: transparent;
}

.testimonials-three__carousel.owl-carousel .owl-dots .owl-dot:hover, .testimonials-three__carousel.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--mediox-base, #33C1ED);
}

.testimonials-three__thumb {
    margin-bottom: 40px;
    padding-left: 43px;
    padding-right: 43px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-three__thumb {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .testimonials-three__thumb {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.testimonials-three__thumb .owl-stage {
    display: flex;
    align-items: center;
}

.testimonials-three__thumb .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-three__thumb__image {
    position: relative;
    display: inline-block;
    width: 106px;
    height: 106px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-three__thumb__image {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .testimonials-three__thumb__image {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 500px) {
    .testimonials-three__thumb__image {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 412px) {
    .testimonials-three__thumb__image {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 375px) {
    .testimonials-three__thumb__image {
        width: 55px;
        height: 55px;
    }
}

.testimonials-three__thumb__image img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 2;
}

.testimonials-three__thumb .center .testimonials-three__thumb__image {
    width: 170px;
    height: 170px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-three__thumb .center .testimonials-three__thumb__image {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 767px) {
    .testimonials-three__thumb .center .testimonials-three__thumb__image {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 500px) {
    .testimonials-three__thumb .center .testimonials-three__thumb__image {
        width: 115px;
        height: 115px;
    }
}

@media (max-width: 412px) {
    .testimonials-three__thumb .center .testimonials-three__thumb__image {
        width: 105px;
        height: 105px;
    }
}

@media (max-width: 375px) {
    .testimonials-three__thumb .center .testimonials-three__thumb__image {
        width: 90px;
        height: 90px;
    }
}

.testimonials-page {
    background-color: var(--mediox-white, #FFFFFF);
}

.testimonials-page--one {
    padding-top: 163px;
}

@media (max-width: 767px) {
    .testimonials-page--one {
        padding-top: 143px;
    }
}

@media (max-width: 575px) {
    .testimonials-page--one {
        padding-top: 123px;
    }
}

.testimonials-page--one .testimonials-page__row {
    --bs-gutter-y: 83px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page__filter__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.gallery-page__filter__list li {
    padding: 8px 23px;
    font-size: 15px;
}

.gallery-page__filter__list li::before, .gallery-page__filter__list li::after {
    background-color: var(--mediox-primary, #2C51A3);
}

.gallery-page__filter__list li.active {
    background-color: var(--mediox-primary, #2C51A3);
}

.gallery-page__card {
    position: relative;
    overflow: hidden;
    background-color: var(--mediox-black, #0A2241);
    border-radius: var(--mediox-radius, 20px);
}

.gallery-page__card img {
    transform: scale(1);
    display: block;
    width: 100%;
    transition: transform 500ms ease, opacity 500ms ease;
    opacity: 1;
    border-radius: inherit;
}

.gallery-page__card__hover {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
}

.gallery-page__card__hover .img-popup {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    z-index: 2;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gallery-page__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 360px) {
    .gallery-page__card__hover .img-popup {
        width: 55px;
        height: 55px;
    }
}

.gallery-page__card__hover .img-popup:hover {
    background-color: var(--mediox-base, #33C1ED);
}

.gallery-page__card__hover__box {
    display: block;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.7);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: 1;
}

.gallery-page__card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-page__card__hover__box--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-page__card__hover__box--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.gallery-page__card__hover__box--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-page__card:hover img {
    transform: scale(1.05);
    opacity: 0.9;
    mix-blend-mode: screen;
}

.gallery-page__card:hover .gallery-page__card__hover .img-popup {
    opacity: 1;
    transform: scale(1);
}

.gallery-page__card:hover .gallery-page__card__hover__box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-page__card__icon {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
}

.gallery-page__card__icon::after, .gallery-page__card__icon::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--mediox-base, #33C1ED);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 400ms ease;
}

.gallery-page__card__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.img-popup:hover .gallery-page__card__icon::before, .img-popup:hover .gallery-page__card__icon::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.gallery-instagram {
    position: relative;
    z-index: 1;
}

.gallery-instagram--home2 {
    margin-bottom: -121px;
}

.gallery-instagram .container-fluid {
    max-width: 1800px;
}

.gallery-instagram__image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.gallery-instagram__image img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.gallery-instagram__image__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: var(--mediox-white, #FFFFFF);
    background: rgba(var(--mediox-black-rgb, 10, 34, 65), 0.8);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    border-radius: 30px;
    transition: all 400ms ease-in-out;
}

.gallery-instagram__image__link svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.gallery-instagram__image__link > * {
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}

.gallery-instagram__image__link > *:hover {
    color: var(--mediox-base, #33C1ED);
}

.gallery-instagram__image:hover .gallery-instagram__image__link {
    transform: scaleY(1);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    cursor: url(../images/close.png), auto;
}

.sidebar-one__content {
    width: 300px;
    background-color: var(--mediox-black, #0A2241);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-one__content::-webkit-scrollbar {
    display: none;
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: var(--mediox-white, #FFFFFF);
    cursor: pointer;
    transition: all 400ms ease;
}

.sidebar-one__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__close:hover {
    color: var(--mediox-base, #33C1ED);
}

.sidebar-one__item:not(:last-child) {
    margin-bottom: 35px;
}

.sidebar-one__title {
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--mediox-white2, #ECF0F5);
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
}

.sidebar-one__about__text {
    margin: 0;
    color: var(--mediox-border-color, #D9E1EB);
}

.sidebar-one__info__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-one__info__list li {
    display: flex;
    font-size: 16px;
    color: var(--mediox-border-color, #D9E1EB);
    font-weight: 500;
    line-height: 1.2;
}

.sidebar-one__info__list li + li {
    margin-top: 20px;
}

.sidebar-one__info__list li .sidebar-one__info__icon {
    position: relative;
    font-size: 18px;
    color: var(--mediox-base, #33C1ED);
    margin-right: 12px;
}

.sidebar-one__info__list li .sidebar-one__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__info__list li .sidebar-one__info__icon--location {
    top: 4px;
}

.sidebar-one__info__list li address {
    margin: 0;
    color: inherit;
    line-height: 1.75;
    text-transform: capitalize;
}

.sidebar-one__info__list li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar-one__info__list li a:hover {
    background-size: 100% 1px;
}

.sidebar-one__info__list li a:hover {
    color: var(--mediox-base, #33C1ED);
}

.sidebar-one .social-links a {
    border: 0;
    width: 33px;
    height: 33px;
    background-color: var(--mediox-base, #33C1ED);
    color: var(--mediox-white, #FFFFFF);
}

.sidebar-one .social-links a:hover {
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
}

.sidebar-one__newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-one__newsletter__input {
    outline: 0;
    border: 0;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 14px;
    color: var(--mediox-border-color, #D9E1EB);
    width: calc(100% - 50px);
    height: 50px;
    padding-left: 15px;
    background-color: rgba(var(--mediox-white-rgb, 255, 255, 255), 0.1);
    border-radius: 6px 0 0 6px;
    transition: all 400ms ease;
}

.sidebar-one__newsletter__input:focus {
    color: var(--mediox-white, #FFFFFF);
}

.sidebar-one__newsletter__btn {
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 19px;
    color: var(--mediox-white, #FFFFFF);
    width: 50px;
    height: 50px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 0 6px 6px 0;
    transition: all 400ms ease;
}

.sidebar-one__newsletter__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__newsletter__btn:hover {
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
}

.sidebar__single {
    padding: 30px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 1199px) {
    .sidebar__single {
        padding: 30px 25px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 16px;
    margin-bottom: 30px;
}

.sidebar__form__title {
    margin-bottom: 25px;
}

.sidebar__search {
    display: flex;
    align-items: center;
    position: relative;
    height: 59px;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    border: 0;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 400;
    width: 100%;
    height: 100%;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
    color: var(--mediox-primary, #2C51A3);
    border-color: var(--mediox-base, #33C1ED);
}

.sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: auto;
    font-size: 20px;
    color: var(--mediox-base, #33C1ED);
    transition: all 400ms ease;
    z-index: 1;
}

.sidebar__search button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
    color: var(--mediox-primary, #2C51A3);
}

.sidebar__posts {
    margin-bottom: 0;
}

.sidebar__posts-title {
    margin-bottom: 30px;
}

.sidebar__posts__item {
    display: flex;
    gap: 16px;
}

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar__posts__image {
    width: 80px;
    flex-shrink: 0;
}

.sidebar__posts__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.sidebar__posts__content {
    position: relative;
    top: 2px;
    right: -1px;
    width: calc(100% - 80px);
}

.sidebar__posts__meta {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.sidebar__posts__meta a {
    display: inline-flex;
    align-items: center;
    color: var(--mediox-text, #707882);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.sidebar__posts__meta a:hover {
    color: var(--mediox-base, #33C1ED);
}

.sidebar__posts__meta__icon {
    display: inline-block;
    margin-right: 11px;
    font-size: 12px;
    color: var(--mediox-base, #33C1ED);
}

.sidebar__posts__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__posts__title {
    margin: 0;
    font-size: 18px;
    color: var(--mediox-black, #0A2241);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.555;
}

.sidebar__posts__title:hover {
    color: var(--mediox-base, #33C1ED);
}

@media (max-width: 1199px) {
    .sidebar__posts__title {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .sidebar__posts__title {
        font-size: 18px;
    }
}

@media (max-width: 412px) {
    .sidebar__posts__title {
        font-size: 16px;
    }
}

@media (max-width: 359px) {
    .sidebar__posts__title {
        font-size: 14px;
    }
}

.sidebar__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
    background-size: 100% 1px;
}

.sidebar__categories {
    margin-top: -12px;
    margin-bottom: -12px;
}

.sidebar__categories li:not(:last-child) {
    margin-bottom: 6px;
}

.sidebar__categories li a {
    position: relative;
    padding: 8px 0;
    color: var(--mediox-text, #707882);
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    text-align: center;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 6px;
}

.sidebar__categories li a::before, .sidebar__categories li a::after {
    background-color: var(--mediox-base, #33C1ED);
}

.sidebar__categories li a::before {
    border-radius: 6px 0 0 6px;
}

.sidebar__categories li a::after {
    border-radius: 0 6px 6px 0;
}

.sidebar__categories li a span {
    color: var(--mediox-black, #0A2241);
    font-weight: 400;
    transition: all 500ms ease;
}

.sidebar__categories li a:hover {
    padding: 8px 12px;
    color: var(--mediox-white, #FFFFFF);
}

.sidebar__categories li a:hover span {
    color: var(--mediox-white, #FFFFFF);
}

.sidebar__tags-wrapper {
    padding-bottom: 31px;
}

.sidebar__tags-wrapper .sidebar__title {
    margin-bottom: 29px;
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sidebar__tags a {
    padding: 7px 12.35px;
    font-size: 14px;
    color: var(--mediox-black, #0A2241);
    line-height: 1.142;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 5px;
    background-color: var(--mediox-white, #FFFFFF);
}

.sidebar__tags a:hover {
    color: var(--mediox-white, #FFFFFF);
}

.sidebar__tags a::before, .sidebar__tags a::after {
    background-color: var(--mediox-base, #33C1ED);
}

.sidebar__tags a::before {
    border-radius: 5px 0 0 5px;
}

.sidebar__tags a::after {
    border-radius: 0 5px 5px 0;
}

.sidebar__comments-wrapper .sidebar__title {
    margin-bottom: 29.1px;
}

.sidebar__comments {
    padding-top: 2px;
    margin-bottom: 0px;
}

.sidebar__comments li {
    display: flex;
    align-items: center;
    gap: 21px;
}

.sidebar__comments li:not(:last-of-type) {
    margin-bottom: 31px;
}

.sidebar__comments__icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mediox-base, #33C1ED);
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    transition: all 500ms ease;
}

.sidebar__comments__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

li:hover .sidebar__comments__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-primary, #2C51A3);
}

.sidebar__comments__title {
    margin: 0;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    line-height: 1.562;
    font-weight: 500;
    color: var(--mediox-text, #707882);
}

.sidebar__comments__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.sidebar__comments__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__comments__title a:hover {
    background-size: 100% 1px;
}

.service-sidebar__single + .service-sidebar__single {
    margin-top: 30px;
}

.service-sidebar__info {
    padding: 30px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__info {
        padding: 25px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__info {
        padding: 25px;
    }
}

.service-sidebar__nav {
    margin: 0;
}

.service-sidebar__nav li + li {
    margin-top: 20px;
}

.service-sidebar__nav li a {
    position: relative;
    display: block;
    padding: 17.5px 30px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    font-weight: 400;
    line-height: 1.35;
    text-transform: capitalize;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__nav li a {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__nav li a {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 360px) {
    .service-sidebar__nav li a {
        font-size: 17px;
    }
}

.service-sidebar__nav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 4px;
    height: calc(100% - 48px);
    background-color: var(--mediox-black, #0A2241);
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__nav li a::before {
        height: calc(100% - 44px);
    }
}

@media (max-width: 412px) {
    .service-sidebar__nav li a::before {
        height: calc(100% - 44px);
    }
}

.service-sidebar__nav li a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-20px);
    z-index: 1;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 6px 0px 0px 6px;
    transition: all 500ms ease;
}

.service-sidebar__nav li.current a {
    color: var(--mediox-base, #33C1ED);
    text-shadow: 0 0 1px currentColor;
}

.service-sidebar__nav li.current a::before {
    opacity: 0;
}

.service-sidebar__nav li.current a::after {
    transform: translateX(0px);
}

.service-sidebar__nav li:hover a {
    color: var(--mediox-base, #33C1ED);
}

.service-sidebar__nav li:hover a::before {
    opacity: 0;
}

.service-sidebar__nav li:hover a::after {
    transform: translateX(0px);
}

.service-sidebar__contact {
    position: relative;
    margin-top: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
    border-radius: 30px;
}

.service-sidebar__contact__bg {
    position: relative;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: calc(100% + 5px);
    height: calc(100% - 153px);
    clip-path: polygon(0 35%, 100% 0%, 100% 99%, 0% 100%);
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 0px 0px 30px 30px;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__contact__bg {
        height: calc(100% - 135px);
    }
}

@media (max-width: 412px) {
    .service-sidebar__contact__bg {
        height: calc(100% - 135px);
    }
}

.service-sidebar__contact__bg__inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.15;
}

.service-sidebar__contact__inner {
    padding: 156px 30px 41px;
    position: relative;
    z-index: 11;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__contact__inner {
        padding: 135px 20px 41px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__contact__inner {
        padding: 135px 20px 41px;
    }
}

.service-sidebar__contact__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    font-size: 36px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    margin: 0 auto 24px;
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
}

.service-sidebar__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.service-sidebar__contact:hover .service-sidebar__contact__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-primary, #2C51A3);
}

.service-sidebar__contact__time {
    margin-bottom: 5px;
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.625;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__contact__time {
        font-size: 15px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__contact__time {
        font-size: 15px;
    }
}

.service-sidebar__contact__number {
    font-size: 30px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__contact__number {
        font-size: 22px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__contact__number {
        font-size: 22px;
    }
}

.service-sidebar__contact__number:hover {
    color: var(--mediox-primary, #2C51A3);
}

.service-sidebar__contact__number a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.service-sidebar__contact__number a:hover {
    background-size: 100% 1px;
}

.service-sidebar__company + .service-sidebar__company {
    margin-top: 20px;
}

.service-sidebar__company {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: var(--mediox-white2, #ECF0F5);
    padding-right: 30px;
    border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__company {
        gap: 20px;
        padding-right: 25px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__company {
        gap: 20px;
        padding-right: 25px;
    }
}

.service-sidebar__company__btn {
    width: 59px;
    height: 59px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    line-height: 1.35;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 10px 0 0 10px;
    transition: all 400ms ease;
}

.service-sidebar__company__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__company__btn {
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__company__btn {
        font-size: 18px;
        width: 50px;
        height: 50px;
    }
}

.service-sidebar__company__btn:hover {
    background-color: var(--mediox-primary, #2C51A3);
}

.service-sidebar__company__title {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-sidebar__company__title {
        font-size: 16px;
    }
}

@media (max-width: 412px) {
    .service-sidebar__company__title {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details .blog-card-four {
    padding: 0;
    border: 0;
    margin-bottom: 67px;
}

.blog-details .blog-card-four__image {
    margin-bottom: 25px;
}

.blog-details .blog-card-four:hover .blog-card-four__image img {
    transform: scale(1);
}

.blog-details .blog-card-four__title {
    margin-bottom: 12px;
}

.blog-details .blog-card-four__title:hover {
    color: var(--mediox-black, #0A2241);
}

.blog-details .blog-card-four__content__inner p + p {
    margin-top: 30px;
}

.blog-details .blog-card-four__text {
    margin: 0;
    line-height: 1.875;
}

.blog-details__inner {
    margin-bottom: 45px;
}

.blog-details__inner__image img {
    width: 100%;
    display: block;
    border-radius: var(--mediox-radius, 20px);
}

.blog-details__inner__text {
    margin-top: 31px;
    margin-bottom: 28px;
}

.blog-details__inner__list {
    padding: 0;
    margin: 0;
    margin-left: 25px;
}

.blog-details__inner__list li + li {
    margin-top: 8px;
}

.blog-details__inner__list li {
    line-height: 1.75;
}

.blog-details__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 35px 30px;
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.blog-details__meta__title {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-details__categories {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-details__categories__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details__categories__btn {
    padding: 7px 10.2px;
    font-size: 14px;
    font-weight: 500;
    color: var(--mediox-text, #707882);
    line-height: 16px;
    text-transform: capitalize;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 5px;
}

.blog-details__categories__btn:hover {
    color: var(--mediox-white, #FFFFFF);
}

.blog-details__categories__btn::before, .blog-details__categories__btn::after {
    background-color: var(--mediox-base, #33C1ED);
}

.blog-details__categories__btn::before {
    border-radius: 5px 0 0 5px;
}

.blog-details__categories__btn::after {
    border-radius: 0 5px 5px 0;
}

.blog-details__tags {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-details__tags__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details__tags__box a,
.blog-details__tags__box span {
    font-size: 14px;
    color: var(--mediox-text, #707882);
    line-height: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.blog-details__tags__box a:hover {
    color: var(--mediox-base, #33C1ED);
    text-shadow: 0 0 1px currentColor;
}

.blog-details__tags__box span {
    margin-right: 3px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one__title,
.comments-form__title {
    margin-bottom: 51px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.333;
}

.comments-one {
    padding-top: 51px;
}

.comments-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-one__card {
    display: grid;
    grid-template-columns: 96px auto;
    grid-gap: 21px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.comments-one__card:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .comments-one__card {
        grid-template-columns: auto;
    }
}

.comments-one__card__image {
    width: 96px;
}

.comments-one__card__image img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.comments-one__card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px 20px;
    margin-top: 17px;
    margin-bottom: 18.5px;
}

@media (max-width: 767px) {
    .comments-one__card__top {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .comments-one__card__top {
        align-items: flex-start;
        flex-direction: column;
    }
}

.comments-one__card__name {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

@media (max-width: 430px) {
    .comments-one__card__name {
        font-size: 18px;
    }
}

.comments-one__card__date {
    margin-bottom: 0;
    line-height: 1;
    text-transform: capitalize;
}

.comments-one__card__text {
    margin-bottom: 0;
}

.comments-one__card__reply {
    position: relative;
    border: 0;
    outline: 0;
    top: 11px;
    padding: 10px 12.4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

@media (max-width: 500px) {
    .comments-one__card__reply {
        top: 0;
    }
}

.comments-form {
    padding-top: 51px;
}

.comments-form .mediox-btn {
    padding: 12px 29px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    padding-bottom: 70px;
    background-color: var(--mediox-white, #FFFFFF);
}

.team-details__inner {
    padding: 60px;
    display: grid;
    grid-template-columns: 370px auto;
    align-items: start;
    grid-gap: 35px 40px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .team-details__inner {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .team-details__inner {
        grid-template-columns: auto;
    }
}

@media (max-width: 575px) {
    .team-details__inner {
        padding: 30px;
    }
}

@media (max-width: 360px) {
    .team-details__inner {
        padding: 25px;
    }
}

.team-details__image {
    position: relative;
    width: 100%;
    max-width: 370px;
}

.team-details__image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 412px) {
    .team-details__image img {
        border-radius: var(--mediox-radius, 20px) var(--mediox-radius, 20px) 0 0;
    }
}

.team-details .social-links {
    position: absolute;
    top: 30px;
    left: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

@media (max-width: 370px) {
    .team-details .social-links {
        top: 25px;
        left: 25px;
    }
}

.team-details .social-links a {
    border: 0;
    width: 36px;
    height: 36px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
}

.team-details .social-links a:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.team-details__identity {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 22px 30px 23px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 0 0 var(--mediox-radius, 20px) var(--mediox-radius, 20px);
}

@media (max-width: 412px) {
    .team-details__identity {
        position: static;
    }
}

@media (max-width: 370px) {
    .team-details__identity {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.team-details__name {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.363;
    text-transform: capitalize;
}

@media (max-width: 412px) {
    .team-details__name {
        font-size: 21px;
    }
}

.team-details__designation {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.625;
}

.team-details__about {
    margin-top: -8px;
}

@media (max-width: 991px) {
    .team-details__about {
        margin-top: 0;
    }
}

.team-details__about__inner {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.team-details__about__title {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.75;
}

.team-details__about__description {
    margin: 0;
    line-height: 1.75;
}

.team-details__contact {
    margin: 0;
}

.team-details__contact li + li {
    margin-top: 28px;
}

.team-details__contact li {
    display: flex;
    gap: 15px;
}

.team-details__contact__icon {
    position: relative;
    top: 2px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
    overflow: hidden;
    border-radius: 50%;
    transition: all 500ms ease;
}

.team-details__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.team-details__contact li:hover .team-details__contact__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.team-details__contact__title {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}

.team-details__contact__link {
    font-size: 16px;
    font-weight: 400;
    color: var(--mediox-text, #707882);
    line-height: 1.625;
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.team-details__contact__link:hover {
    background-size: 100% 1px;
}

.team-details__contact__link:hover {
    color: var(--mediox-base, #33C1ED);
}

@media (max-width: 575px) {
    .team-details__contact__link br {
        display: none;
    }
}

.team-skills-one {
    padding: 63px 0 70px;
    background-color: var(--mediox-white2, #ECF0F5);
}

.team-skills-one__title {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.363;
}

.team-skills-one__text {
    margin: 0;
    font-weight: 500;
}

.team-skills-one__text + .team-skills-one__text {
    margin-top: 30px;
}

.team-skills-one__skills {
    margin-top: 51px;
    padding: 28px 41px 40px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 30px;
}

@media (max-width: 575px) {
    .team-skills-one__skills {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 36px;
    }
}

@media (max-width: 425px) {
    .team-skills-one__skills {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.team-skills-one__skills__title {
    margin-bottom: 27px;
}

.team-skills-one__skills__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 21px 31px;
    margin-bottom: 43px;
}

@media (max-width: 991px) {
    .team-skills-one__skills__inner {
        grid-template-columns: 1fr;
    }
}

.team-skills-one .progress-box__title {
    font-weight: 700;
    line-height: 1.875;
    margin-bottom: 1px;
}

.team-skills-one .progress-box__bar {
    height: 15px;
}

.team-skills-one .progress-box__number {
    bottom: calc(100% + 1px);
    color: var(--mediox-base, #33C1ED);
    font-weight: 700;
    line-height: 1.875;
}

.team-certificate {
    padding-top: 61px;
}

.team-certificate__content {
    text-align: center;
    margin-bottom: 59px;
}

.team-certificate__title {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.48px;
    text-transform: capitalize;
}

.team-certificate__image {
    text-align: center;
}

.team-certificate__image img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Appointment
--------------------------------------------------------------*/
.appointment-one {
    position: relative;
    padding-top: 108px;
    background-color: var(--mediox-white, #FFFFFF);
    overflow: hidden;
}

@media (max-width: 767px) {
    .appointment-one {
        padding-top: 88px;
    }
}

@media (max-width: 575px) {
    .appointment-one {
        padding-top: 68px;
    }
}

.appointment-one--page {
    margin-top: 120px;
}

@media (max-width: 767px) {
    .appointment-one--page {
        margin-top: 100px;
    }
}

@media (max-width: 575px) {
    .appointment-one--page {
        margin-top: 80px;
    }
}

.appointment-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.appointment-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(100.77deg, #2C51A3 30.23%, rgba(44, 81, 163, 0) 100%);
}

.appointment-one__bg__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: 2;
}

.appointment-one__bg__shape {
    width: 804px;
    height: 804px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -266px;
    bottom: -292px;
    transform: rotate(-135deg);
    border-radius: 260px;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.1);
    z-index: 1;
}

.appointment-one__bg__shape__1 {
    width: 629px;
    height: 629px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.15);
}

.appointment-one__bg__shape__2 {
    width: 435px;
    height: 435px;
    border-radius: 50%;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.2);
}

.appointment-one .container {
    position: relative;
    z-index: 3;
}

.appointment-one__title {
    margin-bottom: 29px;
    font-size: 30px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 800;
    line-height: 1.5;
}

.appointment-one__form {
    width: 100%;
    max-width: 633px;
}

.appointment-one__form .bootstrap-select > .dropdown-toggle {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border: 1px solid transparent;
    background-color: var(--mediox-white, #FFFFFF) !important;
}

.appointment-one__form .bootstrap-select > .dropdown-toggle:before {
    content: "\e95b";
    font-family: "icomoon" !important;
    font-size: 10px;
    color: var(--mediox-base, #33C1ED);
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.appointment-one__form .bootstrap-select .dropdown-menu > li > a {
    font-size: 15px;
}

.appointment-one__form__date {
    position: relative;
}

.appointment-one__form__date__arrow {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 10px;
    color: var(--mediox-base, #33C1ED);
}

.appointment-one__form__date__arrow svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.appointment-one__form input[type=text],
.appointment-one__form input[type=email],
.appointment-one__form input[type=tel],
.appointment-one__form textarea {
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--mediox-white, #FFFFFF);
}

@media (max-width: 412px) {
    .appointment-one__form input[type=text],
    .appointment-one__form input[type=email],
    .appointment-one__form input[type=tel],
    .appointment-one__form textarea {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.appointment-one__form textarea {
    height: 184px;
}

.appointment-one__form .mediox-btn {
    padding: 16px 40.5px;
}

.appointment-one__form .mediox-btn::before, .appointment-one__form .mediox-btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.appointment-one__form .mediox-btn:hover, .appointment-one__form .mediox-btn:hover .mediox-btn__icon {
    color: var(--mediox-base, #33C1ED);
}

.appointment-one__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 174px;
    left: 71px;
    z-index: 2;
    animation: rotate 4s linear infinite;
}

@media (max-width: 1599px) {
    .appointment-one__shape-1 {
        left: 30px;
    }
}

@media (max-width: 1399px) {
    .appointment-one__shape-1 {
        display: none;
    }
}

.appointment-one__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 63px;
    bottom: 251px;
    z-index: 2;
    animation: zump 2s linear infinite;
}

@media (max-width: 1599px) {
    .appointment-one__shape-2 {
        left: auto;
        right: 70px;
    }
}

@media (max-width: 1199px) {
    .appointment-one__shape-2 {
        right: 40px;
    }
}

@media (max-width: 991px) {
    .appointment-one__shape-2 {
        display: none;
    }
}

.appointment-one__shape-3 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 105px;
    right: 43px;
    z-index: 2;
    animation: rotate 4s linear infinite;
}

@media (max-width: 991px) {
    .appointment-one__shape-3 {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .appointment-one__shape-3 {
        display: none;
    }
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
    position: relative;
    padding-top: 52px;
    padding-bottom: 62px;
    background-color: var(--mediox-base, #33C1ED);
}

.funfact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.funfact-one .container {
    position: relative;
    z-index: 1;
}

.funfact-one__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.funfact-one__item {
    position: relative;
}

.funfact-one__item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: calc(100% - 25px);
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
}

@media (max-width: 1199px) {
    .funfact-one__item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .funfact-one__item {
        width: calc(50% - 20px);
        flex: 0 0 auto;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .funfact-one__item {
        width: 100%;
    }
}

.funfact-one__item__number {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 64px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .funfact-one__item__number {
        text-align: center;
        justify-content: center;
        font-size: 55px;
    }
}

.funfact-one__item__title {
    margin: 0;
    font-size: 18px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.555;
}

.funfact-one--home2 {
    padding: 0;
    margin-bottom: -169px;
    background-color: transparent;
}

.funfact-one--home2 .funfact-one__inner {
    padding: 21px 39px 32px;
    position: relative;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: 0px 0px 30px 30px;
}

.funfact-one--home2 .funfact-one__inner::after {
    content: "";
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.2);
    border-radius: inherit;
    z-index: -1;
}

.funfact-one--home2 .funfact-one__inner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.6;
    border-radius: inherit;
}

.funfact-one--home2 .funfact-one__row {
    position: relative;
    z-index: 1;
}

.funfact-one--home3 {
    padding-top: 0;
    padding-bottom: 53px;
    background-color: var(--mediox-white, #FFFFFF);
}

.funfact-one--home3 .funfact-one__inner {
    position: relative;
}

.funfact-one--home3 .funfact-one__inner::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--mediox-border-color, #D9E1EB);
    position: absolute;
    left: 0;
    bottom: -53px;
}

.funfact-one--home3 .funfact-one__item::after {
    background-color: var(--mediox-border-color, #D9E1EB);
}

.funfact-one--home3 .funfact-one__item__number {
    color: var(--mediox-base, #33C1ED);
}

.funfact-one--home3 .funfact-one__item__title {
    color: var(--mediox-black, #0A2241);
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
    position: relative;
}

.product__sidebar {
    margin-top: 86px;
    position: relative;
}

@media (max-width: 991px) {
    .product__sidebar {
        margin-top: 0;
    }
}

.product__sidebar__item + .product__sidebar__item {
    margin-top: 30px;
}

.product__sidebar__item {
    padding: 30px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 10px;
}

.product__sidebar__title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    margin-top: -2px;
    margin-bottom: 21px;
}

.product__search {
    display: flex;
    align-items: center;
    position: relative;
    height: 59px;
}

.product__search input[type=search],
.product__search input[type=text] {
    padding-left: 15px;
    padding-right: 35px;
    outline: none;
    border: 0;
    border: 1px solid transparent;
    font-size: 14px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    width: 100%;
    height: 100%;
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 10px;
    transition: all 500ms ease;
}

.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
    color: var(--mediox-black, #0A2241);
    border-color: var(--mediox-base, #33C1ED);
}

.product__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: auto;
    font-size: 20px;
    color: var(--mediox-base, #33C1ED);
    z-index: 1;
    transition: all 400ms ease;
}

.product__search button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.product__search button[type=submit]:hover {
    color: var(--mediox-primary, #2C51A3);
}

.product__price-ranger {
    padding-top: 32px;
    padding-bottom: 31px;
}

.product__price-ranger .price-ranger {
    padding: 18px 21px 6px 9px;
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 10px;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(2) {
    display: none;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3) {
    position: relative;
    position: absolute;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3)::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product__price-ranger #slider-range {
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--mediox-base, #33C1ED);
    height: 7px;
    border-radius: 10px;
    position: relative;
}

.product__price-ranger #slider-range .ui-slider-range {
    height: 100%;
    background: var(--mediox-base, #33C1ED);
}

.product__price-ranger #slider-range .ui-slider-handle {
    position: absolute;
    top: -6.5px;
    background: var(--mediox-base, #33C1ED);
    border: 0;
    height: 18px;
    width: 18px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 7px;
}

.product__price-ranger .ranger-min-max-block input[type=text] {
    position: relative;
    display: inline-block;
    color: var(--mediox-text, #707882);
    font-size: 12px;
    font-weight: 500;
    width: 36px;
    line-height: 14px;
    border: none;
    outline: none;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product__price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--mediox-text, #707882);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    left: -1px;
}

.product__categories {
    padding-top: 32px;
}

.product__categories__title {
    margin-bottom: 13.5px;
}

.product__categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -17px;
}

.product__categories ul li {
    position: relative;
    margin: 0 0 3.5px;
}

.product__categories ul li a {
    padding: 8.35px 0 10.35px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.5;
    z-index: 1;
    transition: all 500ms ease;
}

.product__categories ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--mediox-base, #33C1ED);
    transition: all 500ms ease;
}

.product__categories ul li a .product-categories__icon {
    position: relative;
    top: 1px;
    display: inline-flex;
    font-size: 12px;
    color: var(--mediox-text, #707882);
    transition: all 500ms ease;
}

.product__categories ul li a .product-categories__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.product__categories ul li a:hover {
    padding-left: 15px;
    padding-right: 15px;
    color: var(--mediox-white, #FFFFFF);
}

.product__categories ul li a:hover::after {
    left: 0;
    width: 100%;
}

.product__categories ul li a:hover .product-categories__icon {
    color: var(--mediox-white, #FFFFFF);
}

.product__info-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product__info-top {
        display: block;
    }
}

.product__showing-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--mediox-black, #0A2241);
    line-height: 1.75;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .product__showing-text {
        margin-bottom: 15px;
    }
}

.product__showing-sort {
    margin: 0;
}

.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    position: relative;
    display: block;
    width: 100%;
    min-width: 181px !important;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 5px;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        min-width: 141px !important;
    }
}

.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select .dropdown-menu {
    border: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 56px;
    outline: none !important;
    border-radius: inherit;
    border: 0;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    padding-left: 16px;
    padding-right: 38px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    color: var(--mediox-black, #0A2241) !important;
    text-transform: capitalize;
    line-height: 56px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
}

@media (max-width: 767px) {
    .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
        text-align: left;
    }
}

.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 17px;
    color: var(--mediox-text, #707882);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 16px 6px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white2, #ECF0F5);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
    background-color: var(--mediox-base, #33C1ED);
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-base, #33C1ED);
}

.product__item {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 10px;
    transition: all 500ms ease;
}

.product__item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.product__item__image {
    position: relative;
    overflow: hidden;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 10px 10px 0 0;
}

.product__item__image img {
    width: 100%;
    display: block;
    transform: scale(1);
    border-radius: inherit;
    transition: all 500ms ease;
}

.product__item:hover .product__item__image img {
    transform: scale(1.05);
}

.product__item__content {
    padding: 30px 30px 30px;
    position: relative;
    text-align: center;
    border-left: 1px solid var(--mediox-border-color, #D9E1EB);
    border-right: 1px solid var(--mediox-border-color, #D9E1EB);
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
    .product__item__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.product__item .mediox-ratings {
    justify-content: center;
    gap: 6.75px;
    margin-bottom: 15px;
}

.product__item .mediox-ratings__icon {
    font-size: 12px;
}

.product__item__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.35;
}

.product__item__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.product__item__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.product__item__title a:hover {
    background-size: 100% 1px;
}

.product__item__price {
    margin-bottom: 17px;
    font-size: 18px;
    color: var(--mediox-text, #707882);
    text-align: center;
    font-weight: 500;
    line-height: normal;
}

.product__item__btn {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
}

.product-page {
    padding-top: 120px;
}

@media (max-width: 767px) {
    .product-page {
        padding-top: 91px;
    }
}

@media (max-width: 575px) {
    .product-page {
        padding-top: 71px;
    }
}

@media (max-width: 991px) {
    .product-page--left {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .product-page--left {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .product-page--left {
        padding-top: 80px;
    }
}

.product-page .post-pagination {
    justify-content: center;
}

@media (max-width: 991px) {
    .product-page .post-pagination {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
    position: relative;
}

.product-details__image {
    min-height: 570px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 991px) {
    .product-details__image {
        min-height: 500px;
    }
}

@media (max-width: 430px) {
    .product-details__image {
        min-height: 450px;
    }
}

@media (max-width: 390px) {
    .product-details__image {
        min-height: 400px;
    }
}

@media (max-width: 375px) {
    .product-details__image {
        padding: 30px;
        min-height: 380px;
    }
}

@media (max-width: 360px) {
    .product-details__image {
        min-height: 350px;
    }
}

.product-details__image img {
    max-width: 100%;
    height: auto;
}

.product-details__top {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.product-details__name {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375;
    text-transform: capitalize;
}

.product-details__price {
    margin: 0;
    font-size: 24px;
    color: var(--mediox-base, #33C1ED);
    line-height: 1.375;
    text-transform: capitalize;
    font-weight: 700;
}

.product-details__review {
    margin-top: 9px;
    padding-bottom: 23px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.product-details__review a {
    font-size: 16px;
    color: var(--mediox-text, #707882);
    text-transform: capitalize;
    line-height: 1.75;
    font-weight: 400;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.product-details__review a:hover {
    background-size: 100% 1px;
}

.product-details__review a:hover {
    color: var(--mediox-base, #33C1ED);
}

.product-details__excerpt {
    margin-top: 21px;
    margin-bottom: 31px;
}

.product-details__excerpt__text {
    margin-bottom: 0;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 40px;
}

.product-details__quantity__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.75;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    height: 53px;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 5px;
}

.product-details__quantity .quantity-box input {
    width: 62px;
    height: 53px;
    border: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-base, #33C1ED);
    outline: none;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    text-align: center;
}

.product-details__quantity .quantity-box input:focus {
    color: var(--mediox-black, #0A2241);
}

.product-details__quantity .quantity-box button {
    width: 34px;
    height: 26.5px;
    color: var(--mediox-text, #707882);
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    border: none;
    border-left: 1px solid var(--mediox-border-color, #D9E1EB);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all 500ms ease;
}

.product-details__quantity .quantity-box button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 0px;
    top: auto;
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

.product-details__quantity .quantity-box button:hover {
    color: var(--mediox-base, #33C1ED);
}

.product-details__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.product-details__socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 32px;
}

.product-details__socials__title {
    font-size: 16px;
    font-weight: 500;
    color: var(--mediox-text, #707882);
    line-height: 1.75;
    text-transform: capitalize;
    margin-bottom: 0;
}

.product-details__socials .social-links {
    gap: 12px;
}

.product-details__socials .social-links a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border-color: var(--mediox-border-color, #D9E1EB);
}

.product-details__socials .social-links a:hover {
    border-color: var(--mediox-base, #33C1ED);
}

.product-details__description-wrapper {
    margin-top: 51px;
}

.product-details__description {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.product-details__description__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.product-details__description__text {
    margin-bottom: 0;
}

.product-details__description__text:not(:last-child) {
    margin-bottom: 30px;
}

.product-details .comments-one__card {
    padding-bottom: 34px;
}

.product-details__comments-form__top {
    margin-bottom: 33px;
}

.product-details__comments-form__title {
    margin-bottom: 13px;
}

.product-details__comments-form__text {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 1.75;
    text-transform: capitalize;
}

.product-details__comments-form__ratings {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 31px;
}

@media (max-width: 1599px) {
    .product-details__comments-form__ratings {
        gap: 15px 25px;
    }
}

.product-details__comments-form__ratings__text {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.75;
    margin-bottom: 0;
}

.product-details__comments-form__ratings .mediox-ratings span {
    color: var(--mediox-text, #707882);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
    position: relative;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 4px;
}

@media (max-width: 1199px) {
    .cart-page .table-responsive {
        margin-bottom: 30px;
    }
}

.cart-page__table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 24px;
}

@media (max-width: 1199px) {
    .cart-page__table {
        min-width: 1170px;
    }
}

.cart-page__table thead tr {
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.cart-page__table thead tr th {
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    line-height: 1;
    font-weight: 600;
    padding: 0 50px 25.5px;
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    border: 0 !important;
    box-shadow: none;
}

.cart-page__table thead tr th:first-child {
    padding-left: 0;
}

.cart-page__table thead tr th:last-child {
    padding-right: 0;
    text-align: right;
}

.cart-page__table tbody tr td {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--mediox-base, #33C1ED);
    text-transform: capitalize;
    line-height: normal;
    vertical-align: middle;
    border-top: none;
    box-shadow: none;
    background-color: transparent;
    border-top: 0 !important;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
    padding: 28px 50px;
    letter-spacing: 0;
}

.cart-page__table tbody tr td.cart-page__table__price, .cart-page__table tbody tr td.cart-page__table__total {
    font-size: 16px;
    font-weight: 500;
    color: var(--mediox-text, #707882);
}

.cart-page__table tbody tr td.cart-page__table__total {
    text-align: center;
}

.cart-page__table tbody tr td.cart-page__table__total span {
    margin-left: -40px;
}

.cart-page__table tbody tr td .cart-page__table__remove {
    margin-left: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mediox-text, #707882);
    font-size: 18px;
}

.cart-page__table tbody tr td .cart-page__table__remove svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.cart-page__table tbody tr td .cart-page__table__remove:hover {
    color: var(--mediox-base, #33C1ED);
}

.cart-page__table tbody tr td:first-child {
    padding-left: 0;
}

.cart-page__table tbody tr td:last-child {
    padding-right: 0;
}

.cart-page__table .product-details__quantity {
    margin-bottom: 0;
}

.cart-page__table__meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-page__table__meta__img {
    flex-shrink: 0;
    width: 70px;
}

.cart-page__table__meta__img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.cart-page__table__meta__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.388;
}

.cart-page__table__meta__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.cart-page__table__meta__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.cart-page__table__meta__title a:hover {
    background-size: 100% 1px;
}

.cart-page__coupone__title {
    padding-top: 4px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    text-transform: capitalize;
}

.cart-page__coupone__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 767px) {
    .cart-page__coupone__box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cart-page__coupone__form {
    min-width: 445px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px 15px;
}

@media (max-width: 767px) {
    .cart-page__coupone__form {
        min-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

.cart-page__coupone__form input[type=text] {
    display: block;
    width: 268px;
    height: 62px;
    border: none;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: normal;
    line-height: normal;
    background-color: var(--mediox-white, #FFFFFF);
    padding-left: 18px;
    padding-right: 18px;
    outline: none;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 10px;
    transition: all 400ms ease;
}

.cart-page__coupone__form input[type=text]:focus {
    color: var(--mediox-black, #0A2241);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .cart-page__coupone__form input[type=text] {
        width: 100%;
    }
}

.cart-page__coupone__btn {
    padding: 0 27.75px;
    height: 62px;
}

@media (max-width: 767px) {
    .cart-page__coupone__btn {
        height: 55px;
    }
}

.cart-page__update-btn {
    padding: 0 28.5px;
    height: 62px;
    color: var(--mediox-base, #33C1ED);
    background-color: transparent;
    border: 1px solid var(--mediox-base, #33C1ED);
}

.cart-page__update-btn::before, .cart-page__update-btn::after {
    background-color: var(--mediox-base, #33C1ED);
}

.cart-page__update-btn::before {
    border-radius: 10px 0 0 10px;
}

.cart-page__update-btn::after {
    border-radius: 0 10px 10px 0;
}

.cart-page__update-btn:hover {
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-base, #33C1ED);
}

.cart-page__update-btn:hover::before, .cart-page__update-btn:hover::after {
    width: calc(50% + 6px);
}

@media (max-width: 767px) {
    .cart-page__update-btn {
        height: 55px;
    }
}

.cart-page__btn {
    line-height: 62px;
}

@media (max-width: 767px) {
    .cart-page__btn {
        line-height: 55px;
    }
}

.cart-page__cart-checkout {
    margin-top: 10px;
    width: 100%;
    max-width: 310px;
    margin-left: auto;
}

@media (max-width: 767px) {
    .cart-page__cart-checkout {
        margin: 0;
    }
}

.cart-page__cart-total {
    position: relative;
    margin: 0;
}

.cart-page__cart-total li:not(.cart-page__cart-total__address) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.35;
}

.cart-page__cart-total li:not(.cart-page__cart-total__address) span {
    color: inherit;
}

.cart-page__cart-total__top {
    padding-bottom: 18px;
    margin-bottom: 29px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.cart-page__cart-total__title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.366;
    text-transform: capitalize;
}

.cart-page__cart-total__amount--1 {
    margin-bottom: 18px;
}

.cart-page__cart-total__amount--2 {
    margin-bottom: 18px;
}

.cart-page__cart-total__amount__text {
    font-size: 18px;
    text-align: right;
}

.cart-page__cart-total__address {
    margin-bottom: 19px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.cart-page__cart-total__address__title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--mediox-text, #707882);
    line-height: 1.375;
    text-transform: capitalize;
}

.cart-page__cart-total__address__text {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    line-height: 1.625;
    text-transform: capitalize;
}

.cart-page__button {
    text-align: right;
}

.cart-page__button .mediox-btn {
    padding: 13.5px 30.5px;
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
    position: relative;
    padding-top: 112px;
}

@media (max-width: 767px) {
    .checkout-page {
        padding-top: 92px;
    }
}

@media (max-width: 575px) {
    .checkout-page {
        padding-top: 72px;
    }
}

.checkout-page__form {
    --bs-gutter-y: 16px;
}

.checkout-page__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.375;
    text-transform: capitalize;
}

.checkout-page__billing-address {
    position: relative;
}

.checkout-page__billing-address__title {
    margin-bottom: 35px;
}

.checkout-page__control label {
    margin-bottom: 14px;
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.375;
}

.checkout-page__control input[type=text],
.checkout-page__control input[type=email],
.checkout-page__control input[type=tel] {
    height: 61px;
    width: 100%;
    display: block;
    border: none;
    background-color: var(--mediox-white2, #ECF0F5);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    color: var(--mediox-text, #707882);
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 400ms ease;
}

.checkout-page__control input[type=text]:focus,
.checkout-page__control input[type=email]:focus,
.checkout-page__control input[type=tel]:focus {
    color: var(--mediox-black, #0A2241);
    border-color: var(--mediox-base, #33C1ED);
}

.checkout-page__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    border-radius: 10px;
}

.checkout-page__control .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.checkout-page__control .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 61px;
    outline: none !important;
    border-radius: 10px;
    border: 0;
    background-color: var(--mediox-white2, #ECF0F5) !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    color: var(--mediox-text, #707882) !important;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 61px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.checkout-page__control .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--mediox-text, #707882);
}

.checkout-page__control .bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

.checkout-page__control .bootstrap-select .dropdown-menu {
    border: none;
}

.checkout-page__control .bootstrap-select .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 22px;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-weight: normal;
    color: var(--mediox-black2, #0B2241);
    background-color: var(--mediox-white2, #ECF0F5);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.checkout-page__control .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__control .bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--mediox-base, #33C1ED);
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-base, #33C1ED);
}

.checkout-page__different-address {
    margin-top: 55px;
}

@media (max-width: 991px) {
    .checkout-page__different-address {
        margin-top: 0;
    }
}

.checkout-page__different-address__title {
    margin-bottom: 19px;
    font-weight: 500;
}

.checkout-page__different-address textarea {
    padding: 11px 20px 0;
    width: 100%;
    height: 177px;
    outline: 0;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-weight: 500;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 400ms ease;
}

.checkout-page__different-address textarea:focus {
    color: var(--mediox-black, #0A2241);
    border-color: var(--mediox-base, #33C1ED);
}

.checkout-page__your-order {
    margin-top: 40px;
    position: relative;
}

.checkout-page__your-order__title {
    margin-bottom: 29px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
    padding: 0 0 29px;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.35;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.checkout-page__order-table thead tr th:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr td {
    margin: 0;
    padding: 8px 0 15px;
}

.checkout-page__order-table tbody tr td.pro__title, .checkout-page__order-table tbody tr td.pro__price {
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    line-height: 1.75;
    text-transform: capitalize;
}

.checkout-page__order-table tbody tr td.pro__title--total, .checkout-page__order-table tbody tr td.pro__price--total {
    color: var(--mediox-black, #0A2241);
    font-weight: 700;
}

.checkout-page__order-table tbody tr td:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr:first-child td {
    padding-top: 27px;
}

.checkout-page__order-table tbody tr:nth-child(3) td {
    padding-bottom: 30px;
}

.checkout-page__order-table tbody tr:last-child td {
    padding-top: 17px;
    border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}

.checkout-page__payment-wrapper {
    padding: 27px 30px 30px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: 10px;
}

@media (max-width: 412px) {
    .checkout-page__payment-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.checkout-page__payment {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .checkout-page__payment {
        margin-bottom: 70px;
    }
}

.checkout-page__payment__item + .checkout-page__payment__item {
    margin-top: 27px;
}

.checkout-page__payment__item {
    position: relative;
}

.checkout-page__payment__title {
    display: flex;
    font-family: var(--mediox-font, "Manrope", sans-serif);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    color: var(--mediox-black, #0A2241);
    line-height: 1.75;
}

.checkout-page__payment__title::before {
    content: "\f111";
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--mediox-text, #707882);
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: var(--mediox-text, #707882);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: all 500ms ease;
}

.checkout-page__payment__item--active .checkout-page__payment__title {
    text-shadow: 0 0 0.5px currentColor;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
    border-color: var(--mediox-base, #33C1ED);
    color: var(--mediox-base, #33C1ED);
}

.checkout-page__payment__content {
    margin-top: 6px;
    margin-left: 35px;
}

.checkout-page__payment__content p {
    margin-bottom: 0;
}

.checkout-page__payment__button .mediox-btn {
    padding: 13.5px 28px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
    background-color: var(--mediox-white, #FFFFFF);
}

.login-page__image__inner {
    position: relative;
    padding-left: 35px;
    display: inline-block;
}

@media (max-width: 430px) {
    .login-page__image__inner {
        padding-left: 30px;
    }
}

@media (max-width: 360px) {
    .login-page__image__inner {
        padding-left: 25px;
    }
}

.login-page__image__inner::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: calc(100% - 35px);
    height: 100%;
    border-radius: var(--mediox-radius, 20px);
    border: 1px solid var(--mediox-base, #33C1ED);
    animation: zump 2s linear infinite;
}

@media (max-width: 430px) {
    .login-page__image__inner::before {
        top: 30px;
    }
}

@media (max-width: 360px) {
    .login-page__image__inner::before {
        top: 25px;
    }
}

.login-page__image__inner img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: var(--mediox-radius, 20px);
    z-index: 1;
}

.login-page__form {
    padding: 52.5px 40px 47.5px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 575px) {
    .login-page__form {
        padding: 40px;
    }
}

@media (max-width: 412px) {
    .login-page__form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 375px) {
    .login-page__form {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.login-page__form__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
}

.login-page__form__top {
    margin-bottom: 21px;
}

.login-page__form__logo {
    margin-bottom: 37px;
}

.login-page__form__title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.login-page__form__wrapp {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.login-page__form__input-box:not(:first-child) {
    margin-top: 8px;
}

.login-page__form__input-box--3 {
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.login-page__form__input-box--4 {
    margin-top: 32px !important;
}

.login-page__form__input-box__inner {
    position: relative;
}

.login-page__form__label {
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--mediox-black, #0A2241);
    text-transform: capitalize;
}

.login-page__form input[type=text],
.login-page__form input[type=password] {
    outline: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: var(--mediox-text, #707882);
    font-weight: 400;
    background-color: var(--mediox-white, #FFFFFF);
    border: 0.5px solid var(--mediox-gray, #E5E5E5);
    border-radius: 6px;
    transition: all 500ms ease;
}

.login-page__form input[type=text]:focus,
.login-page__form input[type=password]:focus {
    color: var(--mediox-black, #0A2241);
    border-color: var(--mediox-base, #33C1ED);
}

.login-page__form .toggle-password-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    transition: all 400ms ease;
}

.login-page__form .toggle-password-icon:hover {
    color: var(--mediox-base, #33C1ED);
}

.login-page__form__checked-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--mediox-text, #707882);
    line-height: 1.5;
    cursor: pointer;
    transition: all 500ms ease;
}

.login-page__form__checked-box:hover {
    color: var(--mediox-base, #33C1ED);
}

.login-page__form__checked-box input {
    margin-right: 48px;
    opacity: 0;
    width: 0;
    height: 0;
}

.login-page__form__checked-box span {
    width: 40px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: 0;
    background-color: var(--mediox-border-color, #D9E1EB);
    border-radius: 36px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.login-page__form__checked-box span::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 2px;
    left: 2px;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    box-shadow: 1px 1px 2px -1px rgba(51, 51, 51, 0.3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.login-page__form__checked-box input:checked + span {
    background-color: var(--mediox-base, #33C1ED);
}

.login-page__form__checked-box input:focus + span {
    box-shadow: 0 0 1px var(--mediox-base, #33C1ED);
}

.login-page__form__checked-box input:checked + span::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.login-page__form__forgot {
    font-size: 14px;
    font-weight: 500;
    color: var(--mediox-text, #707882);
    line-height: 1.5;
}

.login-page__form__forgot:hover {
    color: var(--mediox-base, #33C1ED);
}

.login-page__form__btn {
    padding: 6px 25px;
    width: 100%;
    display: block;
    border-radius: 6px;
}

.login-page__form__btn::before {
    border-radius: 6px 0 0 6px;
}

.login-page__form__btn::after {
    border-radius: 0 6px 6px 0;
}

.login-page__form__bottom {
    text-align: center;
}

.login-page__form__register-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--mediox-black, #0A2241);
    line-height: 1.5;
}

.login-page__form__register-text a {
    color: var(--mediox-base, #33C1ED);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.login-page__form__register-text a:hover {
    background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion {
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion {
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 100px;
}

.faq-accordion .accordion + .accordion {
    margin-top: 20px;
}

.faq-accordion .accordion-title {
    padding: 25px 35px 24px 78px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 100px;
    background-color: var(--mediox-white, #FFFFFF);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-accordion .accordion-title {
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .faq-accordion .accordion-title {
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .faq-accordion .accordion-title {
        padding-right: 25px;
    }
}

.faq-accordion .accordion-title h4 {
    margin: 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.faq-accordion .accordion-title h4::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--mediox-border-color, #D9E1EB);
    position: absolute;
    top: calc(100% + 11.5px);
    left: 0;
    transition: all 600ms linear;
}

.faq-accordion .accordion-title__icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: -66px;
    transform: translateY(-50%);
    background-color: var(--mediox-black, #0A2241);
    border-radius: 50%;
}

.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    background-color: var(--mediox-white, #FFFFFF);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon::after {
    width: 16px;
    height: 2px;
}

.faq-accordion .active.accordion {
    border-radius: 10px;
    background-color: var(--mediox-white, #FFFFFF);
}

.faq-accordion .active .accordion-title {
    border: 0;
    border-radius: 10px;
}

.faq-accordion .active .accordion-title h4::after {
    width: calc(100% + 35px);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-accordion .active .accordion-title h4::after {
        width: calc(100% + 25px);
    }
}

@media (max-width: 767px) {
    .faq-accordion .active .accordion-title h4::after {
        width: calc(100% + 30px);
    }
}

@media (max-width: 575px) {
    .faq-accordion .active .accordion-title h4::after {
        width: calc(100% + 25px);
    }
}

.faq-accordion .active .accordion-title__icon {
    background-color: var(--mediox-base, #33C1ED);
}

.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
    background-color: var(--mediox-white, #FFFFFF);
    opacity: 0;
}

.faq-accordion .active .accordion-title__icon::after {
    opacity: 1;
}

.faq-accordion .accordion-content .inner {
    padding: 8px 35px 21px 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-accordion .accordion-content .inner {
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .faq-accordion .accordion-content .inner {
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .faq-accordion .accordion-content .inner {
        padding-right: 25px;
    }
}

.faq-accordion .accordion-content p {
    margin: 0;
}

.faq-page-search {
    padding-top: 109px;
    background-color: var(--mediox-white, #FFFFFF);
}

@media (max-width: 767px) {
    .faq-page-search {
        padding-top: 89px;
    }
}

@media (max-width: 575px) {
    .faq-page-search {
        padding-top: 69px;
    }
}

.faq-page-search__content {
    text-align: center;
}

.faq-page-search__title {
    margin-bottom: 48px;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.222;
}

@media (max-width: 430px) {
    .faq-page-search__title {
        font-size: 40px;
    }
}

@media (max-width: 390px) {
    .faq-page-search__title {
        font-size: 35px;
    }
}

.faq-page-search__form {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 770px;
}

.faq-page-search__form input[type=text] {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    height: 55px;
    background-color: var(--mediox-white, #FFFFFF);
    color: var(--mediox-text, #707882);
    font-size: 14px;
    font-weight: 400;
    padding-left: 23px;
    padding-right: 42px;
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 100px;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .faq-page-search__form input[type=text] {
        padding-left: 20px;
    }
}

.faq-page-search__form input[type=text]:focus {
    color: var(--mediox-black, #0A2241);
    border-color: var(--mediox-base, #33C1ED);
}

.faq-page-search__form button[type=submit] {
    display: inline-flex;
    align-items: center;
    padding: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    color: var(--mediox-base, #33C1ED);
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.faq-page-search__form button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 575px) {
    .faq-page-search__form button[type=submit] {
        right: 20px;
    }
}

.faq-page-search__form button[type=submit]:hover {
    color: var(--mediox-black, #0A2241);
}

.faq-one {
    position: relative;
    background-color: var(--mediox-black, #0A2241);
    counter-reset: faqNumber;
}

.faq-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.1;
    mix-blend-mode: screen;
}

.faq-one .container {
    position: relative;
    z-index: 1;
}

.faq-one__content {
    position: relative;
    z-index: 1;
}

.faq-one .sec-title {
    margin-bottom: 49px;
}

.faq-one .sec-title__title {
    color: var(--mediox-white, #FFFFFF);
}

.faq-one .faq-accordion {
    position: relative;
    z-index: 1;
}

.faq-one .faq-accordion .accordion {
    background-color: transparent;
    border-radius: 100px;
}

.faq-one .faq-accordion .accordion + .accordion {
    margin-top: 21px;
}

.faq-one .faq-accordion .accordion-title {
    position: relative;
    padding: 15.5px 65px 15.5px 60px;
    background-color: transparent;
    border: 1px solid RGBA(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
}

.faq-one .faq-accordion .accordion-title::after {
    content: "0" counter(faqNumber);
    counter-increment: faqNumber;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 14px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 600;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.2);
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one .faq-accordion .accordion-title h4 {
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    line-height: 1.35;
}

@media (max-width: 430px) {
    .faq-one .faq-accordion .accordion-title h4 {
        font-size: 18px;
    }
}

@media (max-width: 412px) {
    .faq-one .faq-accordion .accordion-title h4 {
        font-size: 16px;
    }
}

.faq-one .faq-accordion .accordion-title h4::after {
    display: none;
}

.faq-one .faq-accordion .accordion-title__icon {
    width: 30px;
    height: 30px;
    left: auto;
    right: -47px;
    background-color: transparent;
    border: 1px solid RGBA(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
    transition: all 500ms ease;
}

.faq-one .faq-accordion .accordion-title__icon::after, .faq-one .faq-accordion .accordion-title__icon::before {
    content: "";
    width: 1px;
    height: 11px;
    background-color: var(--mediox-text, #707882);
    transition: all 500ms ease;
}

.faq-one .faq-accordion .accordion-title__icon::after {
    width: 11px;
    height: 1px;
}

.faq-one .faq-accordion .active.accordion {
    border-radius: 0;
    background-color: transparent;
}

.faq-one .faq-accordion .active .accordion-title {
    border: 1px solid RGBA(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
    border-radius: 100px;
}

.faq-one .faq-accordion .active .accordion-title::after {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.faq-one .faq-accordion .active .accordion-title__icon {
    background-color: transparent;
    transform: translateY(-50%) rotate(45deg);
}

.faq-one .faq-accordion .active .accordion-title__icon::after, .faq-one .faq-accordion .active .accordion-title__icon::before {
    background-color: var(--mediox-base, #33C1ED);
    opacity: 1;
}

.faq-one .faq-accordion .active .accordion-title__icon::after {
    opacity: 1;
}

.faq-one .faq-accordion .accordion-content .inner {
    padding: 11px 0 0;
}

.faq-one .faq-accordion .accordion-content p {
    color: var(--mediox-white, #FFFFFF);
}

.faq-one__image {
    position: relative;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1199px) {
    .faq-one__image {
        margin-bottom: -120px;
    }
}

@media (max-width: 767px) {
    .faq-one__image {
        margin-bottom: -100px;
    }
}

@media (max-width: 575px) {
    .faq-one__image {
        margin-bottom: -80px;
    }
}

@media (min-width: 1200px) {
    .faq-one__image {
        position: absolute;
        right: 15px;
        bottom: -120px;
    }
}

@media (min-width: 1200px) {
    .faq-one__image {
        left: 46px;
    }
}

@media (min-width: 1400px) {
    .faq-one__image {
        right: auto;
        left: 0px;
    }
}

@media (min-width: 1600px) {
    .faq-one__image {
        left: 46px;
    }
}

.faq-one__image__one, .faq-one__image__two, .faq-one__image__shape-1, .faq-one__image__shape-2 {
    max-width: 100%;
    height: auto;
}

.faq-one__image__two {
    display: none;
}

@media (min-width: 768px) {
    .faq-one__image__two {
        display: inline-block;
        max-width: 440px;
        margin-left: -140px;
    }
}

@media (min-width: 992px) {
    .faq-one__image__two {
        max-width: 100%;
        margin-left: -100px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .faq-one__image__two {
        display: none;
    }
}

@media (min-width: 1400px) {
    .faq-one__image__two {
        margin-left: -160px;
        max-width: 440px;
    }
}

@media (min-width: 1600px) {
    .faq-one__image__two {
        max-width: 100%;
    }
}

.faq-one__image__shape-1 {
    position: absolute;
    top: 22px;
    right: -191px;
    z-index: -1;
    animation: rotate 6s linear infinite;
}

@media (max-width: 1599px) {
    .faq-one__image__shape-1 {
        top: 0;
        right: -90px;
    }
}

@media (max-width: 1399px) {
    .faq-one__image__shape-1 {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .faq-one__image__shape-1 {
        right: -20px;
    }
}

@media (max-width: 767px) {
    .faq-one__image__shape-1 {
        display: none;
    }
}

.faq-one--home2 .faq-one__bg {
    mix-blend-mode: overlay;
    opacity: 0.2;
}

.faq-one--home2 .faq-one__image__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 65px;
    left: 52px;
    z-index: -1;
    animation: rotate 5s linear infinite;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .faq-one--home2 .faq-one__image__shape {
        top: 0px;
    }
}

@media (max-width: 1199px) {
    .faq-one--home2 .faq-one__image__shape {
        top: 40px;
    }
}

@media (max-width: 991px) {
    .faq-one--home2 .faq-one__image__shape {
        top: 20px;
    }
}

@media (max-width: 575px) {
    .faq-one--home2 .faq-one__image__shape {
        display: none;
    }
}

.faq-one--home2 .faq-one__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 242px;
    right: -1px;
    animation: zump 2s linear infinite;
}

@media (max-width: 991px) {
    .faq-one--home2 .faq-one__shape {
        display: none;
    }
}

.faq-two {
    position: relative;
    z-index: 1;
}

.faq-two__inner {
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background-color: var(--mediox-base, #33C1ED);
    overflow: hidden;
}

@media (max-width: 575px) {
    .faq-two__inner {
        padding: 30px;
    }
}

@media (max-width: 375px) {
    .faq-two__inner {
        padding: 25px 20px;
    }
}

.faq-two__inner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: multiply;
    border-radius: inherit;
    z-index: 1;
}

.faq-two__content {
    position: relative;
    max-width: 570px;
    z-index: 2;
}

.faq-two .sec-title {
    margin-bottom: 49px;
}

.faq-two .sec-title__tagline, .faq-two .sec-title__title {
    color: var(--mediox-white, #FFFFFF);
}

.faq-two .faq-accordion .accordion-title h4::after {
    display: none;
}

.faq-two__shape {
    width: 226px;
    height: 482px;
    position: absolute;
    top: 64px;
    right: 182px;
    background-color: var(--mediox-white, #FFFFFF);
    filter: blur(67px);
    border-radius: 1000px;
}

@media (max-width: 1199px) {
    .faq-two__shape {
        right: 70px;
    }
}

@media (max-width: 991px) {
    .faq-two__shape {
        right: -35px;
    }
}

@media (max-width: 767px) {
    .faq-two__shape {
        right: -70px;
    }
}

@media (max-width: 575px) {
    .faq-two__shape {
        display: none;
    }
}

.faq-page {
    background-color: var(--mediox-white2, #ECF0F5);
}

.faq-page__image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--mediox-radius, 20px);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-card {
    position: relative;
    overflow: hidden;
}

.portfolio-card__hover__box {
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: RGBA(var(--mediox-black-rgb, 10, 34, 65), 0.8);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
}

.portfolio-card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.portfolio-card__hover__box--2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.portfolio-card__hover__box--3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.portfolio-card__hover__box--4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio-card:hover .portfolio-card__hover__box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-card__image {
    width: 100%;
    display: block;
}

.portfolio-card__content {
    width: 100%;
    padding: 31px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(100px);
    z-index: 1;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .portfolio-card__content {
        padding: 21px 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .portfolio-card__content {
        padding: 21px 30px;
    }
}

@media (max-width: 375px) {
    .portfolio-card__content {
        padding: 21px 30px;
    }
}

.portfolio-card:hover .portfolio-card__content {
    opacity: 1;
    transform: translateY(0);
    transition: all 500ms ease;
}

.portfolio-card__title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    color: var(--mediox-white, #FFFFFF);
    text-transform: capitalize;
    line-height: 1.375;
}

@media (max-width: 375px) {
    .portfolio-card__title {
        font-size: 22px;
    }
}

.portfolio-card__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.portfolio-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.portfolio-card__title a:hover {
    background-size: 100% 1px;
}

.portfolio-card__text {
    margin: 0;
    font-weight: 500;
    color: var(--mediox-white, #FFFFFF);
    text-transform: capitalize;
}

.portfolio-card__btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--mediox-base, #33C1ED);
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    transform: translateX(100px);
    z-index: 1;
    transition: all 500ms ease;
}

.portfolio-card__btn__icon {
    display: inline-flex;
    font-size: 18px;
    color: var(--mediox-white, #FFFFFF);
    transition: all 500ms ease;
}

.portfolio-card__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.portfolio-card__btn:hover .portfolio-card__btn__icon {
    transform: rotate(45deg);
}

.portfolio-card:hover .portfolio-card__btn {
    opacity: 1;
    transform: translateX(0);
}

.portfolio-card--one {
    border-radius: var(--mediox-radius, 20px);
}

.portfolio-card--one .portfolio-card__hover__box {
    width: 20%;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.portfolio-card--one .portfolio-card__hover__box--1 {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.portfolio-card--one .portfolio-card__hover__box--2 {
    left: 20%;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.portfolio-card--one .portfolio-card__hover__box--3 {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.portfolio-card--one .portfolio-card__hover__box--4 {
    left: 60%;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.portfolio-card--one .portfolio-card__hover__box--5 {
    left: 80%;
    -webkit-transition-delay: 3s;
    transition-delay: 0.3s;
}

.portfolio-card--one:hover .portfolio-card__hover__box {
    transform: translateY(0);
}

.portfolio-card--one .portfolio-card__image {
    border-radius: inherit;
}

.portfolio-card--one .portfolio-card__content {
    padding: 21px 30px;
}

.portfolio-card--two {
    border-radius: 30px;
}

.portfolio-card--two .portfolio-card__image {
    border-radius: inherit;
}

.portfolio-card--two .portfolio-card__content {
    padding-bottom: 23px;
}

.portfolio-card--two .portfolio-card__category {
    display: inline-block;
    margin-bottom: 11px;
    padding: 5px 10px;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid var(--mediox-base, #33C1ED);
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .portfolio-card--two .portfolio-card__category {
        font-size: 14px;
    }
}

.portfolio-card--two .portfolio-card__category:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.portfolio-card--two .portfolio-card__title {
    margin: 0;
}

.portfolio-two {
    background-color: var(--mediox-white2, #ECF0F5);
}

.portfolio-two__top {
    margin-bottom: 49px;
}

.portfolio-two__custome-navs {
    position: relative;
    top: -11px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

@media (max-width: 991px) {
    .portfolio-two__custome-navs {
        top: 0;
    }
}

.portfolio-two__custome-navs button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--mediox-black, #0A2241);
    background-color: var(--mediox-white, #FFFFFF);
    border: 1px solid var(--mediox-border-color, #D9E1EB);
    border-radius: 50%;
    transition: all 400ms ease;
}

.portfolio-two__custome-navs button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.portfolio-two__custome-navs button:hover {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    border-color: var(--mediox-base, #33C1ED);
}

@media (max-width: 767px) {
    .portfolio-two__custome-navs button {
        width: 55px;
        height: 55px;
    }
}

.portfolio-two__custome-navs button span {
    border: none;
    outline: none;
    color: inherit;
}

.portfolio-page {
    background-color: var(--mediox-white, #FFFFFF);
}

.portfolio-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-page__row {
    --bs-gutter-x: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details__content {
    margin-bottom: 22px;
}

.portfolio-details__content__inner p + p {
    margin-top: 13px;
}

.portfolio-details__image {
    margin-bottom: 21px;
}

.portfolio-details__image img {
    width: 100%;
    display: block;
    border-radius: var(--mediox-radius, 20px);
}

.portfolio-details__title {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.366;
}

@media (max-width: 575px) {
    .portfolio-details__title {
        font-size: 26px;
    }
}

.portfolio-details__text {
    margin: 0;
    line-height: 1.75;
}

.portfolio-details__inner__title {
    margin-bottom: 18px;
}

.portfolio-details__inner__text {
    margin-bottom: 15px;
}

.portfolio-details__inner__row {
    margin-bottom: 22px;
}

.portfolio-details__inner__image {
    position: relative;
}

.portfolio-details__inner__image img {
    width: 100%;
    display: block;
    border-radius: var(--mediox-radius, 20px);
}

.portfolio-details__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-details__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 36px;
}

.portfolio-details__list li + li {
    margin-top: 8px;
}

.portfolio-details__list li {
    display: flex;
    gap: 11px;
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    font-weight: 600;
    line-height: 1.75;
}

.portfolio-details__list__icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
}

.portfolio-sidebar__item:not(:last-child) {
    margin-bottom: 30px;
}

.portfolio-sidebar__title {
    margin-bottom: 0;
    font-size: 24px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
}

@media (max-width: 412px) {
    .portfolio-sidebar__title {
        font-size: 22px;
    }
}

.portfolio-sidebar__info {
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

.portfolio-sidebar__info__top {
    padding: 19px 30px 20px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: var(--mediox-radius, 20px) var(--mediox-radius, 20px) 0 0;
}

.portfolio-sidebar__info__list {
    list-style: none;
    margin: 0;
    padding: 23px 30px 25px;
}

@media (max-width: 360px) {
    .portfolio-sidebar__info__list {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.portfolio-sidebar__info__list li:not(:last-child) {
    margin-bottom: 23px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--mediox-border-color, #D9E1EB);
}

.portfolio-sidebar__info__title {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    color: var(--mediox-black, #0A2241);
    font-weight: 700;
    line-height: 1.625;
    text-transform: capitalize;
}

.portfolio-sidebar__info__text {
    display: block;
    font-size: 16px;
    color: var(--mediox-text, #707882);
    font-weight: 500;
    line-height: 1.625;
    text-transform: capitalize;
}

.portfolio-sidebar__info__text--tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio-sidebar__info__text--tag a {
    color: inherit;
}

.portfolio-sidebar__info__text--tag a:hover {
    color: var(--mediox-base, #33C1ED);
}

.portfolio-sidebar__info__text--tag span {
    display: inline-block;
    margin-left: 2px;
    margin-right: 6px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-one {
    padding-top: 267px;
    padding-top: 60px;
    position: relative;
    background-color: var(--mediox-white2, #ECF0F5);
}

.features-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.25;
}

.features-one .container {
    position: relative;
    z-index: 1;
}

.features-one__card {
    position: relative;
    border-radius: 10px;
}

.features-one__card::after {
    content: "";
    width: 100%;
    height: calc(100% - 30px);
    background-color: var(--mediox-white, #FFFFFF);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    box-shadow: 0px 4px 50px rgba(54, 193, 236, 0.1);
}

.features-one__card__content {
    position: relative;
    padding: 0 30px 23px;
    z-index: 1;
}

.features-one__card__icon {
    margin-bottom: 19px;
    position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: var(--mediox-base, #33C1ED);
    font-size: 40px;
    color: var(--mediox-white, #FFFFFF);
    z-index: 1;
    transition: all 500ms ease;
}

.features-one__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-one__card__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background-color: var(--mediox-primary, #2C51A3);
    transition: transform 400ms ease, opacity 400ms ease;
}

.features-one__card:hover .features-one__card__icon::after {
    opacity: 1;
    transform: scale(1);
}

.features-one__card__title {
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.388;
    text-transform: capitalize;
}

.features-one__card__text {
    margin: 0;
    line-height: 1.625;
}

/*--------------------------------------------------------------
# Pricing Plan
--------------------------------------------------------------*/
.pricing-one {
    padding-top: 106px;
    background-color: var(--mediox-white, #FFFFFF);
}

@media (max-width: 767px) {
    .pricing-one {
        padding-top: 86px;
    }
}

@media (max-width: 575px) {
    .pricing-one {
        padding-top: 66px;
    }
}

@media (max-width: 430px) {
    .pricing-one {
        padding-top: 70px;
    }
}

.pricing-one__top {
    margin: 0 auto 78px;
    width: 100%;
    max-width: 926px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px 122px;
}

@media (max-width: 991px) {
    .pricing-one__top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .pricing-one__content {
        text-align: center;
    }
}

.pricing-one__title {
    margin-bottom: 17px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.375;
}

@media (max-width: 430px) {
    .pricing-one__title {
        font-size: 30px;
    }
}

.pricing-one__text {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.555;
}

.pricing-one__main-tab-box {
    position: relative;
    display: block;
}

.pricing-one__main-tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 31px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

@media (max-width: 991px) {
    .pricing-one__main-tab-box .tab-buttons {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
}

.pricing-one__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    padding: 10.5px 24px;
    font-size: 14px;
    font-weight: 700;
    color: var(--mediox-black, #0A2241);
    letter-spacing: 0.833px;
    text-transform: uppercase;
    background-color: var(--mediox-white2, #ECF0F5);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn:hover {
    color: var(--mediox-white, #FFFFFF);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn::before, .pricing-one__main-tab-box .tab-buttons .tab-btn::after {
    background-color: var(--mediox-base, #33C1ED);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
    box-shadow: 0px 5px 7px 0px rgba(82, 67, 194, 0.23);
}

.pricing-one__main-tab-box .tabs-content {
    margin-top: 20px;
    position: relative;
    display: block;
}

.pricing-one__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.pricing-one__main-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.pricing-one__inner {
    padding-right: 40px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 1199px) {
    .pricing-one__inner {
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .pricing-one__inner {
        padding: 40px 40px 46px;
    }
}

@media (max-width: 425px) {
    .pricing-one__inner {
        padding: 30px 30px 36px;
    }
}

@media (max-width: 375px) {
    .pricing-one__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pricing-one__row {
    --bs-gutter-x: 40px;
}

@media (max-width: 991px) {
    .pricing-one__row {
        --bs-gutter-y: 40px;
    }
}

.pricing-one__col-image {
    flex: 0 0 auto;
    width: 21.71%;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .pricing-one__col-image {
        display: none;
    }
}

.pricing-one__col-card {
    flex: 0 0 auto;
    width: 23.249%;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .pricing-one__col-card {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .pricing-one__col-card {
        margin-bottom: 0;
        width: 46.92%;
    }
}

@media (max-width: 767px) {
    .pricing-one__col-card {
        width: 100%;
    }
}

.pricing-one__col-card--popular {
    flex: 0 0 auto;
    width: 28.377%;
}

@media (max-width: 1199px) {
    .pricing-one__col-card--popular {
        width: 35.5%;
    }
}

@media (max-width: 991px) {
    .pricing-one__col-card--popular {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .pricing-one__col-card--popular {
        width: 100%;
    }
}

.pricing-one__col-divider {
    width: 0.1%;
}

@media (max-width: 767px) {
    .pricing-one__col-divider {
        display: none;
    }
}

.pricing-one__col-divider__inner {
    position: relative;
    height: 100%;
}

.pricing-one__col-divider__inner::after {
    content: "";
    position: absolute;
    top: calc(50% + 9px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 104px);
    background-color: var(--mediox-border-color, #D9E1EB);
}

.pricing-one__image {
    margin-top: 56px;
}

.pricing-one__image img {
    width: 100%;
    display: block;
    border-radius: 0 var(--mediox-radius, 20px) var(--mediox-radius, 20px) 0;
}

.pricing-one__card {
    margin-top: 46px;
}

@media (max-width: 991px) {
    .pricing-one__card {
        margin-top: 0;
    }
}

.pricing-one__card--popular {
    margin-top: -26px;
    padding: 20px 30px;
    background-color: var(--mediox-primary, #2C51A3);
    box-shadow: 0px 42px 34px rgba(54, 193, 236, 0.2);
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 412px) {
    .pricing-one__card--popular {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .pricing-one__card--popular {
        margin-top: 0;
    }
}

.pricing-one__card--popular .pricing-one__card__price,
.pricing-one__card--popular .pricing-one__card__price span,
.pricing-one__card--popular .pricing-one__card__title,
.pricing-one__card--popular .pricing-one__card__text,
.pricing-one__card--popular .pricing-one__card__list li {
    color: var(--mediox-white, #FFFFFF);
}

.pricing-one__card--popular .pricing-one__card__price {
    margin-bottom: 17px;
}

.pricing-one__card--popular .pricing-one__card__title {
    margin-bottom: 6px;
}

.pricing-one__card--popular .pricing-one__card__list {
    padding: 0;
    margin: 13px 0 23px;
}

.pricing-one__card--popular .pricing-one__card__list::after {
    display: none;
}

.pricing-one__card--popular .pricing-one__card__list li + li {
    margin-top: 11.5px;
}

.pricing-one__card--popular .pricing-one__card__list__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.15);
}

.pricing-one__card--popular .pricing-one__card__btn {
    width: 100%;
    text-transform: capitalize;
}

.pricing-one__card--popular .pricing-one__card__btn::before, .pricing-one__card--popular .pricing-one__card__btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.pricing-one__card--popular .pricing-one__card__btn:hover {
    color: var(--mediox-base, #33C1ED);
}

.pricing-one__card__category {
    margin: 0 0 23px auto;
    display: table;
    padding: 6.5px 11px 4.5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: 0.833px;
    border-radius: 100px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
    transition: all 500ms ease;
}

.pricing-one__card:hover .pricing-one__card__category {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.pricing-one__card__price {
    margin-bottom: 9px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.277;
}

.pricing-one__card__price span {
    font-size: 17px;
    color: var(--mediox-text, #707882);
    font-weight: 700;
    line-height: 1.352;
}

.pricing-one__card__title {
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.357;
}

.pricing-one__card__text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.733;
}

.pricing-one__card__list {
    position: relative;
    margin: 11px 0 29px 0;
    padding: 22px 0 0 0;
    list-style: none;
}

.pricing-one__card__list::after {
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--mediox-border-color, #D9E1EB);
}

.pricing-one__card__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
}

.pricing-one__card__list li + li {
    margin-top: 21px;
}

.pricing-one__card__list__icon {
    width: 20px;
    height: 20px;
    font-size: 9px;
    color: var(--mediox-base, #33C1ED);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.15);
    transition: all 500ms ease;
}

.pricing-one__card:hover .pricing-one__card__list__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-base, #33C1ED);
}

.pricing-one__card__btn {
    font-size: 15px;
    padding: 13px 58.35px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills-one {
    background-color: var(--mediox-white, #FFFFFF);
}

.skills-one .container {
    position: relative;
    z-index: 1;
}

.skills-one .sec-title {
    margin-bottom: 25px;
}

.skills-one__text {
    margin-bottom: 22px;
}

.skills-one__skills .progress-box + .progress-box {
    margin-top: 26px;
}

.skills-one__image {
    position: relative;
}

.skills-one__image img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.skills-one__award {
    width: 121px;
    height: 121px;
    position: relative;
    position: absolute;
    left: 40px;
    bottom: 40px;
    transform: rotate(-30deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: var(--mediox-white, #FFFFFF);
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .skills-one__award {
        left: 30px;
        bottom: 30px;
    }
}

.skills-one__award::after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed var(--mediox-white, #FFFFFF);
    border-radius: inherit;
    transition: all 500ms ease;
}

.skills-one__award__text {
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 600;
    line-height: 1.25;
    transition: all 500ms ease;
}

.skills-one__image:hover .skills-one__award {
    background-color: var(--mediox-base, #33C1ED);
}

.skills-one__image:hover .skills-one__award::after {
    border-color: var(--mediox-base, #33C1ED);
}

.skills-one__image:hover .skills-one__award__text {
    color: var(--mediox-white, #FFFFFF);
}

.skills-one--about {
    background-color: var(--mediox-white2, #ECF0F5);
}

.skills-one--home2 {
    position: relative;
    background-color: var(--mediox-black, #0A2241);
}

.skills-one--home2 .skills-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.6;
}

.skills-one--home2 .sec-title__title,
.skills-one--home2 .skills-one__text,
.skills-one--home2 .progress-box__title {
    color: var(--mediox-white, #FFFFFF);
}

.skills-one--home2 .skills-one__image {
    position: relative;
    padding-left: 33px;
}

@media (max-width: 1199px) {
    .skills-one--home2 .skills-one__image {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .skills-one--home2 .skills-one__image {
        margin-top: 70px;
    }
}

@media (max-width: 575px) {
    .skills-one--home2 .skills-one__image {
        margin-top: 0;
    }
}

.skills-one--home2 .skills-one__image::before {
    content: "";
    width: 564px;
    height: 461px;
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%);
    background-image: url(../images/shapes/skills-shape-2-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

@media (min-width: 1200px) and (max-width: 1330px) {
    .skills-one--home2 .skills-one__image::before {
        width: 500px;
        height: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .skills-one--home2 .skills-one__image::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .skills-one--home2 .skills-one__image::before {
        left: 0;
    }
}

@media (max-width: 767px) {
    .skills-one--home2 .skills-one__image::before {
        width: 530px;
    }
}

@media (max-width: 575px) {
    .skills-one--home2 .skills-one__image::before {
        display: none;
    }
}

.skills-one--home2 .skills-one__image::after {
    content: "";
    width: 564px;
    height: 461px;
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%) rotate(15deg);
    background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.1);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 735.000000"><g transform="translate(0.000000,735.000000) scale(0.100000,-0.100000)"  stroke="none"> <path d="M2715 7341 c9 -15 -6 -20 -91 -31 -129 -16 -261 -50 -416 -106 -354 -129 -606 -316 -750 -559 -61 -103 -75 -130 -111 -216 -49 -122 -77 -205 -97 -299 -4 -19 -12 -55 -18 -80 -35 -142 -61 -324 -86 -595 -8 -88 -20 -209 -26 -270 -6 -60 -15 -155 -20 -210 -5 -55 -14 -131 -20 -170 -6 -38 -18 -113 -26 -165 -39 -247 -113 -483 -236 -750 -33 -73 -235 -477 -287 -575 -26 -49 -77 -146 -114 -215 -36 -69 -84 -159 -106 -200 -67 -124 -149 -295 -174 -366 -110 -307 -137 -453 -137 -752 0 -204 3 -238 37 -387 27 -121 87 -282 133 -358 11 -17 23 -39 26 -47 42 -94 277 -390 370 -465 27 -22 55 -46 63 -53 25 -24 173 -117 232 -144 62 -30 150 -59 251 -82 92 -22 388 -22 495 -1 147 29 228 48 268 60 22 7 69 22 105 34 36 11 90 30 120 41 30 12 66 25 80 30 69 22 272 115 515 235 149 73 295 144 325 158 30 13 85 39 123 56 37 17 72 31 78 31 6 0 23 7 37 15 58 32 229 85 376 116 118 25 367 27 464 3 108 -27 211 -67 330 -129 150 -80 253 -152 657 -466 72 -55 139 -105 150 -110 11 -5 34 -18 50 -29 112 -72 352 -173 515 -217 209 -56 267 -63 580 -70 270 -5 385 2 540 34 400 82 669 191 1045 426 134 83 379 304 514 462 166 195 327 477 397 695 29 88 45 146 53 185 5 22 13 60 20 85 6 25 13 71 17 103 4 40 10 57 20 57 21 0 21 465 0 473 -9 4 -17 26 -20 54 -12 100 -52 258 -82 331 -8 18 -14 40 -14 50 0 9 -7 26 -15 36 -8 11 -15 26 -15 33 0 14 -94 210 -141 293 -41 73 -151 240 -208 315 -140 186 -462 524 -676 710 -44 39 -87 76 -95 84 -8 8 -55 47 -105 87 -49 39 -130 104 -178 143 -49 39 -143 113 -210 163 -107 81 -263 203 -277 218 -3 3 -27 24 -55 45 -54 44 -458 379 -516 429 -19 17 -57 49 -84 71 -26 22 -53 45 -59 50 -9 9 -303 249 -431 353 -73 59 -327 256 -376 292 -188 137 -233 170 -307 222 -45 32 -85 58 -88 58 -4 0 -23 13 -43 28 -20 16 -64 46 -99 68 -35 21 -73 46 -86 54 -21 13 -104 63 -158 95 -9 6 -39 22 -65 36 -26 15 -64 36 -83 47 -37 21 -280 142 -340 170 -103 46 -238 98 -340 131 -177 58 -165 55 -382 105 -37 9 -86 17 -110 17 -61 2 -103 13 -100 27 1 9 -62 12 -259 12 -158 0 -258 -4 -254 -9z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 735.000000"><g transform="translate(0.000000,735.000000) scale(0.100000,-0.100000)"  stroke="none"> <path d="M2715 7341 c9 -15 -6 -20 -91 -31 -129 -16 -261 -50 -416 -106 -354 -129 -606 -316 -750 -559 -61 -103 -75 -130 -111 -216 -49 -122 -77 -205 -97 -299 -4 -19 -12 -55 -18 -80 -35 -142 -61 -324 -86 -595 -8 -88 -20 -209 -26 -270 -6 -60 -15 -155 -20 -210 -5 -55 -14 -131 -20 -170 -6 -38 -18 -113 -26 -165 -39 -247 -113 -483 -236 -750 -33 -73 -235 -477 -287 -575 -26 -49 -77 -146 -114 -215 -36 -69 -84 -159 -106 -200 -67 -124 -149 -295 -174 -366 -110 -307 -137 -453 -137 -752 0 -204 3 -238 37 -387 27 -121 87 -282 133 -358 11 -17 23 -39 26 -47 42 -94 277 -390 370 -465 27 -22 55 -46 63 -53 25 -24 173 -117 232 -144 62 -30 150 -59 251 -82 92 -22 388 -22 495 -1 147 29 228 48 268 60 22 7 69 22 105 34 36 11 90 30 120 41 30 12 66 25 80 30 69 22 272 115 515 235 149 73 295 144 325 158 30 13 85 39 123 56 37 17 72 31 78 31 6 0 23 7 37 15 58 32 229 85 376 116 118 25 367 27 464 3 108 -27 211 -67 330 -129 150 -80 253 -152 657 -466 72 -55 139 -105 150 -110 11 -5 34 -18 50 -29 112 -72 352 -173 515 -217 209 -56 267 -63 580 -70 270 -5 385 2 540 34 400 82 669 191 1045 426 134 83 379 304 514 462 166 195 327 477 397 695 29 88 45 146 53 185 5 22 13 60 20 85 6 25 13 71 17 103 4 40 10 57 20 57 21 0 21 465 0 473 -9 4 -17 26 -20 54 -12 100 -52 258 -82 331 -8 18 -14 40 -14 50 0 9 -7 26 -15 36 -8 11 -15 26 -15 33 0 14 -94 210 -141 293 -41 73 -151 240 -208 315 -140 186 -462 524 -676 710 -44 39 -87 76 -95 84 -8 8 -55 47 -105 87 -49 39 -130 104 -178 143 -49 39 -143 113 -210 163 -107 81 -263 203 -277 218 -3 3 -27 24 -55 45 -54 44 -458 379 -516 429 -19 17 -57 49 -84 71 -26 22 -53 45 -59 50 -9 9 -303 249 -431 353 -73 59 -327 256 -376 292 -188 137 -233 170 -307 222 -45 32 -85 58 -88 58 -4 0 -23 13 -43 28 -20 16 -64 46 -99 68 -35 21 -73 46 -86 54 -21 13 -104 63 -158 95 -9 6 -39 22 -65 36 -26 15 -64 36 -83 47 -37 21 -280 142 -340 170 -103 46 -238 98 -340 131 -177 58 -165 55 -382 105 -37 9 -86 17 -110 17 -61 2 -103 13 -100 27 1 9 -62 12 -259 12 -158 0 -258 -4 -254 -9z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (min-width: 1200px) and (max-width: 1330px) {
    .skills-one--home2 .skills-one__image::after {
        width: 515px;
        height: 411px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .skills-one--home2 .skills-one__image::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .skills-one--home2 .skills-one__image::after {
        left: 0;
    }
}

@media (max-width: 575px) {
    .skills-one--home2 .skills-one__image::after {
        display: none;
    }
}

.skills-one--home2 .skills-one__image img {
    position: relative;
    z-index: 1;
    border-radius: 0;
    animation: moveHorizontal 2s linear infinite;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    background-color: var(--mediox-white, #FFFFFF);
}

.welcome-one .container {
    position: relative;
    z-index: 1;
}

.welcome-one__inner {
    position: relative;
    padding: 55px 60px 60px;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .welcome-one__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 575px) {
    .welcome-one__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.welcome-one__inner__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 30px;
}

.welcome-one__inner__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #2E51A3 0%, rgba(46, 81, 163, 0) 100%);
    border-radius: inherit;
}

.welcome-one__content {
    position: relative;
    z-index: 1;
    max-width: 520px;
}

.welcome-one .sec-title {
    margin-bottom: 10px;
}

.welcome-one .sec-title__tagline, .welcome-one .sec-title__title {
    color: var(--mediox-white, #FFFFFF);
}

@media (max-width: 767px) {
    .welcome-one .sec-title__title br {
        display: none;
    }
}

.welcome-one__text {
    margin-bottom: 31px;
    color: var(--mediox-white, #FFFFFF);
}

.welcome-one .mediox-btn::before, .welcome-one .mediox-btn::after {
    background-color: var(--mediox-white, #FFFFFF);
}

.welcome-one .mediox-btn:hover, .welcome-one .mediox-btn:hover .mediox-btn__icon {
    color: var(--mediox-base, #33C1ED);
}

.welcome-one__image {
    width: 100%;
    max-width: 569px;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 1000px 30px 30px 0px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .welcome-one__image {
        display: none;
    }
}

.welcome-one__image__bg {
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: inherit;
}

.welcome-one--home2 {
    padding-top: 181px;
    background-color: var(--mediox-white2, #ECF0F5);
}

.welcome-one--home2 .welcome-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: hard-light;
    opacity: 0.2;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
    background-color: var(--mediox-white, #FFFFFF);
    counter-reset: chooseNumber;
}

.work-process-one__inner {
    position: relative;
}

.work-process-one .sec-title {
    margin-bottom: 63px;
}

.work-process-one .row {
    position: relative;
    z-index: 1;
}

.work-process-one__item {
    text-align: center;
}

@media (min-width: 1200px) {
    .work-process-one__item--reverse {
        margin-top: -7px;
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .work-process-one__item--reverse .work-process-one__item__icon {
        margin: 22px auto 0;
    }
}

.work-process-one__item__icon {
    position: relative;
    margin: 0 auto 22px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mediox-white, #FFFFFF);
    border-radius: 50%;
    font-size: 40px;
    color: var(--mediox-base, #33C1ED);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    z-index: 1;
    transition: all 400ms ease;
}

.work-process-one__item__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.work-process-one__item__icon::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0.5);
    opacity: 0;
    background-color: var(--mediox-base, #33C1ED);
    transition: transform 400ms ease, opacity 400ms ease;
}

.work-process-one__item:hover .work-process-one__item__icon {
    color: var(--mediox-white, #FFFFFF);
}

.work-process-one__item:hover .work-process-one__item__icon::after {
    opacity: 1;
    transform: scale(1);
}

.work-process-one__item__number {
    position: absolute;
    top: 0px;
    left: -6px;
}

.work-process-one__item__number::after {
    content: counter(chooseNumber);
    counter-increment: chooseNumber;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 400;
    background-color: var(--mediox-primary, #2C51A3);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-process-one__item__title {
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

.work-process-one__item__text {
    margin: 0;
    font-weight: 400;
    line-height: 1.75;
}

.work-process-one__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .work-process-one__shape {
        display: none;
    }
}

.work-process-one--home3 {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.work-process-one--home3 .sec-title__title {
    color: var(--mediox-white, #FFFFFF);
}

.work-process-one--home3 .work-process-one__item__number::after {
    background-color: var(--mediox-base, #33C1ED);
}

.work-process-one--home3 .work-process-one__item__title,
.work-process-one--home3 .work-process-one__item__text {
    color: var(--mediox-white, #FFFFFF);
}

/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/
.history-one {
    position: relative;
    background-color: var(--mediox-primary, #2C51A3);
}

.history-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.1;
    mix-blend-mode: multiply;
}

.history-one .container,
.history-one .container-fluid {
    position: relative;
    z-index: 1;
}

.history-one__container {
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {
    .history-one__container {
        padding-right: 0;
        margin-left: calc((100% - 1200px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

.history-one .sec-title__tagline, .history-one .sec-title__title {
    color: var(--mediox-white, #FFFFFF);
}

@media (min-width: 1400px) {
    .history-one__carousel.owl-carousel .owl-nav {
        margin: 0;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 60px;
        left: -100px;
    }
}

@media (min-width: 1600px) {
    .history-one__carousel.owl-carousel .owl-nav {
        left: -120px;
    }
}

.history-one__carousel.owl-carousel .owl-nav button {
    background-color: var(--mediox-white, #FFFFFF);
}

.history-one__item__image {
    margin-bottom: 74px;
}

.history-one__item__image img {
    border-radius: var(--mediox-radius, 20px);
}

.history-one__item__content {
    text-align: center;
}

.history-one__item__shape {
    position: relative;
    margin: 0 auto 13px;
    width: 32px;
    height: 32px;
}

.history-one__item__shape::before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: var(--mediox-white, #FFFFFF);
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 500ms ease;
}

.history-one__item__shape::after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--mediox-white, #FFFFFF);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    transition: all 500ms ease;
}

.history-one__item:hover .history-one__item__shape::before, .history-one__item:hover .history-one__item__shape::after {
    background-color: var(--mediox-base, #33C1ED);
}

.history-one__item__year {
    position: relative;
    margin-bottom: 11px;
    display: block;
    font-size: 24px;
    color: var(--mediox-base, #33C1ED);
    font-weight: 600;
    line-height: 1.25;
}

.history-one__item__year::after {
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
    position: absolute;
    top: -30px;
    left: 0;
}

.history-one__item__title {
    margin-bottom: 11px;
    font-size: 26px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}

.history-one__item__text {
    margin: 0;
    font-weight: 400;
    color: var(--mediox-white, #FFFFFF);
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    background-color: var(--mediox-white, #FFFFFF);
}

.error-404__image {
    position: relative;
    margin-left: 52px;
    max-width: 563px;
    min-height: 622px;
    background-color: var(--mediox-white2, #ECF0F5);
    border-radius: var(--mediox-radius, 20px);
}

@media (max-width: 1199px) {
    .error-404__image {
        margin: 0 auto;
    }
}

@media (max-width: 425px) {
    .error-404__image {
        min-height: 524px;
    }
}

@media (max-width: 375px) {
    .error-404__image {
        min-height: 486px;
    }
}

.error-404__image__box {
    position: relative;
    position: absolute;
    top: 107px;
    left: 102px;
    width: 324px;
    height: 324px;
    border-radius: 50%;
    background-color: var(--mediox-white, #FFFFFF);
}

@media (max-width: 1199px) {
    .error-404__image__box {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 425px) {
    .error-404__image__box {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 375px) {
    .error-404__image__box {
        width: 220px;
        height: 220px;
    }
}

.error-404__image__shape-1 {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -47px;
    left: 75px;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1199px) {
    .error-404__image__shape-1 {
        max-width: 260px;
    }
}

@media (max-width: 425px) {
    .error-404__image__shape-1 {
        max-width: 200px;
        top: -30px;
    }
}

@media (max-width: 375px) {
    .error-404__image__shape-1 {
        max-width: 170px;
        left: 65px;
    }
}

.error-404__image__shape-2 {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 75px;
    bottom: -129px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1199px) {
    .error-404__image__shape-2 {
        max-width: 260px;
    }
}

@media (max-width: 425px) {
    .error-404__image__shape-2 {
        max-width: 200px;
    }
}

@media (max-width: 425px) {
    .error-404__image__shape-2 {
        max-width: 200px;
        right: 62px;
        bottom: -90px;
    }
}

@media (max-width: 375px) {
    .error-404__image__shape-2 {
        max-width: 170px;
        right: 57px;
        bottom: -80px;
    }
}

.error-404__content {
    text-align: center;
}

@media (max-width: 991px) {
    .error-404__content {
        margin: 0 auto;
        max-width: 550px;
    }
}

.error-404__title {
    margin-bottom: 8px;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.error-404__tagline {
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.366;
    text-transform: capitalize;
}

@media (max-width: 425px) {
    .error-404__tagline {
        font-size: 28px;
    }
}

.error-404__text {
    margin-bottom: 42px;
    line-height: 1.75;
}

.error-404 .mediox-btn {
    padding: 9px 29px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
    position: relative;
    padding-bottom: 32px;
    background-color: var(--mediox-black, #0A2241);
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-footer .container {
    position: relative;
    z-index: 1;
}

.main-footer__bottom {
    margin-top: 42px;
}

.main-footer__info {
    position: relative;
    margin-bottom: 32px;
    padding: 41px 36px 41px 46px;
    background-color: var(--mediox-base, #33C1ED);
    border-radius: var(--mediox-radius, 20px);
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-footer__info {
        padding: 48px 30px 32px;
    }
}

@media (max-width: 390px) {
    .main-footer__info {
        padding-top: 57px;
    }
}

@media (max-width: 360px) {
    .main-footer__info {
        padding-left: 40px;
        padding-right: 30px;
    }
}

.main-footer__info__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    mix-blend-mode: multiply;
    border-radius: inherit;
}

.main-footer__info__row {
    position: relative;
    z-index: 1;
    align-items: center;
    --bs-gutter-x: 97px;
}

@media (max-width: 1199px) {
    .main-footer__info__row {
        --bs-gutter-x: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-footer__info__row {
        align-items: flex-start;
    }
}

.main-footer__info__col-1 {
    flex: 0 0 auto;
    width: 40.895%;
}

@media (max-width: 1199px) {
    .main-footer__info__col-1 {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .main-footer__info__col-1 {
        width: 100%;
    }
}

.main-footer__info__col-2 {
    flex: 0 0 auto;
    width: 32.3%;
}

@media (max-width: 1199px) {
    .main-footer__info__col-2 {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .main-footer__info__col-2 {
        width: 100%;
    }
}

.main-footer__info__col-3 {
    flex: 0 0 auto;
    width: 26.805%;
}

@media (max-width: 1199px) {
    .main-footer__info__col-3 {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .main-footer__info__col-3 {
        width: 100%;
    }
}

.main-footer__contact {
    display: flex;
    align-items: center;
    gap: 27px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-footer__contact {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 390px) {
    .main-footer__contact {
        flex-direction: column;
        align-items: flex-start;
    }
}

.main-footer__contact__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 16px;
    color: var(--mediox-base, #33C1ED);
    background-color: var(--mediox-white, #FFFFFF);
    transition: all 500ms ease;
}

.main-footer__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-footer__contact__icon::after {
    content: "";
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.15);
    border-radius: 50%;
    transition: all 500ms ease;
}

.main-footer__contact:hover .main-footer__contact__icon {
    color: var(--mediox-white, #FFFFFF);
    background-color: var(--mediox-primary, #2C51A3);
}

.main-footer__contact:hover .main-footer__contact__icon::after {
    border-color: var(--mediox-white, #FFFFFF);
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-footer__contact__content {
        text-align: center;
    }
}

.main-footer__contact__title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mediox-white, #FFFFFF);
    text-transform: capitalize;
    line-height: 1.357;
}

.main-footer__contact__text {
    margin: 0;
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 600;
    line-height: 1.35;
}

.main-footer__contact__text:hover {
    color: var(--mediox-black, #0A2241);
}

@media (max-width: 1199px) {
    .main-footer__contact__text {
        font-size: 18px;
    }
}

.main-footer__contact__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-footer__contact__text a:hover {
    background-size: 100% 1px;
}

.main-footer__copyright {
    margin: 0;
    text-align: center;
}

.footer-widget--links {
    margin-top: 11px;
}

@media (max-width: 991px) {
    .footer-widget--links {
        margin-top: 0;
    }
}

.footer-widget--blog {
    margin-top: 11px;
}

@media (max-width: 1199px) {
    .footer-widget--blog {
        margin-top: 0;
    }
}

.footer-widget--blog .footer-widget__title {
    margin-bottom: 42px;
}

.footer-widget__title {
    margin-bottom: 34px;
    position: relative;
    font-size: 20px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 700;
    line-height: 1.35;
    text-transform: capitalize;
}

.footer-widget__title span {
    color: var(--mediox-base, #33C1ED);
}

.footer-widget__title::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--mediox-white, #FFFFFF);
    position: absolute;
    left: 0;
    bottom: -12px;
}

.footer-widget__title::after {
    content: "";
    width: 66px;
    height: 2px;
    background-color: var(--mediox-base, #33C1ED);
    position: absolute;
    left: 26px;
    bottom: -12px;
}

.footer-widget__logo {
    margin-bottom: 21px;
}

.footer-widget__about-text {
    margin-bottom: 21px;
    color: var(--mediox-text-dark, #456EA1);
    text-transform: capitalize;
}

.footer-widget__btn {
    margin-bottom: 33px;
    padding: 6px 20.5px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: transparent;
    font-size: 15px;
    color: var(--mediox-base, #33C1ED);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.75;
    border-radius: 100px;
    border: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
    overflow: hidden;
    z-index: 1;
    transition: 500ms;
}

.footer-widget__btn::before, .footer-widget__btn::after {
    content: "";
    background-color: var(--mediox-base, #33C1ED);
    height: calc(100% + 6px);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 500ms ease;
}

.footer-widget__btn::before {
    left: -5px;
    border-radius: 100px 0 0 100px;
}

.footer-widget__btn::after {
    right: -5px;
    border-radius: 0 100px 100px 0;
}

.footer-widget__btn:hover {
    color: var(--mediox-white, #FFFFFF);
    border-color: var(--mediox-base, #33C1ED);
}

.footer-widget__btn:hover::before, .footer-widget__btn:hover::after {
    width: calc(50% + 6px);
}

.footer-widget__btn__icon {
    display: inline-flex;
    font-size: 11px;
    color: var(--mediox-base, #33C1ED);
    transition: all 500ms ease;
}

.footer-widget__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.footer-widget__btn:hover .footer-widget__btn__icon {
    color: var(--mediox-white, #FFFFFF);
    transform: rotate(45deg);
}

.footer-widget__links {
    margin: 0;
}

.footer-widget__links li + li {
    margin-top: 10px;
}

.footer-widget__links li {
    font-size: 16px;
    color: var(--mediox-text-dark, #456EA1);
    font-weight: 500;
    line-height: 1.75;
    text-transform: capitalize;
}

.footer-widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__links li a:hover {
    background-size: 100% 1px;
}

.footer-widget__links li a:hover {
    color: var(--mediox-base, #33C1ED);
    text-shadow: 0 0 0.5px currentColor;
}

.footer-widget__posts {
    margin-bottom: 0;
}

.footer-widget__posts__item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 360px) {
    .footer-widget__posts__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer-widget__posts__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.footer-widget__posts__image {
    width: 100px;
    flex-shrink: 0;
}

.footer-widget__posts__image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.footer-widget__posts__content {
    width: calc(100% - 100px);
}

@media (max-width: 360px) {
    .footer-widget__posts__content {
        width: 100%;
    }
}

.footer-widget__posts__meta {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 23px;
}

@media (max-width: 375px) {
    .footer-widget__posts__meta {
        gap: 20px;
    }
}

@media (max-width: 360px) {
    .footer-widget__posts__meta {
        gap: 23px;
    }
}

.footer-widget__posts__meta a {
    display: inline-flex;
    align-items: center;
    color: var(--mediox-text-dark, #456EA1);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.333;
}

.footer-widget__posts__meta a:hover {
    color: var(--mediox-base, #33C1ED);
}

.footer-widget__posts__meta__icon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: var(--mediox-base, #33C1ED);
}

.footer-widget__posts__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 375px) {
    .footer-widget__posts__meta__icon {
        margin-right: 8px;
    }
}

.footer-widget__posts__title {
    margin: 0;
    font-size: 16px;
    color: var(--mediox-white, #FFFFFF);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.75;
}

.footer-widget__posts__title:hover {
    color: var(--mediox-base, #33C1ED);
}

.footer-widget__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__posts__title a:hover {
    background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
    position: relative;
}

body.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--mediox-white, #FFFFFF);
    box-shadow: 0px 0px 100px 0px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.08);
}

body.boxed-wrapper .main-header--two .main-header__call {
    display: none;
}

body.boxed-wrapper .sticky-header--cloned.main-header--two .main-header__call {
    display: flex;
}

@media (max-width: 1599px) {
    body.boxed-wrapper .sticky-header--cloned.main-header--two .main-header__call {
        display: none;
    }
}

@media (min-width: 1600px) {
    body.boxed-wrapper .main-slider-one__content {
        max-width: 870px;
    }

    body.boxed-wrapper .main-slider-one__title {
        font-size: 80px;
    }

    body.boxed-wrapper .main-slider-one__bg-top {
        top: -234px;
        left: -252px;
    }

    body.boxed-wrapper .main-slider-one__content__shape-1 {
        left: 50%;
    }

    body.boxed-wrapper .about-one__shape-1 {
        left: 40px;
    }

    body.boxed-wrapper .about-one__shape-2 {
        max-width: 100px;
        right: 20px;
    }

    body.boxed-wrapper .why-choose-one__shape-5 {
        left: 50px;
    }

    body.boxed-wrapper .appointment-one__shape-1 {
        left: 40px;
    }

    body.boxed-wrapper .appointment-one__shape-2 {
        max-width: 150px;
        left: 20px;
    }

    body.boxed-wrapper .faq-one__image__shape-1 {
        top: -20px;
        right: -130px;
    }
}

/*# sourceMappingURL=mediox.css.map */

