﻿:root {
    --base: #042038;
    --baseText: #ffffff;
    --second: #636466;
    --other: #fbb908;
    --otherText: #ffffff;
}
body, body * {
    font-family: Iran-Sans;
}
/* =========== header-top =========== */
#YCRFLCLBCQ.main-header .header-top[show=false] {
    display: none;
}
#YCRFLCLBCQ.main-header .header-top {
    top: unset;
    margin-top: unset;
}
#YCRFLCLBCQ.main-header .header-top .auto-container {
    display: flex;
    justify-content: space-between;
}
.is-fa #YCRFLCLBCQ.main-header .header-top .auto-container{
    flex-direction: row-reverse;
}
#YCRFLCLBCQ.main-header .header-top .top-left {
    font-size: 14px;
}
#YCRFLCLBCQ.main-header .header-top .top-right[show=false] {
    display: none;
}
#YCRFLCLBCQ.main-header .header-top .top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
#YCRFLCLBCQ.main-header .header-top .top-right .list {
    float: unset;
    z-index: 1;
}
#YCRFLCLBCQ.main-header .header-top .top-right .social-nav[show=false] {
    display: none;
}
#YCRFLCLBCQ.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;
}
#YCRFLCLBCQ.main-header .header-top .top-right .social-nav li {
    padding-left: unset;
    padding-right: unset;
}
#YCRFLCLBCQ.main-header .header-top .top-right .social-nav li:first-child {
    padding-right: unset;
}
#YCRFLCLBCQ.main-header .upper-column img,
#YCRFLCLBCQ.main-header .social-nav img {
    overflow: hidden;
}
/* =========== header-upper =========== */
#YCRFLCLBCQ .logo img {
    height: 90px;
    max-height: unset;
    object-fit: contain;
}
#YCRFLCLBCQ.main-header .header-upper {
    top: unset;
    padding: 40px 0;
    background: #ffffff;
    color: #333;
    font-size: 14px;
}
#YCRFLCLBCQ.main-header .info-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

}
#YCRFLCLBCQ.main-header .info-box li,
#YCRFLCLBCQ.main-header .info-box strong {
    color: #333;
    font-size: 14px;
    margin-bottom: unset;
}
#YCRFLCLBCQ.main-header .header-upper .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}
#YCRFLCLBCQ.main-header .header-upper .logo-box {
    padding: unset;
}
#YCRFLCLBCQ.main-header .header-upper .upper-right[show=false] {
    display: none;
}
#YCRFLCLBCQ.main-header .header-upper .upper-right {
    padding-top: unset;
    display: flex;
    column-gap: 20px;
    justify-content: space-evenly;
}
#YCRFLCLBCQ .upper-column.info-box {
    float: unset;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 0;
    margin-right: unset;
    text-align: right;
}
#YCRFLCLBCQ.main-header .info-box .icon-box {
    position: relative;
    margin: unset;
}
#YCRFLCLBCQ.main-header .nav-outer {
    bottom: unset;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* =========== header-lower =========== */
#YCRFLCLBCQ.main-header .header-lower {
    position: absolute;
    width: 100%;
}
#YCRFLCLBCQ .main-menu {
    float: unset;
}
#YCRFLCLBCQ .main-menu .navigation > li > ul {
    border-top: 3px solid var(--other);
}
#YCRFLCLBCQ .main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
#YCRFLCLBCQ .main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#YCRFLCLBCQ .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    left: 10px;
    right: unset;
    border: unset;
}
#YCRFLCLBCQ .main-menu .navigation > li > ul,
#YCRFLCLBCQ .main-menu .navigation > li > ul > li > ul {
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
}
#YCRFLCLBCQ.main-header .header-lower .outer-box {
    float: unset;
    display: flex;
    align-items: center;
}
#YCRFLCLBCQ.main-header .search-box-btn {
    width: 35px;
    height: 35px;
    border: 1px dashed var(--other) !important;
}
#YCRFLCLBCQ .search-box-outer {
    position: relative;
    float: unset;
    margin-left: 15px;
    overflow: unset;
}
#YCRFLCLBCQ .search-box-outer .dropdown {
    direction: ltr !important;
}
#YCRFLCLBCQ.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;
}
#YCRFLCLBCQ .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
#YCRFLCLBCQ.main-header .search-panel input[type="search"] {
    padding: 7px 15px 7px 40px;
    border: 1px solid var(--other);
}
#YCRFLCLBCQ.main-header .search-panel .search-btn {
    right: unset;
    left: 0;
}
#YCRFLCLBCQ.main-header .search-panel .form-container {
    padding-right: unset;
}
#YCRFLCLBCQ.main-header .search-panel .form-group {
    margin: 10px;
}
#YCRFLCLBCQ.main-header .header-lower .outer-box .advisor-box[show=false] {
    display: none;
}
#YCRFLCLBCQ.main-header .header-lower .outer-box .advisor-box {
    float: unset;
}
#YCRFLCLBCQ.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    width: 30px;
}
#YCRFLCLBCQ.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    padding-right: 32px;
}
#YCRFLCLBCQ.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    color: var(--other);
    background-color: var(--base);
}
#YCRFLCLBCQ.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
    color: var(--other) !important;
}
#YCRFLCLBCQ.main-header .search-box-btn,
#YCRFLCLBCQ.main-header .main-menu .navigation > li > a {
    color: #ffffff;
    font-size: 14px;
}
#YCRFLCLBCQ .navbar-collapse::-webkit-scrollbar-track {
	background-color: #F5F5F5;
	border-radius: 5px;
}
#YCRFLCLBCQ .navbar-collapse::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
#YCRFLCLBCQ .navbar-collapse::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: var(--other);
}

