body, div, html {
    direction: ltr
}

body, input {
    margin: 0;
    padding: 0;
    font-family: Tajawal, sans-serif
}

input, button {
    font-size: 14px;
}

header{
    min-height: 96px;
    background: linear-gradient(90deg, #001b35, #002c52);
    border-bottom: 3px solid #d99a21;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.d-flex {
    display: flex
}

.j-sb {
    justify-content: space-between
}

.j-center {
    justify-content: center
}

.align-center {
    align-items: center
}

.fd-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.d-none {
    display: none
}

.capitalize {
    text-transform: capitalize
}

.uppercase {
    text-transform: uppercase
}

.bg-gold {
    background-color: #cfa647
}

.bg-brown {
    background-color: #be9537
}

.txt-white {
    color: #fff
}

.txt-gold {
    color: #cfa647
}

.txt-gray {
    color: #b1b1b1
}

.poppins-reg {
    font-family: Tajawal, sans-serif;
    font-weight: 400
}

.poppins-med {
    font-family: Tajawal, sans-serif;
    font-weight: 500
}

.poppins-semi-b {
    font-family: Tajawal, sans-serif;
    font-weight: 600
}

.poppins-b {
    font-family: Tajawal, sans-serif;
    font-weight: 700
}

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-weight: 300
}

.link {
    text-decoration: none
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mt-1 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 6rem
}

.read-more-btn {
    display: flex;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    padding: 2rem;
    font-size: 14px;
    background-color: #d0a747;
    padding: .8rem 2.4rem;
    margin-top: 1rem
}

    .read-more-btn .btn-arr {
        margin-right: 10px;
        width: 13px !important;
        transform: rotate(180deg)
    }

.header .nav-menu .menu-list {
    list-style: none
}

    .header .nav-menu .menu-list .menu-item {
        position: relative;
        margin-left: 2rem
    }

    .header .nav-menu .menu-list .sub-menu {
        position: absolute;
        left: -3rem;
        top: 2rem;
        padding: 1rem;
        width: max-content;
        background: #d0a747;
        list-style: none;
        display: none;
        border-radius: 3px;
        font-size: 14px;
        z-index: 1;
    }

        .header .nav-menu .menu-list .sub-menu .menu-item {
            margin-bottom: 1rem
        }

    .header .nav-menu .menu-list a {
        margin-bottom: 1rem;
        transition: all 0.1s;
        border-bottom: 0 solid #fff;
        text-decoration: none;
        color: #fff
    }

        .header .nav-menu .menu-list a:hover {
            border-bottom: 2px solid
        }

    .header .nav-menu .menu-list .menu-item-has-children:hover .sub-menu {
        display: initial
    }

.main-menu-more {
    display: none
}

.header .nav-menu .lang-select {
    height: 40%;
    width: 4rem;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    outline: 0;
    cursor: pointer
}

    .header .nav-menu .lang-select .lang-select-opt {
        background: #1824748a
    }

        .header .nav-menu .lang-select .lang-select-opt:hover {
            background: #fff;
            color: #000
        }

