
/* SIGNATURE FONT INCLUDE START */
@font-face {
    font-family: lufga;
    src: url(./fonts/lufga/LufgaRegular.ttf);
}
body {
    font-family: lufga !important;
}
.logo-brand img{
    height: 100px !important;
    margin: 10px 0;
}
.services-slider .services-box{
    border-radius: 20px;
}
section.discover-coastal {
    background: #f0f4f7;
}
.wrapper-discover-coastal-header .title{
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;

}
.wrapper-discover-coastal-header .small-desc{
    font-weight: 300 !important;
    font-size: 22px;
}
.wrapper-discover-coastal-header {
    /* max-width: 800px; */
    max-width: calc(100% - 150px);
}
.wrap-discover-item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 50px;
    transition: 0.1s ease-in-out;
}
.discover-item-bg{
    height: 420px;
    width: 100%;
    object-fit: cover;
    transition: 0.2s ease-in-out;
}
.wrap-discover-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9;
}

.wrap-overlay-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    z-index: 99;
    padding: 25px;
}
.discover-overlay-title{
    color: white;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.discover-overlay-small-desc{
    color: white;
    font-size: 26px;
    line-height: 33px;
    text-shadow: 0px 0px 1px black;
}
.icon-discover-overlay{
    width: 50px;
    border: 1px solid white;
    border-radius: 100px;
    padding: 11px;
    transition: 0.1s ease-in-out;
}
.wrap-discover-item{
    overflow: hidden;
}
.wrap-discover-item:hover .icon-discover-overlay-svg{
    fill: #146e8e;
    background: white;
    transition: 0.1s ease-in-out;
}
.wrap-discover-item:hover .discover-item-bg{
    transform: scale(1.15);
    transition: 0.2s ease-in-out;
}
.link-discover-overlay{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 999;
}
.icon-discover-overlay-svg{
    fill: white;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    border-radius: 100px;
    padding: 11px;
    background: transparent;
}
.icon-discover-overlay-svg:hover{
    transform: scale(1.1);
    transition: 0.1s ease-in-out;
}
.wrapper-hero-slides .slick-arrow:hover {
    border-color: #FFF;
    color: #FFF;
}
.custom-container{
    max-width: 1440px;
    width: 100%;
    padding: 0 50px;
}
.our-process .process-light h4,
.our-process .process-light .process-icon{
    color: black;
}

.our-process .process-light h4{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.process-icon svg{
    height: 45px;
    width: auto;
}
.wrapper-heading p{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
    margin-bottom: 10px;
    color:  #07a2bb;
}
.wrapper-heading h1{
    font-size: 40px;
    color:#146e8e;
    margin-bottom: 50px;
}
.logo-footer{
    width: 250px;
}
.footer-social a i {
   margin-left: 0;
}
.img-certificate{
    width: 100%;
}
.footer-copyright{
    color: white;
    background: #00242e;
    text-align: center;
    padding: 15px 0;
}
.wrapper-environmental-protection-header{
    position: relative;
}

.wrapper-environmental-protection-header .title{
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.wrapper-environmental-protection-header .main-heading{
    font-size: 32px;
    line-height: 38px;
    color: black;
    margin-bottom: 5px;
    font-weight: 300;
}
.wrapper-environmental-protection-header .small-desc{
    font-size: 16px;
    max-width: 800px;
}
.wrapper-sustainability-item{
    margin-bottom: 40px;
}
.wrapper-sustainability-item .sustainability-item-img{
    border-radius: 30px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.wrapper-sustainability-item h3{
    font-size: 24px;
    color: #303642;
    margin-top: 20px;
    margin-bottom: 10px;
}
.wrapper-sustainability-item p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.wrapper-sustainability-item a{
    color: #146e8e;
    cursor: pointer;
    padding: 10px 30px 20px 0;
}

.wrapper-sustainability-item a:hover{
    color: #07a2bb;
}
.wrapper-sustainability-item a:hover svg{
    fill: #07a2bb;
}
.wrapper-sustainability-item a svg{
    margin-right: 15px;
    width: 20px;
    fill: #146e8e;
}
.wrap-view-more{
    position: absolute;
    right: 0;
    top: 90px;
    display: flex;
    align-items: center;
}

.wrap-view-more span{
    font-size: 18px;
    color: #00242e;
}
.wrap-view-more svg{
    fill: #00242e;
    width: 55px;
    height: 55px;
    border: 1px solid #00242e;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    margin-left: 15px;
    transition: 0.1s ease-in-out;
}
.wrap-view-more svg:hover{
    transform: scale(1.1);
    transition: 0.1s ease-in-out;
}
.wrap-img-certificate{
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
.page-header{
    position: relative !important;
    background-size: cover !important;
    height: 270px !important;
    /* z-index: -2; */
    z-index: 2;
}
.page-header::after{
    content: '';
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0 !important;
    background: rgba(0, 0, 0, 0.2) !important;
    z-index: -1;
}
.breadc-box .row{
    min-height: 270px !important;
}
.footer-title{
    font-size: 22px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}
.footer-title::after{
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: white;
}
.project-item{
    border-radius: 20px;
    overflow: hidden;
}
.project-item img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.project-title{
    color: white;
}
.projects-container{
    padding: 0 50px;
}
.cta-title-white{
    color: white !important;
}
.wrapper-map{
    background: #f6f5f5;
    border: 10px solid #e7edfc;
    border-radius: 20px;
    overflow: hidden;
}
.wrapper-map iframe{
    height: 350px !important;
    width: 100% !important;
    border: 0 !important;
}



.menu-item.active {
    border-bottom: 3px solid #146e8e; /* Change color as needed */
    position: relative;
}
/* .menu-item.active::after{
    content :url(../images/arrow-up.svg);
    height: 26px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 14px;
    transform: translate(-50%, -50%);

} */
.wrap-contact-info{
    border: 3px solid #d5dbe3;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.contact-info-title{
    color: #146e8e;
    text-transform: uppercase;
    font-size: 24px;
}
.btn-contact-no{
    margin-left: 30px !important;
}
.btn-whatsapp{
    width: 24px;
    margin-right: 7px;
    margin-top: -4px;
}
#site-header{
    transition: 0.2s ease-in-out;
}
#site-header.sticky{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999999999 !important;
    background: white !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    transition: 0.2s ease-in-out;
}
.slick-slide img.hero-banner{
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: top;
}   
.slider .slider-content h1 {
    font-size: 60px !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.wrapper-course-item{
    transform: translateY(0px);
    transition: all .2s ease-in-out;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 425px;
    background: #eaf3f6;
}
.wrapper-course-item:hover{
    transform: translateY(-10px);
    transition: all .2s ease-in-out;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}
.wrapper-course-item .wrap-course-image{
    height: 210px;
    overflow: hidden;
}
.course-img{
    transform: scale(1);
    transition: all .2s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wrapper-course-item:hover .course-img{
   transform: scale(1.1);
   transition: all .2s ease-in-out;
}
.wrapper-course-item:hover .course-content .title{
    color: #146e8e;
}
.course-content{
    padding: 20px;
    background: #eaf3f6;
    
}
.course-content .title{
    color: black;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.wrap-content-item{
    display: block;
    margin-bottom: 8px;
}
.icon-course-content{
    display: inline-block;
    width: 40px;
}
.title-content-item{
    display: inline-block;
    width: calc(100% - 54px);
    line-height: 19px;
    color: #46616a;
    font-weight: 300;
}
.course-content .wrap-content-item img{
    display: inline-block;
    width: 23px;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 10px;
}
.other-courses-big-title{
    font-size: 22px !important;
    margin-top: 40px;
    color: black;
    margin-bottom: 10px;
}
.other-courses-link{
    font-size: 20px;
}
.other-courses-link a{
    position: relative;
    color: #146e8e;
}
.other-courses-link a::after{
    content: '';
    background: #146e8e;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.other-courses-link a:hover{
    color: #07a2bb;
}

.other-courses-link a:hover::after{
    background-color: #07a2bb;
}
.wrapper-heading{
    margin-bottom: 10px !important;
    margin-top: 30px !important;
}
.wrapper-heading h2 {
    font-size: 40px !important;
    color: #146e8e !important;
    margin-bottom: 0px !important;
}
.reservation-email{
    margin-bottom: 15px;
}

.reservation-email a{
    position: relative;
    color: #146e8e;
    font-size: 20px;
}
.reservation-email a::after{
    content: '';
    background: #146e8e;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.wrapper-support-number{
    text-align: center;
    background: #146e8e;
    color: white;
    padding: 50px 0;
}
.support-number a{
    position: relative;
    color: white;
    font-size: 20px;

    margin: 0 30px;
}
.support-number a::after {
    content: '';
    background: white;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.icon-support{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto 30px;
}









.owl-carousel .owl-item{
    user-select: none;
    text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
    outline: 0;
    width: 20px;
    height: 50px;

}
.owl-carousel .owl-item img {
    display: block;
    margin: 0px auto;
    height: 70px;
    width: auto;
    margin-top: 35px;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    width: 10px;
    height: 10px;
    background: black;

}
.owl-carousel .owl-dots button.owl-dot:hover span{
    background: gray;
}
.owl-carousel .owl-dots button.owl-dot span{
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 10px;
    height: 10px;
    background: lightgray;
    border-radius: 100px;
    display: inline-block;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50px;
    left: -60px;
    width: 50px;
    height: 50px;
    background: black;
    color: white;
    border-radius: 100px;
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50px;
    right: -60px;
    width: 50px;
    height: 50px;
    background: black;
    color: white;
    border-radius: 100px;
    outline: 0;
}
.owl-dots{
    text-align: center;
    margin-top: 30px;
}
.prev-nav,
.slick-arrow{
    outline: 0 !important;
    border: 0 !important;
}
.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
    justify-content: center;
}
section {
    padding: 70px 0 !important;
}
.col-footer-about{
    padding-right: 50px;
}
.widget-footer a:hover{
    color: #07a2bb !important;
}
.wrap-footer-contact-info {
    display: block;
    margin-bottom: 15px;
}
.icon-footer-contact {
    display: inline-block;
    width: 22px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}
.title-footer-contact{
    display: inline-block;
    width: calc(100% - 54px);
    line-height: 19px;
    color: #46616a;
    font-weight: 300;
}
.title-footer-contact a{
    color: white;
    display: block;
    margin-bottom: 7px;
}
.title-footer-contact a:hover{
    color: #07a2bb;
}
.form-group input, .form-group textarea, .form-group select,
select {
    margin-bottom: 10px !important;
    padding: 20px 20px !important;
    border-radius: 15px !important;
}
select{
    margin-bottom: 10px !important;
    padding: 20px 20px !important;
    border-radius: 15px !important;
    background-color: white !important;
    min-height: 55px !important;
}
.form-control{
    height: auto !important;
}
.contact-info-divider{
    width: 2px;
    height: 10px;
    background-color: #146e8e;
    margin: 0px 15px;
    display: inline-block;
}
.btn-primary{
    border-radius: 18px !important;
}
.hdng-mission-vision{
    margin-bottom: 5px;
}
.hdng-mission-vision{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.hdng-mission-vision::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #146e8e;
    left: 0;
    bottom: -4px;
}
.text-strong{
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    color: #146e8e;
}
/* .text-strong::after{
    
} */
 .list-why-partner{
    list-style: none;
    padding-left: 0;
 }
 .list-why-partner li{
    margin-bottom: 20px;
 }
 .list-why-partner li h3{
    font-size: 24px;
    margin-bottom: 5px;
 }
 h2{
    font-size: 36px;
 }
 .entry-media img {
    width: 100%;
    height: 180px !important;
    object-fit: cover !important;
}
select{
    width: 100% !important;
}
section.container.container-partners {
    padding: 0 20px !important;
    margin-bottom: 30px;
}
.floating_icons_whatsapp {
    position: fixed !important;
    width: 50px !important;
    bottom: 40px !important;
    right: 30px !important;
    z-index: 100 !important;
    padding: 0 !important;
}
.floating_icons_whatsapp ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.floating_icons_whatsapp ul li {
    margin: 0 0 20px;
    display: block;
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.floating_icons_whatsapp ul li a img {
    width: 50px !important;
}

.hvr-wobble-horizontal:hover{
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal { 16.65% { -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% { -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% { -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% { -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% { -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% { -webkit-transform: translateX(0);
    transform: translateX(0); } 
}

@keyframes hvr-wobble-horizontal { 16.65% { -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% { -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% { -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% { -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% { -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% { -webkit-transform: translateX(0);
    transform: translateX(0); } 
}
.menu-item a.active{
    color: #146e8e !important;
}
.menu-item.active a{
    color: #146e8e !important;
}
.mobile-nav .menu-item.active{
    border-bottom: 0 !important;
}
.mobile-nav .menu-item.active::after{
    display: none !important;
}
.success-alert-contact-form{
    padding: 20px;
    border-radius: 15px;
  }
  .text-sending{
    margin-top: 5px;
  }
  .btn-submit-contact-form{
    margin-top: -8px;
  }
  .btn-primary:disabled {
    color: #fff;
    background-color: #146e8e;
    border-color: #146e8e;
  }
  .btn-submit-contact-form {
    height: 65px !important;
    padding: 10px 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .color-theme{
    color: #146e8e !important;
  }

@media (max-width: 575px) {
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .custom-container{
        padding: 0 30px !important;
    }
    .process {
        padding-left: 70px;
    }
    .process:after{
        left: 45px !important;
    }
    .process .process-icon:before{
        left: 35px !important;
    }
    .process .process-icon:after{
        left: 41px !important;
    }
    .discover-overlay-small-desc {
        font-size: 22px;
        line-height: 33px;
    }
    .mobile-header{
        padding: 0 20px;
    }
    .logo-brand-mobile{
        width: 165px;
        margin: 15px 0;
    }
    #mmenu_toggle{
        margin: 42px 0 0 !important;
    }
    .wrapper-discover-coastal-header{
        max-width: 100% !important;
    }
    .view-all{
        display: none !important;
    }
    .wrapper-map iframe{
        height: 250px !important;
    }
    .wrapper-heading h2{
        font-size: 25px !important;
    }
    .other-courses-big-title{
        text-align: left;
        font-size: 22px !important;
        margin-bottom: 10px;

    }
    .other-courses-link{
        text-align: left;
        font-size: 18px !important;

    }
    .slider .slider-content h1{
        font-size: 26px !important;
    }
    .slick-slide img.hero-banner{
        height: 270px;
    }
    .wrapper-discover-coastal-header .small-desc {
        font-size: 16px;
    }
    .wrapper-heading h1 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    section {
        padding: 30px 0;
    }
    .wrapper-course-item{
        min-height: auto !important;
    }
    .course-content{
        padding-bottom: 30px;
    }
    .col-footer-about{
        padding-right: 0px;
    }
    .support-number a{
        display: inline-block;
        margin-top: 14px;
    }
    .wrapper-support-number p{
        text-align: justify;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -10px !important;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -10px !important;
    }
}






