@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@200;300;400;500;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


html {
    font-size: 14px
}

*, ::after, ::before {
    box-sizing: border-box
}

body {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #828282;
    font-family: 'Almarai', sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    overflow-x: hidden;
}

body, html {
    -moz-osx-font-smoothing: grayscale
}
a {
    cursor: pointer;
}
a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
    color: #e4bc76;
}

a, a:active, a:focus {
    color: #828282
}

.btn, a, input, select, textarea {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

img {
    max-width: 100%;
    height: auto
}

video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

p {
    margin: 0 0 15px
}

b, strong {
    font-weight: 600
}

.alt-font strong {
    font-weight: 600
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0
}

 ol, ul {
    list-style-position: outside;
    margin-bottom: 25px
}

ul {
    margin: 0;
    padding: 0
}

input, select, textarea {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    outline: 0;
    color: #828282;
    line-height: initial
}

select {
    background-image: url(../images/down-arrow.png);
    background-position: left 14px center;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

input[type=submit] {
    width: auto
}

input[type=button], input[type=email], input[type=password], input[type=search], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none
}

    input:focus, textarea:focus {
        border: 1px solid #e4bc76;
        outline: 0
    }

    input[type=submit]:focus {
        outline: 0
    }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input::-ms-clear {
    display: none
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:active, select:-webkit-autofill:focus, select:-webkit-autofill:hover {
    transition: background-color 5000s;
    transition: all 0s 50000s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

select::-ms-expand {
    display: none
}

iframe {
    border: 0
}

button, button:focus, button:hover {
    outline: 0
}

.main-content {
    z-index: 2;
    background-color: #fff;
    overflow: visible;
    position: relative
}

::selection {
    color: #000;
    background: #dbdbdb
}

::-moz-selection {
    color: #a6a6a6;
    background: #dbdbdb;
    display: block
}

::-webkit-input-placeholder {
    color: #a6a6a6;
    display: block;
    line-height: 1.5;
}

::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
    display: block;
    line-height: 1.5;
}

.transition {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.alt-font {
    font-family: 'Almarai', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -.5px;
    font-weight: inherit
}

h1 {
    font-size: 5rem;
    line-height: 6rem
}

h2 {
    font-size: 3.9rem;
    line-height: 4.2rem
}

h3 {
    font-size: 3.4rem;
    line-height: 3.9rem
}

h4 {
    font-size: 2.85rem;
    line-height: 3.4rem
}

h5 {
    font-size: 2.3rem;
    line-height: 3rem
}

h6 {
    font-size: 1.8rem;
    line-height: 2.5rem
}

.font-size-0 {
    font-size: 0
}

.text-small {
    font-size: 15px;
    line-height: 22px
}

.text-medium {
    font-size: 17px;
    line-height: 20px
}

.text-extra-medium {
    font-size: 20px;
    line-height: 28px
}

.text-large {
    font-size: 25px;
    line-height: 22px
}

.text-extra-large {
    font-size: 28px;
    line-height: 28px
}

.title-extra-small {
    font-size: 33px;
    line-height: 32px
}

 .text-white, a.text-white-hover:hover {
    color: #fff
}

 .text-extra-dark-gray {
    color: #232323
}

 .text-extra-light-gray {
    color: #b7b7b7
}

 .text-slate-blue {
    color: #262b35
}

 .text-dark-purple {
    color: #333045
}

 .text-yellow, a.text-yellow-hover:hover {
    color: #e4bc76
}

 .text-tussock {
    color: #d09f5a
}

 .text-light-brownish-orange {
    color: #d09f5a
}

.text-light-purple {
    color: #7330a6;
}

.letter-spacing-minus-1-half {
    letter-spacing: -.5px
}

.letter-spacing-minus-1px {
    letter-spacing: -1px
}

.letter-spacing-minus-5px {
    letter-spacing: -5px
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.line-height-normal {
    line-height: normal
}

.line-height-20px {
    line-height: 20px
}

.line-height-22px {
    line-height: 22px
}

.bg-white {
    background-color: #fff
}

.bg-medium-gray {
    background-color: #e4e4e4
}

.bg-medium-light-gray {
    background-color: #ededed
}
.bg-light {
    background-color: #f7f7f7 !important;
}

.bg-transparent {
    background-color: transparent
}

.bg-green {
    background-color: #27ae60
}

.bg-dark-slate-blue {
    background-color: #1f232c
}

.bg-purple {
    background-color: #350d53
}

.bg-dark-purple {
    background-color: #350d53
}

.bg-yellow {
    background-color: #e4bc76
}

.bg-shamrock-green {
    background-color: #2ed47c
}

.bg-gradient-dark-slate-blue-transparent {
    background: rgba(31,35,44,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,#1f232c));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,#1f232c 100%);
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) 0,#383838bd 100%);
}

section {
    padding: 130px 0;
    overflow: hidden
}

    section.half-section {
        padding: 50px 0
    }

.box-layout {
    padding: 0 90px
}

.overlap-section {
    position: relative
}

.overlap-section-bottom {
    position: relative
}

.map iframe {
    height: 619px;
    vertical-align: bottom;
    width: 100%
}

.medium-input, .medium-textarea {
    padding: 15px 20px;
    font-size: 14px
}

.overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0
}

.opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .2;
    top: 0;
    left: 0
}

.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .3;
    top: 0;
    left: 0
}

.opacity-7 {
    opacity: .7
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.box-shadow-double-large {
    box-shadow: 0 0 35px rgba(40,42,54,.18);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.box-shadow-large, .box-shadow-large-hover:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
    box-shadow: 0 0 25px rgba(0,0,0,.08);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.box-shadow-medium {
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.box-shadow-small {
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

 .box-shadow-extra-large-hover:hover, .box-shadow-large-hover:hover {
    -moz-transform: translate3d(0,-3px,0);
    -o-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0)
}

.drop-shadow svg {
    filter: drop-shadow( 0 1px 4px rgba(0, 0, 0, .1))
}

.absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

     .absolute-middle-center.move-top-bottom {
        margin-left: -10px;
        margin-top: -10px
    }

input[type=checkbox] {
    width: auto
}

    input[type=checkbox] + label {
        color: #939393;
        font-weight: 400;
        margin-bottom: 0
    }

    input[type=checkbox]:checked + label {
        color: inherit
    }

    input[type=checkbox] + label span {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 10px 0 0;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #d9d9d9;
        border-radius: 0;
        position: relative
    }

    input[type=checkbox]:checked + label span:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 15px;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

input[type=radio] {
    width: auto
}

    input[type=radio] + label {
        font-weight: 400;
        margin-bottom: 0
    }

        input[type=radio] + label span {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 0 10px 0 0;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 0;
            position: relative;
            border-radius: 100%
        }

    input[type=radio]:checked + label span:after {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 9px;
        line-height: 15px;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Almarai', sans-serif;
    font-weight: 500
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
        outline: medium none;
        outline-offset: 0
    }

input.btn:focus {
    border-width: 2px
}

.btn.active, .btn:active, .btn:focus {
    box-shadow: none
}

.btn i {
    vertical-align: middle;
    position: relative;
    top: -1px
}

.btn.btn-very-small {
    font-size: 10px;
    padding: 6px 16px
}

.btn.btn-medium {
    font-size: 14px;
    padding: 10px 26px
}

.btn.btn-large {
    font-size: 13px;
    padding: 12px 32px
}

.btn.btn-extra-large {
    font-size: 14px;
    padding: 16px 40px
}

.btn .right-icon {
    margin-left: 8px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none
}

.btn.btn-rounded {
    border-radius: 50px
}

    .btn.btn-rounded.btn-very-small {
        padding: 6px 20px
    }

    .btn.btn-rounded.btn-medium {
        padding: 6px 20px;
        min-width: 104px;
    }

    .btn.btn-rounded.btn-large {
        padding: 12px 38px
    }

    .btn.btn-rounded.btn-extra-large {
        padding: 16px 44px
    }

.btn.btn-rounded.btn-extra-large.btn-expand-ltr {
    padding: 15px 28px 15px
}

    .btn.btn-rounded.btn-extra-large.btn-expand-ltr span {
        width: 50px
    }

.btn.btn-rounded.btn-large.btn-expand-ltr {
    padding: 14px 26px 14px
}

    .btn.btn-rounded.btn-large.btn-expand-ltr span {
        width: 46px
    }

.btn.btn-rounded.btn-medium.btn-expand-ltr {
    padding: 7px 21px 7px
}

    .btn.btn-rounded.btn-medium.btn-expand-ltr span {
        width: 32px
    }

.btn.btn-rounded.btn-very-small.btn-expand-ltr {
    padding: 5px 17px 5px
}

    .btn.btn-rounded.btn-very-small.btn-expand-ltr span {
        width: 25px
    }

.btn.btn-fancy.btn-very-small {
    font-size: 13px;
    padding: 7px 18px
}

.btn.btn-fancy.btn-medium {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 28px
}

.btn.btn-fancy.btn-large {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 13px 32px
}

.btn.btn-fancy.btn-extra-large {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 38px
}

.btn.btn-expand-ltr {
    position: relative;
    z-index: 1
}

    .btn.btn-expand-ltr.btn-rounded span {
        border-radius: 50px
    }

    .btn.btn-expand-ltr:hover span {
        width: 100% !important;
    }

.btn-expand-ltr:hover {
    color: white;
}


.btn.btn-expand-ltr span {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.btn.btn-expand-ltr i {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.btn.btn-expand-ltr:hover i {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

     .btn.btn-white:focus {
        background: #fff;
        color: #232323
    }

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #232323
}

    .btn.btn-white:focus, .btn.btn-white:hover {
        background: 0 0;
        color: #fff
    }

.btn.btn-dark-purple {
    background: #350d53;
    border-color: #350d53;
    color: #fff
}

    .btn.btn-dark-purple:focus, .btn.btn-dark-purple:hover {
        background: 0 0;
        color: #333045
    }

.btn.btn-golden {
    background: #e4bc76;
    border-color: #e4bc76;
    color: #fff
}

    .btn.btn-golden:focus, .btn.btn-golden:hover {
        background: 0 0;
        color: #e4bc76
    }

.btn-gradient-sky-blue-pink {
    background: linear-gradient(to right,#556fff,#ff798e,#556fff);
    color: #fff;
    background-size: 200% auto;
    transition: all .3s cubic-bezier(.25,.8,.25,1)
}

     .btn-gradient-sky-blue-pink:focus, .btn-gradient-sky-blue-pink:hover {
        background-position: right center;
        color: #fff
    }

.border-top {
    border-top: 1px solid !important
}

.border-color-fast-blue {
    border-color: #350d53 !important
}

.border-color-black-transparent {
    border-color: rgba(0,0,0,.1) !important
}

.border-color-white-transparent {
    border-color: rgba(255,255,255,.1) !important
}

.border-radius-3px {
    border-radius: 3px
}

.border-radius-6px {
    border-radius: 6px
}

.border-radius-20px {
    border-radius: 20px
}

.border-radius-30px {
    border-radius: 30px
}

.html-video-play {
    position: relative;
    text-align: center
}

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    background-position: center center !important
}

.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.margin-15px-top {
    margin-top: 15px
}

.margin-30px-top {
    margin-top: 30px
}

.margin-1-rem-top {
    margin-top: 1rem
}

.margin-3-half-rem-top {
    margin-top: 3.5rem
}

.margin-4-rem-top {
    margin-top: 4rem
}

.margin-two-bottom {
    margin-bottom: 2%
}

.margin-five-bottom {
    margin-bottom: 5%
}

.margin-5px-bottom {
    margin-bottom: 5px
}

.margin-10px-bottom {
    margin-bottom: 10px
}

.margin-15px-bottom {
    margin-bottom: 15px
}

.margin-20px-bottom {
    margin-bottom: 20px
}

.margin-30px-bottom {
    margin-bottom: 30px
}

.margin-35px-bottom {
    margin-bottom: 35px
}

.margin-40px-bottom {
    margin-bottom: 40px
}

.margin-1-rem-bottom {
    margin-bottom: 1rem
}

.margin-1-half-rem-bottom {
    margin-bottom: 1.5rem
}

.margin-2-rem-bottom {
    margin-bottom: 2rem
}

.margin-2-half-rem-bottom {
    margin-bottom: 2.5rem
}

.margin-3-rem-bottom {
    margin-bottom: 3rem
}

.margin-3-half-rem-bottom {
    margin-bottom: 3.5rem
}

.margin-5-rem-bottom {
    margin-bottom: 5rem
}

.margin-5px-right {
    margin-right: 5px
}

.margin-5px-left {
    margin-left: 5px
}

.margin-10px-left {
    margin-left: 10px
}

.margin-20px-left {
    margin-left: 20px
}

.margin-30px-left {
    margin-left: 30px
}

.padding-six-all {
    padding: 6%
}

.padding-2-half-rem-all {
    padding: 2.5rem
}

.padding-3-rem-all {
    padding: 3rem
}

.padding-3-half-rem-all {
    padding: 3.5rem
}

.padding-6-rem-all {
    padding: 6rem
}

.padding-1-rem-top {
    padding-top: 1rem
}

.padding-1-half-rem-top {
    padding-top: 1.5rem
}

.padding-2-half-rem-top {
    padding-top: 2.5rem
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px
}

.padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px
}

.padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px
}

.padding-1-rem-tb {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.padding-1-half-rem-tb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px
}

.padding-20px-lr {
    padding-left: 20px;
    padding-right: 20px
}

.padding-1-half-rem-lr {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.padding-3-rem-lr {
    padding-left: 3rem;
    padding-right: 3rem
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.top-100px {
    top: 100px
}

.top-minus-4px {
    top: -4px
}

.top-minus-15px {
    top: -15px
}

.bottom-100px {
    bottom: 100px
}

.right-0px {
    right: 0
}

.left-15px {
    left: 15px
}

.left-minus-10px {
    left: -10px
}

.w-90px {
    width: 90px
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-95 {
    width: 95%
}

.w-100 {
    width: 100%
}

.swiper-container {
    width: 100%;
    height: 100%
}

.h-1px {
    height: 1px
}

.h-200px {
    height: 200px
}

.h-400px {
    height: 400px
}

.h-100 {
    height: 100% !important
}

.full-screen, .mobileoff-fullscreen-top-space {
    height: 980px
}

[class*=" line-icon"], [class*=" solid-icon"], [class*=" ti-"], [class^=line-icon], [class^=solid-icon] {
    display: inline-block
}

.video-icon-box {
    z-index: 1
}

    .video-icon-box > span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-direction: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .video-icon-box .video-icon {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%
    }

        .video-icon-box .video-icon i {
            margin-left: 5px;
            line-height: normal
        }

.video-icon-large.video-icon-box .video-icon i {
    margin-left: 8px
}

.video-icon .video-icon-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite
}

    .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        position: absolute;
        border-radius: 50%;
        content: '';
        top: -25px;
        left: -25px;
        z-index: -100
    }

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    top: -15px;
    left: -15px
}

.video-icon-small .video-icon {
    width: 40px;
    height: 40px;
    font-size: 14px
}

    .video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        width: 70px;
        height: 70px
    }

.video-icon-medium .video-icon {
    width: 50px;
    height: 50px;
    font-size: 18px
}

    .video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        width: 100px;
        height: 100px
    }

.video-icon-large .video-icon {
    width: 75px;
    height: 75px;
    font-size: 26px
}

    .video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        width: 125px;
        height: 125px
    }

.icon-large {
    font-size: 50px
}

.icon-medium {
    font-size: 40px
}

.icon-small {
    font-size: 28px
}

.icon-extra-small {
    font-size: 18px
}

.icon-very-small {
    font-size: 13px
}

 .extra-small-icon, .medium-icon, .small-icon {
    list-style: none;
    padding: 0
}

     .extra-small-icon li, .medium-icon li, .small-icon li {
        display: inline-block
    }

         .extra-small-icon li:first-child, .medium-icon li:first-child, .small-icon li:first-child {
            margin-left: 0
        }

         .extra-small-icon li:last-child, .medium-icon li:last-child, .small-icon li:last-child {
            margin-right: 0
        }

    .extra-small-icon li {
        margin: 0 2px
    }

    .small-icon li {
        margin: 0 5px
    }

    .medium-icon li {
        margin: 0 8px
    }

    .extra-small-icon a {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .small-icon a {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .medium-icon a {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }

[class*=" social-icon-"] ul, [class^=social-icon-] ul {
    list-style: none
}

.social-icon-style-02 ul li a {
    text-align: center;
    display: inline-block;
    color: #232323
}

.social-icon-style-02 ul.light li a {
    color: #fff
}

.social-icon-style-02 ul.dark li a {
    color: #232323
}

 .social-icon-style-02 a.facebook:hover {
    color: #3b5998
}

 .social-icon-style-02 a.twitter:hover {
    color: #00aced
}

 .social-icon-style-02 a.google:hover {
    color: #dc4a38
}

 .social-icon-style-02 a.youtube:hover {
    color: #b00
}

 .social-icon-style-02 a.instagram:hover {
    color: #fe1f49
}

.social-icon-style-02 a.snapchat:hover {
    color: #f7f401;
}

 .social-icon-style-02 a.email:hover {
    color: #7d7d7d
}

 .social-icon-style-02 a.whatsapp:hover {
    color: #25d366
}

 .social-icon-style-02 a.print:hover {
    color: #222
}

.social-icon-style-12 li a {
    color: #232323;
    display: inline-block
}

.social-icon-style-12 .light li a {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 30px;
}

.social-icon-style-12 li a:hover {
    color: #e4bc76;
}

.mfp-bg {
    background: #232323;
    opacity: .9
}

.mfp-bg, .mfp-wrap {
    z-index: 10007
}

.mfp-close, .mfp-close:active {
    opacity: 1;
    background-color: transparent;
    right: 30px;
    top: 30px
}

.modal-popup-main .mfp-close, .modal-popup-main .mfp-close:active {
    right: 0;
    top: 0
}

.mfp-close-btn-in .modal-popup-main .mfp-close {
    position: absolute
}

.mfp-removing .mfp-close {
    display: none
}

.subscribe-popup .modal-popup-main .mfp-close, .subscribe-popup .modal-popup-main .mfp-close:active {
    position: absolute;
    color: #fff
}

.lightbox-gallery a {
    position: relative;
    display: block
}

.mfp-bottom-bar {
    margin-top: -24px;
    font-size: 12px
}

.mfp-close {
    font-size: 30px;
    font-family: 'Almarai', sans-serif;
    font-weight: 300
}

.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

 button.mfp-close {
    position: fixed;
    top: 30px;
    right: 30px
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .93
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .93
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .93
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.show-notify-popup > section {
    filter: grayscale(100%)
}

.show-notify-popup .mfp-notify.mfp-bg.mfp-ready {
    opacity: .8;
    background-color: #000
}

.show-notify-popup .mfp-close, .show-notify-popup .mfp-close:active {
    color: #fff
}

.show-notify-popup .mfp-container {
    position: fixed;
    padding-top: 100px;
    height: auto;
    background-color: #fff;
    animation-name: comingsoonpopup;
    -webkit-animation-name: comingsoonpopup;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s
}

.show-notify-popup .mfp-removing .mfp-container {
    animation-name: comingsoonpopupclose;
    -webkit-animation-name: comingsoonpopupclose;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s
}

.mfp-notify .mfp-container {
    top: auto;
    bottom: 0
}

.navbar {
    padding: 0
}

.navbar-brand {
    margin-right: 0;
    font-size: 0;
    padding: 10px 0;
}

.dropdown.open > .dropdown-menu {
    display: block
}

.header-social-icon a > i {
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle
}

.header-cart-icon a > i, .header-language a > i, .header-push-button a > i {
    padding: 30px 0;
    display: inline-block
}

.top-bar .header-cart-icon a > i, .top-bar .header-language a > i, .top-bar .header-push-button a > i {
    padding: 14px 0;
    display: inline-block
}

.header-social-icon {
    line-height: 12px;
    padding-left: 10px
}

 .sticky .navbar.header-dark .header-social-icon {
    border-color: rgba(255,255,255,.45)
}

.header-button, .header-cart-icon, .header-language, .header-push-button {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 17px
}

.header-cart-icon {
    margin-right: 10px
}

.nav-item > .dropdown-toggle {
    display: none
}

.dropdown-toggle:after {
    visibility: hidden;
    width: 0;
    height: 0
}

.mCustomScrollbar .mCSB_container {
    padding-right: 20px !important;
    margin-right: 0
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .mCustomScrollbar.mCS_no_scrollbar .mCSB_container {
    padding-right: 0 !important
}

header .top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

    header .top-bar + .navbar.fixed-top {
        top: 48px;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -ms-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

header.sticky .top-bar + .navbar.fixed-top {
    top: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.sidebar-nav-action {
    position: fixed;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    z-index: 10006;
    padding: 30px 0
}

.show-menu {
    overflow: hidden
}

    .show-menu.left-classic-mobile-menu {
        overflow: visible
    }

.side-menu-header .side-menu-button {
    display: none
}

.left-sidebar-nav .menu-list li {
    list-style: none
}

.left-sidebar-nav .menu-list .menu-list-item .sub-menu-item li:last-child {
    margin-bottom: 10px
}

.left-sidebar-nav .menu-list li a {
    font-size: 14px;
    padding: 13px 0 14px;
    line-height: normal
}

.left-sidebar-nav .menu-list .menu-list-item .sub-menu-item li a {
    font-size: 13px;
    padding: 5px 0
}

.left-sidebar-nav .menu-toggle:after, .left-sidebar-nav .menu-toggle:before {
    right: 7px;
    top: 23px;
    height: 1px;
    width: 9px
}

.left-sidebar-nav .sub-menu-item .menu-toggle {
    width: 30px;
    height: 30px
}

    .left-sidebar-nav .sub-menu-item .menu-toggle:after, .left-sidebar-nav .sub-menu-item .menu-toggle:before {
        right: 8px;
        top: 15px;
        height: 1px;
        width: 7px
    }

.left-sidebar-nav .menu-toggle {
    width: 48px;
    height: 48px;
    top: 24px;
    line-height: 48px
}

.side-menu-header .side-menu-button {
    display: none
}

.left-sidebar-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
    padding-left: 290px
}

.navbar-toggler {
    font-size: 24px;
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative;
    padding: 0;
    border: none;
    vertical-align: middle;
    border-radius: 0
}

.navbar-toggler-line {
    background: #232323;
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

header.sticky .navbar.header-dark .navbar-toggler-line {
    background: #fff
}

.navbar-toggler-line:nth-child(1) {
    top: 0;
    width: 14px
}

.navbar-toggler-line:nth-child(2), .navbar-toggler-line:nth-child(3) {
    top: 6px
}

.navbar-toggler-line:nth-child(4) {
    top: 12px;
    width: 14px
}

.navbar-collapse-show .navbar-toggler-line:nth-child(1) {
    top: 7px;
    width: 0%
}

.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-collapse-show .navbar-toggler-line:nth-child(4) {
    top: 7px;
    width: 0%
}

.sticky .header-dark.header-always-fixed-scroll, .sticky.header-appear .header-dark {
    background-color: #350d53 !important;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    border-bottom: none !important;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s
}

.sticky .header-dark.transparent.header-always-fixed-scroll, .sticky.header-appear .header-dark.transparent {
    background-color: rgba(0,0,0,.6) !important
}

.sticky .header-reverse-scroll {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: none
}

.sticky.header-appear .header-reverse-scroll {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.sticky .navbar.header-dark .header-cart-icon > a, .sticky .navbar.header-dark .header-language > a, .sticky .navbar.header-dark .header-social-icon > a, .sticky .navbar.header-dark .navbar-nav .nav-link {
    color: #fff !important
}

 .top-bar.navbar-light, .top-bar.navbar-light .header-cart-icon > a, .top-bar.navbar-light .header-language > a, .top-bar.navbar-light .header-social-icon > a {
    color: #fff
}

.navbar.navbar-light .header-cart-icon > a, .navbar.navbar-light .header-language > a, .navbar.navbar-light .header-social-icon > a {
    color: #232323
}

 .sticky .navbar-light.header-dark .header-cart-icon > a:hover, .sticky .navbar-light.header-dark .header-language > a:hover, .sticky .navbar-light.header-dark .header-social-icon > a:hover, .sticky .navbar-light.header-dark .navbar-nav .nav-link.active, .sticky .navbar-light.header-dark .navbar-nav .nav-link:hover, .top-bar.navbar-light .header-cart-icon > a:hover, .top-bar.navbar-light .header-language > a:hover, .top-bar.navbar-light .header-social-icon > a:hover {
    color: #e4bc76 !important;
    cursor: pointer
}

 .navbar-light .navbar-nav .nav-link:hover, .navbar.navbar-light .header-cart-icon > a:hover, .navbar.navbar-light .header-language > a:hover, .navbar.navbar-light .header-social-icon > a:hover, .navbar.navbar-light .navbar-nav .nav-link.active {
    color: #e4bc76 !important;
    cursor: pointer
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #232323
}

 .navbar-light .navbar-nav .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,.5);
        cursor: pointer
    }

.navbar.navbar-light .navbar-nav > .dropdown.active > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.megamenu:hover > a, .navbar.navbar-light .navbar-nav > .nav-item.dropdown.simple-dropdown:hover > a {
    color: #e4bc76 !important;
}

header .navbar .navbar-brand img {
    max-height: 80px
}

header .navbar .navbar-brand .default-logo, header.sticky .navbar-brand .alt-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s
}

header .navbar .navbar-brand .mobile-logo, header .navbar-brand .alt-logo, header.sticky .navbar .navbar-brand .default-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s
}

 header .header-always-fixed-scroll .navbar-brand .alt-logo, header .header-always-fixed-scroll .navbar-brand .default-logo, header .header-always-fixed-scroll .navbar-brand .mobile-logo {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s
}

.navbar .navbar-nav .nav-link {
    padding: 25px 0;
    font-weight: 600;
    font-size: 15px;
    margin: 0 12px;
    word-break: normal;
    color: black;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #320c4e;
}

.navbar .justify-content-end .navbar-nav li:last-child .nav-link {
    margin-right: 0
}

.navbar .justify-content-start .navbar-nav li:first-child .nav-link {
    margin-left: 0
}

.header-cart-icon > a {
    position: relative
}

 .sticky .navbar.header-dark .push-button > span {
    background: #fff
}

 .sticky .navbar.header-dark .push-button:hover {
    opacity: .6
}

.navbar.navbar-light .push-button > span {
    background: #232323
}

.navbar.navbar-light .push-button:hover {
    opacity: .6
}

.push-button {
    position: relative;
    width: 22px;
    height: 14px;
    display: block;
    top: 1px
}

    .push-button > span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 22px;
        height: 2px;
        background-color: #fff;
        border-radius: 0;
        opacity: 1;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        .push-button > span:nth-child(1) {
            top: 0;
            width: 14px
        }

        .push-button > span:nth-child(2), .push-button > span:nth-child(3) {
            top: 6px
        }

        .push-button > span:nth-child(4) {
            top: 12px;
            width: 14px
        }

.show-menu .push-button > span:nth-child(1) {
    top: 7px;
    width: 0%
}

.show-menu .push-button > span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show-menu .push-button > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.show-menu .push-button > span:nth-child(4) {
    top: 7px;
    width: 0%
}

.side-menu-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.left-sidebar-nav .side-menu-button {
    left: auto;
    right: 15px;
    text-align: right;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.side-menu-button a {
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative
}

.close-menu {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1
}

    .close-menu:hover {
        color: #232323
    }

.push-menu {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 500px;
    height: 100vh;
    z-index: 1060;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.show-menu .push-menu {
    right: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.push-menu .btn i {
    top: 0
}

.hamburger-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    z-index: 1031;
    overflow-y: auto;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.show-menu .hamburger-menu {
    right: 0
}

.menu-list li {
    clear: both;
    position: relative;
    list-style: none
}

    .menu-list li a {
        font-size: 20px;
        line-height: 28px;
        position: relative;
        color: #fff;
        padding: 14px 0;
        display: inline-block
    }

        .menu-list li a i {
            margin-right: 10px;
            vertical-align: middle
        }

.menu-list .menu-list-item .sub-menu-item li a {
    font-size: 13px;
    line-height: normal;
    color: #fff;
    padding: 0
}

.menu-list .menu-list-item .sub-menu-item {
    position: relative;
    width: 100%;
    background-color: transparent
}

    .menu-list .menu-list-item .sub-menu-item .sub-menu-item {
        padding-left: 15px
    }

        .menu-list .menu-list-item .sub-menu-item .sub-menu-item li:first-child {
            margin-top: 8px
        }

        .menu-list .menu-list-item .sub-menu-item .sub-menu-item li:last-child {
            margin-bottom: 10px
        }

        .menu-list .menu-list-item .sub-menu-item .sub-menu-item li a {
            color: #888
        }

.menu-list.dark .menu-list-item .sub-menu-item li a, .menu-list.dark li a {
    color: #232323
}

.menu-list.dark .menu-list-item .sub-menu-item .sub-menu-item li a {
    color: #656565
}

.menu-toggle {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1
}

.sub-menu-item .menu-toggle {
    width: 20px;
    height: 20px;
    top: 15px
}

.menu-toggle:after, .menu-toggle:before {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 14px;
    height: 1px;
    width: 11px;
    background-color: #fff
}

.sub-menu-item .menu-toggle:after, .sub-menu-item .menu-toggle:before {
    right: 9px;
    top: 10px;
    height: 1px;
    width: 9px;
    background: rgba(255,255,255,.5)
}

.dark .menu-toggle:after, .dark .menu-toggle:before {
    background-color: #232323
}

.menu-toggle.collapsed:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition-duration: .3s
}

.menu-toggle:after {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transition-duration: .3s
}

.menu-list.dark li.active > a, .menu-list.dark > .menu-list-item .sub-menu-item li.active a, .menu-list.dark > .menu-list-item .sub-menu-item > li:focus a, .menu-list.dark > .menu-list-item .sub-menu-item > li:hover a, .menu-list.dark > li:focus > a, .menu-list.dark > li:hover > a {
    color: rgba(0,0,0,.6) !important
}

.menu-list.dark > .menu-list-item .sub-menu-item li.active > .sub-menu-item li a:focus, .menu-list.dark > .menu-list-item .sub-menu-item li.active > .sub-menu-item li a:hover, .menu-list.dark > .menu-list-item .sub-menu-item li.active > .sub-menu-item li.active a {
    color: rgba(0,0,0,.3) !important
}

.menu-list .menu-list-item .sub-menu-item li.active a, .menu-list .menu-list-item .sub-menu-item > li:focus a, .menu-list .menu-list-item .sub-menu-item > li:hover a, .menu-list .menu-list-item:focus > a, .menu-list .menu-list-item:hover > a, .menu-list li.active > a {
    color: rgba(255,255,255,.5) !important
}

.menu-list .menu-list-item .sub-menu-item li.active > .sub-menu-item li a:focus, .menu-list .menu-list-item .sub-menu-item li.active > .sub-menu-item li a:hover, .menu-list .menu-list-item .sub-menu-item li.active > .sub-menu-item li.active a {
    color: rgba(255,255,255,.3) !important
}

.nav-item.dropdown.megamenu {
    position: inherit
}

.nav-item.dropdown.megamenu img {
    max-width: 210px
}

.simple-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    width: 240px;
    padding: 25px 0;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    margin: 0;
    border: none;
    border-radius: 4px;
    text-align: right;
}

    .simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
        left: 241px;
        margin-top: 0;
        top: -25px
    }

.simple-dropdown.menu-left .dropdown-menu {
    position: absolute;
    left: auto;
    min-width: 240px;
    padding: 25px 0 20px
}

    .simple-dropdown .dropdown.menu-left .dropdown-menu, .simple-dropdown.menu-left .dropdown-menu .dropdown .dropdown-menu {
        left: auto;
        right: 241px
    }

.simple-dropdown .dropdown-menu li {
    padding: 9px 20px 9px 20px;
    display: block
}

.simple-dropdown .dropdown-menu .dropdown a {
    display: block;
    color: #828282;
    font-size: 16px;
    line-height: normal;
    font-weight: 500
}

    .simple-dropdown .dropdown-menu .dropdown a.active, .simple-dropdown .dropdown-menu .dropdown a:focus, .simple-dropdown .dropdown-menu .dropdown a:hover, .simple-dropdown .dropdown-menu .dropdown li.active > a, .simple-dropdown .dropdown-menu .dropdown.active > a, .simple-dropdown .dropdown-menu .dropdown:hover > a {
        color: #232323
    }

    .simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle {
        position: absolute;
        right: 23px;
        font-size: 12px;
        margin-top: 0;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

.header-language .dropdown-menu {
    left: 0 !important;
    right: auto;
    padding: 15px;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    border-radius: 6px;
    border: 0;
    margin: 0;
    min-width: 140px
}

    .header-language .dropdown-menu a {
        color: #828282;
        display: block;
        padding: 2px 0;
        font-size: 14px;
        text-align: right;
    }

        .header-language .dropdown-menu a:hover {
            color: #000
        }

.form-wrapper {
    background: rgba(35,35,35,.9);
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    display: block !important;
    height: 100%;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 999
}

.active-form .form-wrapper {
    opacity: 1;
    visibility: visible;
    cursor: url(../images/mfg-close.png),auto
}

.form-wrapper .search-close {
    color: #000;
    position: fixed;
    top: 30px;
    right: 35px;
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    font-size: 30px;
    font-weight: 300;
    width: 44px;
    height: 44px;
    line-height: 44px
}

.show-search-popup {
    overflow: hidden
}

    .show-search-popup header .top-bar {
        z-index: 9
    }

    .show-search-popup .fixed-top {
        z-index: 1032
    }

    .show-search-popup.show-search-popup-mini-header .top-bar {
        z-index: 1033
    }

.search-button {
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: 0 0
}

.navbar-full-screen-menu-inner, .navbar-modern-inner {
    display: none
}

.page-title-colorful {
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -ms-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color
}

.swiper-pagination-bullet {
    background: 0 0;
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 7px;
    width: 12px;
    border: 2px solid #232323;
    outline: 0
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #232323
    }

.tilt-box {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

    .tilt-box:not(:root:root) {
        z-index: -1
    }

.white-move .swiper-slide, .white-move .swiper-wrapper {
    cursor: url(../images/icon-move-light2.png),move
}

.swiper-button-next, .swiper-button-prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    outline: 0
}

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -ms-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

.swiper-button-next {
    right: 0
}

.swiper-button-prev {
    left: 0
}

.slider-navigation-style-01.swiper-button-next, .slider-navigation-style-01.swiper-button-prev {
    background-color: rgba(0,0,0,.5);
    color: #fff
}

    .slider-navigation-style-01.swiper-button-next:hover, .slider-navigation-style-01.swiper-button-prev:hover {
        background-color: #fff;
        color: #232323
    }

    .slider-navigation-style-01.swiper-button-next.light, .slider-navigation-style-01.swiper-button-prev.light {
        background-color: #f7f7f7;
        color: #232323
    }

        .slider-navigation-style-01.swiper-button-next.light:hover, .slider-navigation-style-01.swiper-button-prev.light:hover {
            background-color: #350d53;
            color: #fff
        }

    .slider-navigation-style-01.swiper-button-next.dark, .slider-navigation-style-01.swiper-button-prev.dark {
        background-color: #350d53;
        color: #fff
    }

        .slider-navigation-style-01.swiper-button-next.dark:hover, .slider-navigation-style-01.swiper-button-prev.dark:hover {
            background-color: #fff;
            color: #232323
        }

    .slider-navigation-style-01.swiper-button-next.rounded-circle {
        left: 0
    }

    .slider-navigation-style-01.swiper-button-prev.rounded-circle {
      left:70px
    }

 .portfolio-image img {
    width: 100%
}

.grid {
    list-style: none
}

.grid-sizer {
    padding: 0 !important;
    margin: 0 !important
}

.portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden
}

.portfolio-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.portfolio-box:hover .portfolio-hover {
    opacity: 1
}

.portfolio-box *, .portfolio-box:hover * {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.portfolio-box .move-top-bottom {
    opacity: 0;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transition-property: transform,opacity;
    -moz-transition-property: transform,opacity;
    -webkit-transition-property: transform,opacity;
    -ms-transition-property: transform,opacity
}

 .portfolio-box:hover .move-top-bottom {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

 .portfolio-overlay .portfolio-box:hover .portfolio-image img {
    transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    opacity: .15
}

.portfolio-box .scale {
    opacity: 0;
    -moz-transform: scale3d(.8,.8,1);
    -o-transform: scale3d(.8,.8,1);
    -ms-transform: scale3d(.8,.8,1);
    -webkit-transform: scale3d(.8,.8,1);
    transform: scale3d(.8,.8,1)
}

.portfolio-box:hover .scale {
    opacity: 1;
    -moz-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.portfolio-overlay .portfolio-box .portfolio-image img {
    opacity: 1
}

.justified-gallery > a > .jg-caption.jg-caption-visible, .justified-gallery > div > .jg-caption.jg-caption-visible, .justified-gallery > figure > .jg-caption.jg-caption-visible {
    display: none;
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in
}

.justified-gallery > a > .jg-caption, .justified-gallery > div > .jg-caption, .justified-gallery > figure > .jg-caption {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: #fff;
    color: inherit;
    padding: 15px 25px 12px;
    box-shadow: 0 5px 20px rgba(23,23,23,.2);
    white-space: nowrap;
    z-index: 1;
    font-family: inherit
}

 .blog-right-side-bar .blog-sidebar {
    float: right
}

 .blog-right-side-bar .blog-sidebar {
    order: 13;
    -ms-flex-order: 13
}

.latest-post-sidebar {
    list-style: none;
    padding: 0;
    margin: 0
}

    .latest-post-sidebar li {
        margin-bottom: 30px
    }

        .latest-post-sidebar li:last-child {
            margin-bottom: 0
        }

        .latest-post-sidebar li figure {
            height: 65px;
            width: 80px;
            margin: 0
        }

        .latest-post-sidebar li .media-body {
            line-height: normal;
            padding-right: 30px;
            position: relative;
            top: -3px
        }

.pagination-style-01 .page-link {
    border: 0;
    padding: 12px 5px;
    margin: 0 10px;
    background: 0 0;
    color: #828282;
    min-width: 40px;
    text-align: center;
    border-radius: 100%
}

.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    padding: 0
}

.pagination-style-01 .page-item:last-child .page-link {
    margin-right: 0
}

    .pagination-style-01 .page-item:first-child .page-link:hover, .pagination-style-01 .page-item:last-child .page-link:hover {
        background: 0 0;
        color: #232323;
        box-shadow: none
    }

.pagination-style-01 .active .page-link, .pagination-style-01 .page-link:hover {
    background: #e4bc76;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(38 38 38 / 20%);
}

.tooltip-inner {
    font-size: 11px;
    padding: 4px 13px 5px;
    text-transform: uppercase;
    font-family: 'Almarai', sans-serif;
    font-weight: 500;
    border-radius: 2px
}

.quantity {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.qty-plus:focus {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8
}

.qty-minus {
    right: 1px;
    top: 20px;
    padding-left: 2px;
    border-radius: 0
}

.qty-plus {
    top: 1px;
    right: 1px;
    border-bottom: 1px solid #e8e8e8;
    height: 20px;
    line-height: 20px;
    padding-left: 1px;
    border-radius: 0
}

.price-filter.ui-widget.ui-widget-content {
    border-radius: 0;
    background-color: #dfdfdf;
    border: 1px solid #fff;
    height: 5px;
    margin: 25px 3px 30px 8px
}

.price-filter .ui-slider-range {
    background-color: #232323;
    height: 3px
}

.price-filter .ui-slider-handle {
    background-color: #fff;
    width: 13px;
    height: 13px;
    top: -5px;
    border: 1px solid #bbb;
    border-radius: 100%;
    cursor: ew-resize;
    outline: 0
}

.interactive-banners-style-07 .interactive-banners-box, .interactive-banners-style-07 .interactive-banners-box .interactive-banners-box-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .interactive-banners-style-07 .interactive-banners-box .fancy-text-content, .interactive-banners-style-07 .interactive-banners-box img {
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out
    }

    .interactive-banners-style-07 .interactive-banners-box .fancy-text-content {
        position: absolute;
        width: 100%;
        left: 0;
        top: auto;
        z-index: 9;
        bottom: 0;
        height: auto;
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px)
    }

    .interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px)
    }

    .interactive-banners-style-07 .interactive-banners-box .fancy-text-content span {
        opacity: 1;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out
    }

    .interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content span {
        opacity: 0
    }

    .interactive-banners-style-07 .interactive-banners-box .fancy-text-content .btn {
        opacity: 0;
        white-space: nowrap;
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px)
    }

    .interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content .btn {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0)
    }

    .interactive-banners-style-07 .interactive-banners-box:hover img {
        opacity: .7
    }

.fullscreen-hover-list {
    max-height: 80vh;
    overflow: auto
}

    .fullscreen-hover-list .hover-list-item {
        display: table
    }

        .fullscreen-hover-list .hover-list-item a {
            display: inline-block
        }

.pie-chart-style-01 {
    text-align: center;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .pie-chart-style-01 .percent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%)
    }

.pie-chart-style-02 {
    text-align: center;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .pie-chart-style-02 .percent {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%)
    }

.accordion-style-02 .panel .panel-heading {
    border-bottom: 1px solid;
    padding: 15px 0px 15px 0;
    position: relative;
    margin: 0px 0;
}

.accordion-style-02 .panel:last-child .panel-heading {
    border: none
}

    .accordion-style-02 .panel:last-child .panel-heading.active-accordion {
        border-bottom: 1px solid
    }

.accordion-style-02 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.accordion-style-02 .panel .panel-body {
    padding: 5px 0px 30px 0;
}

.accordion-style-04 .panel {
    border-bottom: 1px solid;
    padding: 20px 30px
}

    .accordion-style-04 .panel:first-child {
        padding-top: 0
    }

    .accordion-style-04 .panel:last-child {
        border: none;
        padding-bottom: 0
    }

.accordion-style-04 .panel-heading {
    position: relative
}

.accordion-style-04 .panel .accordion-toggle {
    display: inline-block;
    width: calc(100% - 400px)
}

.accordion-style-04 .panel .panel-title i {
    position: absolute;
    right: 0;
    top: 8px;
    font-weight: 700
}

.accordion-style-04 .panel .panel-body {
    margin-left: 199px;
    width: 38%;
    padding: 10px 0 7px
}

.feature-box * {
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    position: relative;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s
}

    .feature-box .feature-box-content {
        max-width: 100%
    }

.feature-box-left-icon .feature-box-icon {
    margin-left: 35px
}

.feature-box-left-icon {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

    .feature-box-left-icon .feature-box-content {
        overflow: hidden;
        flex: 1
    }

.feature-box-left-icon-middle {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

    .feature-box-left-icon-middle .feature-box-content {
        overflow: hidden;
        -webkit-box-flex: 1;
        flex: 1
    }

.feature-box.text-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feature-box.text-right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feature-box:hover .light i {
    color: #232323
}

.feature-box:hover .dark i {
    color: #fff
}

.nav-tabs {
    border: none
}

    .nav-tabs > li.nav-item {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0 20px
    }

        .nav-tabs > li.nav-item > a.nav-link {
            border: none
        }

        .nav-tabs > li.nav-item > a.nav-link {
            border-bottom: 1px solid transparent
        }

            .nav-tabs > li.nav-item > a.nav-link.active, .nav-tabs > li.nav-item > a.nav-link.active:hover, .nav-tabs > li.nav-item > a.nav-link:hover {
                background: 0 0;
                border-color: #222;
                color: #222;
                cursor: pointer
            }

.tab-style-05 .nav-tabs {
    border: none
}

    .tab-style-05 .nav-tabs li {
        font-size: 16px;
        line-height: 28px;
        padding: 0
    }

        .tab-style-05 .nav-tabs li a {
            display: flex;
            align-items: center;
            padding: 8px 30px;
            border-radius: 25px;
            border: none !important;
            justify-content: center
        }

        .tab-style-05 .nav-tabs li i {
            font-size: 18px
        }

        .tab-style-05 .nav-tabs li a:hover {
            border: none;
            color: #262b35 !important
        }

    .tab-style-05 .nav-tabs .nav-link.active {
        background: #350d53 !important;
        box-shadow: 0 0 15px 0 rgba(23,23,23,.08);
        border: none;
        color: #ffffff !important
    }

.vertical-counter-number {
    overflow: hidden;
    width: 100%;
    height: auto
}

    .vertical-counter-number ul {
        text-align: center;
        margin: 0;
        padding: 0;
        transform: translateY(0);
        transition: 2s ease-in-out;
        list-style: none
    }

.progress {
    overflow: visible;
    height: 4px;
    position: relative;
    border-radius: 0
}

    .progress .progress-bar {
        position: relative;
        overflow: visible
    }

        .progress .progress-bar span {
            position: absolute;
            top: -30px;
            right: 0;
            opacity: 0
        }

        .progress .progress-bar.appear span {
            opacity: 1
        }

.fancy-text-box-style-01 .fancy-text-box {
    display: inline-block;
    position: relative
}

    .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left, .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
        border: 10px solid #350d53;
        height: 100%;
        width: 67px;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }

    .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left {
        border-right: 0
    }

    .fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
        border-left: 0;
        right: 0;
        left: inherit
    }

    .fancy-text-box-style-01 .fancy-text-box .fancy-text-content {
        font-size: 80px;
        line-height: 72px;
        margin-bottom: 0;
        margin-right: 15px
    }

.image-back-offset-shadow {
    z-index: 1;
    opacity: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

    .image-back-offset-shadow.active {
        opacity: 1
    }

    .image-back-offset-shadow img {
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .image-back-offset-shadow.active img {
        -webkit-transform: translate(12px,-12px);
        transform: translate(15px,-15px)
    }

    .image-back-offset-shadow .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .image-back-offset-shadow.active .overlay {
        -webkit-transform: translate(-9px,9px);
        transform: translate(-9px,9px)
    }

footer .footer-logo img {
    max-height: 300px;
    padding-left: 50px;
}

footer ul {
    padding-left: 0;
    list-style: none
}

    footer ul li {
        margin-bottom: 7px
    }

        footer ul li:last-child {
            margin-bottom: 7px
        }

footer .footer-top ul li.media {
    margin-bottom: 25px
}

    footer .footer-top ul li.media:last-child {
        margin-bottom: 0
    }

.footer-dark, .footer-dark a {
    color: #8890a4
}

    .footer-dark a:hover {
        color: #fff
    }

.footer-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    background: #fff;
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgba(23,23,23,.25);
    display: none;
    height: 34px;
    width: 34px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 1029;
    border-radius: 100%
}

    .scroll-top-arrow:hover {
        background: #fff;
        color: #828282;
        box-shadow: 0 0 30px rgba(23,23,23,.4);
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px)
    }

.rev-nav-ares-effect .ares {
    background: 0 0 !important;
    opacity: 0;
    transition: .3s ease-in-out
}

.cd-words-wrapper {
    text-align: center;
}

.footer-decor.footer-dark, .footer-decor.footer-dark a {
    color: #ffffff
}

    .footer-decor.footer-dark a:hover {
        color: #e4bc76
    }

    .footer-decor.footer-dark .social-icon-style-12 li a:hover {
        opacity: 1
    }

@keyframes myanim {
    0% {
        right: 0
    }

    100% {
        right: 4000px
    }
}

.cd-headline.slide span b {
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important
}

.outside-box-left {
    margin-left: -30vw
}

.required.error {
    border: 1px solid red !important
}

input[type=checkbox].error {
    box-shadow: 0 0 0 1px rgb(255 0 0),1px 1px 0 0 rgb(255 0 0)
}

.search-error {
    border: 1px solid red !important
}

.g-recaptcha.error iframe {
    border: 1px solid red
}

.form-results {
    padding: 13px 20px;
    clear: both;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    z-index: 2;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loading {
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99
}

    .loading::after {
        background: 0 0;
        content: "" !important;
        position: absolute;
        left: calc(50% - 10px) !important;
        top: calc(50% - 10px) !important;
        width: 20px !important;
        height: 20px !important;
        opacity: 1 !important;
        right: inherit !important;
        z-index: 9;
        text-align: center;
        border: 2px solid rgba(23,23,23,.2);
        border-top-color: rgba(23,23,23,.7);
        border-radius: 50%;
        animation: spin 1s linear infinite;
        -webkit-animation: spin 1s linear infinite
    }

    .loading:before {
        content: "";
        background-color: rgba(255,255,255,.8) !important;
        position: absolute;
        right: 2px;
        top: 1px;
        width: calc(100% - 4px);
        height: calc(100% - 2px);
        border-radius: inherit;
        z-index: 1
    }

    .loading.dark:before {
        background-color: rgba(0,0,0,.8) !important
    }

    .loading.dark::after {
        border: 2px solid rgba(255,255,255,.2);
        border-top-color: rgba(255,255,255,.7)
    }

.page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff !important;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99999
}

    .page-loader::after {
        background: 0 0;
        content: "" !important;
        position: absolute;
        left: calc(50% - 25px) !important;
        top: calc(50% - 25px) !important;
        width: 50px !important;
        height: 50px !important;
        opacity: 1 !important;
        right: inherit !important;
        z-index: 9;
        text-align: center;
        border: 2px solid rgba(23,23,23,.2);
        border-top-color: rgba(23,23,23,.7);
        border-radius: 50%;
        animation: spin 1s linear infinite;
        -webkit-animation: spin 1s linear infinite
    }

.grid-loading {
    overflow: hidden;
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99
}

    .grid-loading::after {
        background: 0 0;
        content: "" !important;
        position: absolute;
        top: 100px !important;
        left: calc(50% - 25px) !important;
        width: 50px !important;
        height: 50px !important;
        opacity: 1 !important;
        right: inherit !important;
        z-index: 9;
        text-align: center;
        border: 3px solid rgba(23,23,23,.2);
        border-top-color: rgba(23,23,23,.7);
        border-radius: 50%;
        animation: spin 1s linear infinite;
        -webkit-animation: spin 1s linear infinite
    }

    .grid-loading:before {
        content: "";
        position: absolute;
        right: 2px;
        top: 1px;
        width: calc(100% - 4px);
        height: calc(100% - 2px);
        border-radius: inherit;
        z-index: 1
    }

    .grid-loading .grid-item {
        visibility: hidden
    }

    .grid-loading li.grid-item {
        overflow: hidden;
        opacity: 0
    }

@media screen\0 {

    input {
        line-height: normal
    }

    .medium-input {
        min-height: 50px;
        line-height: normal
    }

     .box-shadow-extra-large-hover:hover, .box-shadow-large-hover:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

     .parallax {
        background-position: top center !important;
        background-attachment: inherit !important
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .show-notify-popup .mfp-container {
        -webkit-animation-duration: .1s;
        -moz-animation-duration: .1s;
        -o-animation-duration: .1s;
        animation-duration: .1s
    }
}

@-webkit-keyframes down-arrow {
    0% {
        opacity: 0;
        top: 0
    }

    18% {
        opacity: .2;
        top: 3px
    }

    36% {
        opacity: .4;
        top: 8px
    }

    54% {
        opacity: .6;
        top: 18px
    }

    72% {
        opacity: .8;
        top: 18px
    }

    100% {
        opacity: 1;
        top: 18px
    }
}

@keyframes down-arrow {
    0% {
        opacity: 0;
        top: 0
    }

    18% {
        opacity: .2;
        top: 3px
    }

    36% {
        opacity: .4;
        top: 8px
    }

    54% {
        opacity: .6;
        top: 18px
    }

    72% {
        opacity: .8;
        top: 18px
    }

    100% {
        opacity: 1;
        top: 18px
    }
}

@-webkit-keyframes social-icon-animation {
    0% {
        top: 130px;
        left: -100px
    }

    80% {
        top: 30px;
        left: -50px
    }

    100% {
        top: -30px;
        left: -15px
    }
}

@keyframes social-icon-animation {
    0% {
        top: 130px;
        left: -100px
    }

    80% {
        top: 30px;
        left: -50px
    }

    100% {
        top: -30px;
        left: -15px
    }
}

@-webkit-keyframes ani-mfp {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}

@keyframes ani-mfp {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes ani-mfp-close {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0
    }
}

@keyframes ani-mfp-close {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0
    }
}

@-webkit-keyframes comingsoonpopup {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}

@keyframes comingsoonpopup {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes comingsoonpopupclose {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0
    }
}

@keyframes comingsoonpopupclose {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0
    }
}

