/* LOGO */
.site-logo-wrap .site-logo {
    width: 275px;
}
.ltn__header-4 .ltn__header-middle-area.sticky-active .site-logo-wrap .site-logo, .ltn__header-5 .ltn__header-middle-area.sticky-active .site-logo-wrap .site-logo {
    width: 175px;
}
.mobile-menu-toggle {
    margin-right: 5px;
}
/* THEME */
.neg-mt-100 {
     margin-top: -100px;
}
h6, .h6 {
     font-size: 24px;
}
p {
    font-size: 17px;
    hyphens: none;
}
.ltn__section-title-2 .section-title {
    font-size: 50px;
}
.ltn__section-title-2 {
    margin-bottom: 20px;
}

.bg-overlay-theme-90:before {
    background: rgba(32, 143, 206, 0.9);
}
.special-link a:hover {
    background-color: var(--ltn__primary-color);
    color: var(--white) !important;
}
.ltn__breadcrumb-area-2 {
    padding-top: 215px;
    padding-bottom: 55px;
}
/* SLIDER */
.ltn__product-pointer.ltn__product-pointer-2 {
     top: 58%;
     left: 57.5%;
 }
 .ltn__slide-item {
     padding-bottom: 75px;
 }
 .ltn__slide-item-2 {
     height: calc(95vh - 0px);
     padding-top: 0px;
 }
 .ltn__slide-item-2 .slide-title {
     font-size: 85px;
     font-weight: 900;
 }
 .slick-slide-dots-1 .slick-dots {
     display: none !important;
 }
/* FOOTER */
.get-support .get-support-info h6 {
    font-size: 12px;
}
 
 
/*---------------------------------------------------
            FORMS
----------------------------------------------------*/
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid var(--border-color-12);
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea, .freeform-row .freeform-column .freeform-input {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    padding-right: 40px;
}
textarea.freeform-input {
    resize: vertical;
    padding: 15px 20px;
    min-height: 80px;
}
.freeform-row .freeform-column .freeform-input-only-label {
    font-weight: normal;
    height: 11px;
}