#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,
#header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a,
#header .header-nav-main nav > ul > li > a {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: lowercase;
}

/*
* Owl Carousel - Custom Dots
*/
.owl-carousel.custom-dots .owl-dots {
    margin-top: 30px;
}

.owl-carousel.custom-dots button.owl-dot span {
    width: 14px;
    height: 14px;
    border: 2px solid;
    background: transparent !important;
}

.owl-carousel.custom-dots button.owl-dot.active span, .owl-carousel.custom-dots button.owl-dot:hover span {
    position: relative;
    border: 2px solid;
    background: transparent;
}

.owl-carousel.custom-dots button.owl-dot.active span:before, .owl-carousel.custom-dots button.owl-dot:hover span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    transform: translate3d(-50%, -50%, 0);
}

.owl-carousel.custom-dots button.owl-dot:hover {
    opacity: 0.7;
}

.owl-carousel.custom-dots button.owl-dot span {
    border-color: #e7e7e7;
}
.owl-carousel.custom-dots button.owl-dot.active span,
.owl-carousel.custom-dots button.owl-dot:hover span {
    border-color: #220c3c;
}
.owl-carousel.custom-dots button.owl-dot.active span:before,
.owl-carousel.custom-dots button.owl-dot:hover span:before {
    background: #220c3c;
}

#testimonials .owl-carousel.custom-dots button.owl-dot:not(.active) span{
    border-color: #8b7f84;
}

#intro .owl-carousel .owl-stage, #testimonials .owl-carousel .owl-stage { display: flex; flex-direction: row; }
#intro .owl-carousel .owl-item > div, #intro .owl-carousel .owl-item > div .card { height: 100%; }

.owl-carousel .owl-item > div, .owl-carousel .owl-item > div .card { height: 100%; }
.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.owl-carousel .owl-item img {
    max-height: 120px;
    width: auto;
    margin: 0 auto;
}

.contact-form.form-style-2  {
    opacity: 1 !important;
}

.contact-form.form-style-2  .form-control {
    height: calc(1.5em + 1.85rem + 2px) !important;
    padding: 0.975rem 1.25rem;
}

.contact-form.form-style-2  textarea.form-control {
    height: auto;
}

.lightbox {
    border-top: 5px solid #f0f0f0 !important;
}

.lightbox .thumb-info, .lightbox .thumb-info img {
    border-radius: 0;
}
.lightbox .thumb-info .thumb-info-wrapper {
    border-radius: 0;
    display: flex;
    height: 15vh;
    overflow: visible;
    flex-wrap: wrap;
    /*align-content: center;*/
}
.lightbox .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay {
    bottom: -15vh;
}

@media (min-width: 576px) {
    .lightbox .thumb-info .thumb-info-wrapper {
        height: 20vh;
    }
    .lightbox .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay {
        bottom: -20vh;
    }

}
@media (min-width: 768px) {
    .lightbox .thumb-info .thumb-info-wrapper {
        height: 25vh;
    }
    .lightbox .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay {
        bottom: -25vh;
    }

}
@media (min-width: 1680px) {
    .lightbox .thumb-info .thumb-info-wrapper {
        height: 30vh;
    }
    .lightbox .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay {
        bottom: -30vh;
    }

}


/** CLIPPING */
.thumb-info-side-image-custom {
    border: 0 none;
    color: #777;
    margin: 0 0 35px;
    transition: all 0.3s ease;
}

.thumb-info-side-image-custom .thumb-info-side-image-wrapper {
    padding: 0;
    margin-right: 30px;
}

.thumb-info-side-image-custom .thumb-info-caption {
    text-align: left;
}

.thumb-info-side-image-custom .thumb-info-caption h4 {
    margin: 30px 0 0;
    padding: 0;
}

.thumb-info-side-image-custom .thumb-info-caption p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

.thumb-info-side-image-custom:hover {
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.33) !important;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
    margin: 0 0 10px 0;
    padding: 0;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption {
    padding: 0 10px;
    display: block;
    clear: both;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption h4 {
    margin: 3px 0 0;
    padding: 0;
}

.thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-caption p {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .thumb-info-side-image-custom.thumb-info-side-image-custom-highlight .thumb-info-side-image-wrapper {
        width: 100%;
    }
}

/** Partners **/
section#our-partnes  { border-color: #F0EDCA !important; }

/** Call to action **/
.call-to-action-secondary .call-to-action-btn .btn-secondary {
    background-color: #F0EDCA !important;
    color: #186897;
}
.call-to-action-secondary .call-to-action-btn .btn-secondary:hover {
    background-color: #18339D !important;
    color: #F0EDCA;
    border-color: #F0EDCA !important;
}
