/*
Theme Name: Elysian Law
Author: Five by Five
Version: 4.1
*/

:root {
    color-scheme: auto;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
	color: #022623;
	font-size: 16px;
	line-height: 1.8;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', sans-serif;
	margin: 0 0 20px;
	line-height: 1.25;
    font-weight: 400;
}
.font-c-g{
    font-family: 'Cormorant Garamond', sans-serif;
}
.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}
h1 { font-size: 47px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

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;
}
.custom-gform-code.secondary {
    margin-bottom: 0px;
}
.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: #e5e5e5;
}
::-webkit-scrollbar-thumb {
    /* border: 2px solid #e5e5e5;
    border-radius: 10px; */
    background: #0AA689;
}
::-webkit-scrollbar-thumb:hover {
    background: #022623; 
}

/* 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: #09403A;
    border: 2px solid #09403A;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 16.5px 26px;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    transition: background-color .6s ease, color .6s ease, border .6s ease;
    border-radius: 50px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
    border-color: #09403A;
    background: #FFF;
    color: #022623;
}

.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 a, .terrain a{
    background-color: #fff;
    border-color: transparent;
    color: #022623 !important;
}

.secondary a:hover, .terrain a:hover{
    background: #09403A;
    color: #fff !important;
}
.third a{
    background: #0AA689;
    border: 2px solid #0AA689;
}
.third a:hover{
    background: #fff;
    border-color: #0AA689;
}
/* Header */
.elementor-location-header {
    background: #fff;
}
/* .header-stick .site-header, */
/* .header-stick.header-type1 .elementor-location-header, */
.header-stick.header-type2 .elementor-location-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.header-type1 .elementor-location-header, */
.header-unstick.header-type2 .elementor-location-header,
.header-unstick .elementor-location-header {
    animation:fade-out-top .2s cubic-bezier(.25,.46,.45,.94) both;
}

/* .header-type1 .site_header_con,
.header-type1 .elementor-location-header, */
.header-type2 .site_header_con,
.header-type2 .elementor-location-header {
	position: absolute;
	width: 100%;
	z-index: 100;
}

/*.header-type1 .elementor-location-header{
    background: none;
}*/

.header-type2 .elementor-location-header {
	background: none;
	color: #fff;
}

/* .header-type1.header-stick .elementor-location-header, */
.header-type2.header-stick .elementor-location-header {
	background: #fff;
	color: inherit;
}

.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;
}

.logo-container .mobile-logo,
.header-type2 .site-logo-main.mobile-logo,
.header-type2.header-stick .with-alt-logo .site-logo-alt.mobile-logo{
	display: none;
}

@media(max-width: 767px){
    .logo-container .mobile-logo,
    .header-type2 .site-logo-alt.mobile-logo{
        display: inline-block;
    }

	.header-type2.header-stick .with-alt-logo  .site-logo-main.mobile-logo {
	    display: inline-block;
	}
	
	.header-type2.header-stick .with-alt-logo .site-logo-alt.desktop-logo,
    .logo-container .desktop-logo{
        display: none;
    }
}

/* Menu */
ul.menu {
    list-style: none;
    padding: 0;
}

div .elementor-nav-menu .sub-arrow i:after{
	content: '\e90b';
    font-family: 'icomoon';
    font-style: normal;
    position: relative;
}
.elementor-nav-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
} 