/* =========== sticky-header =========== */
#YCRFLCLBCQ .fixed-header .sticky-header {
    display: block;
}
#YCRFLCLBCQ .sticky-header .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#YCRFLCLBCQ .sticky-header .logo img {
    height: calc(100px - 5vmax);
}


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


@media only screen and (max-width: 1024px) {
    #YCRFLCLBCQ.main-header .header-upper {
        padding-top: unset;
    }
    #YCRFLCLBCQ.main-header .header-upper .auto-container {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    #YCRFLCLBCQ.main-header .header-upper .upper-right {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1023px) {
    #YCRFLCLBCQ.main-header .header-top .top-right {
        top: unset;
        padding-left: unset;
    }
    #YCRFLCLBCQ.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}
@media only screen and (max-width: 1140px) {
    #YCRFLCLBCQ .search-box-outer {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    #YCRFLCLBCQ.main-header .header-lower .outer-box {
        left: 0;
        z-index: 14;
    }
    #YCRFLCLBCQ .main-menu .navbar-header .navbar-toggle {
        border: 1px solid var(--other);
        background: var(--other);
    }
    
    #YCRFLCLBCQ .main-menu .navbar-collapse>.navigation>li>a,
    #YCRFLCLBCQ .main-menu .navbar-collapse>.navigation>li>a:active,
    #YCRFLCLBCQ .main-menu .navbar-collapse>.navigation>li.current>a,
    #YCRFLCLBCQ .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    #YCRFLCLBCQ .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a,
    #YCRFLCLBCQ .main-menu .navbar-collapse>.navigation>li>ul,
    #YCRFLCLBCQ .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        background: var(--base);
    }
    
    #YCRFLCLBCQ .main-menu .collapse.show {
        max-height: 350px;
        overflow: auto;
    }
    #YCRFLCLBCQ .fixed-header .sticky-header .main-menu .navbar-collapse {
        position: absolute;
        min-width: 85vw;
        left: 0px;
        max-height: 80vh;
    }
}
@media (max-width: 576px) {
    #YCRFLCLBCQ .header-top .auto-container {
        flex-wrap: wrap;
    }
    #YCRFLCLBCQ.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}
@media (max-width: 992px) {
    #YCRFLCLBCQ [showmobile~=false] {
        display: none !important;
    }
}
[data-show=false]{
    display: none !important;
}#YFVNVKRGAP [show=false] {
    display: none;
}
#YFVNVKRGAP .rev_slider img,
#YFVNVKRGAP .tp-simpleresponsive img {
    width: 100%;
    height: 100%;
}
#YFVNVKRGAP .rev_slider li.tp-revslider-slidesli {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#YFVNVKRGAP {
    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;
}

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

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

