﻿/* Base */

@import url(../fonts/dana/fontiran.css);
body {
    line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 1rem;
    direction: rtl;
}

html {
    scroll-behavior: smooth;
}

.dr-rtl {
    direction: rtl;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

.border-2 {
    border-width: 2px;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.offcanvas-menu {
    position: relative;
}

.offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2);
}

.btn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    padding: 0.7em 1.5em !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-black {
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff;
}

.btn.btn-black:hover {
    color: #000;
    background-color: transparent;
}

.btn.btn-black.btn-outline-black {
    color: #000;
    background-color: transparent;
}

.btn.btn-black.btn-outline-black:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000;
}

.btn.btn-white:hover {
    color: #fff;
    background-color: transparent;
}

.btn.btn-white.btn-outline-white {
    color: #fff;
    background-color: transparent;
}

.btn.btn-white.btn-outline-white:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.line-height-1 {
    line-height: 1 !important;
}

.bg-black {
    background: #000;
}

.form-control {
    height: 42px;
    border-width: 1px;
}

.form-control:active,
.form-control:focus {
    border-color: #352961;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 2.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 0em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .site-section-heading {
        font-size: 3rem;
    }
}

.site-footer {
    padding: 4em 0;
    background: #333333;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 8em 0;
    }
}

.site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
    color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #000;
}

.site-footer a {
    color: #999999;
}

.site-footer a:hover {
    color: black;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 16px;
    color: #000;
    font-weight: 900;
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative;
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important;
    }
}

.hover-bg-enlarge>div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important;
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-image.overlay {
    position: relative;
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1,
    .display-3 {
        font-size: 3rem;
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-single-big>span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-single-big:hover {
    width: 120px;
    height: 120px;
}

.overlap-to-top {
    margin-top: -150px;
}

.ul-check {
    margin-bottom: 50px;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}

.ul-check.white li:before {
    color: #fff;
}

.ul-check.success li:before {
    color: #28a745;
}

.ul-check.primary li:before {
    color: #352961;
}

.select-wrap,
.wrap-icon {
    position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}


/* Navbar */

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}

.site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: .2rem;
}

.site-navigation {
    padding-right: 80px;
}

.site-logo a {
    color: #fff;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1;
    color: #000;
    font-size: 16px;
}

.site-navbar .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 1199.98px) {
    .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #352961;
}

.site-navbar .site-navigation .site-menu .cta a:before,
.site-navbar .site-navigation .site-menu .cta a:after {
    display: none;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 25px 15px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #352961;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #352961 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #352961;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a.social-link {
    color: #fff;
    position: relative;
    padding: 9px;
    font-size: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid #366464;
    border-radius: 8px;
    margin: 0;
    text-align: center;
    background: #366464;
    margin-right: 8px;
}

#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 9999999999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.sidebar-content {
    overflow-y: auto;
    height: calc(80vh - 85px);
}

.price-box {
    display: block;
    width: 100%;
    color: #000;
    direction: rtl;
    padding-bottom: 15px;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sidebar-product>div.d-flex {
    justify-content: space-between;
}

.price-box span {
    float: right;
}

#full-price {
    float: left;
}

.sidebar-product {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.sidebar-product-price-box {
    text-align: center;
    padding: 15px 5px;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
}

.sidebar-product-img {
    width: 65px;
    height: 65px;
}

.sidebar-product h5 {
    color: #000;
    font-size: 14px;
}

.sidebar-product-price-box span {
    color: #000;
}

.old-price {
    text-decoration-line: line-through;
    color: #8d8d8d !important;
    font-size: 11px;
}

.sidebar-product a {
    color: red;
    margin-right: 10px;
}

#shopping-count {
    position: absolute;
    top: -4px;
    background: #CFC937;
    height: 18px;
    width: 18px;
    border-radius: 50em;
    color: #000;
    font-size: 13px;
    text-align: center;
    display: block;
    right: -4px;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 25px;
    color: #000;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.discount {
    background: #DB4242;
    color: #fff !important;
    border-radius: 50em;
    padding: 3px 10px 0;
    font-size: 12px;
}

.overlay-side {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.overlay-side.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #D8D8D8;
    height: 85px;
    color: #000;
}

#sidebar .sidebar-header h3 {
    text-align: center;
    font-size: 18px;
    top: 10px;
    position: relative;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a.social-link::after {
    display: none;
}

.open-nav {
    position: absolute;
    left: 0;
    background: #CFC937;
    padding: 20px 15px 13px;
    color: #fff;
    font-size: 18px;
    z-index: 999999;
    cursor: pointer;
}


/* The Overlay (background) */

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 9999991;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgb(72 72 72 / 95%);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


/* Position the content inside the overlay */

.overlay-content {
    position: relative;
    top: 15%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/* The navigation links inside the overlay */

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    font-size: 28px;
    /* Transition effects on hover (color) */
}


/* When you mouse over the navigation links, change their color */

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}