/* 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: 100%;
    max-width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #09403A;
    background: linear-gradient(172deg, #07A689 -0.81%, #0B403A 99.13%);
    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;
}

.ff-slide-menu:after{
	content: '';
	width: 80%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/burger-bg3.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
	opacity: 0.3;
}

.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;
	color: #fff;
}
.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;
}
.ff-slide-menu-trigger span {
    height: 2px;
    width: 100%;
    background: #022623;
}
.ff-slide-menu-trigger:hover {
    background: none;
}
.ff-slide-menu-trigger .l1 {
    width: 70%;
    transition: width .5s ease;
    will-change: width;
	background: #022623;
}
.ff-slide-menu-trigger:hover .l1 {
    width: 100%;
}

.ff-slide-menu .menu-item{
	margin-bottom: 10px;
}

.ff-slide-menu .menu-item a{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	text-decoration: none;
	display: block;
	transition: opacity .3s ease;
	color: #fff;
}
.ff-slide-menu .menu-item a:hover{
	opacity: 0.7;
}

.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 .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 .sub-menu a{
	font-weight: 300;
}

.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';
    font-weight: normal;
    transition: transform .5s ease;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    font-size: 18px;
    top: 5px;
	right: 0;
    line-height: 1;
}
.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{
	padding: 50px 0px 10px 0px;
	color: #fff;
}

.ff-slide-menu-footer a{
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.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 #DBD2B6;
    height: 50px;
    padding: 10px;
    font-family: inherit;
    color: #022623;
    outline: none;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.ff-slide-menu-footer input[type="search"]::-webkit-input-placeholder { opacity: 1; color: #022623; }
.ff-slide-menu-footer input[type="search"]:-moz-placeholder { opacity: 1; color: #022623; }
.ff-slide-menu-footer input[type="search"]::-moz-placeholder { opacity: 1; color: #022623; }
.ff-slide-menu-footer input[type="search"]:-ms-input-placeholder { opacity: 1; color: #022623; }

.ff-slide-menu .ff-slide-menu-footer .slide-menu-footer-links .btn {
    border: 1px solid #E2DBC3;
    background: #E2DBC3;
    align-items: center;
    display: flex;
    width: 200px;
    margin: 0 auto 15px;
    color: #022623;
}

.ff-slide-menu .ff-slide-menu-footer .slide-menu-footer-links {
    text-align: center;
}

@media (max-width: 767px) {
    .ff-slide-menu-header img{
        width: 48px;
    }
}

/* Swiper / Carousel */
.swiper-slide {
    width: auto;
}
.transition-linear {
    transition-timing-function: linear;
}
.swiper-pagination-bullet {
	font-size: 0;
	line-height: 1;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px #022623 solid;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #022623;
}

.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: #022623;
}

/* 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-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;
}

.fa-twitter:before{ 
    content: '\e935' !important;
    font-family: 'icomoon' !important;
    font-weight: 400 !important;
}

.swiper-slide-inner figcaption,
.wp-caption figcaption{
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0px 0px 0px 9px;
	padding: 2px 15px;
}

.swiper-slide-inner figcaption{
	bottom: 10px;
}

.text-quote{
    border-left: 3px #0AA689 solid;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 30px;
}


@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; }
}

/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    
} */

/* Custom Tabs 1 */
.custom-tab-1 .e-n-tab-title[aria-selected=true] {
    border-bottom: 4px #0AA689 solid;
}
.custom-tab-1 .e-n-tab-title{
    border-bottom: 4px #09403A solid;
}

.custom-tab-1 .e-n-tabs {
    gap: 30px;
}

.custom-tab-1 .e-n-tabs-heading{
    justify-content: start;
    gap: 0;
}

.custom-tab-1 .e-n-tab-title{
    color: inherit !important;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent !important;
    border-bottom: 4px #09403A solid;
    padding: 15px 35px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: color .3s ease, border-bottom .3s ease, opacity .3s ease;
}

.custom-tab-1 .e-n-tab-title:hover{
    color: inherit !important;
    background-color: transparent !important;
    border-bottom: 4px #0AA689 solid;
    opacity: 1;
}

.custom-tab-1 .e-n-tab-title[aria-selected=true]{
    background-color: transparent !important;
    border-bottom: 4px #0AA689 solid;
    opacity: 1;
}

@media(max-width: 1023px){
    .custom-tab-1 .e-n-tabs {
        gap: 10px;
    }
    
    .custom-tab-1 .e-n-tab-title{
        padding: 10px 10px;
    }
}