#IOELSHEHGT {
    background-color:#ffffff;
    background-image: url(/Files/2/Contents/BG1405.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
#IOELSHEHGT.paralaxBg {
    background-attachment: fixed;
}
#IOELSHEHGT .sec-title[show="false false"],
#IOELSHEHGT .title[show=false],
#IOELSHEHGT .sec-title h2[show=false],
#IOELSHEHGT .sec-title h2[showUnder=false]:after,
#IOELSHEHGT .inner-box .image[show=false],
#IOELSHEHGT .services-block .inner-box .lower-content .upper-box[show=false],
#IOELSHEHGT .services-block .inner-box .lower-content .text[show=false] {
    display: none;
}
#IOELSHEHGT .services-block .inner-box .lower-content[showUnder=false] {
    border: unset;
}
#IOELSHEHGT .sec-title.text-center h2:after {
    left: 0;
    margin: 0 auto;
}
#IOELSHEHGT .sec-title.text-left h2:after {
    right: unset;
    left: 0;
}
#IOELSHEHGT .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}
#IOELSHEHGT .services-block .inner-box .image img {
    height: 250px;
    object-fit: cover;
    border-radius: 0px;
}
#IOELSHEHGT .services-block .inner-box .lower-content .upper-box {
    padding-right: unset;
    min-height: unset;
    text-align: right;
}
#IOELSHEHGT .services-block .inner-box .lower-content .text {
    min-height: 3.7em;
    text-align: justify;
}
#IOELSHEHGT.services-section .owl-nav {
    position: absolute !important;
    top: -110px;
}
#IOELSHEHGT.services-section .owl-nav .owl-prev,
#IOELSHEHGT.services-section .owl-nav .owl-next {
    line-height: 38px !important;
    border: 1px solid #646566 !important;
    font-size: 18px !important;
}
#IOELSHEHGT.services-section .owl-nav .owl-prev:hover,
#IOELSHEHGT.services-section .owl-nav .owl-next:hover {
    color: #ffffff;
    border-color: var(--other) !important;
    background-color: var(--other);
}
#IOELSHEHGT h4.subcaption {
    text-align: right;
    font-family: inherit;
    font-size: 14px;
    height: 1.5em;
}.projects img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}#RWYYZXINTP {
    background-color:#ffffff;
    background-image: url(https://cdn.sqp.ir/Templates/4/img/bacground2.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 65px;
}
#RWYYZXINTP.paralaxBg {
    background-attachment: fixed;
}
#RWYYZXINTP .text {
    font-size: 24px;
    margin-top: unset;
}
#RWYYZXINTP .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}#CWJYCMOWIP {
    background-color:#ffffff;
    background-image: url(/Files/2/Contents/14030707_3057708.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
#CWJYCMOWIP.paralaxBg {
    background-attachment: fixed;
}

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

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

#EKILIOPFQF .video-box .image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
#EKILIOPFQF .video-box {
    z-index: 1;
}
#EKILIOPFQF .featured-section .video-column .inner-column:after {
    z-index: 0;
}
#EKILIOPFQF .row {
    display: flex;
}
#EKILIOPFQF .content-column {
    order: 1;
}
#EKILIOPFQF .video-column {
    order: 2;
}
#EKILIOPFQF .row.image-right .video-column{
    order: 0;
}#DLWEFLSPAI {
    background-color:#ffffff;
    background-image: url(/Files/2/Contents/BG1410.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}