/* Position the close button (top right corner) */

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a:after {}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a:hover,
.site-navbar .site-navigation .site-menu.site-menu-dark>li>a.active {
    color: #352961;
    position: relative;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a:hover:after,
.site-navbar .site-navigation .site-menu.site-menu-dark>li>a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.site-mobile-menu {
    position: fixed;
    right: 0;
    z-index: 999999;
    background: #202020;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 15px;
    height: calc(100vh - 52px);
    display: flex;
    flex-direction: column-reverse;
    place-content: flex-end;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #ffffff;
    text-align: right;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #352961;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #F58322;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding: 10px;
    font-size: 18px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper.is-sticky {
    position: absolute;
    z-index: 99999;
    width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-menu-toggle {
    color: #000;
}

@media (max-width: 991.98px) {
    #fab-btn {
        display: none;
    }
    .sticky-wrapper .site-menu-toggle {
        color: #366464;
        padding: 10px 0 5px;
    }
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu>li {
    display: inline-block;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
    position: relative;
}

.sticky-wrapper .site-navbar .site-menu>li>a:after {
    height: 3px;
    border-radius: 0;
    width: 80%;
    background: #F58322;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: #366464;
    position: relative;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover:after,
.sticky-wrapper .site-navbar .site-menu>li>a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sticky-wrapper.is-sticky .site-menu-toggle {
    color: #000;
}

.sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li {
    display: inline-block;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
    position: relative;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
    color: #366464;
    position: relative;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover:after,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


/* Blocks */

.gradient-bg {
    background: #8186d5;
    background: -moz-linear-gradient(-45deg, #8186d5 0%, #494ca2 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #8186d5), color-stop(100%, #494ca2));
    background: -webkit-linear-gradient(-45deg, #8186d5 0%, #494ca2 100%);
    background: -o-linear-gradient(-45deg, #8186d5 0%, #494ca2 100%);
    background: -ms-linear-gradient(-45deg, #8186d5 0%, #494ca2 100%);
    background: -webkit-linear-gradient(315deg, #8186d5 0%, #494ca2 100%);
    background: -o-linear-gradient(315deg, #8186d5 0%, #494ca2 100%);
    background: linear-gradient(135deg, #8186d5 0%, #494ca2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8186d5', endColorstr='#494ca2', GradientType=1);
}

.intro-section {
    position: relative;
}

.intro-section,
.intro-section .container .row {
    height: 100vh;
    min-height: 100vh;
}

#hero-overlay-bg {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: background-image 0.5s ease;
}

@media (max-width: 991.98px) {
    .intro-section:before {
        width: 100%;
    }
}

.intro-section h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
}

.intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    max-width: 400px;
}

@media (max-width: 991.98px) {
    .intro-section p {
        min-width: 100%;
    }
}

.intro-section .btn {
    border-width: 2px;
}

.site-section {
    padding: 5em 0;
    /* height: 100vh; */
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 4em 0;
    }
}

.cta a span {
    border-color: #352961;
    padding: 10px 20px;
}

.cta a:hover span {
    background: #007bff;
    color: #fff;
}

.cta a.active {
    border-bottom: none;
}

.cta a.active>span {
    background-color: #007bff;
    color: #fff;
}

.bg-light {
    background: #f1f3f8 !important;
}

.section-sub-title {
    color: #352961;
    font-size: .7rem;
    font-weight: 900;
    display: block;
    margin-bottom: 1.5rem;
}

.section-title {
    font-size: 2rem;
    color: #292929;
    margin-bottom: 1.2rem;
    font-weight: 900;
    max-width: 100%;
}

@media (max-width: 991.98px) {}

.counter .icon-wrap {
    margin-right: 1.5rem;
}

.counter .icon-wrap>span {
    position: relative;
    top: -.2em;
    font-size: 2rem;
}

.counter .counter-text strong {
    line-height: .5;
    font-size: 3.5rem;
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
}

.counter .counter-text span {
    font-size: 1rem;
    line-height: 1;
}

.image-absolute-box {
    position: relative;
}

.image-absolute-box .box {
    position: absolute;
    background: #352961;
    padding: 30px;
    max-width: 300px;
    bottom: -20%;
    right: -20%;
}

@media (max-width: 991.98px) {
    .image-absolute-box .box {
        top: auto;
        right: auto;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
}

.image-absolute-box .box .icon-wrap {
    color: #fff;
    margin-bottom: 1.5rem;
}

.image-absolute-box .box .icon-wrap span {
    font-size: 2rem;
}

.image-absolute-box .box h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.image-absolute-box .box p {
    color: rgba(255, 255, 255, 0.55);
}

.work-thumb {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.work-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.work-thumb .work-text {
    position: absolute;
    text-align: right;
    bottom: 40px;
    right: 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px;
}

.work-thumb .work-text h3 {
    font-size: 1.2rem;
    font-weight: 900;
    color: #F58322;
    margin: 0 0 10px 0;
    padding: 10px 25px 5px;
    background: #292929;
    display: inline-block;
}

.work-thumb .work-text .category {
    font-size: 1rem;
    color: #121212;
    padding-right: 25px;
    display: none;
}

.work-thumb:hover h3 {
    background: #F58322;
    color: #292929;
}

.work-thumb:hover {
    z-index: 3;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.work-thumb:hover:after {
    opacity: .2;
    visibility: visible;
}

.work-thumb:hover .work-text {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.nonloop-block-13 .owl-nav {
    display: none;
}

.nonloop-block-13 .owl-dots {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.nonloop-block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
}

.nonloop-block-13 .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e6e6e6;
}

.nonloop-block-13 .owl-dots .owl-dot.active span {
    background-color: #352961;
}

.nonloop-block-13 .owl-stage {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.nonloop-block-13 .owl-item {
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.1s all cubic-bezier(0.17, 0.67, 0.86, 0.2);
    -o-transition: 0.1s all cubic-bezier(0.17, 0.67, 0.86, 0.2);
    transition: 0.1s all cubic-bezier(0.17, 0.67, 0.86, 0.2);
}

.nonloop-block-13 .owl-item:hover {
    z-index: 3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.nonloop-block-14 .owl-nav {
    display: none;
}

.nonloop-block-14 .owl-dots {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.nonloop-block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
}

.nonloop-block-14 .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
}

.nonloop-block-14 .owl-dots .owl-dot.active span {
    background-color: #352961;
}

.footer-section {
    padding: 2em 0 0;
    background-color: #F5F5F5;
}

.footer-section p {
    font-size: 1rem;
}

.footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 900;
}

.footer-section .footer-links li {
    margin: 5px 0;
}

.footer-section .footer-links li a img {
    float: right;
    margin-left: 10px;
}

.footer-section h5 {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.process,
.service {
    position: relative;
}

.process .number,
.service .number {
    position: absolute;
    top: 50px;
    left: -30px;
    line-height: 0;
    z-index: -1;
    font-size: 10rem;
    color: whitesmoke;
    font-weight: 900;
}

.process h3,
.service h3 {
    font-size: 1.5rem;
    color: #352961;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.process {
    text-align: center;
    padding: 30px;
    border: 1px solid #d9d9d9;
}

.service {
    padding: 4rem;
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    top: 0;
    -webkit-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
}

@media (max-width: 991.98px) {
    .service {
        padding: 2rem;
    }
}

.service .custom-icon-wrap {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: #fafafa;
    position: relative;
    margin-bottom: 1.5rem;
    -webkit-transition: 0.2s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.2s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.2s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    top: 0;
}

.service .custom-icon-wrap>span {
    font-size: 1.8rem;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    color: #F58322;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service:before,
.service:after {
    position: absolute;
    content: "";
    height: 7px;
    background: #352961;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    -o-transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
    transition: 0.3s all cubic-bezier(0.17, 0.67, 0.52, 0.94);
}

.service:before {
    z-index: 1;
}

.service:after {
    background: #F58322;
    width: 0;
    z-index: 2;
}

.service:hover {
    top: -10px;
    -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
}

.service:hover:after {
    width: 100%;
}

.service:hover .custom-icon-wrap {
    background: rgba(220, 53, 69, 0.1);
    top: -10px;
}

.nonloop-block-14 .owl-stage {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.custom-owl-carousel .slide-one-item-alt {
    border-top-left-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 0 30px 100px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 30px 100px -20px rgba(0, 0, 0, 0.4);
}

.slide-text h4 {
    color: #fff;
    font-weight: 900;
    font-size: 1.7em;
    padding-top: 35px;
}

@media (max-width: 991.98px) {
    .custom-owl-carousel .col-lg-5 {
        margin-top: 40%;
    }
}

.custom-owl-carousel .owl-custom-direction {
    margin-top: 4em;
    z-index: 9;
    float: right;
}

.custom-owl-carousel .owl-custom-direction a {
    z-index: 1;
    display: inline-block;
    padding: 25px 25px;
    position: relative;
    background: #F58322;
    border-radius: 0 !important;
    float: left;
    color: #121212;
}

.custom-owl-carousel .owl-custom-direction a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.custom-owl-carousel .owl-custom-direction a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.custom-owl-carousel .owl-custom-direction a span {
    font-size: 1.5rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    color: #121212;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-owl-carousel .owl-custom-direction a:hover {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4);
}

.testimonial-wrap blockquote p {
    font-size: 1.8rem;
    color: #000;
}

.testimonial-wrap blockquote p.author {
    font-size: 1.2rem;
}

.testimonial-wrap blockquote span {
    display: inline-block;
}

.pricing-wrap {
    padding-bottom: 20rem;
    padding-top: 7rem;
}

@media (max-width: 1199.98px) {
    .pricing-wrap {
        padding-bottom: 7em;
    }
}

.pricing-wrap .section-desc {
    color: rgba(255, 255, 255, 0.7);
}

.pricing {
    margin-top: -70%;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.pricing em {
    font-style: normal;
}

@media (max-width: 1199.98px) {
    .pricing {
        margin-top: 0;
        margin-bottom: 7rem;
    }
    .pricing:first-child {
        margin-top: -70px;
    }
}

.pricing.pricing-popular {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .pricing.pricing-popular {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pricing h3 {
    color: #352961;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.pricing .description,
.pricing .description-2 {
    font-size: 15px;
}

.pricing .price {
    margin: 30px 0;
}

.pricing .price span {
    display: block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .2em;
    color: #352961;
}

.pricing .price strong {
    font-weight: 300;
    color: #352961;
    font-size: 4rem;
}

.pricing .btn {
    border-width: 2px;
}

.video-img-bg {
    display: block;
    position: relative;
    height: 100%;
}

.video-img-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.video-img-bg .play-button {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-img-bg .play-button>span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-subscribe .btn:hover,
.form-subscribe .btn:active,
.form-subscribe .btn:focus {
    background-color: #352961 !important;
    border-color: #352961 !important;
    color: #fff;
}


/*PRELOADING------------ */

#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.loader {
    z-index: 7700;
    width: 180px;
    height: 180px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/loading/loading1.gif);
}

.spinner-border {
    display: none;
}

.btn-outline-light {
    color: #366464;
    border-color: #366464;
    border-radius: 8px;
}

.btn-fill-light {
    color: #121212;
    background-color: #CFC937;
    border-radius: 8px;
}

.btn-fill-dark {
    color: #fff !important;
    background-color: #366464;
    border-radius: 8px;
}

.btn-fill-dark:hover {
    color: #CFC937;
}

.section-1 {
    background-image: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 8em;
    height: 100vh;
}

.section-1-bg {
    padding: 5em 0;
    background-image: url(../images/sketch.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.section-2 {
    background-image: url(../images/product-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}


/* -------------------------------- 

comparison slider style

-------------------------------- */

.cd-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0em auto;
}

.cd-image-container img {
    display: block;
    width: 100%;
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}

.cd-image-label.is-hidden {
    visibility: hidden;
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
    border-right: 5px solid #F58322;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    height: 75px;
    width: 75px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 50%;
    background: #121212 url("../images/cd-arrows.png") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
    /* change background color when element is active */
    background-color: #445b7c;
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.section-slider-video {
    background: #121212;
    padding: 30px 0;
}

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

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

.fancybox-container {
    z-index: 99999999;
}

.vr-box {
    background-image: url("../images/vr-bg.jpg");
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    transition: all 1s ease;
    background-size: 100%;
    height: 100%;
    text-align: center;
    padding: 7em 2em;
}

.vr-box:before {
    content: '';
    background: rgba(244, 221, 76, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.vr-content {
    z-index: 999;
    position: relative;
    color: #000;
    text-align: center;
}

.vr-content img {
    margin-bottom: 30px;
}

.vr-content a {
    margin-top: 40px;
}

.section-about-parralax {
    background-image: url("../images/about-parrallax.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10em 5em;
}

.section-partners {
    padding: 5em 0;
    background-color: #121212;
}


/* .parallax-1 {
    top: 200px;
    margin-top: -20rem;
    left: 10%;
}

.parallax-2 {
    top: 300px;
    margin-top: -30rem;
    left: 40%%;
}

.parallax-3 {
    top: 400px;
    margin-top: -40rem;
    left: 10%;
    z-index: 10;
}


.parallax {
    position: fixed;
} */

.section-parralax-tile {
    background-image: url("../images/parallax-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 8em;
}


/* hotspots */

.tile-hotspot img {
    width: 100%;
    z-index: 99;
    position: relative;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    45% {
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes stop-pulsate {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}


/* Button */


/* Animation */

@-webkit-keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    45% {
        transform: scale(1.75);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    45% {
        transform: scale(1.75);
        opacity: 0;
    }
}

@-webkit-keyframes stop-pulsate {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes stop-pulsate {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.tile-hotspot {
    padding: 40px;
}

.tile-hotspot-inner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.btn-pulse {
    position: absolute;
    z-index: 999;
}

.btn-pulse .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -0.666em auto auto -0.666em;
    background: #F58322;
    border-radius: 50%;
    opacity: 1;
    transform-origin: 50% 50%;
    transition: opacity 0.2s ease-in, transform 0.1s ease-out;
    color: white;
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    border: 7px solid #959595;
}

.btn-pulse .circle:hover {
    opacity: 0.8;
    cursor: pointer;
}

.btn-pulse .circle:active {
    transform: scale(0.875);
}

.btn-pulse .ring {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid #F58322;
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}

.btn-pulse:hover .ring {
    -webkit-animation: none;
    animation: none;
}

.btn-pulse:active .ring {
    -webkit-animation: stop-pulsate 0.3s;
    animation: stop-pulsate 0.3s;
}

.btn-pulse[title]:hover::after {
    content: attr(title);
    position: absolute;
    background: #F58322;
    top: -70px;
    display: block;
    color: #121212;
    white-space: nowrap;
    font-weight: 900;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px 10px 10px 0;
}

.tile-border:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #F58322;
    z-index: 0;
}

.tile-border-right:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #F58322;
    z-index: 0;
}

.tile-border-center:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #F58322;
    z-index: 0;
}

.tile-border-left:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #F58322;
    z-index: 0;
}

.spot-3 {
    margin-top: 200px;
}

.spot-2 {
    margin-top: 100px;
}

.spot-1 {
    margin-top: 0px;
}

.bg-border {}

.bg-border .col-md-3 {
    border-left: 1px solid #2E2E2E;
}

.bg-border .col-md-3:last-child {
    border-left: 0px solid #2E2E2E;
}

.image-absolute-box img {
    position: relative;
    z-index: 99;
}

.site-section p {
    color: #292929;
    font-size: 1.2em;
}

.text-right {
    text-align: right;
}

.inner-section {
    padding: 3em 0;
}

.basket-bg {
    background-image: url(../images/basket-bg.jpg);
    background-position: top center;
    background-size: cover;
    height: 120px;
}

.basket-bg h5 {
    color: #fff;
}

.inner-section h4 {
    color: #000000;
    font-weight: 900;
    font-size: 1.8em;
    z-index: 9;
    width: 100%;
}

.inner-section p {
    color: #292929;
    font-size: 1.2em;
}

.section-bookmatch {
    background-image: url("../images/bookmatch-bg.jpg");
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10em;
    position: relative;
}

.section-branche {
    background-image: url("../images/branche-bg.jpg");
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10em;
    /* height: 100vh; */
    position: relative;
}

.event-btn {
    background: #79B2AF;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 10px;
}

.section-blog {
    background-image: url("../images/blog-bg.jpg");
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5em;
    position: relative;
}

.service-item::after {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(244, 121, 32, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(244, 121, 32, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(244, 121, 32, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(244, 121, 32, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(244, 121, 32, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(244, 121, 32, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f47920', GradientType=0);
}

.service-item .category {
    display: block !important;
    color: #fff !important;
}

.service-item h3 {
    color: #fff !important;
    background: transparent !important;
}

.bookmatch-content {
    max-width: 800px;
    margin: 0 auto;
}

.bookmatch-content h4 {
    color: #F58322;
}

.bookmatch-content h3 {
    font-weight: 900;
    color: #F58322;
    font-size: 1.8em;
    margin-bottom: 1em;
}

.bookmatch-content p {
    color: #fff;
    font-size: 1.2em;
}

.hero-slider-container {
    width: 100%;
    margin: 0 auto;
}

.hero-slider-container .owl-carousel .owl-item img {
    width: 420px;
    height: 540px;
}

.slide-text {
    text-align: right;
    padding: 1px;
}

.footer-section .site-navigation {
    padding: 0;
    display: inline-flex;
}

.social-item {
    display: flex !important;
    align-content: center;
    height: 100%;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.btn-language {
    background: transparent;
    color: #000;
    outline: none !important;
    border: none !important;
    margin: 1em 0;
}

.man-fiqure {
    display: flex;
    padding: 0 20px;
}

.btn i {
    margin-right: 5px;
    top: 2px;
    position: relative;
}

.btn-outline-dark {
    color: #121212;
    border-color: #121212;
    border-width: 2px;
}

.btn-outline-dark:hover {
    background: #121212;
}

.video-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.video-content {
    margin-bottom: 15px;
    padding: 15px 40px;
}

.video-content h5 {
    color: #fff;
    padding: 20px 0;
}

.btn-pulse:hover::after {
    content: attr(title);
    position: absolute;
    top: -100%;
    left: 0;
}

.btn-outline-light:hover {
    background-color: #366464;
    border-color: #366464;
    color: #fff !important;
}

.dropdown-menu {
    background-color: #fff;
}

header .language .dropdown-menu {
    margin-top: 40px;
}

.section-partners .work-thumb {
    padding: 50px;
}

.section-partners .work-thumb:after {
    background: transparent;
}

.border-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.self-center {
    align-self: center;
}

.hero-slogan {
    margin-bottom: 3em;
}

.border-effect .col-md-3 {
    border-left: 1px solid #efefef;
}

.border-effect-darker .col-md-3 {
    border-left: 1px solid #efefef;
}

.border-effect .row {
    height: 100%;
}

.pos-rel {
    position: relative;
}

.bg-dark {
    background-color: #000 !important;
}

.op-7 {
    opacity: 0.7;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    text-align: right;
}

.h-100 {
    height: 100%;
}

.footer-vr-bg {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contactSection {
    height: auto;
}

.footer-logo {
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.footer-about h5 {
    font-weight: 900;
    font-size: 14px !important;
}

.footer-about p {
    font-size: 14px;
}

.footer-download {
    display: block;
    text-align: center;
    padding: 3em 1em;
    color: #F58322 !important;
    white-space: nowrap;
}

.footer-download img {
    margin-right: 10px;
}

.footer-links li a {
    color: #000000;
    font-size: 14px;
}

.bottom-footer {
    background-color: #366464;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
}

.bottom-footer p,
.bottom-footer a {
    color: #fff;
    margin: 0;
}

.footer-section .social-link {
    width: 32px;
    display: flex;
    height: 32px;
    background: #e5e5e5;
    margin-right: 5px;
    border-radius: 10px;
    text-align: center;
    padding: 7px;
    font-size: 18px;
    place-content: center;
    color: #3a6a69;
}

.footer-section .social-link:hover {
    background: #3a6a69;
    color: chartreuse;
}

.footer-links li a i {
    color: #366464;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.footer-links li a:hover {
    color: #366464;
}

.footer-bottom .social-link {
    color: white;
    position: relative;
    padding: 15px 10px;
    font-size: 14px;
}

.footer-bottom {
    background: #121212;
    padding: 20px 0 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

.outline-text {
    width: 100% !important;
    height: auto !important;
    margin-top: 4em;
}

.sticky.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    margin-top: 20px;
    width: 100%;
    opacity: 1;
    background: #000;
    padding: 30px 20px 10px 20px !important;
}

figure {
    margin: 0;
    position: relative;
}

figure h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    border-right: 3px solid #fff;
    padding: 5px 10px 5px 5px;
}

video {
    width: 100%;
    max-width: 100%;
}

.stretch {
    height: 2000px;
    background: tomato;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    margin-top: 800px;
}

.stretch h1 {
    padding: 20px;
}

.hero-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -9999;
}

#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.fullsize-video-bg {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 10em 5em;
}

.fullsize-video-bg:before {
    content: "";
    background: rgb(0 0 0 / 75%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fullsize-video-bg:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fullsize-video-bg .inner {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
}

.fullsize-video-bg video {
    object-fit: none;
}

.has-video {
    background-image: none;
    padding: 0;
}

.footer-logo img {
    max-width: 100%;
}

.megamenu {
    position: fixed !important;
    transform: translate3d(0px, 100px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
    width: 100vw !important;
    height: auto;
    right: 0;
    background: url(../images/megamenu-bg.jpg) #000;
    background-position: center;
    background-size: cover;
    padding-bottom: 40px;
}

.megamenu-repair {
    transform: translate3d(0px, 75px, 0px) !important;
}

.megamenu .megamenu-tab .nav>a {
    color: #fff;
    border-color: transparent;
    border-width: 0 0 0 0 !important;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    margin: 0 40px;
    padding: 10px 0;
    font-size: 20px;
}

.megamenu .megamenu-tab a:hover {
    color: #F58322;
}

.megamenu .megamenu-tab a img {
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.megamenu .megamenu-tab a.active {
    color: #F58322 !important;
    background: transparent;
    border-color: #F58322;
    border-width: 0 0 2px 0 !important;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.megamenu .nav {
    place-content: center;
    padding: 5em;
    margin: 0 20px;
}

.tile-size-box {
    /* background: url(../images/man.png); */
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #2E2E2E;
    padding-left: 0;
    height: 200px;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    transform: scale(1.3);
    margin-bottom: 25px;
}

.tile-size {
    margin-right: 3px;
    background: #2E2E2E;
    position: relative;
    display: inline-block;
}

.product-tile-size-box {
    position: relative;
    width: 100%;
}

.toolbar-product {
    flex-wrap: nowrap;
    width: 100%;
    margin: 5em 0 2em;
    align-items: center;
}

.toolbar-product h5 {
    flex: none;
    margin-left: 20px;
    color: #fff;
}

.toolbar-product h5 img {
    margin-left: 10px;
}

.hr-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #212529;
    margin: 5em 0 1em;
}

.hr-line-0 {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #2c2f33;
    margin: 0;
}

.product-tile-size {
    margin-right: 15px;
    position: relative;
    display: inline-block;
}

.tile-size:hover {
    background: #F58322;
}

.tile-size span {
    position: absolute;
    bottom: -30px;
    color: #fff;
    font-size: 12px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

.tile-container {
    /* position: absolute; */
    /* width: auto; */
    /* bottom: -11px; */
    /* right: 0; */
    /* text-align: center; */
    /* left: 0; */
    /* margin: 0 auto; */
    transform: translate(0, 40px);
}

.megamenu-btn {
    justify-content: center;
    margin-top: 80px;
}

.type-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.type-tile {
    width: 220px;
    height: 220px;
    margin: 5px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    transition: all 0.3s ease;
}

.type-tile:hover {
    background-size: 110%;
}

.type-tile:hover span {
    color: #F58322;
}

.type-tile span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
}

.tab-style {
    text-align: center;
    display: flex;
    justify-content: center;
}

.tab-style .nav>a {
    color: #fff;
    border-color: transparent;
    border-width: 0 0 0 0 !important;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    margin: 0 40px !important;
    padding: 10px 0;
    font-size: 20px;
}

.tab-style .nav>a:hover {
    color: #F58322;
}

.tab-style .nav a.active {
    color: #F58322 !important;
    background: transparent;
    border-color: #F58322;
    border-width: 0 0 2px 0 !important;
}

.title-style {
    color: #376462 !important;
    text-align: right;
    margin: 50px 0 20px;
    font-size: 20px;
    font-weight: 900;
}

.p-style {
    text-align: justify !important;
    direction: rtl;
}

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #212121;
    text-align: right;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #212121;
    border-color: #212121;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.panel-title {
    font-size: 14px;
    margin-bottom: 0;
}

.panel-title>a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #F58322;
    font-size: 18px;
}

.panel-collapse {
    color: #fff;
    padding: 15px 0;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}


/* about.html */

.inner-about {
    background-image: url(../images/about-html.jpg);
}

.inner-section-bg {
    background: url(../images/full.png) #111111;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-contact-bg {
    background: url(../images/inner-contact.jpg) #111111;
    background-size: cover;
    background-repeat: no-repeat;
}

.map-section {
    z-index: 999;
    position: relative;
}

.contact-box {
    padding: 5em 0;
}

.section-contact .contact-box {
    padding: 0;
}

.contact-info {
    text-align: right;
    padding-right: 2em;
}

.contact-info ul li {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    padding: 10px 0;
    color: #000;
    font-size: 18px;
}

.blog-item h5 {
    font-weight: 500;
    font-size: 16px;
}

.event-card h5 {
    color: #000;
}

.blog-item .blog-date {
    position: absolute;
    left: 30px;
    bottom: 10px;
    color: silver;
}

.blog-item a {
    background-color: #fff;
    display: block;
    height: 400px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-text {
    padding: 15px;
}

.blog-item p {
    font-size: 16px;
}

.blog-item img {
    width: 100%;
    height: 190px;
}

#fab-btn {
    background: #10AEEB;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 73px;
    height: 73px;
    left: 20px;
    bottom: 20px;
    text-align: center;
    border-radius: 50em;
    z-index: 9999;
    transition: all 0.3s ease;
    padding: 10px;
}

#fab-btn:hover {
    background: #1094c7;
}

#fab-btn span {
    display: block;
    font-size: 10px;
    color: #fff;
}

.cert-thumb {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
    border-radius: 16px;
    padding: 10px;
    display: block;
    background: #fff;
}

.img-slider .owl-stage {
    padding: 25px 0;
}

.row-rev {
    flex-flow: row-reverse;
}

.contact-info ul {
    list-style: none;
}

.contact-info ul li span {
    border: 1px solid #cfc94b;
    padding: 8px;
    display: inline-block;
    border-radius: 50em;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
}

.gallery-mediabox {
    padding: 10em 0;
    position: relative;
}

.media-item {
    margin: 30px 0 10px;
}

.media-item span {
    margin-top: 10px;
    display: block;
    color: #fff;
}

.media-item img {
    width: 100%;
}

.toolbar .col-lg-9 {
    align-self: center;
}

.toolbar .col-lg-9 h5 {
    color: #F58322;
}

.toolbar .col-lg-9 img {
    margin-left: 10px;
}

.product-list {
    direction: rtl;
}

.product-spec {
    background: url(../images/full.png) #111111;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5em 0;
}

.section-product {
    background: url(../images/product-details.jpg) #111111;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-direction a {
    z-index: 1;
    display: inline-block;
    padding: 25px 25px;
    position: relative;
    background: #cfc94b;
    border-radius: 0 !important;
    float: left;
}

.product-direction a span {
    color: #fff !important;
    font-size: 1.5rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    color: #121212;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-info h5 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #000;
}

.product-direction {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.product-box {
    padding: 1em 0em 2em;
    margin: 0 auto;
}

.product-info {
    padding-right: 30px;
    padding-top: 40px;
}

.table-td {
    background: #D8D8D8;
    color: #000;
    font-weight: 900;
    font-size: 15px;
}

.table-style {
    display: table;
    margin-bottom: 50px;
    width: 100%;
}

.max-1800 {
    max-width: 1800px;
}

.table-style td {
    border: 1px solid #c3c3c3;
    padding: 7px 10px;
    max-width: 100px;
    text-align: right;
    color: #323232;
}

.table-style td:last-child {
    max-width: 100%;
}

.product-spec .table-style {
    justify-content: space-around;
}

.branch-container {
    padding: 0;
}

.branch-item {
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 5px;
}

p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.branch-info {
    color: #000;
    padding: 15px;
}

.inner-full-section {
    background-image: url(../images/inner-row.jpg);
    background-position: center;
    background-size: cover;
}

.inner-full-section h5,
.inner-full-section p {
    color: #fff;
}

.inner-full-section p {
    font-size: 16px;
}

.inner-full-section .col-lg-4 {
    place-self: center;
}

.branch-item:hover {
    background-image: url(../images/branch-bg.jpg);
    background-position: center;
    background-size: cover;
}

.branch-item:hover .branch-info {
    color: #fff;
    padding: 15px;
}

.branch-item:hover .city-name {
    color: #fff;
}

.branch-info ul {
    list-style: none;
}

.branche-img img {
    border-radius: 50em;
    border: 5px solid;
    border-color: rgba(255, 255, 255, 0.68);
    width: 100px;
    height: 100px;
}

.branch-toolbar {
    justify-content: space-between;
    padding: 15px;
}

.dropdown-style {}

.input-style {}

.branche-img {
    padding: 10px;
    place-self: self-end;
}

.branche-img span {
    color: #F58322;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.product-tile-size[title]:hover::after {
    content: attr(title);
    position: absolute;
    background: #F58322;
    top: -50px;
    font-size: 14px;
    display: block;
    color: #121212;
    white-space: nowrap;
    font-weight: 900;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px 10px 10px 0;
    z-index: 99;
}

.branches-list {
    background: #fff;
    height: 800px;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
}

.flex-end {
    align-items: flex-end;
}

.inner-about .play-button {
    z-index: 999;
}

.inner-about .image-absolute-box {
    position: relative;
    height: 100%;
}

.megamenu-tab .nav-link {
    background-position: right center !important;
    padding-right: 45px !important;
    padding-left: 0 !important;
    background-repeat: no-repeat !important;
}

.button-download {
    background-image: url("../images/cataloge.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 50px;
    color: #000;
    font-weight: 900;
    transition: all 0.3s ease;
    width: 240px;
}

section {
    padding: 15px 0;
}

.button-download:hover {
    background-size: 110%;
}

.wrapper-body {}

.wrapper-body.inner {
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-title {
    align-self: center;
    color: #000;
}

.site-navbar .site-navigation {
    padding-right: 0;
}

.site-navbar .site-navigation .social-item {}

#contactSection .tile-border-center:after {
    display: none;
}

#contactSection {
    padding-bottom: 0;
    height: 70vh;
}

.inner-header {
    background: #fff;
    height: 85px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.inner-header .site-logo img {
    height: 85px;
}

.inner-header .site-logo {
    position: relative;
    height: 100%;
}

.inner-header .site-menu {
    padding: 0 !important;
}

.inner-header .site-menu.social-item {
    padding-left: 45px !important;
}

.inner-header .site-navigation .site-menu>li>a {
    padding: 19px 15px 10px;
}

.color-black {
    color: #292929;
}

.w900 {
    font-weight: 900;
}

.feature-bg img {
    margin-bottom: 30px;
}

.feature-bg h5 {
    font-weight: 900;
    color: #000;
}

.feature-bg {
    background-position: center;
    background-size: cover;
    padding: 40px;
    margin-bottom: 30px;
    height: 340px;
    transition: all 0.3s ease;
}

.featured-category-item img {
    width: 200px;
    height: 200px;
    max-width: 200px;
    border-radius: 50em;
    transition: all 0.15s ease;
    margin-bottom: 10px;
}

.featured-category-item * {
    transition: all 0.15s ease;
}

.featured-category-item:hover img {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px rgb(0 0 0 / 20%);
    border: 5px solid #366464;
}

.featured-category-item h5 {
    text-align: center;
    padding: 10px;
    color: #000;
}

.featured-category-item:hover h5 {
    color: #366464;
}

.main-slider-item img {
    max-height: 370px;
    border-radius: 12px;
}

.main-slider {}

.section-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.section-title i {
    color: #DC1717;
    font-size: 30px;
}

.card-type2.product-list-item {
    margin: 5px;
    border-radius: 8px;
    border-color: #E9E9E9;
    padding: 8px;
}

.card-type2 .product-img-box {
    width: 125px;
    height: 125px;
    border-radius: 8px;
}

.card-type2 .d-flex:last-child {
    flex-flow: column;
    width: 100%;
    padding: 10px 5px 5px;
    justify-content: space-between;
}

.card-type2 .product-title {
    text-align: right;
    padding: 0 10px;
}

.card-type2 .sidebar-product-price-box {
    text-align: left !important;
    padding: 5px 10px !important;
    background: #fff !important;
    margin-top: 10px;
}

.product-slider .owl-nav {
    top: 50%;
    position: absolute;
}

.promotion-box {
    overflow: hidden;
    margin-bottom: 5em;
    column-gap: 15px;
    position: relative;
}

.home-slider-direction {
    margin: 25px 0 0;
}

.color-picker input[type=radio] {
    display: none;
}

.color-picker input[type=radio]:checked+label span {
    transform: scale(1.25);
}

.color-picker input[type=radio]:checked+label .red {
    border: 2px solid #711313;
}

.color-picker input[type=radio]:checked+label .orange {
    border: 2px solid #873a08;
}

.color-picker input[type=radio]:checked+label .yellow {
    border: 2px solid #816102;
}

.color-picker input[type=radio]:checked+label .olive {
    border: 2px solid #505a0b;
}

.color-picker input[type=radio]:checked+label .green {
    border: 2px solid #0e4e1d;
}

.color-picker input[type=radio]:checked+label .teal {
    border: 2px solid #003633;
}

.color-picker input[type=radio]:checked+label .blue {
    border: 2px solid #103f62;
}

.color-picker input[type=radio]:checked+label .violet {
    border: 2px solid #321a64;
}

.color-picker input[type=radio]:checked+label .purple {
    border: 2px solid #501962;
}

.color-picker input[type=radio]:checked+label .pink {
    border: 2px solid #851554;
}

.color-picker label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.color-picker label:hover span {
    transform: scale(1.25);
}

.color-picker label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    border-radius: 50em;
}

.color-picker label span.red {
    background: #DB2828;
}

.color-picker label span.orange {
    background: #F2711C;
}

.color-picker label span.yellow {
    background: #FBBD08;
}

.color-picker label span.olive {
    background: #B5CC18;
}

.color-picker label span.green {
    background: #21BA45;
}

.color-picker label span.teal {
    background: #00B5AD;
}

.color-picker label span.blue {
    background: #2185D0;
}

.color-picker label span.violet {
    background: #6435C9;
}

.color-picker label span.purple {
    background: #A333C8;
}

.color-picker label span.pink {
    background: #E03997;
}

.home-slider-direction a {
    background: #ffcc45;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50em;
    text-align: center;
    padding: 7px;
}

.promot-category {
    background: #3F6B6B;
    border-radius: 0 16px 16px 0;
    padding: 30px;
    text-align: center;
}

.promot-category h5 {
    text-align: center;
    color: #fff;
    margin: 15px 0;
}

.promot-category a {}

.card-box .col-md-4 {
    padding: 0;
}

.product-list-item {
    border: solid #d8d8d8;
    border-width: 1px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.owl-carousel.owl-rtl .owl-item .product-img-box {
    border-radius: 12px 12px 0 0;
}

.owl-carousel.owl-rtl .owl-item .product-list-item {
    border-width: 0px;
}

.owl-carousel.owl-rtl .owl-item {
    border: solid #ebebeb;
    border-width: 1px;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.blog-category {
    color: #CFC937;
    font-size: 12px;
    background: #366464;
    padding: 2px 8px;
    border-radius: 50em;
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 10px;
}

.feature-1 {
    background: url(../images/f1.png) #ECECEC;
}

.feature-1:hover {
    background: url(../images/f1.png) #F58322;
}

.feature-2 {
    background: url(../images/f2.png) #ECECEC;
}

.feature-2:hover {
    background: url(../images/f2.png) #F58322;
}

.feature-3 {
    background: url(../images/f3.png) #ECECEC;
}

.feature-3:hover {
    background: url(../images/f3.png) #F58322;
}

.feature-4 {
    background: url(../images/f1.png) #ECECEC;
}

.feature-4:hover {
    background: url(../images/f1.png) #F58322;
}

.feature-5 {
    background: url(../images/f2.png) #ECECEC;
}

.feature-5:hover {
    background: url(../images/f2.png) #F58322;
}

.feature-6 {
    background: url(../images/f1.png) #ECECEC;
}

.feature-6:hover {
    background: url(../images/f1.png) #F58322;
}

.product-content {
    flex: auto;
}

.sidebar-filters {
    width: 250px;
}

.product-content-box .blog-item {
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blog-content-box {
    flex-flow: nowrap;
    margin-bottom: 5em;
}

.blog-detail-hero-img img {
    width: 90%;
    max-width: 975px;
    border-radius: 16px;
    margin: 0 auto;
    display: block;
}

.innersection-blog img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.blog-content-box .blog-item a {
    box-shadow: none;
    display: flex;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.blog-content-box .blog-item h5 {
    font-size: 16px;
    font-weight: 600;
}

.blog-content-box .blog-item h6 {
    font-size: 13px;
    color: #4a4a4a;
}

.blog-item {
    padding-left: 15px;
}

.ads-banner {
    width: 270px;
}

.blog-content-box .blog-item a img {
    width: 260px;
    height: 175px;
    border-radius: 12px;
}

.blog-content-box {
    justify-content: space-between;
}

.product-img-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-title {
    text-align: right;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px;
}

.partner-slider-item img {
    display: inline !important;
    width: 204px !important;
    height: 116px;
}

.product-list-item.card-type2 {
    display: flex;
}

.product-list-item:hover {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
    z-index: 99;
}

.product-list-box {
    padding: 0 15px;
}

.sort-bar .nav-tabs {
    padding: 0 15px;
    height: 100%;
    align-content: center;
}

.sort-bar .nav-tabs li {
    align-items: center;
    display: flex;
    color: #000;
}

.form-check {
    padding: 5px 15px;
}

.form-check-input {
    position: relative !important;
    margin: 0 !important;
}

.filterbox {
    direction: rtl;
    text-align: right;
    border: 1px solid #D8D8D8;
    margin-bottom: 15px;
    border-radius: 8px;
    width: 250px;
}

.page-item {
    list-style: none;
    width: 38px;
    text-align: center;
    height: 38px;
}

.page-item.active {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2f2f30;
    background-color: #f3853f;
    border: 1px solid #f3853f;
    width: 38px;
    text-align: center;
    height: 38px;
}

.pagination-box {
    display: inline-flex;
    margin: 20px auto;
}


}
.filter-item {
    font-size: 14px;
    color: #000;
}
.filterbox h5 {
    padding: 15px 10px;
    background: #366464;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 8px 8px 0 0;
}
.unavailable .sidebar-product-price-box {
    background: #fff;
}
#custom-search-input {
    padding: 0px;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
}
.product-search {
    width: 30%;
}
#custom-search-input input {
    border: 0;
    box-shadow: none;
}
#custom-search-input button {
    margin: 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    font-size: 18px;
    color: #000000;
    padding: 8px 20px !important;
}
#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
}
.toolbar-row {
    margin-bottom: 15px;
    column-gap: 15px;
}
.sort-bar {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    width: 70%;
}
#custom-search-input .glyphicon-search {
    font-size: 23px;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-link.active {
    color: #376464;
    border-color: transparent;
    font-weight: 900;
}
.full-tab .nav-link.active {
    color: #000 !important;
    border-color: transparent;
    font-weight: 900;
    background: #CFC937 !important;
    border: none;
    border-radius: 8px;
}
.full-tab {
    padding: 0;
    margin-bottom: 15px;
}
.tab-content>.active {
    padding: 0;
}
.tab-content .product-list-box {
    padding: 0;
}
.placeholder {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: silver;
}
.blog-detail-hero-img {
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p {
    text-align: right;
}
.other-news-item {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #d8d8d8;
    transition: all 0.3s ease;
}
.other-news-item:hover {
    background-color: #f5f5f5;
}
.other-news-item:last-child {
    border-bottom: 0;
}
.other-news-item h5 {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.other-news-item p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.other-news-item span {
    color: #ccc;
    font-size: 14px;
}
.other-news {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.other-news>h5 {
    padding: 15px;
    background: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    font-size: 18px;
}
.blog-summary {
    border-bottom: 3px solid #cfc94b;
    margin-bottom: 15px;
}
.blog-summary h5 {
    color: #000;
    font-weight: 900;
}
#inner-banner {
    background-image: url(../images/inner-banner.jpg);
    padding: 3em;
    text-align: center;
    color: #fff;
}
.innersection-blog h5 {
    color: #f58322;
}
.img-inner-blog {
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
.img-inner-blog img {
    max-width: 80%;
    margin: 0 auto;
}
.blog-row-tag {
    padding: 15px 0;
    list-style: none;
    display: flex;
    column-gap: 15px;
}
.blog-row-tag li a {
    background: #f5f5f5;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 50em;
    transition: all 0.3s ease;
}
.blog-row-tag li a:hover {
    background-color: #366464;
    color: #fff;
}
.breadcrumb {
    background: transparent;
    place-content: center;
}
.breadcrumb li a {
    color: #fff;
    margin: 5px;
}
#inner-banner h4 {
    margin: 30px 0 10px 0;
    font-weight: 900;
}
#inner-banner i {
    position: relative;
    top: 3px;
}
.rating {
    width: 150px;
    height: 50px;
    background-position: center right;
    background-size: contain;
}
.product-img {
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    max-height: 525px;
    max-width: 525px;
    padding: 0;
}
.btn-minus,
.btn-plus {
    border: 1px solid #d8d8d8;
    padding: 4px;
    text-align: center;
    border-radius: 4px;
    color: #000;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.btn-minus:hover,
.btn-plus:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
input.count {
    width: 40px;
    text-align: center;
    border: 0;
}
#product-spec {
    background: url(../images/spec-bg.png) #FAFAFF;
    background-position: top left;
    background-repeat: no-repeat;
}
.product-tab .tab-pane h4 {
    color: #000;
    font-weight: 900;
}
.justify-center {
    justify-content: center;
}
.product-tab {
    padding: 5em 0;
}
.product-tab .tab-pane .img-fluid {
    margin: 0 auto;
    display: block;
    padding: 40px;
}
.product-btn {
    display: flex;
    row-gap: 10px;
    flex-flow: wrap-reverse;
    width: 100%;
}
.product-info {
    display: flex;
    align-items: flex-end;
}
.product-info .blog-row-tag {
    place-content: flex-start;
}
.product-price {
    margin-top: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 15px;
}
.faq-banner {
    width: 100%;
    height: 100%;
    border: 4px solid #ccc;
}
.product-box .product-btn a.btn {
    width: 100%;
}
.product-box .product-btn .product-price {
    border-radius: 8px;
    width: 100%;
}
.product-info-box {
    padding-left: 15px;
}
.summary-spec h5,
.color-picker h5 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.summary-spec li {}
.summary-spec span {
    color: #000;
}
.summary-intro {
    font-size: 13px;
}
.summary-spec {
    padding: 0;
    list-style: none;
}
.product-btn .countItem {
    border: 1px solid #d8d8d8;
    padding: 6px 9px;
    width: 100%;
    border-radius: 8px;
    justify-content: space-between;
}
.countItem {
    justify-content: center;
    display: flex;
    align-items: center;
}
#accordion .panel-title>a {
    color: #000000;
    position: relative;
}
.faq-title {
    color: #000000;
    margin-bottom: 15px;
}
.video-box {
    width: 75%;
    margin: 0 auto;
    border-radius: 24px;
    border: 10px solid #ebebeb;
}
#accordion .panel-title>a i {
    position: absolute;
    left: 15px;
}
#accordion .panel-default>.panel-heading {
    padding: 0;
    border-radius: 8px;
    color: #212121;
    background-color: #ffffff;
    border: 0;
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    text-align: right;
    margin-bottom: 15px;
}
#accordion .panel-collapse {
    padding: 0px 15px;
}
.discount-code,
.invoice {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
}
.discount-code {
    column-gap: 15px;
}
.nowrap {
    white-space: nowrap;
}
.red {
    color: #DB4242;
}
.black {
    color: #000;
}
.invoice>.d-flex {
    place-content: space-between;
    color: #000;
    padding: 8px 5px;
}
.f-900 {
    font-weight: 900;
}
.btn.green {
    background: #79B297;
    color: #fff;
    padding: 15px !important;
}
.summary-product-item {
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px;
}
.summary-product-item:last-child {
    border-bottom: 0px solid #d8d8d8;
}
.modal-footer .btn-fill-light {
    margin-left: 5px;
}
.basket-box {
    margin-top: -20px;
    z-index: 9;
    position: relative;
    direction: ltr;
    padding-bottom: 3em;
}
.summary-product {
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 12px;
}
.summary-invoice-info {
    align-items: center;
}
.summary-invoice-info img {
    width: 65px;
    height: 65px;
}
.address-place .radio {
    flex-flow: column;
    align-items: flex-start;
}
.address-place .radio p {
    margin: 0;
    padding: 10px 0 0;
    font-size: 16px;
}
.radio label {
    margin-bottom: 0;
}
.radio {
    margin: 0.5rem;
    padding: 15px !important;
    margin-bottom: 10px;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 2px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}
.radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}
.align-center {
    align-items: center;
}
.box {
    background-color: #fff;
    border-radius: 8px;
}
#v-pills-tab {
    text-align: right;
    direction: rtl;
}
.profile-tab-nav {
    width: 300px;
    border-radius: 12px;
    padding: 12px;
}
.profile-tab-nav a {
    display: block;
    padding: 10px 10px;
}
.profile-tab-nav a i {
    margin: 0 0 0 6px !important;
}
.profile-tab-nav .nav-pills .nav-link {
    border-radius: 0;
}
#v-pills-tab a {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    text-align: right;
    position: relative;
}
.profile-tab-nav .nav-pills .nav-link.active,
.profile-tab-nav .nav-pills .show>.nav-link {
    background-color: #F5F8FE;
    color: #2E70F0 !important;
    border-radius: 12px;
}
#profile-container {
    column-gap: 15px;
}
#v-pills-tabContent {
    min-height: 600px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 15px;
}
.table-striped thead th {
    text-align: center;
}
.table-striped td {
    text-align: center;
}
.table-striped {
    border: 1px solid #ebebeb;
}
.btn-icon {
    display: inline-block;
    background: #4b3e6c;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
}
.table td,
.table th {
    vertical-align: middle;
}
.sum-p-title h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 900;
    color: black;
    white-space: nowrap;
    line-height: 28px;
    padding-right: 10px;
}
.sum-p-title {
    padding: 10px 15px;
}
.sum-p-title .modal-a a {
    color: #10AEEB;
}
.heart {
    width: 100px;
    height: 100px;
    background: url("../images/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
}
.blog-detail-hero-img img {
    width: 100%;
}
#product-spec .review-box .review-item {
    background-color: #fff;
}
.heart.is-active {
    transition-duration: 1s;
    background-position: -2800px 0;
}
.flex-auto {
    flex: auto;
}
.card {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}
.modal {
    top: 10em;
}
.rating-box {
    width: 100%;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBC02D;
    color: #fff
}
.rating-label {
    font-weight: bold
}
.rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px
}
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px
}
.bar-5 {
    width: 70%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.bar-4 {
    width: 30%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.bar-3 {
    width: 20%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.bar-2 {
    width: 10%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}
.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px
}
.star-active:hover {
    color: #F9A825;
    cursor: pointer
}
.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}
.blue-text {
    color: #0091EA
}
.vote {
    cursor: pointer
}
.add-review {
    margin-bottom: 15px;
}
.like {
    position: absolute;
    top: -15px;
    z-index: 9;
    right: -15px;
}
.switch input[type=checkbox] {
    display: none;
}
.switch input[type=checkbox]+label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2)+.5rem);
}
.switch input[type=checkbox]+label::before,
.switch input[type=checkbox]+label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}
.switch input[type=checkbox]+label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: .2s all;
}
.switch input[type=checkbox]+label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease-in 0s;
    ;
}
.switch input[type=checkbox]:checked+label::before {
    background-color: #f3853f;
}
.switch input[type=checkbox]:checked+label::after {
    margin-left: calc(2.375rem * .8);
}
.switch input[type=checkbox]:focus+label::before {
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(0, 136, 221, .25);
}
.switch input[type=checkbox]:disabled+label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input[type=checkbox]:disabled+label::before {
    background-color: #e9ecef;
}
.switch.switch-xs {
    font-size: .8rem;
}
.switch.switch-xs input[type=checkbox]+label {
    min-width: calc(calc(1.5375rem * .8) * 2);
    height: calc(1.5375rem * .8);
    line-height: calc(1.5375rem * .8);
    text-indent: calc(calc(calc(1.5375rem * .8) * 2)+.5rem);
}
.switch.switch-xs input[type=checkbox]+label::before {
    width: calc(calc(1.5375rem * .8) * 2);
}
.switch.switch-xs input[type=checkbox]+label::after {
    width: calc(calc(1.5375rem * .8) - calc(2px * 2));
    height: calc(calc(1.5375rem * .8) - calc(2px * 2));
}
.switch.switch-xs input[type=checkbox]:checked+label::after {
    margin-left: calc(1.5375rem * .8);
}

/* Small */
.switch.switch-sm {
    font-size: .875rem;
}
.switch.switch-sm input[type=checkbox]+label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2)+.5rem);
}
.switch.switch-sm input[type=checkbox]+label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input[type=checkbox]+label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input[type=checkbox]:checked+label::after {
    margin-left: calc(1.9375rem * .8);
}

/* Large */
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input[type=checkbox]+label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2)+.5rem);
}
.switch.switch-lg input[type=checkbox]+label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input[type=checkbox]+label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input[type=checkbox]:checked+label::after {
    margin-left: calc(3rem * .8);
}
.switch+.switch {
    margin-left: 1rem;
}
.gap-15 {
    column-gap: 15px;
}
.bottom-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 7099;
    -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
}
.bottom-navigation a {
    width: 25%;
    text-align: center;
    display: inline-block;
    float: right;
    padding: 15px 5px 5px;
    color: #bfbfcd;
}
.bottom-navigation a.active {
    color: #366464;
}
.bottom-navigation i {
    display: block;
    font-size: 20px;
}
.bottom-navigation a>span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    padding: 5px 0;
}
.show-xs {
    display: none !important;
}
.bar-btn-box {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.bar-btn-box .delete {
    background: red;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 6px;
    text-align: center;
    border-radius: 8px;
}
.review-item {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 0 16px;
    margin-bottom: 15px;
    position: relative;
}
.review-item h5 {
    padding-top: 15px;
    color: #000;
}
.review-item .rating {
    position: absolute;
    left: 0;
    top: 0;
}
.bar-btn-box .view {
    background: indigo;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 6px;
    text-align: center;
    border-radius: 8px;
    margin-right: 8px;
}
.account-banner .btn {
    white-space: nowrap;
    height: 42px;
}
.account-banner h5 {
    font-size: 16px;
}
.account-banner h6 {
    font-size: 14px;
}
.account-banner {
    background: url(../images/profile-bg.png) #FFFFFA;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    border-radius: 16px;
    padding: 10px 140px 10px 15px;
    width: 100%;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
    color: #000;
    display: flex;
    justify-content: space-between;
}
#user-modal .modal-header {
    background-image: url(../images/deliver-bg.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 40px;
}
#address-modal .modal-header {
    background-image: url(../images/address-bg.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 40px;
}
#address-modal .modal-title,
#user-modal .modal-title {
    color: #fff;
    width: 100%;
    text-align: center;
}
.modal-content {
    border: 0;
}
#fp-nav ul li a.active span {
    background: #366464;
}
.fp-section {
    padding: 0 !important;
}
#fullpage {
    padding: 0 !important;
}
.header-v2 {
    -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
    background: #fff;
}
.header-v2 .site-navigation .site-menu>li>a {
    padding: 15px 15px 10px;
}
#fp-nav {
    z-index: 999 !important;
    background: #f7f7f7;
    border-radius: 50em !important;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #000 !important;
    font-size: 13px !important;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    font-family: inherit !important;
    width: 0;
    background: #366464;
    padding: 2px 5px 0 8px !important;
    line-height: 1.3 !important;
    border-radius: 50em 0 0 50em;
}
.service-item {
    height: 430px;
    background-position: center;
    background-size: cover;
}
#profile-container .tab-content>.tab-pane {
    direction: ltr;
}
.profile-badge {
    position: absolute;
    left: 5px;
    background: #F9EAEA;
    padding: 5px 11px 0;
    border-radius: 50em;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #bf1717;
}
.listing-profile {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#logout-profile {
    color: red;
}
.listing-profile img {
    max-width: 65px;
    max-height: 65px;
    border-radius: 50em;
}
.count-box,
.false-For-Bottom-Text {
    border: 1px solid #d8d8d8;
    text-align: center;
    padding: 10px;
    color: #000;
    border-radius: 16px;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 3;
    transition: all 0.3s ease;
}
.count-box:hover {
    background-color: #f5f5f5;
}
.false-For-Bottom-Text {
    margin-top: 15px;
}
.mypiechart {
    width: 32%;
    float: right;
    padding: 40px 0;
}
.mypiechart span {
    display: block;
}
.count-box .value {
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    background: #f1f1f1;
    border-radius: 12px;
    padding: 10px;
}
.flex-basis100 {
    flex-basis: 100%;
}
.count-box span {
    font-size: 18px;
}
.cgap-15 {
    column-gap: 15px;
}
.rgap-15 {
    row-gap: 15px;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
    follow these rules. Every browser that supports :checked also supports :not(), so
    it doesn’t make the test unnecessarily selective */
#review-modal .rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}
#review-modal .rating {
    width: 100%;
}
#review-modal .rating:not(:checked)>label {
    float: right;
    width: 1em;
    /* padding:0 .1em; */
    
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 300%;
    /* line-height:1.2; */
    
    color: #ddd;
}
#review-modal .rating:not(:checked)>label:before {
    content: '★ ';
}
#review-modal .rating>input:checked~label {
    color: #f4b934;
}
#review-modal .rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #f4b934;
}
#review-modal .rating>input:checked+label:hover,
#review-modal .rating>input:checked+label:hover~label,
#review-modal .rating>input:checked~label:hover,
#review-modal .rating>input:checked~label:hover~label,
#review-modal .rating>label:hover~input:checked~label {
    color: #f4b934;
}
#review-modal .rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

