a{
    text-decoration: none!important;
    cursor: pointer;
}

a.custom-logo-link{
    max-width: initial;
}

.custom-logo {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.elementor-section-wrap {
    padding: 30px;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
}

#AnnouncementDiv {
    width: 100%;
    margin-top: 30px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: initial;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    width: 100px;
    height: 60px;
    opacity: 0.4;
    display: flex;
    justify-content: center;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 640px;
    object-fit: cover;
}

.thumbs-slider {
    padding: 10px 0!important;
    margin-top: -2px;
    background: #242424;
}

.thumbs-slider img {
    width: 100px;
    height: 60px;
    object-position: center;
}

.n2-section-smartslider {
    margin-bottom: 60px;
}

.banner-shadow {
    bottom: 0;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
}

.banner-shadow p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: white;
    text-align: left;
}

.contact-us-href {
    color: #54595f;
}

.contact-us-href:hover {
    font-weight: bold;
}

@media only screen and (max-width: 900px) {
    #mobile-trigger {
        top: 0;
        width: 100%;
        z-index: 999999;
        position: fixed;
    }
    #mysticky-nav {
        margin-top: 40px;
    }
    #mysticky-nav.wrapfixed{
        margin-top: 40px;
    }
    .custom-logo{
        max-width: 320px;
    }
}
#masthead {
    width: 100%!important;
}

#masthead .container{
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    justify-content: space-between!important;
}

@media screen and (max-width: 540px) {
    a.custom-logo-link{
        display: flex;
        justify-content: center;
    }
}