@media(max-width: 767px){
    .custom-tab-1 .e-n-tab-title-text {
        text-align: left;
    }
    .custom-tab-1 .e-n-tab-title{
        justify-content: start;
        line-height: 1.4;
    }
    .custom-tab-1 .e-n-tab-title:after{
        content: '\e90d';
        font-family: 'icomoon';
        font-weight: normal;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        right: 10px;
        top: 8px;
    }
    .custom-tab-1 .e-n-tab-title[aria-selected=true]:after{
        content: '\e90b';
    }
}
/* End Custom Tabs 1 */

/* Custom Tabs 2 */
.custom-tab-2 .e-n-tab-title{
    background: #09403A !important;
    color: #fff !important;
    padding: 20px;
	border-bottom: 1px rgba(255,255,255,0.4) solid !important;
}
.custom-tab-2 .e-n-tab-title[aria-selected=true]{
    background: #fff !important;
    color: inherit !important;
}
.custom-tab-2 .e-n-tab-title:last-child,
.custom-tab-2 .e-n-tab-title[aria-selected=true]{
	border-bottom: 0px !important;
}
.custom-tab-2 .e-n-tab-title:hover{
	color: #DBD2B6 !important;
}
.custom-tab-2 .e-n-tabs-content, .custom-tab-2 .e-n-tabs-heading{
    border: 1px solid #DBD2B6;
}
.custom-tab-2 .e-n-tabs-heading{
    border-right: 0;
    position: relative;
    left: 1px;
}
.custom-tab-2 .e-n-tab-title-text{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
}

.custom-tab-2 .e-n-tabs {
    align-items: flex-start;
    gap: 0 !important;
}

.custom-tab-2 .e-n-tabs-heading{
    overflow: hidden;
    gap: 0 !important;
    font-weight: 600;
    border-radius: 4px 0px 0px 4px;
}

.custom-tab-2 .e-n-tabs-content{
    border-radius: 0px 4px 4px 4px;
}

.custom-tab-2 .e-n-tabs-heading,
.custom-tab-2 .e-n-tabs-content {
    background: #fff;

}

@media(max-width: 1023px){
    .custom-tab-2 .e-n-tabs {
        gap: 10px;
    }
    
    .custom-tab-2 .e-n-tab-title{
        padding: 12px 8px;
    }
}


@media(max-width: 767px){
    .custom-tab-2 .e-n-tabs {
        align-items: stretch;
    }
    
    .custom-tab-2 .e-n-tab-title{
        justify-content: start;
        line-height: 1.4;
        background-color: transparent !important;
        border-bottom: 3px #09403A solid !important;
        margin: 0px !important;
		color: #23262a !important;
    }

	.custom-tab-2 .e-n-tab-title:last-child{
		border-bottom: 3px #09403A solid !important;
	}
    .custom-tab-2 .e-n-tab-title-text {
        text-align: left;
    }
    .custom-tab-2 .e-n-tab-title:hover,
    .custom-tab-2 .e-n-tab-title[aria-selected=true]{
        background-color: transparent !important;
        border-bottom: 3px #0AA689 solid !important;
        color: #23262a !important;
    }
    
    .custom-tab-2 .e-n-tab-title:after{
        content: '\e90d';
        font-family: 'icomoon';
        font-weight: normal;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        right: 10px;
        top: 8px;
    }
    .custom-tab-2 .e-n-tab-title[aria-selected=true]:after{
        content: '\e90b';
    }
}
/* End Custom Tabs 2 */

/* Fullwidth Tab */
.fullwidth-tab .e-n-tabs-heading{
    background-color: #fff;
    padding: 28px 10px 32px 10px;
    gap: 0;
}

.fullwidth-tab .e-n-tab-title{
    color: inherit !important;
    font-weight: normal;
    background-color: transparent !important;
    border-bottom: 3px #09403A solid;
    padding: 5px 35px 15px 35px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: color .3s ease, border-bottom .3s ease, opacity .3s ease;
}

.fullwidth-tab .e-n-tab-title:hover{
    color: inherit !important;
    background-color: transparent !important;
    border-bottom: 3px #0AA689 solid;
    opacity: 1;
}

.fullwidth-tab .e-n-tab-title[aria-selected=true]{
    font-weight: 600;
    background-color: transparent !important;
    border-bottom: 3px #0AA689 solid;
    opacity: 1;
}