@-webkit-keyframes drawing-animation {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes drawing-animation {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fromTop {
    0% {
        left: 0;
        top: -100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@keyframes fromTop {
    0% {
        left: 0;
        top: -100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@-webkit-keyframes toTop {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: -100%
    }
}

@keyframes toTop {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: -100%
    }
}

@-webkit-keyframes fromRight {
    0% {
        top: 0;
        left: 100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@keyframes fromRight {
    0% {
        top: 0;
        left: 100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@-webkit-keyframes toRight {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 100%
    }
}

@keyframes toRight {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 100%
    }
}

@-webkit-keyframes fromBottom {
    0% {
        left: 0;
        top: 100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@keyframes fromBottom {
    0% {
        left: 0;
        top: 100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@-webkit-keyframes toBottom {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: 100%
    }
}

@keyframes toBottom {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: 100%
    }
}

@-webkit-keyframes fromLeft {
    0% {
        top: 0;
        left: -100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@keyframes fromLeft {
    0% {
        top: 0;
        left: -100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@-webkit-keyframes toLeft {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: -100%
    }
}

@keyframes toLeft {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: -100%
    }
}

@-webkit-keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.theme-demos {
    display: none;
    width: 655px;
    height: 100%;
    min-height: 100%;
    position: fixed;
    background-color: #fff;
    right: -655px;
    top: 0;
    z-index: 1050;
    -webkit-transition: all .5s cubic-bezier(.77,0,.175,1);
    transition: all .5s cubic-bezier(.77,0,.175,1)
}

.show-theme-demos .theme-demos {
    display: block
}

.theme-demos section {
    height: 100%;
    min-height: 100%;
    position: relative;
    z-index: 11;
    padding: 0;
    width: 655px
}

.theme-demos .demos-wrapper {
    height: 100%;
    overflow-y: hidden;
    padding: 40px 25px;
    background-color: #fff;
    width: 100%
}

.theme-demos.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 0 45px 0 rgba(0,0,0,.25)
}

.theme-demos .grid {
    padding: 0 20px
}

.theme-demos .all-demo {
    position: absolute;
    left: -150px;
    bottom: 195px;
    transform: translateY(-50%) translateY(-7px);
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all .25s cubic-bezier(.23,1,.32,1) .45s;
    min-width: 150px
}

.all-demo {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15)
}

    .theme-demos .all-demo a {
        color: #232323;
        font-size: 11px;
        padding: 12px 15px;
        display: block;
        text-decoration: none;
        font-weight: 500
    }

        .theme-demos .all-demo a > i {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 59px;
            line-height: 55px;
            text-align: center;
            opacity: 0;
            font-size: 24px;
            transition-delay: .3s
        }

.theme-demos.active .all-demo {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition: all .2s cubic-bezier(.23,1,.32,1);
    transition: all .2s cubic-bezier(.23,1,.32,1);
    -webkit-transform: translateX(107px) translateY(-50%) translateY(-7px);
    transform: translateX(107px) translateY(-50%) translateY(-7px);
    min-width: 50px;
    left: -163px
}

    .theme-demos.active .all-demo a > i {
        opacity: 1;
        transition-delay: .3s
    }

.theme-demos .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.theme-demos .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .theme-demos .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
        -ms-flex-item-align: center;
        align-self: center
    }

    .theme-demos .mCustomScrollBox .mCSB_container {
        width: 100%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 0;
        padding-right: 15px !important
    }

.theme-demos .clearfix {
    clear: both
}

.show-menu .theme-demos, .show-search-popup .theme-demos {
    z-index: 1
}

.gdpr-wrapper {
    top: 0 !important;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.8)
}

.dr-s {
    direction: rtl;
}

.text-g-purble {
    color: rgb(45,11,71);
}

.text-sub {
    color: #7330a6;
    background: rgb(172 62 255 / 10%);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.dr-l {
    direction: ltr;
}

.compare {
    width: 100%;
    min-height: 50vh;
}


    .compare #myCompare {
        height: auto;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-400px*9));
    }
}



@media (max-width:425px) {

    @keyframes scroll2 {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-200px*9));
        }
    }

    header .navbar .navbar-brand .mobile-logo {
        width: 75px !important;
    }
}

