@charset "UTF-8";
/*
Name: 			theme-elements.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	8.3.0
*/
/* Accordion */

a, a:hover, a:focus {
    color: #CCC;
}

.appear-animation {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1;
}

.fadeInRightShorter {
    -webkit-animation-name: fadeInRightShorter;
    animation-name: fadeInRightShorter;
}
.background-transparent, .bg-transparent {
    background: transparent !important;
}

.btn {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 8.528px 14.928px;
    padding: 0.533rem 0.933rem;
    cursor: pointer;
}

.btn-with-arrow {
    background-color: transparent;
    font-weight: 600;
}
.section-scroll-dots-navigation {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 30px;
    background: #FFF;
    border-radius: 35px;
    padding: 9.6px;
    padding: 0.6rem;
    z-index: 10;
    transform: translate3d(0, -50%, 0);
}

.section-scroll-dots-navigation > ul {
    margin: 8px 0;
    margin: 0.5rem 0;
}
.section-scroll-dots-navigation > ul > li {
    position: relative;
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem;
}

.section-scroll-dots-navigation > ul > li:last-child {
    margin-bottom: 0;
}

.scrollable {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scrollable .scrollable-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 37px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
    outline: none;
}

.scrollable .scrollable-pane {
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 4px;
}

.scrollable .scrollable-slider {
    border-radius: 5px;
    background: none repeat scroll 0 0 #CCC;
    margin: 0;
    position: relative;
    transition: opacity 0.2s ease 0s;
    opacity: 0;
}

section.section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}

.sticky-wrapper {
    position: fixed;
    width: 100% !important;
    z-index: 11;
}

.sticky-wrapper .sticky-body {
    display: flex;
    background: #FFF;
    width: 100%;
    z-index: 10;
    transition: ease background 300ms;
}

.sticky-wrapper.sticky-wrapper-transparent .sticky-body {
    background: transparent;
}

.section-scroll-dots-navigation > ul > li.active > a:before {
    opacity: 1;
}

.section-scroll-dots-navigation > ul > li > a {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    padding: 4.8px;
    padding: 0.3rem;
}

.section-scroll-dots-navigation > ul > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    opacity: 0.3;
    background: #CCC;
    transition: ease opacity 300ms;
}

.section-scroll-dots-navigation > ul > li > a > span {
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    background: #FFF;
    color: #212529;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 3.2px 16px;
    padding: 0.2rem 1rem;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -50%, 0);
    transition: ease opacity 300ms;
}

.section-scroll-dots-navigation > ul > li > a > span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #F7F7F7;
    transform: translate3d(0, -50%, 0);
}

.section-scroll-dots-navigation.section-scroll-dots-navigation-style-2 {
    background: transparent;
}

.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a:before {
    background: #FFF;
}

.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a > span {
    right: calc(100% + 10px);
}

@media (max-width: 767px) {
    .section-scroll-dots-navigation {
        right: 15px;
    }
}


.overlay {
    position: relative;

}

.overlay:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #212529;
    opacity: 0;
    pointer-events: none;
    transition: ease opacity 300ms 100ms;
}

.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
    opacity: 0.8;
}

.overlay .container, .overlay .container-fluid {
    position: relative;
    z-index: 3;
}

.hamburguer-btn {
    background: transparent;
    outline: 0 !important;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hamburguer-btn.hamburguer-btn-side-header {
    position: absolute;
    top: 15px;
    right: 8px;
}

.hamburguer-btn.hamburguer-btn-side-header-overlay {
    right: 30px;
    z-index: 9999;
}

.hamburguer-btn .hamburguer {
    pointer-events: none;
}

.hamburguer-btn .hamburguer span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transition: ease width 300ms;
    transform: translateY(-50%);
    background: #333;
}

.hamburguer-btn .hamburguer span:nth-child(1) {
    top: 30%;
}

.hamburguer-btn .hamburguer span:nth-child(2) {
    transition-delay: 100ms;
}

.hamburguer-btn .hamburguer span:nth-child(3) {
    top: 70%;
    transition-delay: 200ms;
}

.hamburguer-btn .close {
    opacity: 0;
    pointer-events: none;
    transition: ease all 300ms;
}

.hamburguer-btn .close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 1px;
    background: #333;
    transition: ease all 300ms;
    transform-origin: 50% 0;
}

.hamburguer-btn .close span:nth-child(1) {
    transform: translateX(-50%) rotate(45deg);
}

.hamburguer-btn .close span:nth-child(2) {
    transform: translateX(-50%) rotate(-45deg);
}

.hamburguer-btn.active .close {
    opacity: 1;
    transition: ease all 300ms;
}

.hamburguer-btn.active .close span {
    width: 80%;
    transition: ease all 300ms;
}

.hamburguer-btn.active .close span:nth-child(2) {
    transition-delay: 300ms;
}

.hamburguer-btn.hamburguer-btn-light .hamburguer span, .hamburguer-btn.hamburguer-btn-light .close span {
    background: #FFF;
}

html.overflow-hidden .hamburguer-btn.hamburguer-btn-side-header-overlay {
    right: 13px;
}
