:root {
    --font-title: "ivyora-display", Sans-serif;
    --font-text: "articulat-cf", Sans-serif;
    --color-text: #1E2840;
    --color-yellow: #EEE9DF;
    --color-green: #9EC4D0;
}

html {
    scroll-behavior: unset !important;
}

#wrapper {}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0, 0.18, 1);
    -moz-transition: all 0.5s cubic-bezier(0.28, 0, 0.18, 1);
    transition: all 0.5s cubic-bezier(0.28, 0, 0.18, 1);
}

p {
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 30px 0
}

* {
    box-sizing: border-box;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;

}

html {
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto
}

body {
    background: var(--color-yellow);
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    color: var(--color-text);
    font-family: var(--font-text);
    letter-spacing: 0;
    font-weight: normal;
    font-weight: 300;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-logo svg {
    max-width: 100%
}

.main-logo svg path {
    transition: all 0.3s;
}

.elementor-location-header {
    margin-bottom: -117px;
    position: sticky;
    z-index: 10;

    top: 0;
    transition: all 0.3s;
    background: transparent;
}

.page-template-page-custom .elementor-location-header {
    margin: 0 !important;
}

.page-template-page-custom .elementor-location-header,
.elementor-location-header.scroll {
    background: #EEE9DF;
}

.page-template-page-custom .elementor-location-header .pp-hamburger-icon line,
.elementor-location-header.scroll:not(.hiding) .pp-hamburger-icon line {
    stroke: #1E2840
}

.page-template-page-custom .elementor-location-header .main-logo path,
.elementor-location-header.scroll:not(.hiding) .main-logo path {
    fill: #1E2840
}

.page-template-page-custom .elementor-location-header #bt-register a,
.elementor-location-header.scroll:not(.hiding) #bt-register a {
    border-color: var(--color-green);
    color: var(--color-green);
}

.elementor-location-header.scroll.hiding {
    background: transparent;
}

.elementor-location-header > .elementor-element {
    transition: all 0.5s
}

.elementor-location-header.scroll.hiding > .elementor-element {
    transform: translateY(-100%)
}

.admin-bar .elementor-location-header {
    top: 32px;
}

.pp-menu-off-canvas-left {
    backdrop-filter: blur(8px);
    /* Apply blur to the background behind the element */
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.8s !important;
}

.admin-bar .pp-menu-off-canvas-left {
    top: 32px !important
}

.pp-menu-off-canvas-left.pp-menu-open {
    opacity: 1;
}

.pp-advanced-menu--dropdown .pp-menu-close-wrap {
    left: 48px;
    top: 30px;
    right: auto;
}

.pp-advanced-menu--dropdown .pp-menu-close:after,
.pp-advanced-menu--dropdown .pp-menu-close:before {
    background-color: var(--color-text)
}

.pp-hamburger-icon line {
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

.pp-active .pp-hamburger-icon .line-top {
    transform: translateY(2.991px) rotate(45deg);
}

.pp-active .pp-hamburger-icon .line-bottom {
    transform: translateY(-5.991px) rotate(-45deg);
}

.pp-menu-off-canvas-left ul.pp-advanced-menu {
    margin-top: 40px;
}

@media (max-width:767px) {
    .elementor-location-header {
        position: relative;
        top: auto !important;
        background-color: transparent;
        background-image: linear-gradient(180deg, #000000 0%, #00000000 100%);
    }

    .admin-bar .pp-menu-off-canvas-left {
        top: 46px !important;
    }

    .pp-advanced-menu--dropdown .pp-menu-close-wrap {
        left: auto;
        right: 22px;
    }
}


.custom-slider .elementor-image-carousel-caption {
    float: right;
    clear: both;
    border-left: 1px solid #9EC4D0;
    padding: 40px 0 0 20px;
    margin-top: 60px;
    width: 260px;
    max-width: 100%;
    text-align: left !important;
}

.custom-slider .total {
    position: absolute;
    right: 180px;
    bottom: 5.5em;
}

.custom-slider .swiper .elementor-swiper-button {
    top: auto !important;
    bottom: 3em;
}

.custom-slider .swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: 147px;
}

.custom-slider .swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: auto;
    right: 220px
}

.custom-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    border: 1px solid var(--color-yellow)
}

.custom-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 13em;
}


@media (max-width:767px) {
    .custom-slider .elementor-image-carousel-caption {
        margin-top: 10px;
        border: none;
        text-align: center !important;
        width: 100%;
        padding: 50px 10px 0px;
    }

    .custom-slider .swiper .elementor-swiper-button {
        bottom: 3em;
    }

    .custom-slider .total {
        bottom: 5.2em
    }

    .custom-slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 9em
    }
}




.type-team .position {
    font-size: 16px;
    font-weight: 600
}

.type-team .pp-post-thumbnail-wrap {
    position: relative;
    display: block;
}

.type-team .pp-post-thumbnail-wrap:after {
    content: "VIEW MORE";
    font-weight: 600;
    color: #fff;
    transition: all 0.4s;
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(159, 197, 209, 0.65);
    opacity: 0;
}

