/* Base */

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

::-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: 16px;
    font-weight: 400;
    border-radius: 0;
    padding: 1.3em 2em !important;
}

/* =============== download page ============== */

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

.download-item h5 {
    margin-top: 15px;
    color: #fff;
}

.download-item h6 {
    color: #979797;
}

.download-item {
    border: 1px solid #343434;
    transition: all 0.3s ease;
    padding: 15px 0;
}

.download-item:hover {
    border: 1px solid #F4DD4C;
    background: #343434;
}

.download-item:hover h5 {
    color: #F4DD4C;
}

.download-item a.btn {
    width: 100%;
    padding: 1em !important;
}

.download-title {
    padding: 15px 15px 5px;
    color: #fff;
    background: #34343473;
    margin-bottom: 15px;
}

.inner-title-section.type2 {
    text-align: right;
    padding: 20px 30px 10px;
    color: #000000;
    position: absolute;
    z-index: 99999;
    right: 0;
    top: 75px;
    background: #f4dd4c;
}

.inner-title-section {
    text-align: center;
    color: #f4dd4c;
    padding: 40px 15px 15px;
}

.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: 55px;
    border-width: 2px;
}

.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: 5em 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 */

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

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

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    width: 100%;
}

.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;
    padding: 5px 20px;
}

.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: 5px 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #f4dd4c !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: 20%;
    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 {
    color: white;
    position: relative;
    padding: 15px 10px;
    font-size: 18px;
}

.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: #121212;
    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: #F4DD4C;
}

.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;
    float: left;
    width: 100%;
}

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

.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 {
    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) {
    .sticky-wrapper .site-menu-toggle {
        color: #fff;
    }
}

.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: 5px;
    border-radius: 50em;
    width: 5px;
    background: #f4dd4c;
    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: #fff;
    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: #141414;
}

.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: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
    color: #352961;
    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: 10px !important;
    padding-bottom: 10px !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-image: url(../images/hero.jpg);
    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;
}

@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: #f4dd4c;
    margin-bottom: 1.2rem;
    font-weight: 400;
    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: 0;
    visibility: hidden;
    -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: #121212;
    margin: 0 0 10px 0;
    padding: 10px 25px 5px;
    background: #f4dd4c;
    display: inline-block;
}

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

.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: .9;
    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: 7em 0 0;
}

.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: 15px;
}

.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: #F4DD4C;
    -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: #F4DD4C;
    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: #F4DD4C;
    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%;
}

.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;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-outline-light {
    color: #f4dd4c;
    border-color: #f4dd4c;
}

.btn-fill-light {
    color: #121212;
    background-color: #f4dd4c;
}

.section-1 {
    background-image: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.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;
}


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

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 #f4dd4c;
}

@-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: #f4dd4c;
    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 #F4DD4C;
    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: #F4DD4C;
    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: #F4DD4C;
    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: #F4DD4C;
    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: #F4DD4C;
    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: #F4DD4C;
    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: #fff;
    font-size: 1.2em;
}

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

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

.inner-section h4 {
    color: #F4DD4C;
}

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

.section-bookmatch .container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "bookmatch-1 bookmatch-2" "bookmatch-3 bookmatch-4";
    max-width: 950px;
    z-index: 9;
    position: relative;
}

.bookmatch {
    padding: 4px;
}

.bookmatch img {
    width: 100%;
    height: 100%;
}

.bookmatch-1 {
    grid-area: bookmatch-1;
}

.bookmatch-3 {
    grid-area: bookmatch-3;
}

.bookmatch-2 {
    grid-area: bookmatch-2;
}

.bookmatch-4 {
    grid-area: bookmatch-4;
}

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

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

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

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

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

.hero-slider-container {
    width: 100%;
    margin: 0 auto;
    padding: 15em 3em 0;
}

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

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

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

.btn-language {
    background: transparent;
    color: #fff;
    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: #f4dd4c;
    border-color: #f4dd4c;
    color: #121212 !important;
}

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

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;
}

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

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

.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;
}

.footer-logo {
    padding: 2em;
    display: block;
    text-align: center;
}

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

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

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

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

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

.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: #F4DD4C;
}

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

.megamenu .megamenu-tab a.active {
    color: #F4DD4C !important;
    background: transparent;
    border-color: #F4DD4C;
    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: 220px;
    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: 2em 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;
  margin-bottom:40px;
}

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

.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: #F4DD4C;
}

.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: #F4DD4C;
}

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

.title-style {
    color: #F4DD4C !important;
    text-align: right;
    margin: 50px 0 20px;
}

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

.dir-rtl {
    direction: rtl;
}

.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;
}

.panel-title>a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #f4dd4c;
    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: 10em 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: #fff;
    font-size: 18px;
}

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

.contact-info ul li span {
    border: 1px solid #f4dd4c;
    padding: 15px;
    display: inline-block;
    border-radius: 50em;
    margin-left: 10px;
}

.gallery-mediabox {
    padding: 8em 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: #f4dd4c;
}

