*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1.74;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "CerebriSans";
    color: #696969;
    position: relative;
    background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "CerebriSans";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.41;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}


button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a{
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.font-weight--reguler {
    font-weight: 500;
}
.text-color-primary {
    color: #086AD8;
}
.bg-gray {
    background: #F8F8F8;
}
.section-sub-title {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}
form {
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input::placeholder,
form textarea::placeholder {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-wrapper-reveal {
    position: relative;
    z-index: 2;
    background: #ffffff;
}
.swiper-container {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.preloader-activez {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

.preloader-activez .preloader-area-wrap {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

.preloader-activez .preloader-area-wrap .spinnerz div {
    background-color: #086AD8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader-activez .preloader-area-wrap .spinnerz div.bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.preloader-activez .preloader-area-wrap .spinnerz div.bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.preloader-area-wrap {
    display: none;
}

.open_tm_preloaderz {
    position: fixed;
    background-color: transparent;
    z-index: 9999;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.open_tm_preloaderz.loaded {
    opacity: 0;
    visibility: hidden;
}

.open_tm_preloaderz.loaded:before,
.open_tm_preloaderz.loaded:after {
    width: 0%;
}

.open_tm_preloaderz:before,
.open_tm_preloaderz:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.open_tm_preloaderz:before {
    top: 0;
    left: 0;
}

.open_tm_preloaderz:after {
    bottom: 0;
    right: 0;
}

/*=============================================
   - Scroll top         
=============================================*/

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #086AD8;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
}

.scroll-top:hover {
    background-position: right center;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-space--ptb_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space--pt_120 {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_120 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_120 {
        padding-top: 60px;
    }
}

.section-space--pb_120 {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_120 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_120 {
        padding-bottom: 60px;
    }
}

.section-space--ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space--pt_100 {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_100 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_100 {
        padding-top: 60px;
    }
}
.section-space--pt_80 {
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_80 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_80 {
        padding-top: 40px;
    }
}
.section-space--ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.section-space--pb_60 {
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}
.section-space--mb_40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .section-space--mb_40 {
        margin-bottom: 30px;
    }
}
.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}
.move-up {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
@media (min-width: 1600px) {
    .container-fluid--cp-150z {
        padding: 0 150px !important;
    }
}
@media (min-width: 1200px) {
    .container-fluid--cp-150z {
        padding: 0 50px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.header-areaz {
    position: relative;
    z-index: 9;
}

.header-areaz .is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.header-areaz .is-sticky .header__logoz .dark-logoz {
    display: inherit;
}

.header-areaz .is-sticky .header__logoz .light-logoz {
    display: none;
}

.header-areaz .is-sticky .menu-style-fourz .navigation-menuz>ul>li>a {
    color: #333;
}
.header-areaz .is-sticky .menu-style-fourz .navigation-menuz>ul>li:hover>a>span,
.header-areaz .is-sticky .menu-style-fourz .navigation-menuz>ul>li.active>a>span {
    color: #333;
}

.header-areaz .is-sticky .menu-style-fourz .navigation-menuz>ul>li:hover>a:before,
.header-areaz .is-sticky .menu-style-fourz .navigation-menuz>ul>li.active>a:before {
    width: 100%;
    left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-areaz.is-sticky.only-mobile-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
        animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
        z-index: 999;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-areaz.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
        display: none !important;
    }
}

.header-area--absolutez {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-area--absolutez {
        position: static;
    }
}

.header-area--absolutez__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.header-area--defaultz {
    border-color: #E4E8F6;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.headerz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* logo */
}

.header__logoz {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 14px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logoz.top-logo {
    padding: 25px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header__logoz {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .header__logoz {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .header__logoz.top-logo {
        padding: 15px 0;
    }
}

.header__logoz>a img {
    width: 110px;
}

.header__logoz .dark-logoz {
    display: none;
}

.header__logoz .light-logoz {
    display: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header__logoz .dark-logoz {
        display: inherit;
    }
    .header__logoz .light-logoz {
        display: none;
    }
}
.header-right {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-right-innerz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px;
}

@media only screen and (max-width: 767px) {
    .header-right-innerz {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-innerz.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 999;
    }
}

@media only screen and (max-width: 767px) {
    .header-right-box .header-right-innerz {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (max-width: 575px) {
    .header-right-box .header-right-innerz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.navigation-menuz>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navigation-menuz>ul>li {
    margin: 0 24px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .navigation-menuz>ul>li {
        margin: 0 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .navigation-menuz>ul>li {
        margin: 0 15px;
    }
}

.navigation-menuz>ul>li>a {
    display: block;
    color: #000000;
    padding: 21px 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
    -webkit-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}

.navigation-menuz>ul>li>a:before {
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menuz>ul>li>a span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menuz>ul>li.has-children>a {
    position: relative;
}

.navigation-menuz>ul>li.has-children>a:after {
    position: static;
    margin-left: 5px;
    font-family: "Font Awesome 5 Pro";
    content: '\f107';
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menuz>ul>li.has-children--multilevel-submenu {
    position: relative;
}
.navigation-menuz>ul>li:hover>a span,
.navigation-menuz>ul>li.active>a span {
    color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-menuz>ul>li:hover>a:before,
.navigation-menuz>ul>li.active>a:before {
    width: 100%;
    left: 0;
}

.navigation-menuz.primary--menu>ul>li>a {
    padding: 31px 2px;
}
.menu-style-three .navigation-menuz>ul>li,
.menu-style-fourz .navigation-menuz>ul>li {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
}
.menu-style-three .navigation-menuz>ul>li:hover>a:before,
.menu-style-three .navigation-menuz>ul>li.active>a:before,
.menu-style-fourz .navigation-menuz>ul>li:hover>a:before,
.menu-style-fourz .navigation-menuz>ul>li.active>a:before {
    width: 0%;
    left: 0;
}
.menu-style-fourz .navigation-menuz>ul>li>a {
    color: #000;
}

.menu-style-fourz .navigation-menuz>ul>li>a:before {
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #d2a98e;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-style-fourz .navigation-menuz>ul>li:hover>a:after,
.menu-style-fourz .navigation-menuz>ul>li.active>a:after {
    color: #ffffff;
}

.menu-style-fourz .navigation-menuz>ul>li:hover>a>span,
.menu-style-fourz .navigation-menuz>ul>li.active>a>span {
    color: #ffffff;
}

.menu-style-fourz .navigation-menuz>ul>li:hover>a:before,
.menu-style-fourz .navigation-menuz>ul>li.active>a:before {
    width: 100%;
    left: 0;
}
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #086AD8;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.megamenu--mega {
    min-width: 980px;
    width: 100%;
    padding: 35px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        min-width: 700px;
    }
}

.megamenu--mega>li {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu--mega>li .page-list-title {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333333;
}

.megamenu--mega>li>ul>li>a {
    padding: 10px 0;
    color: #ababab;
    line-height: 1.2;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.megamenu--mega>li>ul>li>a:hover {
    color: #086AD8;
}

.megamenu--mega>li>ul>li>a:hover span:after {
    width: 100%;
    left: 0;
    right: auto;
}

.megamenu--mega>li>ul>li>a>span {
    position: relative;
}

.megamenu--mega>li>ul>li>a>span:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #086AD8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.megamenu--mega>li>ul>li.active>a {
    color: #086AD8;
}

.container-fluidz .megamenu--mega {
    padding: 35px 220px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluidz .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluidz .megamenu--mega {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluidz .megamenu--mega {
        min-width: 700px;
    }
}

/* Mobile Mavigation icon */

.mobile-navigation-iconz {
    width: 24px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
}

.mobile-navigation-iconz:hover i {
    background-color: #086AD8;
}

.mobile-navigation-iconz:hover i:before {
    width: 80%;
    background-color: #086AD8;
}

.mobile-navigation-iconz:hover i:after {
    background-color: #086AD8;
    width: 60%;
}

.mobile-navigation-iconz i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-iconz i:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-iconz i:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .is-sticky .white-md-icon i {
        background-color: #333;
    }
    .is-sticky .white-md-icon i:before {
        background-color: #333;
    }
    .is-sticky .white-md-icon i:after {
        background-color: #333;
    }
}
.page-open-off-sidebar:hover i:before {
    width: 100%;
}

.page-open-off-sidebar:hover i:after {
    width: 100%;
}

.page-open-off-sidebar i {
    width: 100%;
    background-color: #333;
}

.page-open-off-sidebar i:before {
    width: 70%;
    background-color: #333;
}

.page-open-off-sidebar i:after {
    width: 70%;
    background-color: #333;
}

.hidden-icons-menuz {
    margin-left: 15px;
}

.hidden-icons-menuz a {
    color: #6D70A6;
    font-size: 20px;
}

.hidden-icons-menuz a:hover {
    color: #086AD8;
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/

.mobile-menu-overlay,
.page-oppen-off-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    overflow: auto;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    cursor: url(../images/icons/light-close.png) 16 16, pointer;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-overlay__inner,
.page-oppen-off-sidebar__inner {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    width: 400px;
    height: 100%;
    float: right;
    cursor: default;
  background: #0d338d;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner,
    .page-oppen-off-sidebar__inner {
        width: 300px;
    }
}

.mobile-menu-overlay.active,
.page-oppen-off-sidebar.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner,
.page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-overlay__header,
.page-oppen-off-sidebar__header {
    background-color: #ffffff;
    padding: 15px 0;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 23px;
    left: 8px;
    content: '';
    width: 24px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 23px;
    left: 8px;
    content: '';
    width: 24px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
    color: #086AD8;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-overlay__body,
.page-oppen-off-sidebar__body {
    padding: 20px 40px 100px;
}

.mobile-menu-overlay__body .offcanvas-navigation,
.page-oppen-off-sidebar__body .offcanvas-navigation {
    /* onepage style */
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li>a {
    display: block;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li>a:hover {
    color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before {
    content: '\f106';
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 12px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .menu-expand:before {
    content: '\f107';
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu {
    padding: 12px 0 14px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li a {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover {
    color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before {
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
    content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
    content: '\f107';
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation--onepage>ul>li.active>a,
.page-oppen-off-sidebar__body .offcanvas-navigation--onepage>ul>li.active>a {
    font-weight: 700;
}
.page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
    color: #6d70a6;
    min-width: calc(1em + 18px);
    font-size: 16px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
    color: #38cb89;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
    overflow: hidden;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
    width: 50%;
    float: left;
    margin-bottom: 8px;
}

.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
    line-height: 17px;
}

/*===============================
    - search overlay
===============================*/

.search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__inner {
    width: 100%;
    height: 100%;
    cursor: default;
    background: #ffffff;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-overlay__header {
    background-color: #ffffff;
    padding: 15px 0;
}

.search-overlay__header .mobile-navigation-close-icon {
    position: relative;
    cursor: pointer;
    height: 48px;
    width: 48px;
    line-height: 48px;
    display: inline-block;
}

.search-overlay__header .mobile-navigation-close-icon:before {
    position: absolute;
    top: 28px;
    left: 0px;
    content: '';
    width: 42px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__header .mobile-navigation-close-icon:after {
    position: absolute;
    top: 28px;
    left: 0px;
    content: '';
    width: 42px;
    height: 3px;
    background: #333333;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__header .mobile-navigation-close-icon:hover {
    color: #086AD8;
}

.search-overlay__header .mobile-navigation-close-icon:hover:before,
.search-overlay__header .mobile-navigation-close-icon:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.search-overlay__body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 75px;
}

.search-overlay__form {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.search-overlay__form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #086AD8;
    border-radius: 0;
    padding: 15px 50px 15px 0;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .search-overlay__form input {
        font-size: 30px;
        height: 60px;
    }
}

.search-overlay__form input::-webkit-input-placeholder {
    color: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-moz-placeholder {
    color: #086AD8;
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input:-ms-input-placeholder {
    color: #086AD8;
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-ms-input-placeholder {
    color: #086AD8;
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::placeholder {
    color: #086AD8;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input[type="text"]:focus {
    color: #086AD8;
    border-color: #086AD8;
}

.header__navigationz.preview-menuz {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__navigationz.preview-menuz .navigation-menu-rightz {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.preview-header-innerz {
    padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .preview-header-innerz {
        padding: 0;
    }
}

.preview-header-innerz.is-sticky {
    padding: 0px 0;
}

.preview-header-innerz.is-sticky .header__navigationz.preview-menuz ul>li>a {
    color: #333;
}

.preview-header-innerz.is-sticky .header__actions--previewz .ht-btn {
    background: transparent;
    border: 1px solid #086AD8;
    color: #086AD8;
    line-height: 42px;
    height: 43px;
}

.preview-header-innerz .header__actions--previewz .ht-btn {
    background: #086AD8;
    border: 1px solid #086AD8;
    color: #ffffff;
}

.preview-header-innerz .header__actions--previewz .ht-btn:hover {
    background: #ffffff;
    color: #086AD8;
}
.widget-product-item .info .star-rating a {
    display: inline-block;
    color: #ffb805;
    line-height: 1;
    font-size: 14px;
    margin: 0;
}

.widget-product-item .info .price-box {
    margin-top: 5px;
}

.widget-product-item .info .price-box .old-price {
    font-size: .88em;
    font-weight: 400;
    color: #b6b7d2;
    text-decoration: line-through;
}

.widget-product-item .info .price-box .new-price {
    font-size: 14px;
    font-weight: 500;
    color: #6d70a6;
}

/*=====  End of Sidebar  ======*/

/*=============================================
=            08. Button Css           =
=============================================*/

.ht-btn {
    display:inline-block;
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0 36px;
    text-align: center;
    color: #ffffff;
    background: #086AD8;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.ht-btn.ht-btn-sm {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
}
.ht-btn--solid:hover,
.ht-btn--solid:focus,
.ht-btn--solid:active {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-color: transparent;
    background: #086AD8;
    color: #ffffff;
}

.ht-btn--circle {
    border-radius: 30px;
}

.ht-btn--no-round {
    border-radius: 0px;
}

.ht-btn.ht-btn-default {
    padding: 0 30px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: 180px;
}

.ht-btn .btn-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    font-size: 20px;
    margin-left: 10px;
}

.btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 0 36px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 54px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #ffffff;
    background: #086AD8;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.btn:hover,
.btn:active,
.btn:focus {
    font-weight: 500;
    color: #ffffff;
    background: #086AD8;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.btn--black:hover {
    background-image: none;
    background: #000000;
}

.btn--white {
    background-image: none;
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}
.ht-box-images.style-02 .image-box-wrap {
    -webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    background: #fff;
    border-radius: 5px;
    padding: 30px 38px;
    min-height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ht-box-images.style-02 .image-box-wrap .box-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.ht-box-images.style-02 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 0;
}

.ht-box-images.style-02 .image-box-wrap .content .text {
    color: #696969;
}

.ht-box-images.style-02:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-03 {
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 40px 30px 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ht-box-images.style-03 .image-box-wrap {
    max-width: 340px;
    margin: 0 auto;
}

.ht-box-images.style-03 .image-box-wrap .box-image {
    margin-bottom: 36px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-03 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 0;
}

.ht-box-images.style-03 .image-box-wrap .content .text {
    color: #696969;
}

.ht-box-images.style-03:hover .box-image {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.ht-box-images.style-06 .image-box-wrap .content .box-images-arrow::before {
    background-color: #086AD8;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}

.ht-box-images.style-06:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-images.style-06:hover .content .box-images-arrow {
    color: #ffffff;
}

.ht-box-images.style-06:hover .content .box-images-arrow::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ht-box-images.style-07 {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-images.style-07 .image-box-wrap {
    padding: 30px 35px 31px;
    border-radius: 4px;
    margin-top: 10px;
}

.ht-box-images.style-07 .image-box-wrap .box-image {
    text-align: center;
    margin-bottom: 24px;
}

.ht-box-images.style-07 .image-box-wrap .content {
    text-align: center;
}

.ht-box-images.style-07 .image-box-wrap .content .heading {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ht-box-images.style-07 .image-box-wrap .content .text {
    color: #696969;
}

.ht-box-images.style-07:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #fff;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .modern-grid--6 {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modern-grid--6 {
        grid-template-columns: repeat(3, 1fr);
    }
}
.sider-title-button-box .ht-btn {
    margin-right: 15px;
}

.ht-team-member .team-image {
    position: relative;
}
.ht-team-member-style-two .ht-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-two .ht-team-member {
        margin-bottom: 30px;
    }
}

.ht-team-member-style-three .ht-team-member {
    max-width: 350px;
    margin: auto;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .ht-team-member-style-three .ht-team-member {
        margin-bottom: 30px;
    }
}

.team_member-list .team__title {
    font-size: 15px;
    text-transform: uppercase;
}

/*----------------------------
    tooltip library
----------------------------*/

[class*="hint--"] {
    position: relative;
    display: inline-block;
    /**
	 * tooltip arrow
	 */
    /**
	 * tooltip body
	 */
}

[class*="hint--"]:before,
[class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

[class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001;
}

[class*="hint--"]:after {
    background: #086AD8;
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
    display: none !important;
}
.hint--top-left:before {
    border-top-color: #086AD8;
}

.hint--top-right:before {
    border-top-color: #086AD8;
}

.hint--top:before {
    border-top-color: #086AD8;
}

.hint--bottom-left:before {
    border-bottom-color: #086AD8;
}

.hint--bottom-right:before {
    border-bottom-color: #086AD8;
}

.hint--bottom:before {
    border-bottom-color: #086AD8;
}

.hint--left:before {
    border-left-color: #086AD8;
}

.hint--right:before {
    border-right-color: #086AD8;
}

.hint--white:after {
    background: #ffffff;
    color: #333;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--white:before {
    border-top-color: #ffffff;
}

.hint--black:after {
    background: #000000;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--black:before {
    border-top-color: #000000;
}

.hint--black.hint--bottom::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top-left::before {
    border-top-color: #000000;
}

.hint--black.hint--bottom-left::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top::before {
    border-top-color: #000000;
}

.hint--black.hint--left::before {
    border-left-color: #000000;
}

.hint--black:before {
    border-top-color: transparent;
}

.hint--theme-two:after {
    background: #d2a98e;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--theme-two:before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--bottom::before {
    border-bottom-color: #d2a98e;
}

.hint--theme-two.hint--top-left::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--top::before {
    border-top-color: #d2a98e;
}

.hint--theme-two.hint--left::before {
    border-left-color: #d2a98e;
}

.hint--theme-two:before {
    border-top-color: transparent;
}

/**
 * top tooltip
 */

.hint--top:before {
    margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
    bottom: 100%;
    left: 50%;
}

.hint--top:before {
    left: calc(50% - 7px);
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.hint--right:before {
    margin-left: -13px;
    margin-bottom: -7px;
}

.hint--right:after {
    margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
    left: 100%;
    bottom: 50%;
}

.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--right:hover:after {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}
.hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
}

.hint--left:after {
    margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
    right: 100%;
    bottom: 50%;
}

.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.hint--bottom-right:before {
    margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-right:before {
    left: calc(50% - 7px);
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hint--bottom-right:after {
    margin-left: -14px;
}

.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--no-animate:before,
.hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.processing-hero-images {
    margin-left: -130px;
    margin-right: -200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .processing-hero-images {
        margin-left: -80px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .processing-hero-images {
        margin-left: -80px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .processing-hero-images {
        margin-left: -50px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .processing-hero-images {
        width: 300px;
        margin: auto;
    }
}

.hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-button .btn {
        min-width: 140px;
        padding: 0 24px;
    }
}

.hero-popup-video {
    margin-left: 20px;
}

.hero-popup-video a {
    display: inline-block;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero-popup-video a .video-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-popup-video a .video-content .video-text {
    margin-left: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.hero-popup-video .video-play {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
}

.hero-popup-video .video-play .video-play-icon i {
    color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rv-video-section .ht-banner-04 img {
        right: 35px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rv-video-section .ht-banner-04 img {
        right: 35px;
        top: 80%;
        max-width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .rv-video-section .ht-banner-04 img {
        right: 15px;
        top: 80%;
        max-width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .rv-video-section .ht-banner-04 img {
        right: 10px;
        top: 80%;
        max-width: 110px;
    }
}

.animation_images {
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: animateUpDown;
    animation-name: animateUpDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animation_images.one {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
}

.animation_images.two {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
}

.animation_images.three {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

.animation_images.four {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
}

@-webkit-keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes animateUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.redrow-3 {
    top: -205%;
    position: absolute;
    right: 10%;
}

@media only screen and (max-width: 767px) {
    .redrow-3 {
        top: -150%;
    }
}

@media only screen and (max-width: 575px) {
    .redrow-3 {
        top: -130%;
    }
}

.redrow-4 {
    top: 0%;
    position: absolute;
    left: -10%;
}

.redrow-5 {
    position: absolute;
    left: 20%;
    top: 150%;
}

.redrow-6 {
    position: absolute;
    right: 20%;
    top: 150%;
}

.redrow-7 {
    top: 0%;
    position: absolute;
    right: -10%;
}

/*=====================================
=       43. Preview Page Css          =
======================================*/

.hero__purchase .btn:hover,
.downlode-btnz .btn:hover {
    background: #086AD8;
    color: #fff;
}

.header__actions--previewz .ht-btn {
    background: #fff;
    color: #086AD8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header__actions--previewz {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .header__actions--previewz .header__actionsz {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.preview-hero-area {
    height: 1020px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .preview-hero-area {
        height: 860px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .preview-hero-area {
        height: 780px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preview-hero-area {
        height: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-hero-area {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-area {
        height: auto;
    }
}

.preview-hero-bg {
    background: url(../images/hero/main-slider-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent;
    background-repeat: no-repeat;
}

.pr-img-01 {
    position: absolute;
    top: -4%;
    left: 28%;
}

@media only screen and (max-width: 767px) {
    .pr-img-01 {
        width: 130px;
        top: -10%;
        left: 8%;
    }
}

.pr-img-02 {
    position: absolute;
    top: 12%;
    right: 6%;
}

@media only screen and (max-width: 767px) {
    .pr-img-02 {
        right: -5%;
    }
}

.pr-img-03 {
    position: absolute;
    bottom: 10%;
    right: -10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .pr-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pr-img-03 {
        width: 250px;
        right: -10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pr-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 767px) {
    .pr-img-03 {
        width: 200px;
        right: -20%;
    }
}

@media only screen and (max-width: 575px) {
    .pr-img-03 {
        width: 200px;
        right: -30%;
    }
}

.pr-img-04 {
    position: absolute;
    bottom: 20%;
    right: 18%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pr-img-04 {
        bottom: 5%;
        right: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .pr-img-04 {
        bottom: 2%;
        right: 50%;
    }
}

.preview-inner-img img {
    z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-inner-img {
        max-width: 500px;
        margin: auto;
    }
}

.preview-hero-text {
    z-index: 4;
}

.preview-hero-text h6 {
    color: #d2a98e;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-hero-text {
        text-align: center;
    }
    .preview-hero-text .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .preview-hero-text {
        text-align: center;
    }
}

.single-preview-item__wrap a {
    display: block;
}

.single-preview-item__wrap a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-preview-item__wrap a:hover .single-preview-item__thumbnail .overlay {
    visibility: visible;
    opacity: 1;
}

.frame-screen {
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
    box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
}

.frame-screen .dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 14px;
    height: 23px;
}

.frame-screen .dots .dot {
    margin: 0 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dadada;
}

.frame-screen .single-preview-item__thumbnail {
    position: relative;
}

.frame-screen .single-preview-item__thumbnail .overlay {
    background-color: rgba(8, 106, 216, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.frame-screen .single-preview-item__thumbnail .btn-view-demo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff !important;
    pointer-events: none;
    min-width: 150px;
}

.frame-screen .single-preview-item__info h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.87;
    padding: 14px 27px;
    margin-bottom: 0;
    text-align: left;
}

.layout-section-bg {
   
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.layouts-section-text {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.ht-box-icon.preview-style {
    margin-left: auto;
    max-width: 420px;
    margin-top: 30px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-icon.preview-style:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ht-box-icon.preview-style .icon-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ht-box-icon.preview-style .icon-box-wrap .image {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 27px 0 0;
    width: 114px;
    text-align: center;
    border-radius: 50%;
}

.prv-section-footer-bg {
    background: url(../images/preview/footer-bg-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-preview-content h6 {
    letter-spacing: 7px;
}

.badge-image {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 11;
}

/* ====================
    Toolbar Area 
========================*/

.aeroland__toolbar .inner {
    position: absolute;
    top: 200px;
    right: 100%;
    display: block;
    width: 40px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.aeroland__toolbar .inner a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #222;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.demo-option-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 55px;
}

.demo-option-wrapper .demo-panel-header {
    padding: 40px 30px 30px;
    text-align: center;
}

.demo-option-container {
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    height: 100%;
    width: 350px;
    max-width: calc(100% - 45px);
    z-index: 100000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.demo-option-container.open {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.demo-quick-option-list {
    padding: 27px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.demo-quick-option-list a img {
    border-radius: 5px;
}

.demo-quick-option-list a:hover img {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .machine-learning-hero-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .machine-learning-hero-text h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .machine-learning-hero-text h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .machine-learning-hero-text h1 {
        font-size: 34px;
    }
}

.machine-learning-hero-text p {
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
}

.hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .hero-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-button .btn {
        min-width: 140px;
        padding: 0 24px;
    }
}