.home-header-bg {
    margin-top: -6rem;
    background-position: center;
    background-image: url(images/City-image-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    padding-top: 2rem
}

    .home-header-bg .header-info-wrapper {
        width: 40%
    }

        .home-header-bg .header-info-wrapper h1 {
            font-size: 35px;
            line-height: 1.2;
            padding-top: 3rem
        }

        .home-header-bg .header-info-wrapper p {
            width: 65%;
            font-size: 18px;
            margin-bottom: 2rem
        }

.dld-main-logo {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-intro-section {
    background-color: #f8f8f8;
    padding: 2rem 0
}

    .home-intro-section .video-wrapper {
        width: 50%;
        height: 461px
    }

        .home-intro-section .video-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .home-intro-section .first-box-wrapper, .second-box-wrapper {
        width: 25%;
        height: 461px;
        position: relative
    }

        .home-intro-section .first-box-wrapper img, .second-box-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .home-intro-section .first-box-wrapper .box-info, .second-box-wrapper .box-info {
            position: absolute;
            right: 0;
            left: 0;
            top: 40%;
            text-align: center
        }

            .home-intro-section .first-box-wrapper .box-info .box-logo-wrapper, .second-box-wrapper .box-info .box-logo-wrapper {
                width: 35px;
                height: 50px
            }

            .home-intro-section .first-box-wrapper .box-info .box-logo, .second-box-wrapper .box-info .box-logo {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

            .home-intro-section .first-box-wrapper .box-info p, .second-box-wrapper .box-info p {
                font-size: 20px;
                width: 70%
            }

            .home-intro-section .first-box-wrapper .box-info a, .second-box-wrapper .box-info a {
                margin-top: 4rem
            }

.news-section .news-boxes-wrapper h5, .news-section .news-boxes-wrapper p {
    font-size: 14px;
    text-align: center;
    width: 85%;
    margin-bottom: 5px
}

.news-section p {
    margin-bottom: 5rem
}

.news-section h4 {
    margin: 0
}

.news-section .news-boxes-wrapper .single-box-wrapper {
    width: 31%;
    background-color: #f8f8f8;
    padding-bottom: 2rem
}

    .news-section .news-boxes-wrapper .single-box-wrapper.dark-gray {
        background-color: #757679
    }

        .news-section .news-boxes-wrapper .single-box-wrapper.dark-gray h4 {
            color: #fff
        }

        .news-section .news-boxes-wrapper .single-box-wrapper.dark-gray p {
            color: #e3dada
        }

    .news-section .news-boxes-wrapper .single-box-wrapper img {
        width: 100%;
        height: 45%;
        object-fit: cover
    }

.inner-header-bg {
    background-image: url(images/chris-lee-70l1tDAI6rM-unsplash.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 60%;
    height: 50vh;
    padding-top: 2rem;
    position: relative
}

    .inner-header-bg .overlay {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5)
    }

    .inner-header-bg .inner-title-wrapper {
        position: absolute;
        top: calc(50% - 70px);
        right: 0;
        left: 0
    }

        .inner-header-bg .inner-title-wrapper h1 {
            font-size: 42px
        }

.burger-menu-icon {
    display: none
}

.mob-nav-menu {
    display: none
}

.services-slider-section {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(images/chris-lee-70l1tDAI6rM-unsplash.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.services-slider-section-title {
    padding-top: 1rem
}

.services-slider-section .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.services-slider-section .services-slider-wrapper {
    padding: 3rem 0
}

    .services-slider-section .services-slider-wrapper .services-slider-item {
        width: 21rem;
        height: 21rem;
        background-color: rgba(255, 255, 255, .9);
        padding: 1.5rem 2rem;
        margin-left: 2rem
    }

.services-slider-item.slick-slide.slick-current.slick-active.slick-center {
    background-color: #757679
}

    .services-slider-item.slick-slide.slick-current.slick-active.slick-center h3 {
        color: #fff
    }

    .services-slider-item.slick-slide.slick-current.slick-active.slick-center p {
        color: #e3dada
    }

.services-slider-section .services-slider-wrapper .services-slider-item p {
    margin-top: 1.5rem;
    color: #b1b1b1;
    font-size: 14px
}

.services-slider-section .services-slider-wrapper .slick-prev {
    right: -5rem
}

.services-slider-section .services-slider-wrapper.rtl .slick-prev {
    right: auto
}

.services-slider-section .services-slider-wrapper.rtl .slick-next:lang(ar) {
    right: -4rem !important
}

.services-slider-section .services-slider-wrapper .slick-prev:lang(en) {
    left: 1rem;
    z-index: 9;
    background-color: #888686;
    width: 3rem;
    height: 3rem;
}

.services-slider-section .services-slider-wrapper .slick-prev.slick-arrow::before {
    content: url("images/arrow-right\ \(1\)-3.svg");
    transition: all 0.4s
}

.services-slider-section .services-slider-wrapper .slick-next.slick-arrow::before {
    content: url(images/arrow-right-black.svg);
    transition: all 0.3s
}

.services-slider-section .services-slider-wrapper .slick-next.slick-arrow:hover::before, .services-slider-section .services-slider-wrapper .slick-prev.slick-arrow:hover::before {
    background-color: #fff
}

.slick-initialized .slick-slide {
    display: flex
}

.cube-section {
    background-color: #f8f8f8
}

.cube-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sm-title {
    color: #cfa647;
    font-size: 14px
}

.lg-title {
    font-size: 42px;
    color: #000;
    margin-bottom: 5rem;
    margin-top: 1rem;
    font-weight: 900
}

.cube-desc {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5rem
}

.cube-box-img {
    width: 60%
}

    .cube-box-img:lang(en) {
        margin-right: calc((95vw - 100%) / -2)
    }

.services-slider-section .services-slider-wrapper .slick-next {
    right: 1rem;
    background-color: #888686;
    width: 3rem;
    height: 3rem;
}

.cube-box-desc {
    width: 50%
}

.signture {
    display: flex;
    justify-content: space-between
}

.sig-img {
    margin-top: 3rem;
    margin-right: -1.5rem
}

.person {
    line-height: 7px
}

.ml-1 {
    margin-right: 1rem
}

.w-50 {
    width: 50%
}

.mt-3 {
    margin-top: 3rem
}

.get-in-touch {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(images/City-image-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 30rem
}

.get-in-touch-btn {
    color: #fff;
    background-color: #cfa647;
    padding: 1rem 2rem;
    text-decoration: none;
    border: none;
    margin-top: 2rem
}

.get-in-touch-box {
    background-color: #757679;
    color: #fff;
    font-size: 10px;
    margin-bottom: 1rem;
    position: relative
}

.get-in-touch-desc {
    width: 70%
}

.get-in-touch-desc-title {
    color: #cfa647;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1.5rem
}

.get-in-touch-icon-box {
    margin-right: -3rem
}

.lg-title-get-in-touch {
    font-size: 42px;
    color: #fff;
    margin-top: 1rem;
    font-weight: 900
}

    .lg-title-get-in-touch .tel-number {
        position: relative;
        text-decoration: none;
        color: #fff;
        margin-right: 2rem
    }

        .lg-title-get-in-touch .tel-number:last-child {
            margin-right: 0
        }

        .lg-title-get-in-touch .tel-number:after {
            content: "-";
            position: absolute;
            top: 0;
            right: -23px
        }

        .lg-title-get-in-touch .tel-number:last-child:after {
            content: ""
        }

.wh {
    color: #fff
}

.get-in-touch-main {
    padding-top: 4.5rem
}

.get-in-touch-arrow-icon {
    position: absolute;
    left: 0;
    bottom: -4px;
    cursor: pointer
}

.get-in-touch-arr {
    width: 35px;
    height: 35px
}

.form-section {
    background-image: url(images/form-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0
}

    .form-section h5 {
        margin-bottom: 10px
    }

    .form-section h2 {
        font-size: 42px;
        margin-top: 0;
        margin-bottom: 3rem
    }

    .form-section form .text-area-wrapper {
        width: 65%
    }

        .form-section form .text-area-wrapper textarea, textarea {
            width: 97%;
            height: 87%;
            outline: 0;
            resize: none;
            padding: 1rem 1rem 0 0;
            background-color: rgba(232, 232, 232, .9)
        }

    .form-section form .left-side {
        width: 33%
    }

    .form-section form .form-group {
        width: 100%
    }

        .form-section form .form-group .form-item, input[type="email"], input[type="tel"], input[type="text"] {
            width: 100%;
            padding: 1rem;
            background-color: rgba(232, 232, 232, .9);
            outline: 0;
            border: 0;
            box-sizing: border-box;
            text-align: left
        }

            .form-section form .form-group .form-item::placeholder, input[type="email"], input[type="tel"], input[type="text"] {
                color: rgb(124 124 124)
            }

    .form-section form .form-btn-wrapper .form-item.btn, input[type="submit"] {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        background-color: #cfa647;
        color: #fff;
        padding: 1rem;
        outline: 0;
        border: 0
    }

input[type="submit"] {
    max-width: 100px
}

.form-section form .form-btn-wrapper.mobile-btn {
    display: none
}

.form-section form .form-group .form-item.btn img {
    margin-right: 10px
}

.partners-slider-section {
    padding: 1rem
}

    .partners-slider-section .partners-slider-wrapper .partners-slider-item .partners-slider-img-wrapper {
        height: 6rem;
        margin: 0 2rem
    }

        .partners-slider-section .partners-slider-wrapper .partners-slider-item .partners-slider-img-wrapper img {
            height: 100%;
            object-fit: cover
        }

.footer-section {
    background-color: #121212;
    color: #fff;
    font-size: 14px;
    padding: 3rem 1rem 1rem 1rem
}

.footer-icon {
    margin-left: 1rem
}

.footer-menu {
    color: #757679;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    cursor: pointer
}

    .footer-menu li:hover {
        color: #fff
    }

    .footer-menu li {
        margin-bottom: 1rem
    }

.footer-desc {
    color: #b1b1b1
}

.footer-menu-info {
    list-style: none;
    padding-left: 0
}

    .footer-menu-info li {
        margin-bottom: 1rem
    }

.footer-menu-box {
    width: 8rem
}

.mt-2 {
    margin-top: 2rem
}

.social img {
    margin-left: 1rem
}

.footer-desc-line {
    margin-bottom: 2rem;
    color: #b1b1b1;
    padding-right: 2rem
}

.subscribe-section {
    background-color: #f8f8f8;
    color: #cfa647
}

.section-input {
    border: 2px solid #ebebeb;
    padding: 1rem;
    width: 20rem;
    outline: 0
}

.search-submit {
    padding: .8rem 6rem;
    color: #fff;
    background-color: #cfa647;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.section-input::placeholder {
    color: rgba(206, 206, 206, .65)
}

.subscribe-title {
    font-weight: 500;
    margin-right: 2rem
}

.pl-12 {
    padding-right: 12rem
}

.send-arrow {
    width: 15px;
    margin-right: .5rem
}

.slider-section-title {
    padding: 2rem
}

.inner-content-section {
    margin-top: 5rem
}

    .inner-content-section .inner-info {
        width: 50%
    }

    .inner-content-section .inner-img {
        width: 50%
    }

        .inner-content-section .inner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

@media (max-width: 768px) {
    .lg-title-get-in-touch {
        flex-wrap: wrap
    }

        .lg-title-get-in-touch .tel-number:after {
            content: ""
        }

    input[type="textarea"] {
        width: 5rem
    }

    .f-w {
        flex-wrap: wrap
    }

    .d-block {
        display: block
    }

    .container {
        width: 100%;
        margin: auto
    }

    .home-header-bg .header-info-wrapper {
        width: 100%
    }

        .home-header-bg .header-info-wrapper h1 {
            font-size: 26px;
            padding-left: 1rem
        }

    .home-intro-section .first-box-wrapper, .second-box-wrapper {
        width: 100vw;
        height: 461px;
        position: relative
    }

    .home-intro-section .video-wrapper {
        width: 100vw
    }

    .poppins-b {
        font-size: 20px
    }

    .slider-section-title {
        padding: 3rem
    }

    .nav-menu {
        display: none
    }

    .header.inner-header .inner-title-wrapper h1 {
        font-size: 22px
    }

    .header-logo {
        width: 7rem;
        margin-left: 2rem
    }

    .logo-nav {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .news-section .news-boxes-wrapper .single-box-wrapper {
        width: 100vw;
        margin-bottom: 2rem
    }

    .form-section form .text-area-wrapper textarea, textarea {
        width: 95%;
        margin-bottom: 1rem
    }

    .text-area-wrapper {
        order: 2
    }

    .home-header-bg .header-info-wrapper p {
        padding-right: 1rem
    }

    .read-more-btn {
        margin-right: 1rem
    }

    .cube-desc {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5rem
    }

    .cube-box-desc {
        padding: 2rem;
        width: 80%
    }

    .cube-box-img {
        width: 100%
    }

    .get-in-touch {
        height: fit-content;
        margin-bottom: 6rem
    }

    .get-in-touch-responsive {
        width: 100%;
        padding: 3rem
    }

    .get-in-touch-cards {
        width: 100%;
        padding: 1rem;
        margin-right: 2rem
    }

    .get-in-touch-main {
        padding-top: 1.5rem
    }

    .p-3 {
        padding: 3rem
    }

    .pl-12 {
        padding-right: unset
    }

    .signture {
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }

    .form-section h2 {
        font-size: 25px;
        padding-left: 1rem
    }

    .form-section h5 {
        padding-left: 1rem
    }

    .form-section form .text-area-wrapper {
        width: 90%;
        margin-bottom: 1rem;
        margin-right: 1rem;
        margin: 0 auto;
    }

        .form-section form .text-area-wrapper textarea, textarea {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
        }

    .form-section form .left-side {
        width: 90%;
        margin: auto;
        order: 1
    }

    .form-hp-pos {
        position: relative;
    }

    .form-section form .form-btn-wrapper {
        display: block;
        width: 90%;
        margin: auto;
        order: 3;
        bottom: -2rem;
        position: absolute;
    }

        .form-section form .form-btn-wrapper.mobile-btn {
            display: flex
        }

    .subscribe-info-wrapper {
        padding-bottom: 2rem
    }

    .subscribe-title {
        font-size: 1rem
    }

    .f-c {
        flex-direction: column
    }

    .m-b {
        margin-bottom: 3rem
    }

    .search-submit {
        padding: 1rem
    }

    .section-input {
        width: 15rem;
        margin-top: 3rem
    }

    .footer-menu-wrapper {
        flex-direction: column
    }

    .footer-menu-box {
        width: unset
    }

    .footer-menu-info {
        width: 18rem
    }

    .footer-icon {
        margin-left: 1rem
    }

    .footer-copyright {
        align-items: unset;
        margin-top: 3rem
    }

    .mob-nav-menu {
        background-color: #000;
        height: 100vh;
        width: 100%;
        color: #fff;
        padding-top: 2rem;
        z-index: 10;
        position: fixed;
        top: -100rem;
        display: block;
        transition: all 0.3s
    }

        .mob-nav-menu.active {
            top: 0;
            display: block;
            transition: all 0.3s
        }

        .mob-nav-menu .close-icon {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 1.7rem;
            left: 1.1rem
        }

            .mob-nav-menu .close-icon img {
                width: 100%;
                height: 100%
            }

    .menu-mob-list {
        list-style: none;
        text-align: center;
        padding-right: 0;
        line-height: 26px
    }

    .menu-mob-item-list {
        margin-bottom: 2rem
    }

    .mob-header-logo {
        width: 10rem;
        margin: 0 auto 2rem;
    }

    .burger-menu-icon {
        margin-right: 1rem;
        display: block
    }

        .burger-menu-icon div {
            width: 30px;
            height: 3px;
            background-color: #fff;
            margin: 6px 0
        }
}

.services-slider-section-title {
    padding-left: 1rem
}

footer a {
    color: unset;
    text-decoration: unset
}

.entry-content, .entry-header {
    background: #f8f8f8;
    max-width: 75%;
    margin: auto;
    padding: 50px
}

.entry-header {
    padding-bottom: 0
}

.gold-boxes-section h2 {
    font-size: 42px;
    margin-bottom: 4rem
}

.gold-boxes-section .gold-box {
    text-align: center;
    padding: 2rem 1rem
}

    .gold-boxes-section .gold-box.second {
        position: relative
    }

        .gold-boxes-section .gold-box.second .brown-box {
            width: 100%;
            position: absolute;
            top: 100%;
            left: 0
        }

            .gold-boxes-section .gold-box.second .brown-box p {
                width: 75%;
                font-size: 14px
            }

        .gold-boxes-section .gold-box.second .triangle {
            position: absolute;
            top: 100%;
            left: calc(50% - 20px);
            border: 20px solid transparent;
            border-top: 0;
            border-bottom: 20px solid #cfa647;
            transform: rotate(180deg)
        }

    .gold-boxes-section .gold-box p {
        width: 70%;
        text-align: center;
        margin: 2rem auto;
        font-size: 14px;
        direction: rtl
    }

.requirements-section {
    padding: 3rem 0
}

    .requirements-section h2 {
        font-size: 42px;
        margin: 4rem 0 1rem 0
    }

    .requirements-section .requirements-boxes-wrapper .requirements-box {
        position: relative;
        width: 32%;
        height: 360px;
        margin-bottom: 3rem
    }

        .requirements-section .requirements-boxes-wrapper .requirements-box.large-box {
            width: 66%;
            height: 360px
        }

            .requirements-section .requirements-boxes-wrapper .requirements-box.large-box .box-title h3 {
                left: 40%
            }

        .requirements-section .requirements-boxes-wrapper .requirements-box .bg-image {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .requirements-section .requirements-boxes-wrapper .requirements-box .box-title {
            position: absolute;
            bottom: -24px;
            left: 0;
            width: 100%
        }

            .requirements-section .requirements-boxes-wrapper .requirements-box .box-title h3 {
                position: absolute;
                bottom: 25%;
                left: 35%;
                font-size: 19px
            }

            .requirements-section .requirements-boxes-wrapper .requirements-box .box-title img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

    .requirements-section .white-bg-boxes {
        display: block !important
    }

        .requirements-section .white-bg-boxes .white-box {
            display: flex;
            align-items: center;
            padding: .5rem 1rem
        }

            .requirements-section .white-bg-boxes .white-box img {
                width: 50px;
                height: 50px;
                margin-right: 1rem
            }

.fees-section {
    background-image: url(images/back-watermark.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 6rem
}

    .fees-section .fees-details .fees-title {
        width: 15rem
    }

        .fees-section .fees-details .fees-title h2 {
            font-size: 45px;
            margin: 0
        }

        .fees-section .fees-details .fees-title p {
            margin: 0;
            font-size: 14px
        }

.white-bg-boxes p img:lang(en) {
    padding-right: 1rem
}

.fees-section .fees-details .fees-boxes .fees-box {
    border: 1px solid #cfa647;
    width: 180px;
    padding: 1rem;
    text-align: center;
    margin: .6rem;
    margin-left: 0;
    font-size: 14px
}

.fees-section .total-fees h3 {
    font-size: 36px;
    margin: 0;
    text-align: center
}

.featured-media-top {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0
}

.slick-list {
    direction: ltr
}

.screen-reader-text {
    border: unset;
    clip: unset;
    -webkit-clip-path: unset;
    clip-path: unset;
    height: unset;
    overflow: unset;
    padding: unset;
    position: unset;
    width: unset;
    word-wrap: unset;
    margin: 0 5px
}

ul.services-list-page > li {
    margin-bottom: 20px
}

    ul.services-list-page > li > strong {
        margin-bottom: 5px;
        display: inline-block
    }

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1
}

    .faq-title h2::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 60px;
        height: 2px;
        background: #e91e63;
        bottom: -25px;
        margin-left: -30px
    }

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px
}

.faq {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .06);
    border-radius: 4px
}

    .faq .card {
        border: none;
        background: 0 0;
        border-bottom: 1px dashed #cee1f8
    }

        .faq .card .card-header {
            padding: 0;
            border: none;
            background: 0 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s
        }

            .faq .card .card-header:hover {
                background: rgba(233, 30, 99, .1);
                padding-left: 10px
            }

            .faq .card .card-header .faq-title {
                width: 100%;
                text-align: left;
                padding: 0;
                padding-left: 30px;
                padding-right: 30px;
                font-weight: 400;
                font-size: 15px;
                letter-spacing: 1px;
                color: #3b566e;
                text-decoration: none !important;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                cursor: pointer;
                padding-top: 20px;
                padding-bottom: 20px
            }

                .faq .card .card-header .faq-title .badge {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    line-height: 14px;
                    float: left;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    text-align: center;
                    background: #e91e63;
                    color: #fff;
                    font-size: 12px;
                    margin-right: 20px
                }

        .faq .card .card-body {
            padding: 30px;
            padding-left: 35px;
            padding-bottom: 16px;
            font-weight: 400;
            font-size: 16px;
            color: #6f8ba4;
            line-height: 28px;
            letter-spacing: 1px;
            border-top: 1px solid #f3f8ff
        }

            .faq .card .card-body p {
                margin-bottom: 14px
            }

.fees-boxes {
    margin-left: 20px
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px
    }

        .faq .card .card-header .faq-title {
            line-height: 26px;
            margin-top: 10px
        }

    .fees-section .d-flex {
        flex-wrap: wrap
    }

    .fees-details {
        margin-bottom: 30px
    }

    .fees-boxes {
        margin: 0
    }
}

.wpforms-submit-container #wpforms-submit-396 {
    display: flex;
    width: 33.33%;
    align-items: center;
    justify-content: center;
    background-color: #cfa647;
    color: #fff;
    padding: 1rem;
    outline: 0;
    border: 0;
    font-family: Tajawal, sans-serif;
    font-weight: 400
}

#wpforms-form-396 .wpforms-label-hide {
    display: none
}

@media (min-width: 991px) {
    #wpforms-form-396 .wpforms-field {
        width: 33.33%
    }

    #wpforms-396-field_2-container {
        padding-top: 1px
    }

    #wpforms-form-396 .wpforms-field-container {
        height: 143px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }

    #wpforms-form-396 .wpforms-field-textarea {
        width: 66%;
        padding-left: 25px
    }
}