#whatsapp {
    position: fixed;
    bottom: 10px;
    z-index: 17;
    left: 18px;
}

.before-title {
    background-color: white;
    box-shadow: 0px 4px 63px #f0f0f0;
    padding: 16px;
    font-size: 26px !important;
    text-align: center;
    color: #350d53;
}

    .before-title h2 {
        font-size: 26px !important;
        margin: 0px;
        font-weight: 600;
    }

.contact-ul li a {
    display: flex;
    align-items: baseline;
}



.preloader2 {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #330c51;
    top: 0;
    left: 0;
    z-index: 99999;
}

.img-b {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.cd-words-wrapper {
    color: #e4bc76;
}

.box-layout-n {
    padding: 0px 90px;
}

.vedio-kamal {
    margin: 0px 90px;
}

.top-h {
    padding: 5px 10px;
    border-radius: 0 0 15px 15px;
}

video {
    display: block;
    width: 100%;
    height: auto;
}







.fullsize-video-bg .inner {
    display: table;
    width: 100%;
    position: absolute;
    max-width: 44em;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}

/**********************/

.fullsize-video-bg {
    /* Create grid spanning viewport width & height */
    display: grid;
    grid-template-rows: calc(100vh - 180px );
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.video-bg {
    /* Span the full grid */
    grid-area: var(--fullGrid);
    /* Re-size video to cover full screen while maintaining aspect ratio */
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    /* Display video below overlay */
    z-index: -1;
}

    .video-bg::-webkit-media-controls {
        display: none !important;
    }



.border-curved {
    border-radius: 20px 20px 0 0;
}


.nav-item.active {
    color: #310c4e !important;
}

.nav-item.active {
}

.header-language span {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.ltr-phone {
    font-family: 'Poppins', sans-serif;
    direction: ltr;
}

.page-title {
    position: relative;
    padding: 40px 0;
    background: #d09f5a26;
    border-radius: 20px;
    margin: 0px 90px;
    margin-top: 12px;overflow:hidden;
}
    .page-title .text-sub {
        color: #d09f5a;
        background: rgb(208 159 90 / 27%);
    }
    .page-title h5 {
        color: #d09f5a;
        margin-bottom: 0;
    }
    .page-title .icon-page {
        position: absolute;
        left: -17px;
        bottom: 0;
        z-index: -6;
    }
    .page-title .icon-page-1 {
        position: absolute;
       right: 0;
       top: 0;
        z-index: -6;
    }
@media (max-width: 1600px) {
    .page-title {
        margin: 0 45px;
    }
}
@media (max-width: 1199px) {
    .page-title {
        margin: 0 15px;
    }}
    .services-page {
        padding: 50px 0;
    }

    .services-page .interactive-banners-style-07 {
        margin-bottom: 30px;
    }

.footer-section .footer-top {
    padding: 45px 0;
}

.after-before-section.after-before-page .before-after-box {
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
}

    .after-before-section.after-before-page .before-after-box .before-title {
        border-radius: 0 0 20px 20px;
    }

.videos-section {
    padding: 50px 0;
    position: relative
}

.bg-logo-section {
    position: relative;
}

    .bg-logo-section::after {
        content: "";
        position: absolute;
        background-image: url('../images/bg12.png');
        width: 1011px;
        height: 600px;
        bottom: 40px;
        z-index: -1;
        left: 0;
        background-repeat: no-repeat;
    }

.photo-section {
    padding: 50px 0;
    position: relative
}

.contact-page {
    padding: 50px 0
}

    .contact-page .small-icon a {
        width: 25px;
        height: 25px;
    }

    .contact-page .feature-box {
        height: 100%;
    }

.form-contact-section {
    position: relative;
    padding: 60px 0;
}

    .form-contact-section input, .form-contact-section select, .form-contact-section textarea {
        border: 1px solid #e9e9e9;
        text-align: right;
        border-radius: 25px;
    }

input, select, textarea {
    text-align: right;
    font-family: 'Almarai', sans-serif;
    line-height: 1.4;
    display: block;
    border-radius:25px;
}

.book-appointment-popup .btn-box {
    text-align: end;
    margin-top: 30px;
}

.services-details {
    padding: 50px 0;
    position: relative;
}

.lines-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.lines-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.home-consulting.about-page {
    padding: 50px 0;
    position: relative
}

    .home-consulting.about-page .img-doc {
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 0px 0px 18px #0000002e;
    }

    .home-consulting.about-page .about-title {
        line-height: 4.4rem;
    }

.cosmetic-information-section {
    padding: 50px 0;
}

/**************/

div.highway-slider {
    display: flex;
    justify-content: center;
    width: 100%;
}

    div.highway-slider div.highway-barrier {
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
    }

    div.highway-slider ul.highway-lane {
        display: flex;
        list-style: none;
        padding-right: 0;
        overflow: hidden;
    }

        div.highway-slider ul.highway-lane li.highway-car {
            justify-content: center;
            align-items: center;
            background: #fff;
            color: #343434;
        }

@-webkit-keyframes translatestf {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-500%);
    }
}

@keyframes translatestf {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-500%);
    }
}