#DLWEFLSPAI.paralaxBg {
    background-attachment: fixed;
}
#DLWEFLSPAI [show="false false"],
#DLWEFLSPAI [show=false] {
    display: none;
}
#DLWEFLSPAI .sec-title.text-center h2:after {
    left: 0;
    margin: 0 auto;
}
#DLWEFLSPAI .sec-title.text-left h2:after {
    right: unset;
    left: 0;
}
#DLWEFLSPAI .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}
#DLWEFLSPAI .testimonial-block .inner-box .author-info .author-inner {
    min-height: unset;
    display: flex;
    padding-right: unset;
    gap: 20px;
}
#DLWEFLSPAI .testimonial-block .inner-box .author-info .author-inner .image {
    position: relative;
    height: auto;
    width: auto;
}
#DLWEFLSPAI .testimonial-block .inner-box .author-info .titles {
    display: flex;
    flex-direction: column;
}
#DLWEFLSPAI .owl-carousel img {
    height: 100px;
    object-fit: cover;
    width: 100px;
}
#DLWEFLSPAI .row {
    display: flex;
}
#DLWEFLSPAI .image-column {
    order: 1;
}
#DLWEFLSPAI .carousel-column {
    order: 2;
}
#DLWEFLSPAI .image-left .image-column {
    order: 3;
}
#DLWEFLSPAI .testimonial-block .inner-box .text {
    max-height: 7.3em;
}
#DLWEFLSPAI .image-column .image img {
    height: 550px;
    object-fit: contain;
    min-height: 100%;
}
#DLWEFLSPAI h4.subcaption {
    text-align: right;
    font-family: inherit;
    font-size: 14px;
}#XOUZIWRODX [show=false],
#XOUZIWRODX [show="false false"] {
    display: none;
}
#XOUZIWRODX .optionsDetails {
    display: none;
}
#XOUZIWRODX .optionsDetails[show~=true] {
    display: inherit;
}
#XOUZIWRODX .optionsLink {
    float: right;
}
#XOUZIWRODX .is-fa .optionsLink {
    float: left;
}
#XOUZIWRODX .news-block img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#XOUZIWRODX .shortText {
    height: 3.7em;
}
#XOUZIWRODX .subcaption {
    font-family: inherit;
    font-size: 14px;
    text-align: inherit;
    height: 1.1em;
    line-height: 1.1em;
}
#XOUZIWRODX .detail {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
}
#XOUZIWRODX .detail span {
    margin-right: 5px;
}
#XOUZIWRODX .news-block .inner-box {
    border: 1px solid #bbbbbb;
    border-bottom: unset;
}
#XOUZIWRODX .news-block .inner-box .lower-content {
    background-color: #ffffff;
}
#XOUZIWRODX .news-block .inner-box .lower-content .options {
    border-right: unset;
    border-left: unset;
}#VWFGOIMMLH {
    background-color:#ffffff;
    background-image: url(/Files/2/Contents/SD.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
#VWFGOIMMLH.paralaxBg {
    background-attachment: fixed;
}
#VWFGOIMMLH .owl-carousel .owl-stage-outer {
    direction: ltr !important;
}
#VWFGOIMMLH.clients-section .sponsors-outer .image-box img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}#UDQUMUHAUO{
    position: relative;
}
#UDQUMUHAUO .map{
    /* position: absolute; */
    width: 100%;
    height: 100%;
}
#UDQUMUHAUO .map_wrapper{
    height: 100%;
}
#UDQUMUHAUO .google-map{
    width: 100%;
    height: 220px;
}
#UDQUMUHAUO.bg-image{
    background-image: url(https://cdn.sqp.ir/Templates/4/img/Map-z.JPG.jpg);
}
#UDQUMUHAUO .map-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    display: none;
}
#UDQUMUHAUO .map-bg[show=mapBg]{
    display: block;
}
#UDQUMUHAUO .map_wrapper-bg{
    width: 100%;
    height: 100%;
}
#UDQUMUHAUO .google-map-bg{
    width: 100%;
    height: 100%;
}

#UDQUMUHAUO input[type=number] {
  -moz-appearance: textfield;
}
#UDQUMUHAUO input[type=number]::-webkit-inner-spin-button {
  display: none;
}
#UDQUMUHAUO input[type=number]::-webkit-outer-spin-button,
#UDQUMUHAUO input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#UDQUMUHAUO 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;
}
#UDQUMUHAUO input[type=number]:focus {
    border-color: var(--other);
}#HEXNZLBMVH #maher_cp a {outline: none !important;text-decoration: none !important;}
#HEXNZLBMVH .maher_group img {filter: grayscale(100%);opacity: 0.7;transition: 0.35s;height: 18px;}
#HEXNZLBMVH .maher_group:hover img {filter: grayscale(0%);transition: 0.35s;opacity: 1;height: 24px;}
#HEXNZLBMVH .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;}
#HEXNZLBMVH .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;}
#HEXNZLBMVH .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;}
#HEXNZLBMVH .maher_group.align-left .img {order: 2;}
#HEXNZLBMVH .maher_group:hover a.before {transform: translate(6px,-9px);transition: 0.35s;transition-delay: 0.8s;transition-timing-function: ease;}
#HEXNZLBMVH .maher_group a.after {font-size: 7pt;color: #8c8c8c;position: absolute;left: 28px;bottom: 10px;transition: 0.35s;}
#HEXNZLBMVH .maher_group.align-left a.after {left: 28px;}
#HEXNZLBMVH .maher_group.align-right a.before {transform: translate(150px,-9px);}
#HEXNZLBMVH .maher_group.align-left a.before {transform: translate(-150px,-9px);}
#HEXNZLBMVH .maher_group.align-right:hover a.before {transform: translate(-5px,-9px) !important;}
#HEXNZLBMVH .maher_group.align-left:hover a.before {transform: translate(6px,-9px) !important;}
#HEXNZLBMVH .maher_group.align-right a.after {right: 28px;}
#HEXNZLBMVH .maher_group:hover a.after {bottom: 2px;transition: 0.2s;font-size: 7.8pt;}

#HEXNZLBMVH .bottombar{direction:rtl;}
#HEXNZLBMVH .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;
}
#HEXNZLBMVH .scroll-to-top1:hover {
    background-color: var(--other);
    color: var(--otherText);
}