#wpforms-form-396 textarea {
    height: 127px;
    padding: 1rem 0 0 1rem;
    background-color: rgba(232, 232, 232, .9)
}

@media (max-width: 991px) {
    #wpforms-form-396 {
        padding: 0 25px
    }

    .wpforms-submit-container #wpforms-submit-396 {
        width: 100%
    }

    #wpforms-form-396 textarea {
        box-sizing: border-box;
        outline: 0;
        border: 0;
        margin-top: 2px
    }
}

.footer-icon {
    margin-left: unset;
    margin-right: 1rem
}

.mob-nav-menu .language-switcher .trp-language-switcher .trp-ls-shortcode-current-language {
    display: none
}

.mob-nav-menu .language-switcher .trp-language-switcher .trp-ls-shortcode-language {
    display: block !important;
    height: auto;
    visibility: visible
}

.mob-nav-menu .language-switcher .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    display: none
}

.mob-nav-menu .language-switcher .trp-language-switcher > div > a {
    color: #fff;
    text-decoration: none
}

.mob-nav-menu .language-switcher .trp-language-switcher > div {
    padding: initial;
    border: 0;
    background-image: none;
    background-color: #000
}

.mob-nav-menu .language-switcher .trp-language-switcher:focus .trp-ls-shortcode-language, .mob-nav-menu .language-switcher .trp-language-switcher:hover .trp-ls-shortcode-language {
    position: relative;
    background-color: #000
}

