:root {
    --accent-color: #266f6b;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
}
.loader-area {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.blob-1 {
    width:50px;
    height:50px;
    background: var(--accent-color);
    border-radius: 50%;
    animation: bo1 3s infinite linear;
}
@keyframes bo1{
    12.5% {border-radius: 37% 63% 70% 30% / 30% 62% 38% 70%}
    25%   {border-radius: 50% 50% 70% 30% / 52% 62% 38% 48%}
    37.5% {border-radius: 33% 67% 18% 82% / 52% 75% 25% 48%}
    50%   {border-radius: 73% 27% 18% 82% / 52% 32% 68% 48%}
    62.5% {border-radius: 73% 27% 74% 26% / 64% 32% 68% 36%}
    75%   {border-radius: 84% 16% 15% 85% / 55% 79% 21% 45%}
    87.5% {border-radius: 12% 88% 69% 31% / 10% 66% 34% 90%}
}
  
#main-logo-area{height: 4rem !important;}
.sticky-header #main-logo-area{height: 3rem !important;}
.header-misc-icon.d-inline-flex a {margin: 0 8px;}
.header-misc-icon a:hover {color: var(--accent-color);}
.primary-menu.style-6 .menu-item a:after{
    top: unset !important;
    bottom: 0;
}
.img-hover {
    position: relative;
    overflow: hidden;
}
.img-hover img {
    position: relative;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition-property: transform, -webkit-transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-delay: 0s;
}
.img-hover:hover img {
    transform: scale(1.1);
    transition-duration: .6s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.img-hover-bg:hover .event-item {filter: grayscale(.65);}
.img-hover-bg:hover .blog-item-bg-img {filter: grayscale(.65);}
.img-hover-bg:hover .blog-item-small-img {filter: grayscale(.65);}
.accent-color{color: var(--accent-color) !important;}
.accent-bg{background-color: var(--accent-color) !important;}
.accent-border{border-color: var(--accent-color) !important;}
.button.button-border.button-fill.hover-accent-color:hover,
.button.button-border.button-fill.hover-accent-color::before {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.map-height-1{height: 300px;}
.map-marker-color{color: var(--accent-color);}
/* Tooltip Color */
.bs-tooltip-top .tooltip-arrow::before, 
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: var(--accent-color);}
.bs-tooltip-end .tooltip-arrow::before, 
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: var(--accent-color);}
.bs-tooltip-bottom .tooltip-arrow::before, 
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: var(--accent-color);}
.bs-tooltip-start .tooltip-arrow::before, 
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: var(--accent-color);}
.tooltip-inner {
    color: var(--bs-tooltip-color,#fff);
    background-color: var(--accent-color);
}
/* Tooltip Color End */
.si-sticky.bottom-style{
    top: unset;
    bottom: 30px;
    transform: unset;
    left: 10px;
}
@media(max-width:1024px){
    .si-sticky.bottom-style {
        right: 35px;
        left: unset !important;
        bottom: 80px;
    }
}
.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover {background-color: var(--accent-color) !important;}

@media(max-width:991px){
    .header-row .retina-logo img{
        height: 3rem !important;
    }
    .about-image>div{box-shadow: none !important;}
}
.sticky-header #header-wrap {background-color: white !important;}
.video-banner {position: relative;}
.video-banner .section:After {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 34%);
    top: 0;
    left: 0;
}
@media(max-width:767px){
    #slider{height: 60vh !important;}
}
@media(max-width:1024px){
    .swiper-slide .swiper-slide-bg {
        display: none !important;
    }
    .swiper-slide .slider-caption{min-width: 100%;}
    .swiper-slide .slider-mobile-image{display: block !important;}
    .swiper-slide{background-color: #efefef;}
    .lang-switch {display: none;}
}
.swiper-slide .slider-mobile-image{display: none;}
.button.button-border.button-fill::before {
    background-color: var(--accent-color);
}
.slider-btn {
    background-color: var(--accent-color) !important;
    color: #fff !important;
    border-color: var(--accent-color) !important;
}
.slider-btn:hover {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}
.button.button-border.button-fill.hover-accent-color::before {
    background-color: #2d8682;
    border-color: #2d8682;
}
#slider .button.button-border.button-fill:hover {
    background-color: var(--accent-color) !important;
}
.lang-switch a {
    margin: 0 !important;
    position: relative;
    top: -10px;
}
.lang-switch a {
    transition: .4s;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    opacity: .8;
}
.lang-switch a:hover, .lang-switch a.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
    opacity: 1;
}
.sticky-header #top-search{margin-top: 15px;}
footer a{transition: .4s;}
footer a:hover {color: var(--accent-color) !important;}
#gotoTop{border-radius: 50%;}