/*Search Style*/
#search-menu {
    position: fixed;
    width: 100%;
    height: 70vh;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#1a000000', GradientType=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9999999999;
}
#search-menu .wrapper {
    position: relative;
    margin: 3em auto 0 auto;
    padding: 0 1em;
}
#search-menu .wrapper input {
    width: 100%;
    padding: 30px 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
#search-menu .wrapper input:focus {
    outline: none;
}
#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
    color: #fff;
}
#search-menu .wrapper button:focus {
    outline: none;
}
.menu {
    width: 100%;
}
.menu-container {
    margin: 0 auto;
    background: #e9e9e9;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.menu-mobile:after {}
.menu-dropdown-icon i {
    font-size: 12px;
    margin-right: 2px;
}

}
.menu-dropdown-icon:before {
    content: "\f078";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: right;
    display: flex;
    box-sizing: border-box;
}
.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}
.menu>ul:after {
    clear: both;
}
.menu>ul>li {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
}
.menu>ul>li a {
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.menu>ul>li:hover {
    background: #fff;
}
.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: url(../images/megamenu-temp.jpg) #fff;
    padding:30px 55px 55px;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: fixed;
    top: 96px;
    z-index: 99999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    padding-left: 290px;
    border: 1px solid #ebebeb;
}
.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}
.menu>ul>li>ul:after {
    clear: both;
}
.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: right;
}
.menu>ul>li>ul>li a {
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu>ul>li>ul>li a:hover {
    color: #03a9f4;
}
.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}
.menu>ul>li>ul>li>ul:after {
    clear: both;
}
.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    font-size: 14px;
    color: black !important;
}
.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}
.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}
.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}
.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}
.searchbox {
    margin-top: 10px;
    margin-bottom: -10px;
}
.form-group.has-search {
    width: 460px;
    position: relative;
}
.home-slider-direction {}
.searchbox .has-search button {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    color: #6c8d8b;
}
.searchbox .has-search input {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #4b4b4b;
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    width: 460px;
}
.megamenu-header {
    color: #376464 !important;
    font-weight: 600 !important;
}
.feature-icon {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    text-align: center;
    padding: 15px;
}
.feature-icon h5 {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
}
footer .list-unstyled {
    padding: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-container .menu {
        display: inline-block;
    }
    .menu-mobile {
        display: block;
        float: left;
        padding: 15px;
        font-size: 18px;
        color: #376464;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
        width: 100%;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu>ul>li>ul {
        position: relative;
        padding: 0 40px;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

/* first image box gallery expandable effect */
:root {
    --user-button-circle: rgba(0,
    0,
    0,
    0.025);
    --user-button-cardborder: rgba(255,
    255,
    255,
    0.25);
    --user-button-text: #323133;
    --user-button-shadow: rgba(0,
    0,
    0,
    0.1);
}
body #user-button {
    z-index: 1000;
    bottom: 1rem !important;
    right: 1rem !important;
    color: var(--user-button-text);
    transition: 1s 0s ease-out;
    -webkit-animation: slide 3s ease-out forwards;
    animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
    0%,
    50% {
        opacity: 0;
        display: block !important;
    }
    100% {
        opacity: 1;
        display: block !important;
    }
}
@keyframes slide {
    0%,
    50% {
        opacity: 0;
        display: block !important;
    }
    100% {
        opacity: 1;
        display: block !important;
    }
}
body #user-button .u-card {
    border-radius: 100%;
    box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow),
    inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
body #user-button .u-main {
    cursor: pointer;
    --user-button-background: var(--user-button-main,
    #EC87C0);
}
body #user-button .u-main img {
    height: 100%;
    width: 100%;
}
body #user-button .u-main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    transition: 0s 4s;
}
body #user-button .u-icons {
    position: relative;
    z-index: 950;
    transform: translate(-50%,
    -50%);
    background: var(--user-button-circle);
    box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
    border-radius: 100%;
    transition: 0.25s;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
