/*
Theme Name: Aqua Analytics
Author: Five by Five
Version: 4.2
*/

:root {
    color-scheme: auto;
}

* {
    box-sizing: border-box;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
	color: #00355E;
	font-size: 16px;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
	margin: 0 0 20px;
	line-height: 1.25;
}

h1 { font-size: 55px; }
h2 { font-size: 45px; }
h3 { font-size: 36px; }
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;
}

.font-poppins{
    font-family: 'Poppins', sans-serif;
}
.font-redhat,
.font-redhat h1,
.font-redhat h2,
.font-redhat h3,
.font-redhat h4,
.font-redhat h5,
.font-redhat h6{
    font-family: 'Red Hat Display', sans-serif;
}

select,
button,
textarea,
input {
    font-size: inherit;
    font-family: inherit;
}

.btn,
button,
input[type="submit"],
a {
    cursor: pointer;
}

.wrapper {
    width: 1460px;
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.site-container {
    overflow-x: hidden;
}
/*image-caption*/
.wp-caption-text {
    width: 100%;
    position: absolute;
    bottom:0px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8em;
    color:#fff;
    border-radius: 0px 0px 12.343px 12.343px;
    background: rgba(0, 0, 0, 0.60);
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: none;
}

/* Site Scrollbar */
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    border: none;
	background: #E9ECEF;
}
::-webkit-scrollbar-thumb {
    /* border: 2px solid #e5e5e5;
    border-radius: 10px; */
    background: #00355E;
}
::-webkit-scrollbar-thumb:hover {
    background: #00355E; 
}


/* Custom-scrollbar */
.custom-scrollbar-left{
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    direction: rtl;
    backface-visibility: hidden;
    /* transform: translateY(0px); */
}
.custom-scrollbar-left::-webkit-scrollbar{
    width: 3px;
}

.custom-scrollbar-left div{
    direction:ltr;
} 
.custom-scrollbar-left::-webkit-scrollbar-track{
    border: none;
	background: #E9ECEF;
	/* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
	
}
.custom-scrollbar-left::-webkit-scrollbar-thumb{
    background: #00355E; 
}
.custom-scrollbar-left::-webkit-scrollbar-thumb:hover{
    background: #00355E; 
}

.custom-scrollbar{
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px; 
    backface-visibility: hidden;
    /* transform: translateY(0px); */
}
.custom-scrollbar::-webkit-scrollbar{
    width: 3px;
} 

.custom-scrollbar::-webkit-scrollbar-track{
    border: none;
	background: #E9ECEF;
	/* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
	
}
.custom-scrollbar::-webkit-scrollbar-thumb{
    background: #00355E; 
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover{
    background: #00355E; 
}

/*custom-tab-2*/
.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: 700;
	border-radius: 8px 0px 0px 8px;
}

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

.custom-tab-2 .e-n-tabs-heading,
.custom-tab-2 .e-n-tabs-content {
    background: #fff;
	box-shadow: 0px 0px 13px rgba(2, 6, 19, 0.09);
}

.custom-tab-2 .e-n-tab-title{
    background-color: #00355E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    color: #fff;
}

.custom-tab-2 .e-n-tab-title:hover,
.custom-tab-2 .e-n-tab-title[aria-selected=true]{
    background-color: #fff !important;
    color: #00355E !important;
}


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


@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;
        border: 0px !important;
        background-color: rgba(40, 126, 194, 0.5) !important;
        color: #00355E;
        border-radius: 5px;
        padding: 14px;
    }
    
    .custom-tab-2 .e-n-tab-title-text {
        text-align: left;
        font-size: 15px;
    }
    
    .custom-tab-2 .e-n-tab-title[aria-selected=true]{
        background-color: #287EC2 !important;
        color: #fff !important;
    }
    
    .custom-tab-2 .e-n-tab-title:hover{
        background-color: #287EC2 !important;
        color: #fff !important;
    }
    
    .custom-tab-2 .e-n-tab-title:after{
        content: '\e90b';
        font-family: 'icomoon';
        font-weight: normal;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        right: 14px;
        top: 13px;
    }
    .custom-tab-2 .e-n-tab-title[aria-selected=true]:after{
        content: '\e90c';
    }
}
    
