/*
Theme Name: Leap Centre
Author: Five by Five
Version: 4.0
*/

:root {
    color-scheme: auto;
}

* {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
    color: #21234F;
    font-size: 16px;
    line-height: 1.75;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    line-height: 1.25;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 17px;
}

p {
    margin: 0 0 20px;
}

a {
    color: inherit;
    transition: background-color .3s ease, opacity .3s ease, color .3s ease;
}

a[role="button"] {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

select,
button,
textarea,
input {
    font-size: inherit;
    font-family: inherit;
}

.btn,
button,
input[type="submit"],
a {
    cursor: pointer;
}

.wrapper {
    width: 1420px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.site-container {
    overflow-x: hidden;
}

/* Site Scrollbar */
::-webkit-scrollbar {
    width: 0.7rem;
}

::-webkit-scrollbar-track {
    border: none;
    background: #e7e7e7;
}

::-webkit-scrollbar-thumb {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    background: #E3147E;
}

::-webkit-scrollbar-thumb:hover {
    background: #E3147E;
}

/* Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-top {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }
}

@keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }
}

.fade-out-top {
    -webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
.elementor-button {
    background-color: #21234F;
    border: 1px solid #21234F;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    line-height: 1;
    transition: background-color .3s ease, color .3s ease, border .3s ease;
    border-radius: 10px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
    border-color: #E3147E;
    background: #E3147E;
    color: #fff;
}

.gm-style button {
    border-radius: 0;
}

.btn,
.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    min-height: 50px;
}

.secondary .elementor-button,
.secondary .elementor-button:visited,
.btn.secondary {
    background: #44BFB8;
    border-color: #44BFB8;
    color: #fff;
}

.secondary .elementor-button:hover,
.btn.secondary:hover {
    border-color: #E3147E;
    background: #E3147E;
    color: #fff;
}

.terrain .elementor-button,
.terrain .elementor-button:visited,
.btn.terrain {
    background: #fff;
    border-color: #fff;
    color: #21234F;
}

.terrain .elementor-button:hover,
.btn.terrain:hover {
    border-color: #E3147E;
    background: #E3147E;
    color: #fff !important;
}

/* Header */
/* .elementor-location-header {
    background: #fff;
} */
/* .header-stick .site-header, */
.header-stick .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation: fade-in-top .3s cubic-bezier(.39, .575, .565, 1.000) both;
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 5%);
}

/* .header-unstick .site-header, */
.header-unstick .elementor-location-header {
    animation: fade-out-top .2s cubic-bezier(.25, .46, .45, .94) both;
}

.header-type1 .site_header_con,
.header-type2 .site_header_con {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.header-type2 .site_header_con {
    color: #fff;
}

.header-type1 .site_header_con {
    color: #21234F;
}

.header-type1.header-stick .elementor-location-header,
.header-type2.header-stick .elementor-location-header {
    background: #fff;
    color: #21234F;
}

.header-type2.header-stick .with-alt-logo .site-logo-main,
.header-type2 .with-alt-logo .site-logo-alt {
    display: none;
}

.header-type2.header-stick .with-alt-logo .site-logo-alt {
    display: inline-block;
}

/* Menu */
ul.menu {
    list-style: none;
    padding: 0;
}

div .elementor-nav-menu .sub-arrow {
    display: none;
}

.elementor-nav-menu .menu-item-has-children>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* .elementor-nav-menu .menu-item-has-children>a:after {
    content: '\e90b';
    font-family: 'icomoon';
    opacity: 1 !important;
    position: relative;
} */

#main-header-menu .sub-menu {
    min-width: 200px !important;
    padding: 22px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    border-radius: 15px;
}

#main-header-menu .overview-item>a {
    border-radius: 50px;
    background: #44BFB8;
    color: #fff;
    width: fit-content;
    margin: 0 auto 15px;
    line-height: 1;
    padding: 10px 20px !important;
}

#main-header-menu .sub-menu .elementor-sub-item {
    justify-content: center;
    border: 0;
    padding-top: 0;
}

/* #main-header-menu .sub-menu li:first-child .elementor-sub-item {
    padding-top: 13px;
} */

#main-header-menu .sub-menu li:last-child .elementor-sub-item {
    padding-bottom: 0;
}

#main-header-menu .sub-menu a:hover {
    text-decoration: underline;
}

