﻿:root {
    --base: #2e2421ff;
    --baseText: #ffffff;
    --second: #896569;
    --other: #942f00ff;
    --otherText: #ffffff;
}

body,
body * {
    font-family: Iran-Sans;
}

/* =========== header-top =========== */
#SEFALXMWWG.main-header .header-top[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-top {
    top: unset;
    margin-top: unset;
}

#SEFALXMWWG.main-header .header-top .auto-container {
    display: flex;
    justify-content: space-between;
}

.is-fa #SEFALXMWWG.main-header .header-top .auto-container {
    flex-direction: row-reverse;
}

#SEFALXMWWG.main-header .header-top .top-left {
    font-size: 14px;
}

#SEFALXMWWG.main-header .header-top .top-right[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-top .top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

#SEFALXMWWG.main-header .header-top .top-right .list {
    float: unset;
    z-index: 1;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav {
    background: unset;
    border-radius: unset;
    padding: unset;
    display: flex;
    float: unset;
    column-gap: 10px;
    margin-right: 45px;
    margin-left: unset;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav li {
    padding-left: unset;
    padding-right: unset;
}

#SEFALXMWWG.main-header .header-top .top-right .social-nav li:first-child {
    padding-right: unset;
}

#SEFALXMWWG.main-header .upper-column img,
#SEFALXMWWG.main-header .social-nav img {
    overflow: hidden;
}

/* =========== header-upper =========== */
#SEFALXMWWG .logo img {
    width: -1px !important;
    height: 70px;
    object-fit: contain;
    max-height: unset;
}

#SEFALXMWWG.main-header .header-upper {
    top: unset;
    padding: 40px 0;
    background: #ffffff;
    color: #333;
    font-size: 14px;
}

#SEFALXMWWG.main-header .info-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

}

#SEFALXMWWG.main-header .info-box li,
#SEFALXMWWG.main-header .info-box strong {
    color: #333;
    font-size: 14px;
    margin-bottom: unset;
}

#SEFALXMWWG.main-header .header-upper .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

#SEFALXMWWG.main-header .header-upper .logo-box {
    padding: unset;
}

#SEFALXMWWG.main-header .header-upper .upper-right[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-upper .upper-right {
    padding-top: unset;
    display: flex;
    column-gap: 20px;
    justify-content: space-evenly;
}

#SEFALXMWWG .upper-column.info-box {
    float: unset;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 0;
    margin-right: unset;
    text-align: right;
}

#SEFALXMWWG.main-header .info-box .icon-box {
    position: relative;
    margin: unset;
}

#SEFALXMWWG.main-header .nav-outer {
    bottom: unset;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* =========== header-lower =========== */
#SEFALXMWWG.main-header .header-lower {
    position: absolute;
    width: 100%;
}

#SEFALXMWWG .main-menu {
    float: unset;
}

#SEFALXMWWG .main-menu .navigation>li>ul {
    border-top: 3px solid var(--other);
}

#SEFALXMWWG .main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#SEFALXMWWG .main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#SEFALXMWWG .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    left: 10px;
    right: unset;
    border: unset;
}

#SEFALXMWWG .main-menu .navigation>li>ul,
#SEFALXMWWG .main-menu .navigation>li>ul>li>ul {
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
}

#SEFALXMWWG.main-header .header-lower .outer-box {
    float: unset;
    display: flex;
    align-items: center;
}

#SEFALXMWWG.main-header .search-box-btn {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px dashed var(--other) !important;
}

#SEFALXMWWG .search-box-outer {
    position: relative;
    float: unset;
    margin-left: 15px;
    overflow: unset;
    direction: ltr !important;
}

#SEFALXMWWG .search-box-outer .dropdown {
    display: flex !important;
    gap: 1rem;
}

#SEFALXMWWG.main-header .search-box-outer .dropdown-menu {
    top: 47px;
    border-top: 3px solid var(--other);
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    max-width: 90vw;
}

#SEFALXMWWG .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

#SEFALXMWWG.main-header .search-panel input[type="search"] {
    padding: 7px 15px 7px 40px;
    border: 1px solid var(--other);
}