.type-team .pp-post-thumbnail-wrap:hover:after {
    opacity: 1;
}

.type-team .popup-content {
    display: none
}

.team-popup-content .bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 99;
    background: #FFFFFF;
    opacity: 0.7;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    filter: blur(5px);
}

.team-popup-content .main-team {
    background: url(bg_team.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 60px;
    width: 600px;
    max-width: 100%;
    max-height: 80vh;
    overflow: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    border: 2px solid #9EC4D0;
    font-size: 14px;
}

.team-popup-content .cls {
    color: var(--color-green);
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width:767px) {
    .team-popup-content .main-team {
        padding: 30px 20px !important;
    }
}

.custom-slider-2 img {
    width: calc(100% - 20px)
}

.one-column img {
    width: calc(100%) !important
}

.custom-slider-2 .swiper .swiper-slide figure {
    text-align: left;
}

.custom-slider-2.elementor-element .swiper .elementor-swiper-button {
    top: auto;
    bottom: 50%;
}

body:not(.home) .elementor-element .swiper .elementor-swiper-button {
	font-size:30px!important;
	
}

 .elementor-element .swiper .elementor-swiper-button path{
	fill:var(--color-green)!important;
}
 .elementor-element .swiper .elementor-swiper-button line{
	stroke:var(--color-green)!important;
}

.custom-slider-2.elementor-element .swiper .elementor-swiper-button-prev {
    left: 40px
}

.custom-slider-2.elementor-element .swiper .elementor-swiper-button-next {
    left: calc(100vw - 80px);
    right: auto;
}

.custom-slider-2 .swiper {
    overflow: visible
}

@media (max-width:767px) {
    .custom-slider-2 img {
        width: calc(100%);
    }

    .custom-slider-2.elementor-element .swiper .elementor-swiper-button-next {
        left: auto;
        right: 10px;
    }

    .custom-slider-2.elementor-element .swiper .elementor-swiper-button-prev {
        left: 10px;
    }
}


.pp-advanced-tabs-wrapper .pp-advanced-tabs-title {
    border: none;
    border-right: 1px solid #707070;
    padding-right: 30px !important;
    margin-right: 30px !important;
}

.pp-advanced-tabs-wrapper > .pp-advanced-tabs-title:last-child {
    border: none;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.pp-slider-arrow {
    background: none;
    border: none;
    text-indent: -9999px;
    background: url(next.svg) no-repeat 0 0;
    border-radius: 0;
    right: 40px;
    background-size: 25px auto;
}
.elementor-slideshow__title {opacity:0!important}
.pp-slider-arrow svg {
    opacity: 0;
}

.pp-slider-arrow.elementor-swiper-button-prev,
.pp-slider-arrow.pp-arrow-prev {
    background: url(prev.svg) no-repeat 0 0;
    left: 40px;
    right: auto;
    background-size: 25px auto;
}

.slick-slide .e-con {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width:767px) {
    .pp-slider-arrow {
        right: 10px;
        top: 30%;
    }

    #custom-id-829 .pp-slider-arrow {
        top: 60%;
    }

    .pp-slider-arrow.pp-arrow-prev {
        left: 10px;
    }
}

#scroll-section > .elementor-element {
    max-width: none !important;
    min-width: var(--width);
}

.column-left {
    width: 360px !important;
    min-height: 260px;
}

.custom-2 .swiper-slide-inner {
    display: flex;
    align-items: center;
}

.custom-2 .swiper-slide-inner .elementor-image-carousel-caption {
    width: 50% !important;
    text-align: left !important;
    padding: 30px 5em;
}

.custom-2 .swiper-slide-inner .swiper-slide-image {
    width: 50% !important;
    order: 2;
    padding-right: 30px;
}

.custom-2.image-left .swiper-slide-inner .swiper-slide-image {
    order: -1;
    padding-right: 0;
    padding-left: 60px;
}

.custom-2.custom-slider-2.elementor-element .swiper .elementor-swiper-button {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}



.custom-2.custom-slider-2.elementor-element .swiper .elementor-swiper-button-next {
    left: auto !important;
    right: 0px;
}

.custom-2.custom-slider-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
    width: 54%;
    margin: 0 0 0 auto;
    left: auto;
    right: 0;
}

.custom-2.custom-slider-2 .swiper-pagination-bullet {
    border: 1px solid #fff !important;
    opacity: 1 !important;
    background: transparent !important;
}

.custom-2.custom-slider-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-green) !important;
}

.custom-2.image-left.custom-slider-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
    width: 58%;
    margin: 0 0 0 auto;
    left: 0;
    right: auto;
}

@media (max-width:767px) {
    .custom-2 .swiper-slide-inner {
        display: block;
    }

    .custom-2 .swiper-slide-inner .swiper-slide-image {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .custom-2 .swiper-slide-inner .elementor-image-carousel-caption {
        width: 100% !important;
        padding: 0 10px;
        margin: 0;
    }

    .custom-2 .swiper-slide-inner .elementor-image-carousel-caption p {
        margin: 10px 0;
    }

    .custom-2.elementor-element .swiper .elementor-swiper-button-prev {
        left: -5px !important;
    }

    .custom-2.elementor-element .swiper .elementor-swiper-button-next {
        right: -5px !important;
    }

    .custom-2.custom-slider-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none !important;
    }
}