/* 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: #00355E;
    border: 2px solid #00355E;
    color: #fff;
    font-weight: 700;
    padding: 16.5px 26px;
    line-height: 1;
    transition: background-color .3s ease, color .3s ease, border .3s ease;
    border-radius: 60px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
    border-color: #287EC2;
    background: #287EC2;
    color: #fff;
}

.secondary .elementor-button,
.secondary .elementor-button:visited,
.btn.secondary:visited,
.btn.secondary {
	background: #fff;
	color: #00355E;
	border-color: #00355E;
}
.secondary .elementor-button:hover,
.btn.secondary:hover {
	border-color: #00355E;
	background: #00355E;
	color: #fff;
}

.yellow .elementor-button,
.yellow .elementor-button:visited,
.btn.yellow:visited,
.btn.yellow {
	background: #FAA61A;
	color: #fff;
	border-color: #FAA61A;
}
.yellow .elementor-button:hover,
.btn.yellow:hover {
	border-color: #287EC2;
	background: #287EC2;
	color: #fff;
}

.terrain .elementor-button,
.terrain .elementor-button:visited,
.btn.terrain:visited,
.btn.terrain {
	background: #fff;
	color: #00355E;
	border-color: #fff;
}
.terrain .elementor-button:hover,
.btn.terrain:hover {
	border-color: #00355E;
	background: #00355E;
	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;
}

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

.header-stick .elementor-location-header .header-phone{
    color: #fff;
}

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

div .elementor-nav-menu .sub-arrow i:after{
	content: '\e92d';
    font-family: 'icomoon';
    font-style: normal;
    position: relative;
    font-size: 10px;
}
.elementor-nav-menu .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
} 
.elementor-nav-menu .with-dd.menu-item a{
    padding-right: 25px !important;
}
.elementor-nav-menu .with-dd.menu-item:after{
    content: '\e92d' !important;
    font-family: 'icomoon';
    font-style: normal; 
    font-size: 10px;
    position: absolute;
    right: 23px;
    top:13px;
    pointer-events: none;
    border: 0 !important;
    color: #00355E;
}
/*news*/
.news .category {
    position: absolute;
    z-index: 1;
    padding: 15px 20px;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
    width: 100%;
    max-width:450px;
}
.news .category:after{
    content: url(/wp-content/uploads/2024/05/yellowdot.svg);
    position:absolute;
    right:25px;
        
}
.news:hover .category{
    opacity: 1;
}
.news {
    max-width: 450px;
    border-radius: 15px;
    background-color: #F9FAFC;
    overflow: hidden;
    min-height: 520px;
    box-shadow: none;
	transition: .3s ease-in-out;
}
.news .img-con {
    position: relative;
    display: flex;
    line-height: 0;
    height: 0;
    padding-top: 57.75%;
    background: #F9FAFC;
    overflow: hidden;
    
}
.news .img-con img {
    position: absolute;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease-in-out;
}
.news:hover img {
    transform: scale(1.08);
}

.news .s2 {
    padding: 36px 25px 0px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
	position:relative;
	margin-top: 0;
	transition: all .3s ease-in-out;
}
.news:hover {
	background:#fff;
	box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.14)

}
.news:hover .s2{
	background:#FFF;
	z-index:1;
	margin-top:-36px;
}


.news .categories {
    font-size: 14px;
    font-weight: 700;
}

.news .title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 56px;
    margin-bottom: 12px;
}

.news .excerpt {
    font-size: 16px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
    font-weight: 400;
}

.news .more-link {
    min-height: 40px;
    min-width: 92px;
    opacity: 0;
    transition: opacity .3s ease;
    position: absolute;
    bottom: 36px;
    left: 25px;
}
.news:hover .more-link {
    opacity: 1;
}

@media(max-width: 1023px){
    .news {
        min-height: 410px;
    }
}

@media(max-width: 767px){
    .news {
        min-height: 475px;
    }
}
/*end news*/







/*project*/
.project {
    max-width: 464px;
    border-radius: 15px;
    background: #F9FAFC;
    overflow: hidden;
    transition: background .3s ease;
}
.project:hover {
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
    background: #fff;
}

