@font-face {
    font-family: 'bahijjanna';
    src: url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.eot');
    src: url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.woff2') format('woff2'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.woff') format('woff'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.ttf') format('truetype'),
    url('../fonts/bahijjanna/bahijjannabold/bahijjannabold.svg#bahijjannabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bahijjanna';
    src: url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.eot');
    src: url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.woff2') format('woff2'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.woff') format('woff'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.ttf') format('truetype'),
    url('../fonts/bahijjanna/bahijjannaregular/bahijjannaregular.svg#bahijjannaregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UL Amjad';
    src: url('../fonts/ULAmjad/ULAmjad.eot');
    src: url('../fonts/ULAmjad/ULAmjad.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ULAmjad/ULAmjad.woff2') format('woff2'),
    url('../fonts/ULAmjad/ULAmjad.woff') format('woff'),
    url('../fonts/ULAmjad/ULAmjad.ttf') format('truetype'),
    url('../fonts/ULAmjad/ULAmjad.svg#ULAmjad') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="rtl"] body {
    direction: rtl;
}

html[dir="ltr"] body {
    direction: ltr;
}

body {
    font-family: 'bahijjanna';
    font-size: 16px;
    text-align: start;
    color: #353535;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

.form-control:focus {
    border-color: #b4d4e3;
    box-shadow: 0 0 0 0.2rem rgba(180, 212, 227, .25);
}

.sec-tit {
    color: #bb8283;
    font-size: 40px;
    margin-bottom: 50px;
}

.sec-tit-opacity {
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translate(-50%, -50%);
    z-index: 0;
    color: rgba(187, 130, 131, .15);
}

.main-btn {
    cursor: pointer;
    color: #c9999a;
    background-color: #fff;
    padding: 10px 0;
    padding-inline-start: 20px;
    padding-inline-end: 60px;
    border: 1px solid #c9999a;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}

html[dir="rtl"] .main-btn:before {
    content: '←';
}

html[dir="ltr"] .main-btn:before {
    content: '→';
}

.main-btn:before {

    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #c9999a;
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: all 0.3s linear;
}

.main-btn:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
    box-shadow: 5px 5px 7px rgba(1, 1, 1, .25);
}

.main-btn:hover:before {
    color: #c9999a;
    background-color: #fff;
    transform: translateY(-50%) rotateY(360deg);
}
@media (min-width: 992px) {
    .sec-tit-opacity {
        font-size: 70px;
    }
}
@media (max-width: 992px) {
    .sec-tit-opacity {
        font-size: 35px;
    }
}
/******************************/
.fixed-social-media {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 3;
    inset-inline-end: 55px;
    bottom: 50px;
}

.fixed-social-media a:not(:last-of-type) {
    margin-bottom: 15px;
}

.fixed-social-media a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #cb8b8c;
    background-color: transparent;
    border: 1px solid #cb8b8c;
    transition: all 0.3s linear;
}

.fixed-social-media a:hover {
    color: #fff;
    border-color: #cb8b8c;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
    box-shadow: 0 0 24px rgba(1, 1, 2, .14);
}

.fixed-icons {
    position: fixed;
    z-index: 3;
    bottom: 30px;
    inset-inline-start: 35px;
}

.fixed-icons img {
    height: 50px;
    width: 50px;
}

/******************************/
header {
    padding: 15px 0;
}

.head-home {
    /*background-image: linear-gradient(to bottom, #e1e1e1, #e1e0e0, rgba(222, 222, 222, .3), rgba(222, 222, 222, .1));*/
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    transition: all 0.6s ease-out;
}

.lang {
    font-weight: bold;
    cursor: pointer;
    color: #cb8b8c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #cb8b8c;
    transition: all 0.5s ease-in-out;
}

.lang:hover {
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
}


@media (min-width: 992px) {

}

@media (max-width: 992px) {

}

/******************************/
#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header input[type="search"],
#search-header .search-submit {
    color: #fff;
}

.open-search {
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border-color: #cb8b8c;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
    margin-inline-end: 10px;
    transition: all 0.5s ease-in-out;
}

/******************************/
@media (min-width: 992px) {

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-inline-start: 150px;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 35px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: #000;
        padding: 10px 15px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 5px;
        color: #000;
        transition: all .5s ease-in-out;
    }

    .nav-list .menu-item > a:not(:has(img)):before {
        content: '';
        width: 95px;
        height: 95px;
        border-radius: 100%;
        background-color: #d8a1a7;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -50%) scale(0, 0);
        opacity: 0;
        visibility: visible;
        transition: all .5s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #ac6c6d;
    }

    .nav-list .menu-item:hover > a:not(:has(img)):before,
    .nav-list > .menu-item.active a:not(:has(img)):before {
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #fff;
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 250px;
        background-color: #ca8b8c;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.6s ease;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f30a";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f30b";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: #000;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {
    .menu-logo {
        display: block;
        height: 135px;
    }

    .menu-logo img {
        max-height: 100%;
    }

    .nav-list,
    .menu-item:has(img) {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-btn {
        color: #fff;
        background-color: #8d585a;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        margin-inline-start: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn:hover,
    .nav-btn:focus {
        background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
        box-shadow: 5px 5px 7px rgba(1, 1, 2, .25);
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: auto;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #8d585a;
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item a {
        display: block;
        color: #c9999a;
        padding: 15px;
        font-weight: bold;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item a:hover,
    .mobile-nav-list .menu-item.active a {
        color: #000;
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-inline-start: 1px solid #fff;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: #0e3340;
    }

    .sub-menu {
        list-style: none;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        padding: 15px 25px;
        background-color: #006ea4;
    }

    .sub-menu .sub-menu a {
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }
}

/******************************/
.main-slider {
    box-shadow: 8px 9px 8px rgba(0, 0, 0, .15);
}

.main-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #cb8b8c;
    transition: all 0.5s ease-in-out;
}

.main-carousel .slick-next {
    right: 0;
}

.main-carousel .slick-prev {
    left: 0;
}

.main-carousel .slick-arrow:hover {
    border-color: #cb8b8c;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
}

.main-carousel .slick-arrow:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.main-carousel .slick-next:before {
    content: "\f101";
}

.main-carousel .slick-prev:before {
    content: "\f100";
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li button {
    font-size: 0;
    color: transparent;
    width: 20px;
    height: 5px;
    margin-inline-start: 10px;
    background-color: #3eb7e8;
    cursor: pointer;
    transition: all .3s linear;
}

.slick-dots li.slick-active button {
    background-color: #0066ba;
    width: 30px;
}

.main-slidItem {
    position: relative;
}

.main-slidItem img {
    width: 100%;
}

.main-slidItem .slid-body {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slid-tit {
    color: #000;
    /*text-align: center;*/
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .main-slidItem img {
        height: 780px;
    }
}

@media (max-width: 991px) {
    .main-slidItem img {
        height: 500px;
        object-fit: cover;
    }

}

/******************************/
.about {
    position: relative;
    padding: 105px 0 60px 0;
}

.about-tit {
    color: #bb8283;
    margin-bottom: 20px;
    font-family: 'UL Amjad';
}

.about-des {
    color: #353535;
    margin-bottom: 35px;
}

.about-content {
    margin-bottom: 20px;

}

.about-content-data {
    border-inline-end: 1px solid #bb8283;
    height: 100%;
}

.about-content-data ul,
.about-content-data ol {
    list-style: none;
}

.about-content-data ul li:not(:last-of-type),
.about-content-data ol li:not(:last-of-type) {
    margin-bottom: 10px;
}

.about-content-data ul li:before,
.about-content-data ol li:before {
    color: #bb8283;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    margin-inline-end: 10px;
}

.about-exp {
    color: #8e7576;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    text-shadow: -4px 3px 0px rgba(0, 0, 0, .2);
}

.about-img {
    text-align: end;
}


@media (min-width: 768px) {

}

@media (max-width: 768px) {

}

/******************************/
.needs {
    padding: 60px 0 120px 0;
    background-color: #fff5f5;
}

html[dir="ltr"] .needs-slider {
    margin-top: 50px;
}

.needs .slick-navigation {
    flex-direction: row-reverse;
}

.needs .slick-navigation {
    margin-top: 50px;
}

.needs .slick-navigation button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #cb8b8c;
    background-color: transparent;
    border: 1px solid #cb8b8c;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}

.needs .slick-navigation button:hover {
    color: #fff;
    border-color: #cb8b8c;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
}

.needs-carousel {
    padding: 65px 30px 35px 30px;
    background-color: #fce4e4;
    position: relative;
}

.needs-carousel .slick-slide a {
    position: relative;
    box-shadow: 0 0 12px rgba(1, 1, 2, .14);
    display: block;
    width: 100%;
    transition: all .3s linear;
}

.needs-carousel .slick-slide a:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.needs-carousel .slick-center a:before {
    background-color: rgba(0, 0, 0, 0);
}

.needs-carousel .slick-slide img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .needs-carousel:before,
    .needs-carousel:after {
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        width: 185px;
        height: 270px;
        position: absolute;
        z-index: 0;
    }

    .needs-carousel:before {
        background-image: url(../images/dots-01.png);
        top: 20px;
        inset-inline-start: 20px;
    }

    .needs-carousel:after {
        background-image: url(../images/dots-02.png);
        bottom: -30px;
        inset-inline-end: 20px;
    }

    .needs-carousel .slick-list {
        z-index: 1;
    }

    .needs-carousel .slick-track {
        padding: 20px 0;

    }

    .needs-carousel .slick-slide {
    }

    .needs-carousel .slick-slide a {
        height: 320px;
        transform: scale(1, .9);
    }

    .needs-carousel .slick-slide.slick-active:not(.slick-center) {
    }

    .needs-carousel .slick-slide.slick-active:not(.slick-center) a {
        transform: scale(1, 1);
    }

    .needs-carousel .slick-center {
    }

    .needs-carousel .slick-center a {
        transform: scale(1.5, 1.1);
        box-shadow: 0 0 3px rgba(1, 1, 2, .5);
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .needs-carousel .slick-slide a {
        height: 150px;
        transform: scale(0.95);
        margin: 10px;
    }

    .needs-carousel .slick-center a {
        transform: scale(1);
    }
}

/******************************/
.services {
    position: relative;
    padding: 110px 0 50px 0;
    background-image: url("../images/bg-ser-s.png"), url("../images/bg-ser-e.png");
    background-position: bottom right, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
}

.ser-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    transition: all .3s linear;
}

.ser-item-thumb,
.ser-item-thumb img {
    height: 100%;
    width: 100%;
}

.ser-item-body {
    width: 100%;
    background-color: #fff;
    padding: 15px 30px;
    transition: all .3s linear;
}

.ser-item-tit {
    margin-bottom: 10px;
}

.ser-item-tit,
.ser-item-tit a {
    color: #ca8b8c;
}

.ser-item-exp {
    color: #c5a5a6;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .ser-item {
        height: 405px;
    }

    .ser-item-thumb {
        position: relative;
    }

    .ser-item-thumb:before {
        content: '';
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .3s linear;
    }

    .ser-item-body {

        overflow-y: auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -50px;
        opacity: 0;
        visibility: hidden;
    }

    .ser-item:hover {
        box-shadow: 0 0 29px rgba(0, 0, 0, .15);
    }

    .ser-item:hover .ser-item-thumb:before {
        top: -100%;
    }

    .ser-item:hover .ser-item-body {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .ser-item-img {
        box-shadow: 0 0 29px rgba(0, 0, 0, .15);
    }
    .ser-item-thumb {
        height: 205px;
    }

    .ser-item-body {
    }
}

/******************************/
.contact {
    position: relative;
    background-image: url("../images/bg-contact.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 70px 0 55px 0;
}

.contact .sec-tit {
    color: #fff;
}

.contact .sec-tit-opacity {
    top: 90px;
    color: rgba(255, 255, 255, .15);
}

.form-group label {
    color: #fff;
    transition: all .3s linear;
}

.form-group label i {
    margin-inline-end: 10px;
}

.form-input {
    display: block;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #787878;
    transition: all .3s linear;
}

textarea.form-input {
    height: 150px;
}

.focused label {
    color: #bb8283;
}

.focused .form-input {
    color: #bb8283;
    border-bottom: 1px solid #bb8283;
}

html[dir="ltr"] .wpcf7 {
    direction: ltr;
}

html[dir="rtl"] .contact .main-btn:before {
    transform: rotateY(195deg) translateY(-50%);
}

html[dir="ltr"] .contact .main-btn:before {
    transform: rotateY(0deg) translateY(-50%);
}

.contact .main-btn:before {
    content: "\f1d8" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

html[dir="rtl"] .contact .main-btn:hover:before {
    transform: rotateY(555deg) translateY(-50%);
}

html[dir="ltr"] .contact .main-btn:hover:before {
    transform: rotateY(360deg) translateY(-50%) !important;
}

/******************************/
.branches {
    position: relative;
    padding: 115px 0;
}

.tabs {
    text-align: center;
    margin-bottom: 50px;
}

.tabs li:not(:last-of-type) {
    margin-inline-end: 15px;
}

.tabs li {
    display: inline-block;
    position: relative;
}

.tabs a {
    display: block;
    color: #bb8283;
    border: 1px solid #bb8283;
    border-radius: 35px;
    padding: 10px 55px;
    transition: all 0.2s ease-in-out;
}

.tabs_item {
    display: none;
}

.tabs_item:first-child {
    display: block;
}

.current a {
    color: #fff;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
    box-shadow: 5px 5px 7px rgba(1, 1, 2, .25);
}

.map {
    position: relative;
}

.map iframe {
    display: block;
    width: 100%;
}

.branch-item:not(:last-of-type) {
    margin-bottom: 35px;
}

.branch-item-icon {
    margin-inline-end: 15px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 50px;
}

.branch-item-icon img {
    max-height: 100%;
}

.branch-item-data {
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
}

.branch-item-data-tit {
    margin-bottom: 10px;
    color: #a67575;
}

.branch-item-data-info,
.branch-item-data-info a {
    color: #a67575;
}

.branch-item-data-info a:not(:last-of-type) {
    margin-inline-end: 5px;
}

.branch-item-data-info a:not(:last-of-type):after {
    content: ' - ';
    margin-inline-start: 5px;
}

@media (min-width: 992px) {
    .map iframe {
        height: 400px;
    }

    .branch-data-box {
        position: absolute;
        width: 335px;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-end: 70px;
        background-color: rgba(255, 255, 255, .75);
        border-radius: 15px;
        padding: 35px 15px;
    }
}

@media (max-width: 992px) {
    .map iframe {
        height: 300px;
        margin-bottom: 30px;
    }
}

/******************************/
footer {
    color: #fcdedf;
    background-image: url("../images/bg-footer.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 95px 0 35px 0;
    position: relative;
}

footer:before {
    content: '';
    background-image: url("../images/bg-footCover.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 337px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.foot-logo {
    margin-bottom: 50px;
}

.foot-main {
    margin-bottom: 50px;
}

.foot-widget-tit {
    color: #8d585a;
    margin-bottom: 15px;
}

.foot-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.foot-list li a {
    color: #fcdedf;
}

.form-newsletter {
    position: relative;
}

.form-newsletter:before {
    content: "\f2b6";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #bb8283;
}

.input-emailNewsletter {
    display: block;
    width: 100%;
    height: 45px;
    text-indent: 50px;
    color: #bb8283;
    background-color: rgba(255, 255, 255, .17);
    border-radius: 5px;
}

.input-submitNewsletter {
    cursor: pointer;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 45px;
    height: 45px;
    color: #bb8283;
    background-color: transparent;
}

.input-submitNewsletter i {
    transform: rotateY(195deg);
}

.foot-copyright {
    padding: 5px 0;
    color: #fff;
}

.foot-copyright a {
    color: #ac6c6d;
}

@media (min-width: 992px) {
    footer:before {
        background-size: 100% 100%;
    }
}

@media (max-width: 992px) {
    footer:before {
        background-size: 100% auto;
    }
}

/**/
.breadcrumb-area {
    padding: 15px 0;
    color: #fff;
    background-image: linear-gradient(to left, #cb8b8c, #d19795, #d6a3a0, #dcb0aa, #e1bcb6);
}

.breadcrumb-area a {
    color: #8d585a;
}

.content {
    padding: 50px 0;
}

.branch-item-info {
    margin-top: 15px;
}

.branch-map iframe {
    display: block;
    width: 100%;
    height: 300px;
}

.branch-item-data-box {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.news-item {

}

.news-item-img {
    height: 250px;
}

.news-item-img img {
    max-height: 100%;
    border-radius: 10px 10px 0 0;

}

.news-item-body {
    padding: 25px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.news-item-tit {
    margin-bottom: 15px;
}

.news-item-tit a {
    color: #8d585a;
}

.news-item-exp {
    margin-bottom: 20px;
}

.needs-archive .needs-item {
    height: 335px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.needs-archive .needs-item a {
    display: block;
    height: 100%;
}

.needs-archive .needs-item a img {
    max-height: 100%;
    width: 100%;
}