#main-header-menu .overview-item>a:hover {
    background: #E3147E;
    text-decoration: none;
}

/* Search */
.ff-search {
    background: #f8f9fa;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: transform .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    will-change: transform;
    transform: translate3d(0, -100%, 0);
}

.show_search .ff-search {
    transform: translate3d(0, 0, 0);
}

.ff-search form {
    width: 730px;
    max-width: 100%;
    position: relative;
}

.ff-search .search-input {
    width: 100%;
    background: #fff;
    border: 1px solid #ACB5BD;
    height: 60px;
    border-radius: 60px;
    padding: 5px 25px 5px 25px;
}

.ff-search .submit {
    width: 150px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    border-radius: 50px;
}

.ff-search .close {
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 25px;
    font-weight: 400;
    opacity: .6;
    cursor: pointer;
}

.ff-search .close:hover {
    opacity: 1;
}

/* Slide Menu */
.ff-slide-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
    pointer-events: none;
    display: none;
}

.show_slide_menu .ff-slide-menu-mask {
    display: block;
    pointer-events: auto;
    animation: fadeIn 1s;
}

.ff-slide-menu {
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/12/svg-15.svg) #fff no-repeat;
    background-size:cover;
    background-position: center center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    z-index: 110;
    transition: transform .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition-delay: .1s;
    transform: translate3d(100%, 0, 0);
    will-change: transform;
    padding: 20px 20px 200px 20px;
    overflow: auto;
}

.show_slide_menu .ff-slide-menu {
    transform: translate3d(0, 0, 0);
}

/* .show_slide_menu .site-container {
    transform: translate3d(-100px, 0, 0);
} */
body.show_slide_menu {
    overflow: hidden;
}

.ff-slide-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 30px;
}

.ff-slide-menu-close {
    cursor: pointer;
    font-size: 30px;
}

.ff-slide-menu-close:hover {
    opacity: .8;
}

.ff-slide-menu-trigger {
    background: none;
    border: none;
    padding: 2px;
    width: 38px;
    height: 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
}

.header-stick.header-type2 .ff-slide-menu-trigger span,
.ff-slide-menu-trigger span {
    height: 2px;
    width: 100%;
    background: #21234F;
}

.header-type2 .ff-slide-menu-trigger span {
    background: #fff;
}

.ff-slide-menu-trigger:hover {
    background: none;
}

.ff-slide-menu-trigger .l1 {
    width: 70%;
    transition: width .5s ease;
    will-change: width;
    background: #21234F;
}

.ff-slide-menu-trigger:hover .l1 {
    width: 100%;
}

.ff-slide-menu .menu-item {
    margin-bottom: 10px;
}
.ff-slide-menu .occ-the.menu-item ul > li:not(:first-child) {
    padding-left: 15px;
}
.ff-slide-menu .menu-item a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    transition: opacity .3s ease;
}

/* .ff-slide-menu .menu-item a:hover {
    opacity: 0.7;
} */

.ff-slide-menu .sub-menu .menu-item a {
    font-weight: 400;
}