@media(max-width: 767px){
    .fullwidth-tab .e-n-tabs{
        margin-bottom: 20px;
        padding: 10px;
    }
}
/* END Fullwidth Tab */


/* Custom List 1 */
.custom-list-1{
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list-1 li{
    position: relative;
    line-height: 1.4em;
    background-color: #fff;
    border: 1px #DBD2B6 solid;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 15px 10px 35px;
    font-size: 16px;
    font-weight: 700;

}

.custom-list-1 li:before{
    content: '\e944';
    font-family: 'icomoon';
    font-size: 8px;
    font-weight: normal;
    color: #0AA689;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    display: flex;
    align-items: center;
}

.custom-list-1 .elementor-icon-list-items li{
    position: relative;
    line-height: 1.4em;
    background-color: #fff;
    border: 1px #DBD2B6 solid;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 15px 10px 35px;
    font-size: 16px;
    font-weight: 700;

}

.custom-list-1 .elementor-icon-list-items li:before{
    content: '\e944';
    font-family: 'icomoon';
    font-size: 8px;
    font-weight: normal;
    color: #0AA689;
    position: absolute;
    top: 0;
    left: 15px;
}

@media(max-width: 1023px){
    .custom-list-1 .elementor-icon-list-items li,
    .custom-list-1 li{
        font-size: 14px;
        padding: 6px 15px 6px 22px;
    }
    .custom-list-1 li:before,
    .custom-list-1 .elementor-icon-list-items li:before{
        top: 0;
        left: 8px;
    }
}
/* End Custom List 1 */

/* Custom Accordion */
.custom-accordion .e-n-accordion-item-title {
    /*justify-content: space-between;*/
    font-weight: 700;
    color: #23262a;
    border: 0px;
    border-bottom: 1px #DBD2B6 solid;
    padding: 30px;
}

.custom-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-bottom: 0;
    padding-bottom: 0;
}

.custom-accordion .elementor-widget-text-editor p{
    margin-bottom: 0;
     padding-left: 30px;
}
.custom-accordion .e-n-accordion-item-title-text{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 17px;
    padding-left: 10px;
}

.e-n-accordion-item[open]{
    border-bottom: 1px #DBD2B6 solid;
}

.custom-accordion .e-n-accordion-item-title-icon span {
    height: auto;
    width: auto;
}

.custom-accordion .e-n-accordion-item-title-icon i:before{
    font-family: 'icomoon';
    font-size: 11px;
    color: #23262a;
    transition: color .3s ease;
}

.custom-accordion .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon i:before{
    color: #23262a;
}

.custom-accordion .e-n-accordion-item-title-icon .e-closed i:before{
    content: '\e92f';
}

.custom-accordion .e-n-accordion-item-title-icon .e-opened i:before{
     content: '\e92d';
}

.custom-accordion .e-n-accordion-item > .elementor-element{
    border: 0px;
    padding: 15px;
}
.custom-accordion .e-n-accordion-item-title-icon .e-opened i:before{
    color: #0AA689;
}
@media(max-width: 1023px){
    .custom-accordion .e-n-accordion-item-title {
        padding: 15px 10px;
    }
    
    .custom-accordion .e-n-accordion-item > .elementor-element{
        padding: 10px 5px;
    }
}
/* End Custom Accordion */


/* Custom Content Well */
.content-well{
    background: #fff;
    padding: 10px 30px;
    border-left: 3px solid #0AA689;
    border-radius: 4px;
}
/* End Custom Content Well */