.project .img-con {
    height: 143px;
    position: relative;
    display: flex;
    line-height: 0;
    background: #F9FAFC;
    overflow: hidden;
}
.project .img-con:after {
    content: '';
    background:url(/wp-content/uploads/2024/06/aqua-logo@2x.webp);
    position: absolute;
    z-index: 10;
    transform: translateY(-50%);
    top: 50%;
    left:40px;
    padding-top: 10px;
    transition: left .3s ease;
    width: 56px;
    height: 55px;
    background-position: center;
    background-size: cover;
}
.project:hover .img-con:after{
    left:60px
}
.project .img-con img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
}

.project .s2 {
    padding: 10px;
}

.project .title{
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56em;
    height: 110px;
    font-family: 'Poppins', sans-serif;
}

.project .s2-inner{
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 20px 30px;
    margin-top: 15px;
    transition: margin .3s ease, background .3s ease;
}

.project:hover .s2-inner {
    margin-top:0px;
    background:#F9FAFC; 
}
.project .s2-inner .column {
    display: flex;
    gap: 20px;
}
.project  .column p{
    width: 60px;
    margin: unset;
}

.project .more-link {
    margin-top: 20px;
    min-width: 88px;
    min-height: 40px;
}
.project .column span {
    font-weight: 700;
}
.ff-breadcrumbs a:hover {
    text-decoration: underline;
}
/* 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: #00355E;
    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;
    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;
}
.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;
}
.ff-slide-menu-trigger span {
    height: 2px;
    width: 100%;
    background: #00355E;
}
.ff-slide-menu .ff-slide-menu-close{
    color: #fff;
}
.ff-slide-menu-trigger:hover {
    background: none;
}
.ff-slide-menu-trigger .l1 {
    width: 70%;
    transition: width .5s ease;
    will-change: width;
}
.ff-slide-menu-trigger:hover .l1 {
    width: 100%;
}

.ff-slide-menu .menu-item{
    color: #fff; 
}

.ff-slide-menu .menu-item a{ 
    text-decoration: none;
    font-family: 'Poppins';
}
.ff-slide-menu .menu > .menu-item{
    margin-bottom: 13px;
}
.ff-slide-menu .menu > .menu-item >  a{ 
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.56; /* 156.25% */
}

.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: 5px 0 0 ; 
}

.ff-slide-menu .sub-menu a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57; /* 157.143% */
}
/* .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: '\e92d';
    font-family: 'icomoon';
    transition: transform .5s ease;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    font-size: 8px;
    top: 11px;
    line-height: 1;
    right: 0;
}
.ff-slide-menu .menu-item-has-children > a.toggle_switch:after {
    transform: rotate(180deg);
}
.ff-slide-menu .toggle_height_el_con {
    transition: height 500ms ease;
}
.ff-slide-menu .slide-menu-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.ff-slide-menu .slide-menu-footer-links .phone{
    color: #00355E;
    background: #fff;
    border-radius: 50px;
    min-height: 50px;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height:1.92; /* 192.5% */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}

.ff-slide-menu .slide-menu-footer-links .phone .yellow{
    color: #FAA61A;
}

.ff-slide-menu .slide-menu-footer-links .btn{
    margin-top: 20px;
    text-decoration: none;
}

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

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

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

.elementor-location-footer{
    background-color: #00355E;
}

.no-bottom-margin p:last-child{
    margin-bottom: 0;
}


/*  Swiper Arrows  */
.swiper-button-box{
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80px;
    min-height: 50px;
}
.swiper-button-box span{
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    border: 1px solid #E9ECEF;
    background: #F9FAFC;
    padding: 11px;
    border-radius: 50%;
}
.swiper-button-box .swipe-prev{
    left: 0px;
    transition: left .3s ease;
}
.swiper-button-box .swipe-prev:hover{
    left: -3px;
}
.swiper-button-box .swipe-next{
    right: 0px;
    transition: right .3s ease;
}
.swiper-button-box .swipe-next:hover{
    right: -3px;
}
.swiper-button-box .icon-arrow-left:before {
    content: "\e91d";
}
.swiper-button-box .icon-arrow-right:before {
    content: "\e91c";
}

@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) {
    
} */