.ff-slide-menu .sub-menu {
    /* overflow: hidden;
    transition: all .5s ease;
    height: 0;
    display: flex; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    padding: 10px 0px 10px 0px;
}
.ff-slide-menu .sub-menu .sub-menu{
    padding-left: 10px;

}
/* .ff-slide-menu .show-sub .sub-menu {
    height: initial;
    padding-bottom: 12px;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} */

.ff-slide-menu .menu-item-has-children>a {
    position: relative;
    display: block;
}

.ff-slide-menu .menu-item-has-children>a:after {
    content: '\e90b';
    font-family: 'icomoon';
    transition: transform .5s ease;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    font-size: 18px;
    top: 5px;
    right: 0px;
    line-height: 1;
}
.ff-slide-menu .menu-item-has-children > a.toggle_switch:after {
    transform: rotate(-90deg);
}
.ff-slide-menu .menu-item-has-children.show-sub>a:after {
    transform: rotate(180deg);
}

.ff-slide-menu .toggle_height_el_con {
    transition: height 500ms ease;
}

.ff-slide-menu-footer {
    /* background: #F5F6F8; */
    position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    padding: 20px 10px 10px 10px;
}

.ff-slide-menu-footer a {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ff-slide-menu-footer .slide-menu-footer-links {
    padding: 0 10px;
}

.ff-slide-menu-footer a span {
    margin-right: 10px;
}

.ff-slide-menu-footer .search-form {
    margin-top: 20px
}

.ff-slide-menu .ff-slide-menu-footer input[type="search"] {
    background-color: #fff;
    border: 1px solid #E9ECEF;
    height: 50px;
    padding: 10px 50px 10px 10px;
    font-family: inherit;
    color: #21234F;
    outline: none;
    border-radius: 4px;
    width: 100%;
}

.ff-slide-menu-footer .search-form input {
    outline: none;
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 10px 10px 0px;
    font-size: 14px;
    line-height: 15px;
    border-bottom: 2px solid #21234F;
    border-radius: 0;
    height: auto;
    font-weight: 700;
}

.ff-slide-menu-footer .search-form:before {
    content: '\e9e5';
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    color: #21234F;
    font-size: 20px;
    bottom: 18px;
    right: 22px;
    transform: scaleX(-1);
}

.ff-slide-menu-footer input[type="search"]::-webkit-input-placeholder {
    opacity: 1;
    color: #495056;
}

.ff-slide-menu-footer input[type="search"]:-moz-placeholder {
    opacity: 1;
    color: #495056;
}

.ff-slide-menu-footer input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #495056;
}

.ff-slide-menu-footer input[type="search"]:-ms-input-placeholder {
    opacity: 1;
    color: #495056;
}



/* Swiper / Carousel */
.swiper-slide {
    width: auto;
}

.transition-linear {
    transition-timing-function: linear;
}

.swiper-pagination-bullet {
    font-size: 0;
    line-height: 1;
    width: 50px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    border: 0;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #21234F;
}

.swiper-pagination.numeric .swiper-pagination-bullet {
    font-size: 15px;
    font-weight: bold;
    color: #a4a7aa;
    letter-spacing: 1px;
    width: 40px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: transparent;
    border: 0px;
    border-right: 2px #a4a7aa solid;
    margin: 0;
}

.swiper-pagination.numeric .swiper-pagination-bullet:last-of-type {
    border-right: 0px;
}

.swiper-pagination.numeric .swiper-pagination-bullet-active {
    background: transparent;
    color: #495056;
}

/* Toggle Height */
.toggle_height_el_con {
    height: 0;
    overflow: hidden;
    transition: height 600ms ease;
}

/* Others */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.NOIntersectionObserver .elementor-invisible {
    visibility: visible;
}

body.admin-bar .dialog-lightbox-widget {
    min-height: 100vh;
}

body:not(.elementor-editor-active) .defer-bg-image div,
body:not(.elementor-editor-active) .defer-bg-image section,
body:not(.elementor-editor-active) .defer-bg-image {
    background-image: none !important;
}

.section-with-border-top:before,
.section-with-border-bottom:before {
    content: '';
    position: absolute;
    width: 1400px;
    max-width: 100%;
    left: 50%;
    translate: -50%;
    height: 2px;
    background: #eff0f1;
}

.section-with-border-bottom:before {
    top: initial;
    bottom: 0;
}

.section-with-border-top:before {
    bottom: initial;
    top: 0;
}

.elementor-video-wrapper iframe {
    height: 100%;
}

.flex {
    display: flex;
}

.items-no-shrink .item {
    flex-shrink: 0;
}

.color-white {
    color: #fff;
}

.hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.lh-0 {
    line-height: 0;
}

.lh-1 {
    line-height: 1;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.limit-lines-9,
.limit-lines-4,
.limit-lines-3,
.limit-lines-2,
.limit-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.limit-lines-2 {
    -webkit-line-clamp: 2;
}

.limit-lines-3 {
    -webkit-line-clamp: 3;
}

.limit-lines-4 {
    -webkit-line-clamp: 4;
}

.limit-lines-9 {
    -webkit-line-clamp: 9;
}


.disable-footer .elementor-location-footer {
    display: none
}

/*  Elementor Override  */

/*  Tabs  */
.elementor-widget-n-tabs .e-n-tabs-heading {
    font-family: 'Montserrat', sans-serif;
}

.elementor-widget-n-tabs .e-n-tabs-heading>.e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading>.e-n-tab-title[aria-selected="true"] {
    box-shadow: 0px 0px 33px 0px rgba(2, 6, 19, 0.09);
}

.bullet-style-1 li {
    background: #F8F9FB;
    border: 1px solid #DAE0E6;
    padding: 5px 15px !important;
}
.bullet-style-1 li .elementor-icon-list-icon svg {
    visibility: visible;
}

/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    backface-visibility: hidden;
    /* transform: translateY(0px); */
}

.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar.elementor-widget::-webkit-scrollbar {
    width: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track {
    border: none;
    background: #E0E1E4;
    /* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    border-color: #21234F;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
    border-color: #E3147E;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
    background: #ffffff50;
}

.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    border-color: #fff;
}

.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    border-color: #fff;
}

/* news styles */
/* 
.item-post,
.item-concern{ 
    position: relative;
} */

.item-post *,
.item-concern *,
.item-downloadables *,
.item-post:before,
.item-concern:before,
.downloadables:before {
    transition: opacity .3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.item-post:before,
.item-concern:before,
.downloadables:before {
    background: url('/wp-content/uploads/2024/01/card-accent-icon.svg') no-repeat;
    position: absolute;
    right: 16px;
    top: 22px;
    pointer-events: none;
    will-change: transform;
    display: block;
    width: 37px;
    height: 40px;
    background-position: center;
    background-size: 100%;
    content: '';
}

.item-post,
.item-concern,
.downloadables {
    background: #fff;
    box-shadow: 0px 20px 33px rgba(2, 6, 19, 0.09);
    border-radius: 15px;
    padding: 11px 13px 20px;
    min-height: 350px;
    transition: box-shadow 0.3s ease-in-out;
}

.downloadables{
    height: 350px !important;
}

.item-post:hover,
.item-concern:hover,
.downloadables:hover {
    box-shadow: 0px 0px 15px rgba(2, 6, 19, 0.09);
}


.item-post .title,
.item-concern .title,
.downloadables .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    height: 68px;
    margin-bottom: 15px;
    will-change: transform;
}

.item-post img, 
.downloadables img {
    width: 394px;
    height: 244px;
    object-fit: cover;
    border-radius: 15px 15px 122px 15px;
}

.item-post .categories ,
.downloadables .categories{
    padding: 5px 0;
    display: block;
}

.item-post:before,
.downloadables:before {
    opacity: 0;
}

.item-post:hover:before,
.downloadables:hover:before {
    opacity: 1;
}

.item:hover .title {
    color: #44BFB8;
    transform: translateY(-5px);
}

/* concerns styles */

.item-concern {
    padding: 48px 25px 80px;
    min-height: 520px;
    border: 2px solid #9FE6E2;
}
.item-concern .concern-label{
    color: #E3147E;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.item-concern .s1{
    /* max-width: 150px; */
    margin-bottom: 15px;
}
.item-concern .s1 img{
    /* width: 150px; */
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 70px 10px;
    transition: border-radius .7s ease-in-out;
}
.item-concern:hover img{
    border-radius: 10px;
}
.item-concern>a {
    background: url(/wp-content/uploads/2023/12/scribble-concern-bg.svg) no-repeat;
    display: block;
}

.item-concern .title {
    margin-bottom: 30px;
}

.item-concern .excerpt {
    height: 256px;
}

.item-concern:hover .excerpt {
    transform: translateY(5px);
}

.item-concern:before {
    opacity: 1;
}

.item-concern:hover:before {
    transform: scale(1.3);
}

@media(max-width:1023px) {
    .tablet-ml-auto {
        margin-left: auto;
    }

    .tablet-mr-auto {
        margin-right: auto;
    }

    .tablet-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .tablet-text-center {
        text-align: center;
    }

    .tablet-cols-fullwidth.e-con>.e-con-inner {
        flex-wrap: wrap;
    }

    .tablet-cols-fullwidth.e-con>.e-con-inner>.e-con {
        width: 100%;
    }
}

@media(max-width:767px) {
    .mobile-ml-auto {
        margin-left: auto;
    }

    .mobile-mr-auto {
        margin-right: auto;
    }

    .mobile-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-text-center {
        text-align: center;
    }

    .swiper-pagination-bullet {
        width: 20px;
    }

    /*  Breadcrumbs Override  */
    .elementor-widget-breadcrumbs{
        font-size: 14px !important;
    }
}

/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    
} */