.mob-nav-menu .language-switcher .trp-language-switcher > div > a:hover {
    background: #000;
    color: #fff
}

@media (max-width: 768px) {
    .mob-nav-menu.active {
        position: fixed;
        top: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 99999;
        background: #000;
        z-index: 99
    }

    .mob-nav-menu ul {
        color: #fff;
        display: block;
        overflow: auto;
        list-style: none;
        padding: 0
    }

    .menu-mob-item-list {
        text-align: center
    }
}

@media (max-width: 768px) {
    .services-slider-section .services-slider-wrapper .services-slider-item {
        margin-left: 0
    }

    .why-dubai-desc {
        padding: 2rem;
        width: 80%
    }

    .services-slider-section .services-slider-wrapper .slick-prev:lang(en) {
        left: -1rem;
        z-index: 100;
    }

    .services-slider-section .services-slider-wrapper .slick-next:lang(en) {
        right: 2rem;
        z-index: 100;
    }

    .services-slider-section .services-slider-wrapper .slick-prev.slick-arrow::before {
        background-color: transparent;
        transition: all 0.4s;
    }

    .services-slider-section .services-slider-wrapper .slick-next.slick-arrow::before {
        background-color: transparent;
        transition: all 0.4s;
    }
}

.trp-language-switcher {
    width: 100%;
}