@-webkit-keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 12));
    }
}

@keyframes translateinfinite {
    100% {
        transform: translateX(calc(-180px * 12));
    }
}

#infinite div.highway-barrier::before,
#infinite div.highway-barrier::after {
    content: " ";
    position: absolute;
    z-index: 9;
    width: 180px;
    height: 100%;
}

#infinite div.highway-barrier::before {
    top: 0;
    left: 0;
}

#infinite div.highway-barrier::after {
    top: 0;
    right: 0;
}

#infinite div.highway-barrier ul.highway-lane {
    width: calc(400px * 18);
}

    #infinite div.highway-barrier ul.highway-lane li.highway-car {
        max-width: 400px;
        -webkit-animation: translateinfinite 25s linear infinite;
        animation: translateinfinite 25s linear infinite;
        flex: 0 0 400px;
        margin-left: 15px;
        display: flex;
    }

.slide-option {
    padding: 15px 0 15px;
    margin-bottom: 0
}

.faq-section .accordion-style-04 .panel .accordion-toggle {
    width: 100%;
    text-align: right;
}

.faq-section .accordion-style-04 .panel .panel-title i {
    position: absolute;
    left: 0;
    right: unset;
}

.faq-section .accordion-style-04 .panel .panel-body {
    margin-left: 0;
    width: 100%;
    padding: 12px 14px;
    text-align: right;
}