#SEFALXMWWG.main-header .search-panel .search-btn {
    right: unset;
    left: 0;
}

#SEFALXMWWG.main-header .search-panel .form-container {
    padding-right: unset;
}

#SEFALXMWWG.main-header .search-panel .form-group {
    margin: 10px;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box[show=false] {
    display: none;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box {
    float: unset;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    width: 30px;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    padding-right: 32px;
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    color: var(--other);
    background-color: var(--base);
}

#SEFALXMWWG.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
    color: var(--other) !important;
}

#SEFALXMWWG.main-header .search-box-btn,
#SEFALXMWWG.main-header .main-menu .navigation>li>a {
    color: #ffffff;
    font-size: 14px;
}

#SEFALXMWWG .navbar-collapse::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 5px;
}

#SEFALXMWWG .navbar-collapse::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#SEFALXMWWG .navbar-collapse::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--other);
}

/* =========== sticky-header =========== */
#SEFALXMWWG .fixed-header .sticky-header {
    display: block;
}

#SEFALXMWWG .sticky-header .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#SEFALXMWWG .sticky-header .logo img {
    height: 100px;
}


#SEFALXMWWG.main-header .header-top .top-right:before,
#SEFALXMWWG.main-header .header-top .top-right:after,
#SEFALXMWWG .main-menu .navigation>li:before {
    background-color: var(--other) !important;
}


@media only screen and (max-width: 1024px) {
    #SEFALXMWWG.main-header .header-upper .logo-box {
        width: auto;
    }

    #SEFALXMWWG.main-header .header-upper {
        padding-top: unset;
    }

    #SEFALXMWWG.main-header .header-upper .auto-container {
        /* flex-wrap: wrap; */
        row-gap: 15px;
    }

}

@media only screen and (max-width: 1023px) {
    #SEFALXMWWG.main-header .header-top .top-right {
        top: unset;
        padding-left: unset;
    }

    #SEFALXMWWG.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}

@media only screen and (max-width: 1140px) {
    /* #SEFALXMWWG .search-box-outer {
        margin-top: 15px;
    } */
}

@media only screen and (max-width: 767px) {
    #SEFALXMWWG.main-header .header-lower .outer-box {
        left: 0;
        z-index: 14;
    }

    #SEFALXMWWG .main-menu .navbar-header .navbar-toggle {
        border: 1px solid var(--other);
        background: var(--other);
    }

    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>a:active,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li.current>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul,
    #SEFALXMWWG .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        background: var(--base);
    }

    #SEFALXMWWG .main-menu .collapse.show {
        max-height: 350px;
        overflow: auto;
    }

    #SEFALXMWWG .fixed-header .sticky-header .main-menu .navbar-collapse {
        position: absolute;
        min-width: 85vw;
        left: 0px;
        max-height: 80vh;
    }
}

@media (max-width: 576px) {
    #SEFALXMWWG .header-top .auto-container {
        flex-wrap: wrap;
    }

    #SEFALXMWWG.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }

    #SEFALXMWWG .logo img {
        height: 80px !important;
    }

    /* #SEFALXMWWG.main-header .header-upper .auto-container {
        flex-direction: column;
    } */
}

@media (max-width: 992px) {
    #SEFALXMWWG [showmobile~=false] {
        display: none !important;
    }
}

.line-clamp {
    display: -webkit-box !important;
    --line-clamp: attr(data-line-clamp type(<integer>), none);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line-clamp);
    line-height: var(--line-height, 1.5em);
    max-height: calc(var(--line-height) * var(--line-clamp));
    overflow: hidden !important;
}

strong.line-clamp {
    --line-clamp: 1;
}

[data-show=false] {
    display: none !important;
}

#SEFALXMWWG {
    .sticky-header {
        .search-box-btn {
            color: #fff;
            background-color: var(--base);
        }
    }
}#POARELJRAX [show=false] {
    display: none;
}
#POARELJRAX .rev_slider img,
#POARELJRAX .tp-simpleresponsive img {
    width: 100%;
    height: 100%;
}
#POARELJRAX .rev_slider li.tp-revslider-slidesli {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#POARELJRAX {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#POARELJRAX .h-custom {
    height: 400px !important; 
}