.wpcf7 br {
    display: none;
}

.hidden {
    display: none !important
}
/*.trp-ls-language-name{display:none!important;}*/
.services-slider-section .services-slider-wrapper .slick-next:hover, .services-slider-section .services-slider-wrapper .slick-prev:lang(en):hover {
    background-color: #fff;
}

.container {
    width: 100% !important;
}

.f-w {
    gap: 20px;
}

.services-slider-section .services-slider-wrapper.rtl .slick-prev {
    left: 1rem;
    background-color: #888686;
    width: 3rem;
    height: 3rem;
    z-index: 9;
}

.red {
    color: #aa4a44 !important;
}

.services-slider-section .services-slider-wrapper.rtl .slick-prev:hover {
    background: #fff;
}

div.table table.tablepress {
    display: block !important;
}

.button {
    background-color: #d0a747;
    border-radius: 12px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    display: inline-block;
}

table.tablepress {
    display: none !important;
}

.site-mainmenu {min-height:96px}
.header-logo-right {width:180px;}

@media(min-width: 768px) {
    #ia_toplevel {
        margin: 0;
    }

    .header-logo a img {
        width: 160px
    }
}

span.h3 {
    font-size: 1.6em;
    font-weight: 800;
    margin-left: 10px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.header .nav-menu .menu-list .menu-item {
    position: relative;
    margin-left: 1rem;
    padding: 5px 8px 5px 8px;
}

    .header .nav-menu .menu-list .menu-item.menu-item-739 {
        background: #d0a747;
        color: #fff
    }

@media(min-width: 1023px) and (max-width: 1281px) {
    .container {
        max-width: 1200px;
    }

    .header .nav-menu .menu-list .menu-item {
        position: relative;
        margin-left: 1rem;
        padding: 5px 5px 5px 5px;
    }
}

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

.textarea_pad {
    padding-left: 0.8rem;
}

@media (min-width: 991px) {
    .header > .container {
        backdrop-filter: blur(3px);
    }

    .pad30 {
        padding: 0px 30px;
    }

    .row {
        display: flex;
    }

    .column {
        flex: 50%;
    }

    .mr {
        margin-right: 0.5rem;
    }

    .ml {
        margin-left: 0.5rem;
    }

    input[type="submit"] {
        max-width: 25%;
        margin-left: 37%;
    }
}

@media (max-width: 768px) {
    .pad30 {
        padding: 0px;
        margin-bottom: 2rem;
    }

    .mr {
        margin-bottom: 1rem;
    }

    input[type="submit"] {
        max-width: 100%
    }
}

.header-info-wrapper.mt-6 {
    margin-top: 6rem;
}

.translatepress-ru_RU .header .nav-menu .menu-list .menu-item {
    padding: 0px 5px;
}

.translatepress-ru_RU .footer-menu-box {
    margin-right: 48px;
}

#tablepress-21 .column-1 {
    width: 100%;
}