/* Our Process Animation */
/*.our-process{
   background: linear-gradient(180deg, #fff 0%, #fff 100%);
    color: #022623;
}*/
.our-process{
    background: linear-gradient(180deg, #07A689 0%, #0B403A 100%);
    color: #fff;
    transition: .2s ease;
}
.our-process .process-title{
    position: relative;
    top: 0;
    transition: top .7s ease;
}
.our-process:hover .process-title{
    top: -20px;
    
}
/* End Our Process Carousel */

/*Our Services Carousel*/
.item-service{
    position: relative;
    min-height: 625px;
}
.item-service img{
    border-radius: 8px;
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: cover;
    object-position: center center;
}
.item-service .s2 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    margin: 15px 17px 15px 17px;
    padding: 28px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 110px;
    transition: bottom .5s ease;
    z-index: 9;
}
.item-service .s2 p{
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.item-service .s2-a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.item-service:hover .s2{
    bottom: 100px;
}
.item-service .s3 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
.item-service .s3 a, .item-service .subparents a{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.item-service .s3 a:hover{

    background: #0AA689;
    color: #fff;
    border: #0AA689;
}
.item-service .subparents{
    font-size: 14px;
    max-height: 0;
    opacity: 0;
    transition: max-height .5s ease, opacity .1s ease;
}
.item-service:hover .subparents{
    max-height: 200px;
    opacity: 1;
}
.item-service .subparents a{
    display: block;
    margin-bottom: 15px;
}
.item-service .subparents a:hover{
    text-decoration: underline;
}
@media(max-width: 1023px){
    .item-service {
        min-height: 445px;
    }

    .item-service .s2 p {
        font-size: 21px;
    }

    .item-service .subparents a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .item-service .s2 {
        padding: 15px;
        min-height: 93px;
    }
}
/* End Our Services Carousel */

.item-news-box{
    padding: 10px;
}

.item-post {
    overflow: hidden;
    max-width: 444px;
    margin: auto;
}
.item-post .img-con {
    position: relative;
    display: flex;
    line-height: 0;
    height: 0;
    padding-top: 58.47826086956522%;
    background: #eee;
    overflow: hidden;

    border-radius: 10px;
}
.item-post .img-con img {
    position: absolute;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}
.item-post a:hover .img-con img {
    transform: scale(1.03);
}

.item-post .s2 {
    padding: 20px 0px 0px;
    min-height: 242px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item-post .s2 .s2-a {
    min-height: 122px;
}

.item-post a .categories {
    font-size: 14px;
    font-weight: 700;
    background: #0AA689;
    padding: 5px 14px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 127.273% */
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
    width: fit-content;
    border-radius: 20px;
    height: 0;
    opacity: 0;
    transition: all 200ms ease;
}

.item-post a:hover .categories {
    height: 25px;
    opacity: 1;
    transition: all 200ms ease;
}

.item-post .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.item-post .excerpt {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 88px;
    margin: auto;
    margin-bottom: 30px;

}

.item-post .more-link {
    min-height: 36px;
    min-width: 140px;
    margin-top: auto;
    transition: all 200ms ease;
    position: relative;
    display: block;
    width: 100%;
}

.item-post .more-link .read-more-text {
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    width: 0px;
    transition: all 200ms ease;
    color: #022623;
    letter-spacing: 1px;
}

.item-post a:hover .more-link .read-more-text {
    opacity: 1;
    width: 100px;

}


.item-post .more-link:after {
    content: url(/wp-content/uploads/2024/04/posts-line-arrow-icon.svg);
    position: absolute;
    left: 0;
    transition: all 200ms ease;
    top: -2px;
}


.item-post a:hover .more-link:after {
    left: 108px;
}



/* 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: 2px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track {
	-webkit-border-radius: 1.250em;
	border-radius: 1.250em;
	border: none;
	background-color: #E9ECEF;
	/* 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;
    background-color: #022623;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #022623;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
	background-color: #ffffff50;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

@media(max-width: 767px){
	.item-post .title{
		margin-bottom: 15px;
	}
	.item-post a .categories {
	    height: 25px;
	    opacity: 1;
		margin-bottom: 15px;
	}

	.item-post a .more-link .read-more-text {
	    opacity: 1;
	    width: 100px;
	}

	.item-post a .more-link:after {
	    left: 10px;
		position: relative;
	}

	.item-post a:hover .more-link:after {
	    left: 15px;
		position: relative;
	}

    .item-post .excerpt {
        margin-bottom: 15px;
        height: 78px;
    }

    .item-post .s2 .s2-a {
        min-height: 100%;
    }
}
/* End Item Post */


/* Item Location */
.item-location {
    max-width: 448px;
    margin: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.14);
}

.item-location .s1{
	background-color: #F5F3EC;
	border-radius: 8px;
	margin-bottom: 18px;
}

.item-location .s1 .title{
	font-family: 'Cormorant Garamond', sans-serif;
	background-color: #09403A;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	padding: 16px 20px 16px 60px;
	position: relative;
    width: 100%;
    display: block;
}

.item-location .s1 .title:before{
	content: '';
	width: 28px;
	height: 28px;
	background: url(images/svg/location-icon.svg);
	position: absolute;
	left: 20px;
	top: 15px;
}

.item-location .s1 .excerpt-box{
	padding: 20px;
}

.item-location .s2{
	margin-bottom: 22px;
}

.item-location .s2 .map iframe{
	height: 200px;
	border-radius: 8px;
	margin-bottom: -7px;
}


@media(max-width: 1024px){
    .item-location .s1 .title{
        font-size: 20px;
    }
}

@media(max-width: 767px){
    .item-location {
        padding: 15px;
    }
}

/* End Item Location */



/*Item Insights*/
.item-insight .s1, .item-insight .s2{
    width: 50%;
    position: relative;
    bottom: 0;
    transition: .5s bottom ease;
}
.item-insight .insight-content {
    display: flex;
    gap: 20px;
    margin: 0 10px;
}
.item-insight .s1.img-con img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50px 50px 0 0;
    margin-left: 10px;
    opacity: 1;
    transition: .3s opacity ease;
}
.item-insight .blog-no{
    font-size: 14px;
    max-height: 200px;
    overflow: hidden;
}
.item-insight .blog-no span.heading{
    font-size: 22px;
    font-weight: 700;
}
.item-insight .blog-no span.subheading{
    font-size: 28px;
    color: #25a386;
}
.item-insight {
    background: #acacac;
    height: 400px;
    overflow: hidden;
    position: relative;
    bottom: 0;
    border: 1px solid #fff;
    box-shadow: initial;
    transition: .5s background ease, .3s border ease, .5s box-shadow ease, .1s bottom ease;
}
.item-insight span.read-more-text {
    font-size: 12px;
    color: #88928d;
}
.insight-overlay {
    background: #e3dfdd;
    height: 350px;
    border-bottom: 2px solid #bdb0a8;
    transition: .5s background ease;
}
h4.insight-header {
    text-align: center;
    font-size: 21px;
    border-bottom: 2px solid #bdb0a8;
    padding: 10px 0;
}
img.logo-bottom-card {
    position: absolute;
    bottom: -39px;
    left: -48px;
}
em.title-heading {
    font-weight: 700;
    line-height: 1em;
    font-size: 17px;
    font-style: normal;
}

.item-insight span.subheading.fs-sm {
    font-size: 18px !important;
    line-height: 1em;
}
.item-insight .excerpt {
    display: none;
    max-height: 70px;
    overflow: hidden;
    font-size: 12px;
}
.item-insight:hover{
    background: #fff;  
    border: 1px solid #bdb0a8;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, .14);
    bottom: 5px;  
}
.item-insight:hover .insight-overlay{
    background: #fff;
    border: 0;
}
.item-insight:hover h4{
   border: 0;
   opacity: 0;
}
.item-insight:hover .s1.img-con img, .item-insight:hover .s1{
    display: none;
    opacity: 0;
}
.item-insight:hover .s2{
    width: 100%;
    position: relative;
    bottom: 30px;
}
.item-insight:hover .insight-content{
    margin: 0 30px;
}
.item-insight:hover .excerpt{
   display: block;
}
.item-insight:hover em.title-heading {
    font-size: 18px;
    font-style: normal;
}
.item-insight .pdf-link {
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    bottom: 12px;
}
.item-insight .pdf-link i{
    margin-right: 5px;
}
.item-insight:hover span.more-link {
    float: right;
}

@media print{
    .save-button{
        display: none;
    }
}