body #user-button .u-icons a {
    color: inherit;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
}
body #user-button .u-icons a div {
    padding: 0.5rem;
    transition: 0s;
}
body #user-button .u-icons a[href="https://twitter.com/zed_dash"] {
    position: relative;
}
body #user-button .u-icons a[href="https://twitter.com/zed_dash"]:before {
    content: "Middle Click";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    font-family: "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
    white-space: pre;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease-in;
    background: #fffc;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
body #user-button .u-icons a[href="https://twitter.com/zed_dash"].show:before {
    opacity: 1;
    transition: 0.25s ease-out;
}
body #user-button .u-icons a[href="https://twitter.com/zed_dash"] div {
    color: #1da1f2;
}
body #user-button .u-icons a[href="https://codepen.io/z-"] div {
    background: black;
    color: white;
}
body #user-button .u-icons a.u-random div {
    position: relative;
    top: -1px;
    -webkit-animation: diespin 2s linear infinite;
    animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes diespin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
body #user-button .u-icons a.u-random:not(:hover) div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
body #user-button .u-icons>* {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--singlecolour);
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%,
    -50%);
    transition: 0.25s -0.05s;
}
body #user-button .u-icons>*:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,
    -50%);
}
body #user-button .u-icons>*:hover,
body #user-button .u-icons>*:focus-within {
    background: var(--hcolour);
}
body #user-button .u-icons>*:first-child:nth-last-child(1):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(1)~*:nth-child(1) {
    left: 25%;
    top: 25%;
}
body #user-button .u-icons>*:first-child:nth-last-child(2):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(2)~*:nth-child(1) {
    left: 37.5%;
    top: 18.75%;
}
body #user-button .u-icons>*:first-child:nth-last-child(2):nth-child(2),
body #user-button .u-icons>*:first-child:nth-last-child(2)~*:nth-child(2) {
    left: 18.75%;
    top: 37.5%;
}
body #user-button .u-icons>*:first-child:nth-last-child(3):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(3)~*:nth-child(1) {
    left: 50%;
    top: 15.625%;
}
body #user-button .u-icons>*:first-child:nth-last-child(3):nth-child(2),
body #user-button .u-icons>*:first-child:nth-last-child(3)~*:nth-child(2) {
    left: 25%;
    top: 25%;
}
body #user-button .u-icons>*:first-child:nth-last-child(3):nth-child(3),
body #user-button .u-icons>*:first-child:nth-last-child(3)~*:nth-child(3) {
    left: 15.625%;
    top: 50%;
}
body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(1),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(1) {
    left: 62.5%;
    top: 18.75%;
}
body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(2),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(2) {
    left: 37.5%;
    top: 18.75%;
}
body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(3),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(3) {
    left: 18.75%;
    top: 37.5%;
}
body #user-button .u-icons>*:first-child:nth-last-child(4):nth-child(4),
body #user-button .u-icons>*:first-child:nth-last-child(4)~*:nth-child(4) {
    left: 18.75%;
    top: 62.5%;
}
body #user-button:hover .u-icons,
body #user-button:focus-within .u-icons {
    width: 300% !important;
    height: 300% !important;
}
body .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit;
}
body .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    max-width: 100%;
    width: 100%;
    height: 535px;
}
body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 0 7px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05,
    0.61,
    0.41,
    0.95);
}
body .options .option:nth-child(1) {
    --defaultBackground: #ED5565;
}
body .options .option:nth-child(2) {
    --defaultBackground: #FC6E51;
}
body .options .option:nth-child(3) {
    --defaultBackground: #FFCE54;
}
body .options .option:nth-child(4) {
    --defaultBackground: #2ECC71;
}
body .options .option:nth-child(5) {
    --defaultBackground: #5D9CEC;
}
body .options .option:nth-child(6) {
    --defaultBackground: #AC92EC;
}
body .options .option.active {
    flex-grow: 100;
    margin: 0 7px;
    border-radius: 16px;
    background-size: cover;
    /*&:active {
     transform:scale(0.9);
  }*/
}
body .options .option.active .shadow {
    bottom: 0;
    background: linear-gradient(180deg,
    rgba(255,
    255,
    255,
    0.00) 0%,
    #366464 100%);
}
body .options .option.active .label {
    bottom: 20px;
    right: 20px;
}
body .options .option.active .label .info>div {
    opacity: 1;
}
body .options .option:not(.active) {
    flex-grow: 50;
    border-radius: 16px;
    opacity: 0.5;
}
body .options .option:not(.active) .shadow {
    bottom: 0px;
    background: linear-gradient(180deg,
    rgba(255,
    255,
    255,
    0.00) 0%,
    #366464 100%);
}
body .options .option:not(.active) .label {
    bottom: 20px;
    right: 20px;
}
body .options .option:not(.active) .label .info>div {
    opacity: 1;
}
body .options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05,
    0.61,
    0.41,
    0.95);
}
body .options .option .label {
    display: flex;
    position: absolute;
    right: 0px;
    transition: 0.5s cubic-bezier(0.05,
    0.61,
    0.41,
    0.95);
    flex-direction: row-reverse;
    left: 20px;
    place-content: space-between;
}
body .options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}
body .options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
    text-align: right;
}
body .options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05,
    0.61,
    0.41,
    0.95),
    opacity 0.5s ease-out;
}
body .options .option .label .info .main {
    font-weight: bold;
    font-size: 1.2rem;
}
body .options .option .label .info .sub {
    transition-delay: 0.1s;
}