#POARELJRAX .of-custom {
    object-fit: contain;
    backdrop-filter: blur(4px);
}

#IVGBZMCIKD {
    background-color: #ffffff;
    background-image: url(/Files/2/Contents/BG1405.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 30px;

    @media (width < 600px) {
        padding-top: 75px;
    }
}

#IVGBZMCIKD.paralaxBg {
    background-attachment: fixed;
}

#IVGBZMCIKD .sec-title[show="false false"],
#IVGBZMCIKD .title[show=false],
#IVGBZMCIKD .sec-title h2[show=false],
#IVGBZMCIKD .sec-title h2[showUnder=false]:after,
#IVGBZMCIKD .inner-box .image[show=false],
#IVGBZMCIKD .services-block .inner-box .lower-content .upper-box[show=false],
#IVGBZMCIKD .services-block .inner-box .lower-content .text[show=false] {
    display: none;
}

#IVGBZMCIKD .services-block .inner-box .lower-content[showUnder=false] {
    border: unset;
}

#IVGBZMCIKD .sec-title.text-center h2:after {
    left: 0;
    margin: 0 auto;
}

#IVGBZMCIKD .sec-title.text-left h2:after {
    right: unset;
    left: 0;
}

#IVGBZMCIKD .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}

#IVGBZMCIKD .services-block .inner-box .image img {
    height: 350px;
    object-fit: contain;
    border-radius: 0px;
}

#IVGBZMCIKD .services-block .inner-box .lower-content .upper-box {
    padding-right: unset;
    min-height: unset;
    text-align: right;
}

#IVGBZMCIKD .services-block .inner-box .lower-content .text {
    min-height: 3.7em;
    text-align: justify;
}

#IVGBZMCIKD.services-section .owl-nav {
    position: absolute !important;
    top: -110px;
}

#IVGBZMCIKD.services-section .owl-nav .owl-prev,
#IVGBZMCIKD.services-section .owl-nav .owl-next {
    line-height: 38px !important;
    border: 1px solid #646566 !important;
    font-size: 18px !important;
}

#IVGBZMCIKD.services-section .owl-nav .owl-prev:hover,
#IVGBZMCIKD.services-section .owl-nav .owl-next:hover {
    color: #ffffff;
    border-color: var(--other) !important;
    background-color: var(--other);
}

#IVGBZMCIKD h4.subcaption {
    text-align: right;
    font-family: inherit;
    font-size: 14px;
    height: 1.5em;
}.projects img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}#SJUYQANOSV {
    background-color:#ffffff;
    background-image: url(/Files/55/template/big-sea-wave-ai-generated-photo.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 65px;
}
#SJUYQANOSV.paralaxBg {
    background-attachment: fixed;
}
#SJUYQANOSV .text {
    font-size: 24px;
    margin-top: unset;
}
#SJUYQANOSV .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}#TTMKZLCTGT {
    background-color:#ffffff;
    background-image: url(/Files/55/template/baby-shower-background-illustration-ai-generative-free-photo.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
#TTMKZLCTGT.paralaxBg {
    background-attachment: fixed;
}