.faq-section .panel-heading .accordion-toggle .panel-title {
    padding-left: 25px;
}

    .faq-section .panel-heading .accordion-toggle .panel-title span {
        line-height: 1.7;
    }
.about-cards-section .icon-large {
    margin-bottom: 0;
}
.services-slider .swiper-button-next {
    left: 10px;
    right: auto;
}
.services-slider .title-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-about-logo {
    background-image: url('../images/bg11.png');
    background-size: cover;
}
.videos-section.videos-page .block-video  img{
    width: 100%;
}
.photo-page .img-item, .videos-section .block-video {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.cosmetic-information-section .cosmetic-info-box {
    border-radius: 15px;
    overflow: hidden;
}
.services-details  .latest-post-sidebar li figure {
    border-radius: 5px;
    overflow: hidden;
}
.services-section.services-page {
    direction: rtl
}
.services-section .header-service .price-service {
    font-size: 36px;
    font-weight: 700;
    color: #e4bc76;
    display: block;
}
.payment-lay .p-payment {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 600;
    color: #350d53;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 7px;
}
.payment-lay .control-label{
    margin-bottom:0px;
}
.payment-lay textarea {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    outline: 0;
    color: #828282;
    line-height: initial;
    word-break: initial;
    background: white;
    text-align: right;
    height: 150px;
    background-color:white!important;
}
.payment-lay img{
    width:100px;
    padding-bottom:20px;
}
.pay-cancel {
    width: 100px;
    padding-bottom: 20px;
    text-align:center
}
.payment-id {
    color: #350d53;
    font-weight: 600 !important;
    font-size: 28px;
}

@media print {
    .payment-lay {
        background-image: url('../images/bg-print.png');
    }
}
.form-contact-section input, .form-contact-section select, .form-contact-section textarea {margin:0;
}
.book-appointment-popup input, .book-appointment-popup select, .book-appointment-popup textarea {
    margin: 0;
}
.help-block {
    font-size: 14px;
    color: #dc3545;
    text-align: end;
    display: block;
}
.cosmetic-info-details-page .blog-sidebar .latest-post-sidebar li.media .media-body p.text-medium {

    margin-bottom: 0;
}
.no-found-box {
    min-height: 350px;
}

    .no-found-box .no-found-img {
        margin-bottom: 22px;
        width: 260px;
        opacity: .6;
    }

    .no-found-box .no-found-par {
        font-size: 24px;
        font-weight: 600;
        color: #8a8899;
        margin-bottom: 0;
    }
ul.pagination li a {
    width: 46px;
    height: 46px;
    line-height: 36px;
    padding: 4px;
    font-size: 14px;
}
.cd-words-wrapper b {
    white-space: unset;
}
.header-with-topbar.header-appear .fixed-top {
    background: #350d53 !important;
}
.title-footer-animate {
    min-height: 164px;
}
.cosmetic-information-section .cosmetic-info-box {
    border: 1px solid #e6e6e6 !important;
}
.cd-words-wrapper {
    width: 100% !important
}
.title-info-cosmetic.lines-2 {
    min-height: 56px;
}
.lines-3.par-info-cosmetic {
    min-height: 90px;
}

.call-phone {
    position: fixed;
    bottom: 76px;
    z-index: 17;
    left: 18px;
}

    .call-phone .video-icon-small .video-icon.bg-shamrock-green {
        width: 40px;
        height: 40px;
        background-color: #e4bc76;
        padding: 6px;
    }

        .call-phone .video-icon-small .video-icon.bg-shamrock-green img {
            width: 20px;
        }

    .call-phone .video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr.bg-green {
        background-color: #e4bc76;
    }