/* =============== scrollbar ============== */
::-webkit-scrollbar {
    width: 5px;
    background-color: #cacaca;
    border-radius: 50em;
}

/* Track */
 ::-webkit-scrollbar-track {
    border-radius: 50em;
}

/* Handle */
 ::-webkit-scrollbar-thumb {
    background: #366464;
    border-radius: 10px;
    width: 10px;
}

/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
    background: #366464;
}
.show-on-mobile {
    display: none;
}

/* responsive */
@media (max-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(1rem);
        opacity: 1;
    }
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(-1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
@media (max-width: 1366px) {
    #fp-nav.right {
        right: 5px;
    }
    .site-logo a img {
        width: 60px;
    }
    .product-btn .btn {
        padding: 15px 15px!important;
    }
    .wrapper-body {
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .menu-mobile {
        padding: 19px 15px 10px;
    }
    .searchbox .has-search input {
        font-size: 11px;
    }
    .searchbox .has-search button {
        font-size: 16px;
    }
    .w-xs-100 {
        width: 100%;
    }
    .pad-0-xs {
        padding: 0 !important;
    }
    .has-search {
        width: 100% !important;
    }
    .has-search input {
        width: 100% !important;
    }
    .blog-content-box .blog-item a img {
        width: 100%;
        height: auto;
        max-height: 255px;
        border-radius: 12px;
    }
    .blog-content-box {
        justify-content: space-between;
        flex-flow: row-reverse;
    }
    .blog-item .blog-text {
        padding: 15px 0;
    }
    .blog-item {
        padding-left: 0;
    }
    .blog-content-box .blog-item a {
        padding-bottom: 0;
        display: block;
    }
    .product-info {
        flex-flow: column;
    }
    .product-box>.row {
        flex-flow: column;
    }
    .basket-bg {
        padding-top: 25px;
    }
    #featured-category .row {
        flex-flow: row;
        overflow: scroll;
        place-items: center;
    }
    #featured-category .row {
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        
        scrollbar-width: none;
        /* Firefox */
    }
    #featured-category .row::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }
    .menu .show-on-mobile {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        height: 100vh;
        background: white;
        z-index: 9999999;
        padding-bottom: 60px;
        overflow: auto;
    }
    .menu .show-on-mobile>li {
        border-top: 1px solid #ebebeb;
    }
    .menu .show-on-mobile>li ul {
        padding: 15px;
        border: 0;
        background: none;
        position: relative;
        top: 0;
    }
    .menu .show-on-mobile>li>ul>li {
        border: 1px solid #ebebeb;
        border-radius: 8px;
    }
    .menu .show-on-mobile>li ul .megamenu-header {
        padding: 10px;
        width: 100%;
        display: block;
        border-bottom: 0;
        background: #f5f5f5;
        border-radius: 8px 8px 0 0;
    }
    body .options .option .label .info .main {
        font-size: 1rem;
    }
    body .options {
        flex-flow: column !important;
        height: auto;
        min-width: 100%;
    }
    body .options .option .label {
        align-items: flex-end;
    }
    body .options .option .label .icon img {
        width: 40px;
        height: 40px;
    }
    body .options .option:not(.active) {
        flex-grow: 0;
        border-radius: 16px;
        height: 150px;
        margin: 0 0 15px 0 !important;
        opacity: 1;
    }
    .promot-category {
        border-radius: 16px 16px 0 0;
        margin-bottom: 10px;
        padding: 10px;
        margin-top: 0px;
    }
    .promot-category a {
        margin-bottom: 0 !important;
    }
    .promotion-box {
        flex-flow: column;
        margin-bottom: 2em;
    }
    .footer-section .site-navigation {
        padding: unset;
        width: 100%;
    }
    .bottom-footer p,
    .bottom-footer a {
        text-align: center !important;
    }
    .feature-icon {
        margin-bottom: 10px;
    }
    .featured-category-item img {
        width: 130px;
        height: 130px;
    }
    .site-navbar .container.pos-rel {
        padding: 0;
    }
    .show-xs {
        display: block !important;
    }
    .my-login-page .brand {
        display: none;
    }
    .modal {
        top: 1em;
    }
    .site-navbar .site-navigation .social-item {
        padding-left: 15px;
    }
    #profile-container {
        flex-flow: wrap;
        row-gap: 15px;
    }
    #dashboard .flex-basis100 {
        flex-direction: column;
    }
    #event .tab-content,
    #orders .tab-content {
        overflow-x: auto;
    }
    .profile-tab-nav {
        width: 100%;
    }
    .mypiechart {
        width: 100%;
    }
    .count-box,
    .false-For-Bottom-Text {
        width: 100%;
        flex-wrap: wrap;
    }
    #v-pills-tab {
        border-bottom: 1px solid #d8d8d8;
    }
    #inner-banner {
        padding: 1em;
    }
    .account-banner {
        padding: 20px 20px 5px;
        flex-wrap: wrap;
        background: #FFFFFA;
    }
    .account-banner>.d-flex {
        flex-flow: column;
        width: 100%;
    }
    .product-info {
        padding-right: 15px;
        padding-top: 0;
    }
    #custom-search-input button {
        margin-bottom: 0 !important;
    }
    .product-btn {
        flex-wrap: wrap-reverse;
        width: 100%;
    }
    .sidebar-product-price-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .product-btn .countItem {
        padding: 10px 10px;
        width: 100%;
        margin-bottom: 10px;
    }
    .sidebar-filters {
        display: none;
    }
    .inner-header .site-logo {
        position: absolute;
    }
    .inner-header {
        height: 55px;
    }
    .inner-header .site-logo img {
        height: 55px;
    }
    .product-list-box .toolbar-row {
        flex-wrap: wrap;
    }
    .product-list-box .toolbar-row .sort-bar,
    .product-list-box .toolbar-row .product-search {
        width: 100%;
        margin-bottom: 10px;
    }
    .discount-code {
        flex-flow: wrap-reverse;
        row-gap: 15px;
    }
    .other-news {
        display: none;
    }
    .blog-row-tag {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .summary-product-item {
        flex-wrap: wrap-reverse;
    }
    .summary-product-item>.d-flex {
        width: 100%;
    }
    .inner-full-section .inner-section {
        padding: 30px 0 !important;
    }
    .inner-full-section h5,
    .inner-full-section p {
        text-align: center;
    }
    .sticky-wrapper.is-sticky {
        z-index: 999;
    }
    .summary-invoice-info {
        justify-content: flex-end;
        margin-bottom: 10px;
    }
    .nonloop-block-13 .owl-stage {
        padding-top: 0;
    }
    #work-section .inner-section {
        padding-top: 3em;
    }
    .row-xs-reset {
        flex-flow: flex-flow: column;
    }
    .work-thumb::after {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(244 132 52) 100%) !important;
    }
    .work-thumb .work-text {
        text-align: center;
        left: 0;
    }
    .work-thumb .work-text .category {
        padding-right: 0;
    }
    .service-item {
        height: 160px;
        background-position: center;
        background-size: cover;
        margin-bottom: 15px;
    }
    .d-xs-none {
        display: none !important;
    }
    #hero-overlay-bg {
        background-position: left top;
        background-size: 240%;
    }
    .hero-slogan {
        width: 100%;
    }
    .open-nav {
        display: none;
    }
    .site-logo a img {
        height: 55px;
    }
    .tile-size-box {
        width: auto;
        padding-left: 100px;
    }
    .tile-container {
        display: flex;
        width: auto;
        align-self: flex-start;
        align-items: flex-end;
        bottom: -20px;
        position: relative;
    }
    .contact-box>.row:first-child,
    .contact-box>.row:last-child {
        flex-flow: column-reverse;
    }
    .type-box,
    .product-tile-size-box {
        width: auto;
    }
    .product-spec {
        padding: 3em 0;
    }
    .scroll-on-mobile {
        overflow-x: scroll;
        height: auto;
        padding-bottom: 50px;
    }
    .product-box {
        padding: 15px;
    }
    .value {
        font-size: 150px;
        display: block;
        font-weight: bold;
        color: #fff;
    }
    .table-style {
        margin-bottom: 20px;
    }
    .full-tab .nav-link {
        text-align: center;
        white-space: nowrap;
        font-size: 13px;
    }
    .product-list-item {
        margin-bottom: 15px;
    }
    .product-box>.row {
        flex-flow: column-reverse;
    }
    .product-info h5 {
        text-align: center;
    }
    .product-box .product-img {
        margin-bottom: 40px;
    }
    .product-tab {
        padding: 2em 0;
    }
    .product-tab .tab-pane .img-fluid {
        padding: 0px;
    }
    .inner .product-info h5 {
        text-align: right;
    }
    .toolbar-product .hr-line-0 {
        display: none;
    }
    .toolbar-product h5 {
        margin: 0 auto;
    }
    .product-tile-container {
        display: flex;
    }
    .home-about {
        padding: 0 15px !important;
    }
    .tile-border-left:after {
        display: none;
    }
    .contact-box {
        padding: 4em 0;
    }
    .contact-info p {
        text-align: right !important;
    }
    .gallery-mediabox {
        padding: 3em 0 !important;
    }
    .tab-style .nav>a {
        width: 100%;
        margin: 0 !important;
        justify-content: center;
    }
    .branch-toolbar {
        flex-flow: column-reverse;
    }
    .about-video {
        margin-top: 50px;
    }
    .dropdown-style {
        margin: 0 !important;
    }
    .branch-container {
        padding: 0;
    }
    .naeen-year {
        margin: 20px 0 60px;
    }
    .branch-item {
        flex-wrap: wrap;
    }
    #google-map {
        height: 400px !important;
        margin-bottom: 40px;
    }
    .media-item a .work-text .category {
        display: none;
    }
    .site-section p,
    .inner-section p,
    .bookmatch-content p {
        font-size: 1em;
        text-align: center
    }
    .section-title,
    .inner-section h4 {
        text-align: center;
        font-size: 1.5rem;
    }
    .section-title.type2+a {
        width: auto;
    }
    .work-thumb::after {
        opacity: .9;
        visibility: visible;
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.68)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.68) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    }
    .section-partners .owl-carousel a.work-thumb img {
        max-width: 128px;
        margin: 0 auto;
    }
    .work-thumb .work-text {
        opacity: 1;
        visibility: visible;
    }
    .dropdown-item {
        color: #212529 !important;
        text-align: left !important;
    }
    .slide-one-item-alt-text {
        text-align: center;
    }
    .hide-sm {
        display: none !important;
    }
    .hero-slider-container {
        padding: 6em 3em 0;
    }
    .hero-slider-container .owl-carousel .owl-item img {
        margin: 0 auto;
        width: 60%;
        height: auto;
    }
    .outline-text {
        display: none !important;
    }
    .slide-text {
        text-align: center;
    }
    .custom-owl-carousel .owl-custom-direction {
        margin-top: 20px;
        z-index: 9;
        float: none;
        display: flex;
        justify-content: center;
    }
    .sticky-wrapper.is-sticky .site-menu-toggle {
        color: #F58322;
    }
    .section-1-bg {
        padding: 0em 15px;
    }
    .pr-5,
    .px-5 {
        padding-right: 15px;
    }
    .pt-5,
    .py-5 {
        padding-top: 15px !important;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 15px !important;
    }
    .btn {
        width: 100%;
        margin: 0 0 40px 0 !important;
    }
    .nonloop-block-13 .owl-stage {
        padding-bottom: 0rem;
    }
    .inner-section {
        flex-direction: column-reverse;
        padding: 30px 0;
    }
    .section-1 .tile-border-center:after {
        display: none;
    }
    .border-effect {
        display: none;
    }
    .section-bookmatch {
        padding: 40px 0 40px;
    }
    .bookmatch-content {
        padding: 20px 0 0;
    }
    .cd-image-container {
        display: none;
    }
    .video-box {
        width: 100%;
    }
    .video-img-bg {
        height: 240px !important;
        margin-bottom: 0;
    }
    .video-content .row {
        flex-direction: column-reverse;
    }
    .video-content h5 {
        text-align: center;
        margin-bottom: 20px
    }
    .video-img-bg img {
        object-fit: cover;
    }
    .section-parralax-tile {
        padding: 0;
    }
    .spot-2 {
        margin-top: 0;
    }
    .spot-3 {
        margin-top: 50px;
    }
    .tile-border-right:after,
    .tile-border-center:after,
    .tile-border-left:after {
        top: 20px;
        left: 20px;
    }
    .section-about-parralax {
        padding: 5em 2em;
    }
    .footer-section {
        padding: 25px 0 0;
        margin: 0;
    }
    .footer-bottom {
        padding: 15px 0 35 0;
    }
    .footer-section p {
        text-align: right;
    }
    .site-mobile-menu .site-nav-wrap {
        border-bottom: 1px solid #2c2c2c;
    }
    .video-img-bg .play-button {
        top: 50%;
    }
    .spot-1 {
        margin-bottom: 60px;
    }
    .fullsize-video-bg {
        padding: 3em 1em;
    }
    .has-video {
        padding: 0;
    }
    .footer-download img {
        width: auto !important;
    }
}
@media (max-width: 1280px) {
    .hero-slider-container>.align-items-center>.col-md-2:first-child {
        display: none;
    }
    .video-content {
        padding: 5px 10px;
    }
    .video-content h5 {
        font-size: 16px;
    }
    .footer-download img {
        width: 45px;
    }
}