#TTMKZLCTGT [show~=false] {
    display: none;
}
#TTMKZLCTGT .sec-title[show~=true] {
    display: block;
}
#TTMKZLCTGT .sec-title.text-center h2:after {
    left: 0;
    margin: 0 auto;
}
#TTMKZLCTGT .sec-title.text-left h2:after {
    right: unset;
    left: 0;
}
#TTMKZLCTGT .blog-slider {
    border-radius: 25px;
    background-color: #eeeeee;
}
#TTMKZLCTGT .blog-slider__content {
    width: calc(100% - 45%);
    max-height: 100%;
    overflow: hidden;
    text-align: center;
}
#TTMKZLCTGT .blog-slider__content[showImage=false] {
    width: 100%;
}
#TTMKZLCTGT .blog-slider__text {
    overflow: hidden;
}
#TTMKZLCTGT .blog-slider__img {
    height: 300px;
    transform: translateX(-80px);
}
#TTMKZLCTGT .blog-slider__img,
#TTMKZLCTGT .blog-slider__img img {
    border-radius: 20px;
}
#TTMKZLCTGT .container {
    width: 45%;
}
#TTMKZLCTGT .blog-slider__img img {
    object-fit: cover;
}
#TTMKZLCTGT .img-cu,
#TTMKZLCTGT .icon-play {
    background-color: #ffffff;
}
#TTMKZLCTGT [showDashes=false] .img-cu {
    border: unset;
}
#TTMKZLCTGT .img-cu {
    padding: 9px;
}
@media (max-width: 769px) {
    #TTMKZLCTGT .blog-slider__content {
        width: 100%;
        margin-top: 0;
    }
    #TTMKZLCTGT .container {
        width: 100%;
        transform: unset;
        margin-top: unset;
    }
    #TTMKZLCTGT .blog-slider {
        margin-top: unset;
        margin-bottom: unset;
    }
    #TTMKZLCTGT .blog-slider__text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1.5em;
        max-height: 4.3em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    #TTMKZLCTGT .blog-slider__pagination {
        transform: unset;
        top: 215px;
        margin: 0 auto;
        left: 0 !important;
        right: 0;
        display: none;
    }
}

@media screen and (max-width: 576px) { 
    #TTMKZLCTGT .middle {
        opacity: 0 !important;
        transition: 0.1s .0s ease;
    }
    #TTMKZLCTGT .swiper-slide-active .middle {
        opacity: 1 !important;
        transition: 0.1s .5s ease;
    }
}#NXNPHUUWLI {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 20px;
}
#NXNPHUUWLI.paralaxBg {
    background-attachment: fixed;
}
#NXNPHUUWLI [show="false false"],
#NXNPHUUWLI [show=false] {
    display: none;
}

#NXNPHUUWLI .video-box .image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
#NXNPHUUWLI .video-box {
    z-index: 1;
}
#NXNPHUUWLI .featured-section .video-column .inner-column:after {
    z-index: 0;
}
#NXNPHUUWLI .row {
    display: flex;
}
#NXNPHUUWLI .content-column {
    order: 1;
}
#NXNPHUUWLI .video-column {
    order: 2;
}
#NXNPHUUWLI .row.image-right .video-column{
    order: 0;
}#PNDSQGLLVW {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
#PNDSQGLLVW.paralaxBg {
    background-attachment: fixed;
}
#PNDSQGLLVW .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}
#PNDSQGLLVW.clients-section .sponsors-outer .image-box img {
    height: 50px;
    object-fit: contain;
    width: 100%;
}#OBNNTLTQBH {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
#OBNNTLTQBH.paralaxBg {
    background-attachment: fixed;
}
#OBNNTLTQBH .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}
#OBNNTLTQBH.clients-section .sponsors-outer .image-box img {
    height: 50px;
    object-fit: contain;
    width: 100%;
}#OCAUAMJHEW {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
#OCAUAMJHEW.paralaxBg {
    background-attachment: fixed;
}
#OCAUAMJHEW .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}
#OCAUAMJHEW.clients-section .sponsors-outer .image-box img {
    height: 50px;
    object-fit: contain;
    width: 100%;
}#LSPDRPEMLD {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
#LSPDRPEMLD.paralaxBg {
    background-attachment: fixed;
}
#LSPDRPEMLD .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}
#LSPDRPEMLD.clients-section .sponsors-outer .image-box img {
    height: 50px;
    object-fit: contain;
    width: 100%;
}#SZZAHACMQT{
    position: relative;
}
#SZZAHACMQT .map{
    /* position: absolute; */
    width: 100%;
    height: 100%;
}
#SZZAHACMQT .map_wrapper{
    height: 100%;
}
#SZZAHACMQT .google-map{
    width: 100%;
    height: 220px;
}
#SZZAHACMQT.bg-image{
    background-image: url(/Files/55/template/pngtree-pink-cute-baby-background-vector-picture-image_15534486.png);
}
#SZZAHACMQT .map-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    display: none;
}
#SZZAHACMQT .map-bg[show=mapBg]{
    display: block;
}
#SZZAHACMQT .map_wrapper-bg{
    width: 100%;
    height: 100%;
}
#SZZAHACMQT .google-map-bg{
    width: 100%;
    height: 100%;
}