.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: #F4DD4C;
    border-radius: 0 !important;
    float: left;
    color: #121212;
}

.product-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%);
}

.product-info h5 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 40px;
}

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

.product-box {
    padding: 10em 7em 6em;
    margin: 0 auto;
}

.image-container {
    display: inline-block;
    padding: 1em;
    max-width: 100%;
    vertical-align: top;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 500px;
}

.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: crosshair;
    display: block;
    max-width: 100%;
    padding-bottom: 10em;
    width: 100em;
}

.marker {
    background-image: url('mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.table-td {
    background: #212121;
    color: #fff;
}

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

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

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

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

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

.branch-container {
    padding: 10em 15px;
}

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

.branch-item:hover {
    background: #404040;
}

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

.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 {
    padding: 15px;
}

.dropdown-style {}

.input-style {}

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

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

.product-tile-size[title]:hover::after {
    content: attr(title);
    position: absolute;
    background: #F4DD4C;
    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: #2E2E2E;
    height: 800px;
    overflow-y: scroll;
}

.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;
}

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

.button-download-en {
    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;
}

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

.chechbox span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.chechbox input {
    margin-left: 10px;
    top: 3px;
    position: relative;
}

.search-img {
    margin: 15px 0 5px;
}

.search-img img {
    width: 100px;
    height: 100px;
}


/* =============== scrollbar ============== */

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


/* Track */

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


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #F4DD4C;
    border-radius: 10px;
    width: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #F4DD4C;
}

.show-on-mobile {
    display: none;
}


/* responsive */

@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) {
    .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-navbar .site-navigation .site-menu>li>a {
        padding: 5px 10px;
    }
    .site-navbar .site-navigation .site-menu {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .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 {
        margin-bottom: 60px !important;
    }
    .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: 3em 15px 3em;
    }
    .table-style {
        margin-bottom: 20px;
    }
    .product-info h5 {
        text-align: center;
    }
    .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: 3em 15px;
    }
    .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;
    }
    .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;
    }
    .site-logo {
        width: 100%;
        text-align: center;
    }
    .hero-slider-container {
        padding: 8em 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 .shrink {
        padding-top: 15px !important;
    }
    .sticky-wrapper.is-sticky .site-menu-toggle {
        color: #f4dd4c;
    }
    .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 15px 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-img-bg {
        height: 450px;
        margin-bottom: 15px;
    }
    .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 .row {
        flex-direction: column-reverse;
    }
    .footer-section {
        padding: 0em 0 0;
    }
    .footer-logo {
        padding: 4em 0;
    }
    .footer-section h5 {
        margin-bottom: 15px;
        border-bottom: 1px solid #4a4a4a;
        padding: 10px 0;
        margin-top: 15px;
    }
    .footer-download {
        display: inline-flex;
        align-items: center;
        text-align: center;
        padding: 1em;
    }
    .footer-bottom {
        padding: 15px;
    }
    .social-item {
        place-content: center;
        padding: 0;
    }
    .footer-section p {
        text-align: center;
    }
    .site-mobile-menu .site-nav-wrap {
        border-bottom: 1px solid #2c2c2c;
    }
    .video-img-bg .play-button {
        top: 40%;
    }
    .spot-1 {
        margin-bottom: 60px;
    }
    .fullsize-video-bg {
        padding: 3em 1em;
    }
    .has-video {
        padding: 0;
    }
    .footer-download img {
        width: auto !important;
    }
    .section-partners {
        padding: 5em 3em;
    }
    .gallery-mediabox .toolbar .btn-outline-light {
        margin-bottom: 30px !important;
    }
    .sticky-wrapper .site-menu-toggle {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 1280px) {
    .hero-slider-container>.align-items-center>.col-md-2:first-child {
        display: none;
    }
    .btn {
        font-size: 14px;
    }
    .video-content {
        padding: 5px 10px;
    }
    .video-content h5 {
        font-size: 16px;
    }
    .footer-download img {
        width: 45px;
    }
}

@media (max-width: 1024px) {
    .sticky-wrapper .site-menu-toggle {
        color: #fff !important;
        margin-left: 20px;
        margin-right: 20px;
    }
    .site-mobile-menu,
    .site-mobile-menu-body {
        width: 100%;
    }
    .button-download {
        width: 190px;
        font-size: 14px;
        padding: 20px 20px;
    }
    .work-thumb:after {
        visibility: visible;
        opacity: 0.35;
    }
    .work-thumb .work-text {
        visibility: visible;
        opacity: 1;
    }
    .inner-section {
        padding: 1em 0;
    }
    .section-parralax-tile {
        padding: 1em;
    }
    .gallery-mediabox .toolbar .btn-outline-light {
        white-space: nowrap;
    }
    .media-item .work-thumb:after {
        visibility: visible;
        opacity: 0;
    }
    .branch-container {
        padding: 5em 15px;
    }
    .branch-item {
        display: block;
    }
    .branche-img {
        text-align: center;
    }
    .section-partners {
        padding: 5em 5em;
    }
    .hero-slider-container {
        padding: 10em 3em 0;
    }
}
