@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #00B3AC;
}

.bg-primary{
    background-color: var(--primary) !important;
}
strong {
    font-weight: bold !important;
}
p{margin-bottom: 0}
.bg-gray{background-color:#F5F5F5}
/***
====================================================================
  Loading Transition
====================================================================
 ***/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000;
    overflow: hidden;
}
#preloader_1{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 6px;
    height: 5px;
    background:var(--primary);
    position:absolute;
    animation: preloader_1 1.5s  infinite ease-in-out;
}

#preloader_1 span:nth-child(2){
    left:11px;
    animation-delay: .2s;

}
#preloader_1 span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#000;}
    25% {height:30px;transform:translateY(15px);background:#000;}
    50% {height:5px;transform:translateY(0px);background: #1e1e1e;}
    100% {height:5px;transform:translateY(0px);background:#1e1e1e;}
}

.gap-15{gap: 15px}
.gap-10{gap: 10px}
.gap-5{gap: 5px}
.ltr{direction: ltr}
span.ltr{display: inline-block}
.more_btn{background-color: var(--primary);color: #fff;padding: 15px 60px}
.more_btn:hover{background-color: #fff;color: var(--primary);}
.img-hover {
    overflow: hidden;
}
.img-hover img{
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.img-hover:hover img {
    -webkit-transform: scale(1.2) rotate(2.5deg);
    transform: scale(1.2) rotate(2.5deg);
}
/* :: 4.0 Search Wrapper */

.search-wrapper {
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 1000;
    top: -90px;
    left: 0;
    background-color: var(--primary);
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;

}
.search-wrapper form {
    position: relative;
    z-index: 1; }
.search-wrapper form input {
    width: 90%;
    height: 40px;
    border: 2px solid #ffffff;
    font-size: 12px;
    padding: 0 20px;
    margin: 25px 0;
    outline: none;
}
@media only screen and (max-width: 767px) {
    .search-wrapper form input {
        width: 100%;
    }
}
.search-wrapper form button {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 1;
    top: 25px;
    border: none;
    cursor: pointer;
    outline: none; }
html[dir="ltr"] .search-wrapper form button {
    right: 10%;
}
html[dir="rtl"] .search-wrapper form button {
    left: 10%;
}
@media only screen and (max-width: 767px) {
    html[dir="ltr"]  .search-wrapper form button {
        right: 15%;
    }
    html[dir="rtl"] .search-wrapper form button {
        left: 0%;
    }
    html[dir="rtl"] .search-wrapper form input {
        padding-right: 70px;
    }
}
.search-wrapper .close-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #000000;
    line-height: 90px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 100; }
.search-wrapper.on {
    top: 0; }
.header-area .main-header-area .main-menu {
    text-align: start;
}

.header_bottom_border {
    border-bottom: none;
}

.header-area .main-header-area.sticky {
    background: #fff;
}

.header-area .main-header-area .main-menu ul li a {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
    transition: .3s all ease;
    font-size: 18px;
    color: #000
}

.header-area .main-header-area .main-menu ul li a:hover {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
}
.header-area .main-header-area .main-menu ul li .submenu li {margin: 0;}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    border-bottom: transparent;
    color: #fff;
}
.header-area .main-header-area .main-menu ul li .submenu li:hover {
    background-color: var(--primary);

}
.logo{
    padding: 10px 0;
}
.logo img {
    width: 200px
}
.header-area .main-header-area {
    padding: 10px 0 !important;
}

.lang_link{
    color: #000;margin-inline-start: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.lang_link:hover{color: var(--primary)}

.search_btn{
    cursor: pointer;
}
.search_btn i{
    color: #000;
    font-weight: bold;
}
.search_btn:hover i{color: var(--primary);}
.main-menu{ margin-top: 5px;text-align: center;}
.single_slider .title{
    font-size: 104px;
    color: #fff;
    font-weight: bold;
}

html[dir="rtl"] .single_slider .title{
    margin-bottom: 20px ;
}
.single_slider .sub_title{
    font-size: 105px;;
    color: #fff;
    font-weight: lighter;
 }
.single_slider .more{
    color: #fff;
    text-decoration: underline;
    margin-inline-start: 30px;
    font-size: 18px;
}
.single_slider .more:hover{color: var(--primary);}
.slide_desc{z-index: 2}
.slider-overlay{
    position: relative;
    z-index: 0;
}
.slider-overlay:before{
    position: absolute;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
}
.slider_text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 15px;
    text-align: justify;
}
.bradcam_text h4{
    margin-top: 10px; color: #fff;
}

.categories_area{

}
.section-title{

}
.section-title span{
    color: var(--primary);
}
.categories_area .category_banner{
    position: relative;
    min-height: 200px;
    background-color: #00b3ac75;
}
.categories_area .category_banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.categories_area .category_banner .category_banner_title{
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
    padding: 40px;
    text-align: center;
    z-index: 11;
    font-size: 30px;
}
.categories_area .category_banner .category_banner_body{
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 40px;
    z-index: 11;
}
.categories_area .category_banner .category_banner_body .new{color: var(--primary);}
.categories_area .category_banner .category_banner_body .desc{color: #fff;font-size: 24px;}
.more-btn{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    padding: 4px 16px 8px 16px;
    color: #FFF;
    border: 1px solid #fff;
}
.more-btn:hover{
    color: #FFF;
    background-color: var(--primary);
}
.about-card{
    position: relative;
}
.about-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.about-card .content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 11;
}
.about-card .content .title{color: #fff;margin-bottom: 20px;font-size: 30px}
.about-card .content .more-btn{
    color: #fff;
    padding: 7px 30px 12px 30px;
    font-size: 22px;
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-head {
    padding: 30px 0;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 30px;
}

.section-head h3 {
    margin-bottom: 0;
    font-weight: 500
}

.more-link {
    display: inline-block;
    text-decoration: underline;
    color: #5C5C5C;
    font-size: 20px;
}

.more-link:hover {
    color: #000
}


.clamp-11 {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery_area .single-gallery .gallery_hover {
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
}

.gallery_area .single-gallery .gallery_hover .hover_inner {
    color: #000
}
.footer .footer_top {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 15px;
}
.footer_bottom{
    background: #F5F5F5;
    padding: 30px 0;
}
.footer .copy-right_text {
    padding-bottom: 10px;
    text-align: center;
    margin-top: 15px;
    background: none;
}

.footer .footer_logo {

}

.copy_right {
    color: #7E7E7E
}

.footer_border {
    border-top: 1px solid #2e2e2e;
}

.footer-menu {
    padding: 30px 0;
}


.footer-menu  a{
    transition: .3s all ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
    color: #7E7E7E;
    font-weight: normal;
}
.footer-menu  a:hover{  color: var(--primary);text-decoration: underline;}

.footer-menu .footer_title{
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer .copy_right a {
    color: #7E7E7E
}

.footer  .copy_right a:hover {
    text-decoration: underline;
    color: var(--primary);
}

.subscription-container{
    padding:  9px 10px;
    border-radius: 40px;
    border: 1px solid #FFF;
    justify-content: space-between;
}
.subscription_area h2{color:#FFF}
.subscription_area .form-control{
    background-color: transparent !important;border: 0;
    outline: 0;
    box-shadow: none;
    color:#FFF
}
.subscription_area .form-control::placeholder{color: #fff;font-weight: bold}
.subscribe_btn{
    background: #FFF;
    border-radius: 40px;
    display: inline-block;
    font-size: 16px;
    color: #00B3AC;
    padding: 18px 40px;
    border: 0;
    cursor: pointer;
}

.footer .socail_links
{
    margin-top: 0;
    text-align: end;
}
.footer .socail_links ul li a {background: #DDDDDD;color: #000}
.footer .socail_links ul li a:hover {background: var(--primary);;color: #fff}
.footer .footer_top .footer_widget .footer_logo{margin-bottom:0}
.footer_top .footer_top_inner{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.bradcam_area {
    padding: 275px 0 50px 0 !important;
}

.page-details .img-box {
    width: 400px;
    margin-bottom: 30px;
    overflow: hidden
}

html[dir="rtl"] .img-box {
    margin-left: 30px;
}


html[dir="ltr"] .img-box {
    margin-right: 30px;
}
.banner_bg{
    background: url(../../../images/banner-bg.jpg) no-repeat fixed center bottom;;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.boxed-btn {
    border: 1px solid #000;
    color: #000 !important;
    padding: 12px 40px;
}
.boxed-btn:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.contact-info {
    margin-bottom: 15px;
}
.contact-page .contact-info .media-body h3{
    font-size: 22px;
    font-weight: bold;color: var(--primary);
}
footer .contact-info .media-body h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff !important;
}
.contact-info .media-body p, .contact-info .media-body p a{
    color: #8a8a8a !important;
    font-size: 14px !important;
}
.contact-info__icon i, .contact-info__icon span{color: var(--primary);}

.counter_area {
    background-color: var(--primary);

    padding: 10px 0;
}
.counter_area .single_counter {
    margin-bottom: 0;
    color: #fff !important;
    position: relative;
}
.counter_area .single_counter h3{margin-bottom: 0;font-weight: bold;line-height: 60px;}
.counter_area .single_counter h3 span{
    color: #fff !important;
    font-weight:bold;

}
.counter_area .single_counter.border-end:after {
    content: "";
    position: absolute;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #fff;
}
[dir="ltr"] .counter_area .single_counter.border-end:after{  right: 0;}
[dir="rtl"] .counter_area .single_counter.border-end:after{  left: 0;}

.about_wrap_area {
    padding: 45px 0 ;
}

.about_wrap_area .title,
.about_wrap_area .short_desc
{color: #fff;}
.about_wrap_area .title{
    font-size: 70px;
}
.about_wrap_area .short_desc{}
.about_wrap_area a{color: var(--primary);text-decoration: underline;margin-top: 15px}
.about_wrap_area a:hover{color: #fff;}
.abouts .abouts-title{
    font-size: 120px;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 15px;
}


.owl-carousel .owl-nav div {
    background: transparent;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #787878;
    left: 100px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 100px;
}


html[dir="rtl"] .owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    top: 0;
}


.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
    background: rgba(8, 10, 10, 0.48);
}
.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #080a0a;
    border: 1px solid transparent;
}
.owl-dots{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.page-details .service-title{
    font-size: 75px;
    color: var(--primary);

}
.key_features_benefits_box{margin-top: 15px; min-height: 217px;}
.key_features_benefits_title{color: var(--primary);font-size: 30px;font-weight: bold}
.key_features_benefits_box .icon{border:  1px solid #a9a9a9;min-height: 217px}
.key_features_benefits_box .icon img{width: 200px}
.key_features_benefits_box .desc{background-color: #EEEEEE;min-height: 217px;}
.key_features_benefits_box .desc p{font-size: 20px}
html[dir="ltr"] .page-details .service-title{ letter-spacing: 10px;}

.news_area{
    background-color: #fff;
}
.news_inner_area{
    background-color:#E5E5E5;
    padding: 50px 30px;
}
.news_area .title {font-weight: bold;color: #000;}
.news_area .title span{font-weight: normal}
.news_area .blog_details {
    padding:  15px !important;
}
.news_area .blog_details a:hover h2{color: var(--primary);}
.news_area .blog_details .more_btn,.product_area .more_btn {
    background-color: #fff;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 8px 35px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 21px;
}
.news_area .more_btn:hover,.product_area .more_btn:hover {background-color: var(--primary);color: #fff;}
.contact_area h2{
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}
.contact_area .title{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
.contact_area .sub_title{color: var(--primary)}
.contact_area i{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.contact_area .form-control{
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px;
    outline: none;
}
.contact_area .form-control::placeholder{color: rgba(255, 255, 255, 0.8);}

.blog_details h2 {
    font-size: 20px;
}
.a2a_kit{display: flex;justify-content: start;margin-top: 10px}
#scrollUp {
    background-color: var(--primary);
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: none;
}

/* products */
.product_item{
    margin: 10px;
    position: relative;
    text-align: center;
    padding: 50px 37px;
    background-color: white;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    border-radius: 25px;
}
.product_item .product_img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
}
.product_item .product_details{}
.product_item .product_title{
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
}

/* product details */

.carousel-indicators {
    position: relative;
    bottom: 0;
    margin: 15px;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    align-items: center;
    list-style: none;
}
.carousel-indicators li {
    padding: 5px;
    width: 30%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #bdbdbd;
}
.price-box.bordered{
    border-top: 1px solid rgba(99, 99, 99, .25);
    border-bottom: 1px solid rgba(99, 99, 99, .25);
}
.price-box{
    font-weight: bold;
    padding: 10px 0;
}
.price-box .old-price{color: #8e8e8e}

.order_now .more_btn:hover{    background-color: var(--primary);
    color: #fff;}
/*****************/
@-webkit-keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 20px);
        -webkit-transform: translate3d(-50%, 20px, 0);
        transform: translate(-50%, 20px);
        transform: translate3d(-50%, 20px, 0);
        opacity: 0;
    }
@media (min-width: 768px) {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 40px);
        -webkit-transform: translate3d(-50%, 40px, 0);
        transform: translate(-50%, 40px);
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}
}

@keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 20px);
        -webkit-transform: translate3d(-50%, 20px, 0);
        transform: translate(-50%, 20px);
        transform: translate3d(-50%, 20px, 0);
        opacity: 0;
    }
@media (min-width: 768px) {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 40px);
        -webkit-transform: translate3d(-50%, 40px, 0);
        transform: translate(-50%, 40px);
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}
}
@media (min-width: 768px) {

    .slider_area .mouse:after {
        position: absolute;
        top: 25px;
        left: 50%;
        width: calc(2px * 2);
        height: calc(2px * 2);
    }
    .slider_area .mouse {
        width: calc(14px * 2);
        height: calc(28px * 2);
        margin: 20px auto 0px;
        background: none;
        border: 2px solid white;
        border-radius: calc(14px * 2);
    }
}
@media (max-width: 767px) {
    .header-area {
        position: relative;
    }
    .header-area .header-top_area {
        background: #fff;
        padding: 10px 0 0 0;
    }
    .header-area .main-header-area{
        padding: 8px 0;
        z-index: 9;
    }

    .slicknav_btn {
        margin-top: 0;
        top: -38px;
    }
    .slicknav_icon-bar {
        background: var(--primary) !important;
    }

    .logo img {
        width: 100px;
    }
    .header-area .header-top_area .social_media_links a{margin-right: 5px;}
    .search_btn{margin-top: 0;}
    .slider_area .single_slider,.slider_area .single_slider .slide_img {

    }
    .slider_area .single_slider,.slider_area .single_slider .slide_img img{
        object-fit: cover;
        width: 100%;
    }
    .single_slider .title{
        font-size: 40px;
        margin-top:50px;
    }
    .slider_area .single_slider .sub_title {
        font-size: 30px;
    }
    .slider_area .single_slider .slider_text p {
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 12px;
        line-height: 14px;
    }
    .slider_text {
        margin-top: 50px;
        padding: 8px;
        display: none;
    }
    .slider_area .mouse_area{display: none}
    .categories_area .category_banner{min-height: 100px;}
    .categories_area .category_banner .category_banner_title{
        padding: 10px;
        font-size: 18px;
    }
    .categories_area .category_banner .category_banner_body{padding: 15px;}
    .counter_area .single_counter{justify-content: center;}
    .counter_area .single_counter.border-end:after{width: 0}
    .about_wrap_area .title {
        font-size: 32px;
    }
    .about-missions .title {
        font-size: 70px;
    }
    .about-values .col-first .value-item, .about-values .col-end .value-item {
        text-align: center;
    }

    section{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact_area h2{margin-bottom: 10px;}
    .contact_area .form-control{margin-bottom: 10px;}
    .about_area .about_info{padding-bottom: 0}
    .gallery_area{padding-top: 15px}
    .gallery_area .single-gallery{margin-bottom: 30px}
    .page-details-title{margin-top: 15px}

    .footer-menu{text-align: center}
    .footer-menu ul li{    display: block;}
    .footer .social_media_links{
        justify-content: center;
    }
    .footer .copy-right_text .copy_right{text-align: center !important;}
    .owl-carousel .owl-nav{display: none !important;}
    .abouts .abouts-title {font-size: 50px;}
    .page-details .service-title {
        font-size: 40px;
    }
    .footer .socail_links {
        text-align: center;
    }
    .footer .footer_top .footer_widget .footer_logo {
        text-align: center;
    }
    #scrollUp{
        bottom: 10px;
        right: 30px;
    }
    .footer_bottom {
        text-align: center;
    }
    .lang_link{
        justify-content: center !important;
    }
    .mobile_menu {
        z-index: 90;
    }
}