#SZZAHACMQT input[type=number] {
  -moz-appearance: textfield;
}
#SZZAHACMQT input[type=number]::-webkit-inner-spin-button {
  display: none;
}
#SZZAHACMQT input[type=number]::-webkit-outer-spin-button,
#SZZAHACMQT input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#SZZAHACMQT input[type=number] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 22px;
    height: 48px;
    color: #222222;
    font-size: 14px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
#SZZAHACMQT input[type=number]:focus {
    border-color: var(--other);
}#LZOTHCYMBJ {
    container-type: inline-size;

    ul.namad {
        display: flex;
        gap: 2rem;
        img {
            height: 100px;
            object-fit: contain;
        }
    }
    #maher_cp a {
        outline: none !important;
        text-decoration: none !important;
    }

    .maher_group img {
        filter: grayscale(100%);
        opacity: 0.7;
        transition: 0.35s;
        height: 18px;
    }

    .maher_group:hover img {
        filter: grayscale(0%);
        transition: 0.35s;
        opacity: 1;
        height: 24px;
    }

    .maher_group a.before {
        color: #8c8c8c;
        font-weight: bold;
        transition: 0.35s;
        transition-timing-function: ease;
        transition-timing-function: ease;
        transition-timing-function: ease-in-out;
        transform: translate(-150px, -9px);
        display: inline-block;
        font-size: 7.5pt;
    }

    .maher_group {
        position: relative;
        overflow: hidden;
        width: 150px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        height: 34px;
    }

    .maher_group.align-left {
        -webkit-justify-content: flex-end;
        moz-justify-content: flex-end;
        ms-justify-content: flex-end;
        o-justify-content: flex-end;
        justify-content: flex-end;
    }

    .maher_group.align-left .img {
        order: 2;
    }

    .maher_group:hover a.before {
        transform: translate(6px, -9px);
        transition: 0.35s;
        transition-delay: 0.8s;
        transition-timing-function: ease;
    }

    .maher_group a.after {
        font-size: 7pt;
        color: #8c8c8c;
        position: absolute;
        left: 28px;
        bottom: 10px;
        transition: 0.35s;
    }

    .maher_group.align-left a.after {
        left: 28px;
    }

    .maher_group.align-right a.before {
        transform: translate(150px, -9px);
    }

    .maher_group.align-left a.before {
        transform: translate(-150px, -9px);
    }

    .maher_group.align-right:hover a.before {
        transform: translate(-5px, -9px) !important;
    }

    .maher_group.align-left:hover a.before {
        transform: translate(6px, -9px) !important;
    }

    .maher_group.align-right a.after {
        right: 28px;
    }

    .maher_group:hover a.after {
        bottom: 2px;
        transition: 0.2s;
        font-size: 7.8pt;
    }

    .bottombar {
        direction: rtl;
    }

    .scroll-to-top1 {
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: 60px;
        height: 60px;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 60px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #0a0a0a;
        display: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .scroll-to-top1:hover {
        background-color: var(--other);
        color: var(--otherText);
    }

    .logo img {
        width: [logoWidth]px !important;
        height: 60px;
        object-fit: contain;
    }

    @container (width <=576px) {
        .logo img {
            height: 45px;
        }

        ul.namad {
            justify-content: center;
        }

        .widgets-section * {
            text-align: center !important;
        }

        h2 {
            &:before {
                right: 50%;
                translate: 25%;
                width: 130px;
            }

            &:after {
                right: calc(50% - 70px);
                width: 55px;
                translate: 25%;
            }
        }
    }
}