@media (min-width:1300px) {
    .custom_height:not(.custom_height_half) {
        max-width: none !important;
        width: calc(1190px + ((100vw - 1295px) / 2)) !important
    }
}

.custom_height .swiper-slide {
    width: auto !important;

}

.custom_height .swiper-slide .swiper-slide-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.custom_height .swiper-slide .elementor-image-carousel-caption {

    width: 520px;
    max-width: 100%;
    text-align: left !important;
    padding: 30px 6em;
    order: -1;
}

@media (min-width:767px) {
    .custom_height .swiper .elementor-swiper-button {
        top: auto;
        bottom: 40px;
    }

}


.custom_height .swiper-slide img {
    height: 400px;
    width: auto;
    max-width: none;
}

.custom_height.custom_height2 {
    width: 100% !important;
}

.custom_height.custom_height2 .elementor-image-carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(158, 196, 208, 0.5);
    color: #fff;
    width: auto;
    padding: 20px;
    transition: opacity 0.5s;
    opacity: 0;
}

.custom_height.custom_height2 .swiper-slide:hover .elementor-image-carousel-caption {
    opacity: 1;
}

.e-hotspot__tooltip {
    text-align: center;
    padding: 10px 20px !important;
}

.e-hotspot__tooltip h4 {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}

.e-hotspot__tooltip p {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    color: #9EC4D0;
}

@media (max-width:767px) {
    .custom_height .swiper {
        width: calc(100% - 40px) !important;
    }

    .custom_height .swiper-slide img {
        height: 200px;
    }

    .custom_height .swiper-slide .elementor-image-carousel-caption {
        width: 200px;
        padding: 20px;
    }

    .custom_height .swiper-slide .elementor-image-carousel-caption h5 {
        font-size: 10px;
        letter-spacing: 0;
    }
}


.elementor-element .pp-post-filters .pp-post-filter {
    font-style: italic;
    padding-right: 20px !important;
    margin-right: 20px !important;
}

.elementor-element .pp-post-filters > .pp-post-filter:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
    border: none !important;
}

.type-post .pp-posts-button.elementor-button {
    display: flex;
    gap: 5px;
    align-items: center;
}

.type-post .pp-posts-button.elementor-button svg {
    margin-top: 5px;
    font-size: 10px;
}

.type-post .pp-posts-button.elementor-button line {
    stroke: #1A1818;
}

.type-post .pp-posts-button.elementor-button path {
    fill: #1A1818;
}

.type-post .pp-posts-button.elementor-button:hover {
    color: var(--color-green)
}

.type-post .pp-posts-button.elementor-button:hover line {
    stroke: var(--color-green)
}

.type-post .pp-posts-button.elementor-button:hover path {
    fill: var(--color-green)
}

.pp-posts-pagination-wrap.pp-posts-pagination-bottom .pp-post-load-more-wrap {
    border-top: 2px solid var(--color-green);
    padding-top: 20px;
    margin-top: 40px;
}

.pp-posts-pagination-wrap.pp-posts-pagination-bottom .pp-post-load-more-wrap .pp-button-icon {
    display: block;
}

.btn-line .elementor-button-link:hover span {
    font-weight: 500;
}

.btn-line .elementor-button-link:hover line {
    stroke: #9EC4D0
}

.elementor-widget-theme-post-content ol,
.elementor-widget-text-editor ol {
    list-style: decimal outside;
}

.elementor-widget-theme-post-content a { text-decoration:underline}
.elementor-widget-theme-post-content a:hover { text-decoration:none}

.elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ul {
    list-style: outside;
    margin: 0 0 10px 30px;
    font-weight: 300;
}

.elementor-widget-theme-post-content li,
.elementor-widget-text-editor li {
    margin-bottom: 20px;
    font-weight: 300;
}

.modal-inline .modal-detail {
	    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 500px;
    background: #fff;
    max-width: 100%;
    padding: 30px;
    border: 1px solid var(--color-green);
    max-height: 80vh;
    overflow: auto;
	
}

.modal-inline .modal-wrap:after{
	    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 99;
    background: #FFFFFF;
    opacity: 0.7;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    filter: blur(5px);
	content:" ";
} 

.modal-inline .modal-detail h3{
	    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-text);
    clear: both;
	padding:20px 0 0 0;
}
.modal-inline .modal-detail p{ 
	margin: 20px 0 0 0;
}
.modal-inline .modal-detail a.cls {
	    float: right;
    color: #000;
    font-size: 20px;
    line-height: 1;
    margin-top: -10px;
	
}
body:not(.elementor-editor-active) .modal-inline .modal-wrap {
	display:none
}
@media (max-width:767px) {
	.modal-inline .modal-detail {
		padding:20px
	}
}