@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}

h1, h2, h3, h4, h5, h6, input, textarea, button {
    font-family: IRANSans !important;
    line-height: 2em!important;
}

p {
    line-height: 2.5em!important;
}

h1 {
    font-weight: bold;
}

.btn {
    border-radius: 8px !important;
}

body {
    font-family: IRANSans, sans-serif !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none!important;
}
.btn:focus {
    box-shadow: none!important;
}
/* header style */
header .top-menu {
    background-color: #f7f7f7;
    padding-top: 5px;
    padding-bottom: 5px;
}
header .top-menu .header-address {
    display: flex;
    align-items: center;
}
header .top-menu .header-address .icofont-location-pin {
    font-size: 20px;
    position: relative;
    margin-left: 4px;
    top: 2px;
}
header .top-menu .header-address p {
    font-size: 14px;
    margin-bottom: 0px;
}
header .top-menu .social-media {
    list-style-type: none;
    display: flex;
    justify-content: end;
}
header .top-menu .social-media li {
    margin-right: 10px;
}
header .top-menu .social-media li a i {
    font-size: 19px;
    vertical-align: middle;
}
header .top-menu .social-media li a:hover i {
    filter: brightness(.8)
}

.navbar_mobile {
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%);
    display: none;

}

.navbar_mobile ul {
    text-align: center;
    margin-right: auto;
    display: contents;
}

.navbar_mobile nav {
    padding: 0;
}

.navbar_mobile ul li {
    margin-right: auto;
    margin-left: auto;
    padding: 0.2rem 0;
}

/* Style the links inside the navigation bar */
.navbar_mobile ul li .nav-link {
    background: transparent !important;
    padding-right: 0 !important;
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Change the color of links on hover */
.navbar_mobile a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a green background color to the active link */
.navbar_mobile a.active {
    color: white;
}
/* Hide the link that should open and close the navbar on small screens */
.navbar_mobile .icon {
    display: none;
}
.dropdown_account button{
    border: 0;
    padding: 0 8px 2px 8px;
    font-size: 15px;
    font-weight: 500;
    color:#fff;
}
.dropdown_account button i{
    vertical-align: sub;
}
.dropdown_account button:hover , .dropdown_account button:active{
    background-color: #fff !important;
}
.dropdown_account button.dropdown-toggle::after{
    display: none;
}
.dropdown_account  .dropdown-menu{
    text-align: right;
}
.dropdown_account  .dropdown-menu a{
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (max-device-width: 480px) {
    .navbar_mobile {
        display: block;
    }
}

header .main-menu {
    z-index: 100;
    position: relative;
    box-shadow: 3.346px 3.716px 22.5px #00000012;
    padding-top: 10px;
    padding-bottom: 10px;
}
header .main-menu .logo-container img {
    object-fit: contain;
    height: 70px;
    position: relative;
}
header .main-menu .navbar {
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 0px!important;
    padding-left: 4px;
    padding-right: 4px;
}
header .main-menu .navbar li{
    list-style-type: none;
}
header .main-menu .row{
    background-color: #ffffff;
    border-radius: 10px;
}
header .main-menu ul li a {
    transition: all .4s;
}
header .main-menu ul li a i {
    font-size: 18px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}
header .main-menu ul li a:hover {
    background-color: #f7f7f7;
    border-radius: 5px;
}
header .main-menu ul li:hover .dropdown-menu{
    display: block;
    text-align: right;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
header .main-menu .call-info .header-phone .info-text .phone-icon {
    width: 32px;
    height: 32px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    color: white!important;
    border-radius: 50%;
    margin-right: 8px;
}
header .main-menu .call-info .header-phone .info-text .phone-icon i {
    position: relative;
    top: 1px;
}
/* collapse menu style */
header .menu-collapse {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
}
header .menu-collapse .collapse-bg {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

header .menu-collapse .collapse-top-menu {
    display: flex;
    justify-content: flex-end;
}

header .menu-collapse .collapse-top-menu a .icofont-ui-call {
    font-size: 24px;
    margin-left: 20px;
}
.icofont-align-center {
    font-size: 24px;
    cursor: pointer;
}
header .menu-collapse .collapse-icon {
    width: 45px;
}
.collapse-menu-container {
    z-index: 1000;
    background-color: white;
    font-size: 24px;
    position: absolute;
    top: 0px;
    width: 100%;
    transition: transform 1s ease-in-out;
    transform: translateX(+100%);
    padding: 15px 15px 0 15px;
}
.collapse-menu-container .icofont-close-squared-alt {
    cursor: pointer;
}
header .menu-collapse .collapse-menu-container ul li {
    list-style-type: none;
}

header .menu-collapse .collapse-menu-container ul li span {
    line-height: 2.2em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
}

header .menu-collapse .collapse-menu-container ul li a{
    list-style-type: none;
    line-height: 2.2em;
    display: flex;
    justify-content: space-between;
    font-size: 14px!important;
    font-weight: 400!important;
}

header .menu-collapse .collapse-menu-container ul li a {
    padding-top: 5px;
    text-decoration: none;
    color: #012315;
    font-weight: 500;
    font-size: 16px;
    display: block;
    width: 100%;
}

header .menu-collapse .collapse-menu-container ul {
    padding-left: 0px;
    margin-top: 15px;
}

header .menu-collapse .collapse-menu-container .collapse-menu-dropdown li a {
    font-weight: 400;
    font-size: 15px;
}
.collapse-top-menu-logo {
    position: relative;
}
.collapse-menu-header {
    display: flex;
    justify-content: space-between;
}
.collapse-menu-container .collapse-menu-header-icon {
    width: 30px;
    background-color: #f8f9fe;
    border-radius: 5px;
}
.show-menu {
    transform: translateX(0%);
}
.show-drop-menu {
    display: block!important;
}
/* end collapse menu style */

/* end header style */

/* banner style */
.main-banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 86vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 3 2 / 50%);
} 
.banner-bottom {
    position: relative;
    top: -120px;
}
.main-banner .banner-text a{
    color: white!important;
    text-align: center; /* Center the text initially */
}
.main-banner .banner-h1 {
    text-align: center;
}
.main-banner h1 a{
    color: white;
} 
 
.main-banner .banner-features ul li{
    float: right;
    list-style-type: none;
    color: white;

}
.main-banner .banner-features ul {
    width: 100%;
    display: flex;
    height: 30px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.main-banner .btn-container {
    margin-top: 50px;
}
.banner-btn {
    color: white!important;
    padding: 12px;
    transition: all .4s;
}
.banner-btn:hover {
    background-color: #ffffff;
    padding: 12px;
}
.banner-btn-outline {
    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 12px;
    transition: all .4s;
}
.banner-btn-outline:hover {
    color: #fff!important;
    padding: 12px;
}
.icofont-book {
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.icofont-ui-home {
    margin-left: 5px;
}
/* end banner style */

/* features style */
.features {
    margin-bottom: 70px;
}
.features .features-items .content {
    background-color: #f7f7f7;
    height: 370px;
    overflow: hidden;
    border-radius: 10px;
    text-align: justify;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features .features-items .content p,h6{
   color: #012315;
}
.features .features-items .content h6{
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 4px;
}
.features .features-items p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-align: justify;
    font-size: 14px;
}
.features .features-items span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
}
.features .features-items span i {
    font-size: 35px;
    color: white;
}
/* end features style */

/* style booking */
.booking {
    background-image: url(../images/bg-section-05.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px;
    margin-bottom: 150px;
}
.booking .icofont-ui-calendar {
    position: relative;
    top: 2px;
    margin-left: 3px;
}
.booking .content-text .content-p {
    text-align: justify;
    margin-left: 20px;
}
.booking-btn {
    color: white!important;
}
.bg-img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
@media screen and (max-width: 576px) {
    .bg-img {
        height: 200px;
    }
}
.calendar-img {
    position: relative;
    top: -150px;
    right: -40px;
    border-radius: 8px;
    box-shadow: 3.346px 3.716px 22.5px #00000012;
}
.bg-fill {
    padding: 37px 20px;
    z-index: 1000;
    position: relative;
    border-radius: 50%;
    top: 49px;
    font-weight: 700;
    display: inline-block;
    float: left;
    right: 55px;
    animation: bgbooking 3s infinite ease-in-out;
    color: white;
}
@keyframes bgbooking {
    0% {
        color: white;
    }
    50% {
        background-color: white;
    }
    100% {
        color: white;
    }
  }
/* end booking style */

/* style site-about */
.paralsec2 {
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.paralsec2:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.site-about {
    margin-top: 150px;
    margin-bottom: 150px;
}
.site-about .content-p {
    text-align: justify;
    color: white;
    display: block;
    z-index: 1;
    font-size: 18px;
}
.site-about .about-header {
    color: white!important;
    z-index: 1!important;
    font-size: 34px;
}
/* end site-about style */

/* gallery style*/
.index-gallery {
    background-image: url(../images/shape-7.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.index-gallery .big-box, .small-box {
    height: 400px;
}
.index-gallery .main-gallery img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.index-gallery .carousel-main img {
    object-fit: cover;
    border-radius: 10px;
    height: 400px;
}
.index-gallery .flickity-prev-next-button.previous {
    left: 30px;
}
.index-gallery .flickity-prev-next-button.next {
    right: 30px;
}
.index-gallery .flickity-fullscreen-button {
    right: 20px;
}
/* end gallery style*/

/* index-property style */
.index-property {
    margin-top: 70px;
    margin-bottom: 70px;
}
.index-property .card {
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.index-property .card .card-body {
    padding: 20px!important;
}
.main-property .card .card-body {
    position: absolute;
    width: 100%;
    bottom: -62px;
    z-index: 1;
    transition: all .8s;
}
.index-property .card:hover .card-body {
    bottom: -20px;
}
.index-property .card .card-body .categories a {
    font-size: 12px;
    padding: 4px 12px;
    background-color: #00000066;
    border-radius: 5px;
    margin-left: 5px;
    transition: all .4s;
    color: white!important;
}
.main-property .card::after{
    background-image: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    border-radius: 10px;
}

.content-left {
    text-align: left;
}
.content-left .details-text {
    color: white !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.content-left .card-title {
    width: 200px
}
.index-property .card .card-img .main-category a {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 6px;
    transition: all .4s;
    color: white;
}
.index-property .card .card-img .main-category a:hover {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 4px 10px;
    font-size: 12px;
    background-color: #e9e9e9;
    border-radius: 6px;
}
.index-property .card .card-img img{
    border-radius: 10px;
    object-fit: cover;
}
.main-property .card .card-body .card-title a{
    margin-top: 15px;
    font-size: 20px;
    color: white!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s;
}
.index-property .card .card-body .card-title a{
    margin-top: 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: all .4s;
}
.light-bg {
    background-color: #ffffff1a;
}
.index-property .card .card-body .card-text {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-property .card .card-body .card-text-list {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.main-property .card .card-body .card-details {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white!important;
}
.index-property .card .card-body .card-details {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
}
.index-property .card .card-body .card-details .details-content {
    direction: ltr;
}
.index-property .card .card-body .card-details .details-content i {
    font-size: 22px;
    position: relative;
    top: 2px;
}
.index-property .card .card-body .card-details .details-content .details-text {
    font-size: 16px;
}
.index-property .card .card-body .card-text p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    width: 230px;
}
.index-property .card .card-body .card-text span i {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 10px;
}
.index-property .card .card-btn {
    color: white;
    margin-top: 10px;
    transition: all .4s;
    padding: 8px 30px 7px;
    color: white !important;
    height: 45px;
    transition: all .4s;
    width: 100%;
} 
.main-property .card .card-btn {
    width: auto;
}
.index-property .card .card-btn:hover {
    background-color: #ffffff;
    margin-top: 10px;
}
.flickity-page-dots {
    position: relative!important;
}
.flickity-button:focus  {
    box-shadow: none!important;
}
.btn-outline {
    width: 100%;
    padding: 10px;
    transition: all .4s;
}
.btn-outline:hover {
    width: 100%;
    color: white!important;
    padding: 10px;
}
/* end index-property style */
/* faq style */
.faq {
    margin-top: 150px;
    margin-bottom: 150px;
}
.faq .faq-pic {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
@media screen and (max-width: 576px) {
    .faq .faq-pic {
        height: 200px;
    } 
}
.faq .accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-radius: 10px!important;
}
.faq .accordion-item:first-of-type {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
}
.faq .accordion-item {
    border: none!important;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow.svg);
    transform: rotate(-180deg);
    position: absolute;
    left: 20px;
}
.faq .accordion-button::after {
    background-image: url(../images/up-arrow.svg); 
    position: absolute;
    left: 20px;
}
.faq .accordion-body {
    text-align: justify;
    line-height: 2em;
    font-size: 14px;
}
.faq .accordion-button:focus {
    border-color: #ffffff00!important;
    box-shadow: none!important;
}
.faq .accordion-button {
    text-align: right !important;
    background-color: #fdfdfd;
    border-radius: 10px;
    padding: 1rem 1.25rem 1rem 3rem!important;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px; 
     border-bottom-left-radius: 10px;
}
/* end faq style */
/* feedback style */
.feedback {
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: url(../images/row-bgimage-3.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.feedback .testimonial-box {
    background-color: #f7f7f7;
    padding: 40px 40px 30px 40px;
    border-radius: 10px;
}
.feedback .testimonial-box .testimonial-icon .icofont-quote-right {
    font-size: 20px;
}
.feedback .testimonial-box .tesimonial-user-info img {
    border-radius: 50%;
}
.feedback .testimonial-box .testimonial-text p{
    text-align: justify;
    margin-bottom: 0px;
} 
.feedback .feedback-pic {
    border-radius: 10px;
}

/* end feedback style */
/* blog style */
.blog {
    margin-top: 150px;
    margin-bottom: 150px;
}
.blog .card-img-top {
    object-fit: cover;
    border-radius: 10px;
}
.blog .card .tags ul li {
    list-style-type: none;
}
.blog .card .tags a {
    font-size: 12px;
    padding: 4px 8px;
    background-color: #0000000f;
    border-radius: 4px;
} 
.blog .card .card-title {
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.blog .card .card-title a {
    color: #012315;
    transition: all .4s;
}
.blog .card .card-body {
    padding: 20px;
}
.blog .card {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.blog .card .card-body .card-text {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog .card .main-btn {
    width: 100%;
    margin-top: 10px;
    color: white !important;
    transition: all .4s;
}
.blog .card .main-btn:hover {
    background-color: white;
} 
.main-btn {
    width: 100%;
}
/* end blog style */
/* footer style */
footer .footer {
    background-color: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 50px;
    border-radius: 45% 45% 0 0;
}
footer .footer .logo-container a img {
    width: 80px;
}
footer .footer .run-in {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}
footer .footer .quick-access ul {
    padding: 0px!important;
}
footer .footer .footer-about-text {
    text-align: justify;
    font-size: 14px;
}
footer .footer .footer-link-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .footer .footer-link-headers ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
footer .footer .footer-link-header ul li {
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .footer .footer-link-header ul li a {
    display: block;
    width: 100%;
    padding: 5px;
    transition: all .4s;
}
footer .footer .footer-link-header ul li a:hover {
    background-color: #0000000f;
    border-radius: 5px;
}
footer .footer .footer-link-header ul li a i {
    font-size: 28px;
    position: relative;
    top: 2px;
}
footer .footer .footer-link-header h6 {
    padding: 5px 20px;
    background-color: #0000000f;
    width: 100%;
    border-radius: 6px;
}
footer .footer .footer-address {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
footer .footer .phone-number ul li i {
    font-size: 24px;
}
footer .footer .response p{
    font-size: 14px;
}
footer .footer .footer-address p {
    font-size: 14px;
    text-align: center;
    line-height: 2em!important;
    margin-bottom: 0px;
}
footer .footer .footer-address i {
    font-size: 18px;
    position: relative;
    top: 2px;
    right: 5px;
}
footer .footer .social-media li a img{
    transition: all .4s;
}
footer .footer .social-media li a img:hover {
    transform: scale(1.2);
}
footer .footer-copyright {
    background-color: #e9e9e9;
}
footer .footer-copyright p {
    margin-bottom: 0px;
}
footer .footer .namad img {
    opacity: 0.3;
    transition: all .4s;
}
footer .footer .namad img:hover {
    opacity: 1;
}
footer .footer .namad a img {
    width: 100px;
    height: 100px;
}
footer .footer .footer_ul_amrc {
    text-align: center;
}
footer .footer .footer_ul_amrc a img {
    background-color: #e9e9e9;
    padding: 10px;
    border-radius: 10px;
}
footer .footer-bottom p {
    font-size: 12px;
}
footer .footer-bottom a {
    font-size: 12px;
}
.breadcrumbs {
    margin-bottom: 0px;
}
.breadcrumbs span {
    color :white;
}
.breadcrumbs .breadcrumb_last {
    color: rgb(255, 255, 255);
    margin-left: 3px;
    margin-right: 3px;
}
/* /////////////////////////////////page-contact-us////////////////////////////////////////////////// */


.page-benner {
    height: 50vh;
    background-image: url(../images/susan-eeze.webp);
}
.page-contact-us h1 {
    color: white;
    text-align: center;
}
.contact-us-img {
    width: 100%!important;
    border-radius: 10px;
    filter: brightness(0.5);
    margin-top: 50px;
    text-align: center;
}
.contact-item {
    margin-top: 50px;
}
.contact-box {
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-right: 5px;
}
.contact-box i {
   font-size: 20px;
   position: relative;
    top: 3px;
}
.contact-box .contact-box-content {
    text-align: right;
    margin-right: 10px;
}
.contact-box .contact-box-content p{
    margin-bottom: 0px;
    line-height: 1.6em !important;
}
.contact-box .contact-box-content h5 {
    margin-top: 10px;
}
.map {
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact-container {
    margin-top: 50px;
    margin-bottom: 100px;
}
.contact-container .social-media ul {
    padding-left: 0px !important;
    height: 40px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact-container .social-media ul li {
    list-style-type: none;
    float: right;
    margin: 10px;
}
.contact-container .social-media ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.contact-container .rubika-img, .eitaa-img {
    padding: 10px!important;
}
.contact-container .social-media ul li a i {
    font-size: 24px;
    position: relative;
    top: 2px;
}
.contact-container .social-media ul li a:hover {
    background-color: #e9e9e9;
    transition: all .4s;
}
.contact-container .phone-number {
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 15px;
}
.contact-container .phone-number ul {
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: right;
}
.contact-container .phone-number ul li {
    list-style-type: none;
    margin-left: 30px;
    direction: ltr;
}
.contact-container .phone-number ul li i {
    position: relative;
    margin-left: 5px;
    font-size: 24px;
    position: relative;
    top: 4px;
}
.contact-container .contact-form label {
    width: 100%;
    margin-bottom: 10px;
}
.contact-container .contact-form .wpcf7 {
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    background-color: #f7f7f7;
}
.contact-container .contact-form label input {
    width: 100%;
    padding: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}
.contact-bg {
    background-image: url(../images/row-bgimage-3.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.contact-container .contact-form label input:focus-visible {
    outline: none!important;
}
.contact-container .contact-form label textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
}
.contact-container .contact-form #isc_submit {
    color: white!important;
}
.contact-container .contact-form label textarea:focus-visible {
    outline: none!important;
}
.contact-container .contact-form .submit-form {
    width: 160px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
    color: white;
}
.single-img-container img {
    border-radius: 10px;
    height: 320px!important;
    object-fit: cover;
}
/* /////////////////////////////////page-about-us////////////////////////////////////////////////// */
.page-about-us {
    background-image: url(../images/Custom-Luxury-Home-Dallas.jpg);
}
.about-content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-content p{
    text-align: justify;
}
/* /////////////////////////////////page-properties-list////////////////////////////////////////////////// */

.property-banner h1{
    color: white;
    text-align: center;
}
.property-banner p{
    color: white;
    text-align: center;
}
.properties-list {
    margin-top: 50px;
    margin-bottom: 100px;
}
.list .card .card-body .card-text p {
    width: 100%;
}
.search-sidebar button{
    border: none!important;
    background-color: transparent!important;
}
.search-sidebar input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e9e9e9
}
.search-sidebar i {
    position: relative;
    font-size: 24px;
    top: 3px;
}
.search-sidebar input:focus-visible {
    outline: none!important;
}
.search-sidebar span {
    position: relative;
    left: 15px;
    top: 44px;
    float: left;
}
.search-sidebar form {
    position: relative;
    top: -30px;
}
.categories h6{
    padding: 10px;
    background-color: #e9e9e9;
    border-radius: 10px;
}
.categories i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.categories ul li {
    list-style-type: none;
    line-height: 2em;
}
.categories ul li a{
   transition: all .4s;
   width: 100%;
   display: block;
}
.categories ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 3px;
}
.categories ul li a:hover{
    color: #012315!important;
}
.new-article h6{
    padding: 10px;
    background-color: #e9e9e9;
    border-radius: 10px;
}
.new-article i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.new-article .card {
    flex-direction: row;
    align-items: center;
    border: 1px solid  #e9e9e9;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.new-article .card .card-body {
    background-image: none!important;
}
.new-article .card a img{
    width: 100px !important;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
    height: 100px;
    padding: 10px;
    border-radius: 15px;
}
.new-article .card .card-body .card-title {
  width: 100%;
  display: flex;
  font-size: 16px;
  margin-top: 0px;
}
.new-article .card .card-body .card-title a {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 220px;
  transition: all .4s;
}

.custom-pagination .pagination {
    justify-content: center!important;
}
.custom-pagination a {
    border: none;
    padding: 5px 10px;
}
.custom-pagination a:focus {
    box-shadow: none!important;
}
.custom-pagination a:hover {
    border: none;
    background-color: #e9e9e9;
    border-radius: 5px;
}
.custom-pagination .current  {
    z-index: 3;
    background-color: #e9e9e9!important;
    border-radius: 5px;
    padding: 5px 10px;
}
/* /////////////////////////////////single-service-page////////////////////////////////////////////////// */

.single-banner h1 {
    text-align: center;
    color: white;
}
.single-banner p {
    color: white;
}
.info .post-info {
    color: white !important;
}
.info .post-info span i{
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.property-features {
    margin-top: 100px;
}
.property-features .carousel-main img {
    object-fit: cover;
    border-radius: 10px;
}
.property-features .carousel-nav {
    margin-top: 50px;
}
.property-features .property-info span img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.property-features .property-details span img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}
/* .property-features h3 {
    background-color: #edf8f3;
    border-radius: 10px;
} */
.property-features .single-details {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title_price_estate1, .text_price_estate1 {
    font-size: 26px;
    font-weight: 700;
}
.title_price_estate, .text_price_estate {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.property-features2 ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 2.5em;
}
.property-features2 ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.table-striped tbody tr {
    border-style: none!important;
    border-color: transparent!important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7 !important;
    --bs-table-accent-bg: transparent !important;
}
.description-property {
    margin-top: 50px;
    margin-bottom: 100px;
}
.description-property p {
    text-align: justify;
}
.description-property ul {
    line-height: 2.2em;
}
.single-tags{
    margin-top: 50px;
}
.single-tags .tag-container {
    display: flex;
}
.single-tags .tag-container ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.single-tags .tag-container ul li {
    list-style-type: none;
    float: right;
}
.single-tags .tag-container ul li a {
    background-color: #e9e9e9;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 6px 12px;
    transition: all .4s;
}
.single-tags .tag-container ul li a:hover {
    color: #002818;
}
.property-info i {
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.property-info p {
    margin-bottom: 0px;
}
.property-details {
    margin: 30px 0;
}

.single-feature-pill .active {
    border-radius: 10px;
    color: white!important;
}
.time-role .time-content {
    background-color: #f7f7f7;
    padding: 10px 0px;
    border-radius: 10px
}
.time-role .time-content p {
    margin-bottom: 0px;
}
.time-role .time-content h6 i {
    position: relative;
    top: 3px;
}
.reservation-box {
    margin-top: 100px;
    color: white;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.reservation-box .reservation-header {
    padding: 5px 15px;
    border-radius: 10px;
}
.reservation-box .reservation-header .reservation-title {
    color: white;
}
.reservation-box .reservation-header .reservation-cost{
    margin-bottom: 0px;
}
.bread-crump-content {
    position: relative;
    top: -40px;
}
.bread-custom{
    direction: ltr;
    margin: 1rem 0 2rem 0;
    text-align: right !important;
    float: right;
}
/* single page slider from imagegallery */

.carousel-cell1 {
    width: 100%; /* full width */
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.carousel.is-fullscreen .carousel-cell1 {
    height: 100%;
  }
  
.carousel.is-fullscreen .carousel-cell1 img {
    display: block;
    max-height: 100%;
    width: 900px;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.single-service .single-gallery {
    -webkit-user-drag: none;
    border-radius: 10px;
    object-fit: cover;
    filter: grayscale(1);
    transition: all .4s;
    cursor: pointer;
}
.single-service .carousel-cell1 img {
    border-radius: 10px;
}
.single-service .single-gallery:hover {
    filter: grayscale(0);
}
.single-service .small-img {
    margin: 10px 0;
}
.single-service .big-img {
    margin-top: 10px;
}
.single-service .carousel-main::after {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgba(233, 233, 233, 1) 0%, rgb(66 66 66) 100%);
    content: "مشاهده همه تصاویر";
    top: 0;
    position: absolute;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    transition: all .4s;
    cursor: pointer;
}
.single-service .carousel-main:hover::after {
    opacity: 0;
}
.single-service .carousel-main:hover .flickity-fullscreen-button-view{
    z-index: 1;
}
.single-service .carousel-main:hover .flickity-fullscreen-button-exit{
    z-index: 1;
}
.single-service .carousel-main:not(.is-fullscreen) .flickity-page-dots{
    display: none;
}
.single-service .carousel-main:not(.is-fullscreen) .flickity-prev-next-button {
    display: none;
}
.single-service .is-fullscreen {
    margin-top: 0px;
}
.single-service .is-fullscreen::after {
    display: none;
}
.property-info-features .feature-empty i {
    color: #dbdbdb;
}
.property-info-features .feature-empty p {
    color: #dbdbdb;
}
.property-features .residence-code p{
    padding: 0px 10px;
    font-size: 14px;
    color: white;
    border-radius: 8px;
}
/* /////////////////////////////////single-blog-page////////////////////////////////////////////////// */
.single-content p {
    text-align: justify;
    line-height: 2.2em;
}
.single-content h1 {
    font-size: 28px;
    margin-top: 10px;
}
.single-content h2 {
    font-size: 26px;
}
.single-content .post-info {
    padding: 10px;
    background-color: #e9e9e9;
    border-radius: 10px;
}
.single-content .post-info .col-md-4 {
    align-items: center;
    display: flex;
    margin-top: 0px!important;
}
.blog-content {
    margin-top: 100px;
}
.blog-content h3 {
    margin-top: 30px;
    font-size: 24px;
}
.blog-content img{
    text-align: center;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.blog-content p {
    text-align: justify;
}
.blog-content ul li {
    line-height: 2.5em;
}
.single-comment textarea {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}
.single-comment textarea:focus-visible {
    outline: none!important;
}
.single-comment input {
    padding: 10px;
    border-radius: 10px;
}
.single-comment input:focus-visible {
    outline: none!important;
}
.single-comment .comment-form-author input {
    width: 100%;
    height: 50px;
}
.single-comment .comment-form-email input {
    width: 100%;
    height: 50px;
}
#comments  #submit {
    color: white;
    width: 150px;
    transition: all .4s;
    width: 100%;
}
#comments #submit:hover {
    background-color: white;
}
#mobile_reserve{
    display: none;
}
/*-------------------madia query style------------------------------ */
@media screen and (max-width: 1867px) {
    .banner-bottom {
        top: -110px;
    }
}
@media screen and (max-width: 1710px) {
    .banner-bottom {
        top: -100px;
    }
}
@media screen and (max-width: 1552px) {
    .banner-bottom {
        top: -90px;
    }
}
@media screen and (max-width: 1397px) {
    .banner-bottom {
        top: -80px;
    }
}
@media screen and (max-width: 1245px) {
    .banner-bottom {
        top: -70px;
    }
}
@media screen and (max-width: 1089px) {
    .banner-bottom {
        top: -60px;
    }
}
@media screen and (max-width: 932px) {
    .banner-bottom {
        top: -50px;
    }
}
@media screen and (max-width: 776px) {
    .banner-bottom {
        top: -40px;
    }
}
@media screen and (max-width: 620px) {
    .banner-bottom {
        top: -30px;
    }
}
@media screen and (max-width: 464px) {
    .banner-bottom {
        top: -20px;
    }
}
@media screen and (max-width: 992px) {
    #mobile_reserve{
        display: block;
        position: fixed;
        bottom: 35px;
        margin: auto;
        text-align: center;
        width: 100%;
        z-index: 1000;
    }
    #mobile_reserve  a{
        color: #fff !important;
    }
    #mobile_reserve button{
        width: 200px;
        padding-bottom: 7px;
    }
    .dropdown_account button{
        border-radius: 50% !important;
        width: 26px;
        height: 26px;
        line-height: 1rem !important;

    }
    .dropdown_account button i{
        font-size: 14px;
        vertical-align: middle;
        position: relative;
        left: 3px;
        top: 1px;
    }
    .top-menu {
        display: none;
    }
    .main-menu {
        display: none;
    }
    .menu-collapse {
        display: block!important;
    }
    .main-banner {
        height: 80vh;
    }
    .page-benner {
        height: 70vh;
    }
}
@media screen and (max-width: 1400px) {
    .features .features-items .content {
        height: 410px
    }
    .features .features-items .content p {
        -webkit-line-clamp: 8;
    }
    .carousel-cell1 img {
        height: 400px;
    }
    footer .footer {
        padding-top: 90px;
        border-radius: 50% 50% 0 0;
    }
    .new-article .card .card-body .card-title a {
        width: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .carousel-cell1 img {
        height: 300px;
    }
    .single-service .carousel-cell1 img {
        height: 200px;
    }
    .new-article .card .card-body .card-title a {
        width: 140px;
    }
    .features .features-items .content {
        height: 480px
    }
    .features .features-items .content p {
        -webkit-line-clamp: 10;
    }
   
}
@media (max-width: 1200px) and (min-width: 992px){
    .content-left .card-title {
        width: 136px;
    }
   
}
@media (max-width: 992px) and (min-width: 400px) {
    .new-article .card .card-body .card-title a {
        width: 200px;
    }
}
@media screen and (max-width: 992px) {
    .carousel-cell1 img {
        height: 350px;
    }
    .single-info {
        margin-top: 50px;
    }
    .carousel.is-fullscreen .carousel-cell1 img {
        width: 700px;
        height: 400px;
    }
    .content-left .card-title {
        width: 150px;
    }
    footer .footer {
        padding-top: 50px;
        border-radius: 10% 10% 0 0;
    }
    .features .features-items .content {
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    .list-row {
        flex-direction: column-reverse!important;
    }
    .new-article {
        margin-bottom: 100px;
    }
    .breadcrumbs {
        text-align: center;
        margin-top: -10px
    }
    .carousel.is-fullscreen .carousel-cell1 img {
        width: 500px;
        height: 300px;
    }
    .single-img-container img {
        height: auto!important;
        margin-top: 0px!important;
    }
    .page-404 .title-404 {
        font-size: 25px!important;
    }
    .booking .content-text .content-p {
        margin-left: 0px;
    }
}
@media screen and (max-width:757px) {
    .main-banner {
        height: 70vh;
    }
    .main-banner .banner-text {
        font-size: 20px;
        text-align: center;
    }
    .single-banner h1 {
        font-size: 30px;
    }
}
@media screen and (max-width:600px) {
    .bg-fill {
        padding: 20px 10px;
        right: 1px;
        top: 34px;
    }
}
@media screen and (max-width: 576px) {
    .carousel.is-fullscreen .carousel-cell1 img {
        display: block;
        max-height: 100%;
        width: 100%;
        height: 400px;
        object-fit: contain;
    }
    .booking .calendar-img {
        top: -50px;
        right: 0px;
    }
    .single-content h1 {
        font-size: 24px;
    }
    .single-banner h1 {
        font-size: 28px;
    }
    #mobile_reserve button{
        width: 160px;
    }
}
@media screen and (max-width: 360px) {
    .content-left .card-title {
        width: 130px;
        font-size: 16px;
    }
    .content-left .details-text {
        width: 130px;
        color: white !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
}


/*-------------------single-page------------------------------ */

.single-page .banner-header a{
    color: white;
}
.single-page p {
    color: white;
    text-align: center;
}
.single-page .banner-header {
    color: white;
    z-index: 2;
    text-align: center;
}
/* comments rating */
.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container>input {
    display: none;
}

.rating-container>input+label {
    /* only enough room for the star */
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container>input+label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.rating-container>.star-cb-clear+label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container>.star-cb-clear+label:before {
    width: .5em;
}

.rating-container:hover>input+label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.service_star_rating {
    margin-top: 1.5rem;
}

.service_star_rating span {
    text-shadow: none;
    font-size: 1.5rem;
    color: #cdc9c9;
}

.service_star_rating span.checked,
.dashicons.dashicons-star-filled {
    color: #f8ae35 !important;
}

.rating-container:hover>input+label:hover~label:before,
.rating-container:hover>input+label:hover:before {
    content: "\f155";
    color: #f8ae35;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container>.star-cb-clear+label,
.comment-respond .rating-container>input+label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container>input+label {
    text-indent: -9999px;
}

.rating_lable {
    line-height: 1rem;
    margin: 0;
}

.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 0.5rem;
}
.top_list_content{
    list-style-type: none;
    padding-right: 10px;
    margin-bottom: 5px;
}
.top_list_content li{
    line-height: 2.5rem;
}
.top_list_content  li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
    background-color: #999999;
    border-radius: 50%;
}
.read_minutes{
    font-size: 14px !important;
}
@media (max-width: 480px) {
    .top_list_content li{
        line-height: 2rem;
        font-size: 14px;
    }
    .top_list_content{
        padding-right: 5px;
    }
    .custom-toc {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}


/* --------------contact-form---------------- */
.btn_comment {
    color: white;
    border-radius: 10px !important;
}
#commentform input, textarea{
    border-radius: 10px!important;
}
#commentform input:focus ,textarea:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: #cfcfcf!important;
}

/* map */
#wpfpm_map {
    border-radius: 10px;
}

/* --------------------------------------------style page-404 -----------------------------------*/
.page-404{
    height: 100vh;
    background-color: #5d5e5e;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 3, 2, 0.81);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.page-404 .title-404 {
    margin-top: 20px;
    animation-name: error;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
@keyframes error {
    from  {
        opacity: 0;
    }
    to {
       opacity: 1; 
    }
}

.page-404 .title-404 {
    color: white;
    font-size: 40px;
}
.page-404 .description-404 {
    text-align: center;
    width: 100%;
    color: white;
}

/* style banner2 */

.banner2 {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.banner2 .banner2-img {
    border-radius: 10px;
}
.banner2 .banner2-btn {
    margin-top: 10px;
    border: none;
    width: 150px;
    padding: 5px;
    border-radius: 10px;
    color: white;
}
.banner2 .hr_style {
    color: #cecece;
}



/*----------------------------------- sites hidden contact-------------------------------------------------------- */
.archive_site .div_phone,
.archive_site .social_footer_ul li a,
.archive_site .nav-custom-style ul li .suport_contact a,
.archive_site .backtotop2 a,
.archive_site .col-banner-text .div-blog a,
.archive_site .container_map .leaflet-container a,
.archive_site .map_frame_title a,
.archive_site .div-contact .contact_info a,
.archive_site .form-div input[type=submit],
.archive_site .google_map_link,
.archive_site .wpcf7-submit {
    pointer-events: none;
    cursor: default !important;
}

.archive_site .social_footer_ul li {
    cursor: default !important;
}

.archive_site .large_text,
.archive_site .address_text span,
.archive_site .nav-custom-style ul li .text-white a,
.archive_site .insta_btn span,
.archive_site .map_frame_title a,
.archive_site .map_frame_title,
.archive_site .div-contact .contact_info,
.archive_site.div-contact .contact_info a {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.archive_site .div_header {
    position: inherit !important;
}
.div_header1{
    position: inherit !important;
}
.div_header1 .nav-custom-style{
    background: #2a2a2a;
}

.archive_site .div_search_service {
    display: none;
}

.archive_site .div_text_service {
    margin: 0 !important;
}

@media (min-width:656px) {

    .archive_site .container_slider .div_services,
    .archive_site .container_slider .row-services {
        justify-content: inherit !important;
        text-align: right !important;
    }
}

@media (max-width:656px) {
    .archive_site .container_slider img {
        height: 50vh;
    }
}


/* to top button and stiky social button */

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}


#whatsup_bottom {
    font-size: 0;
    z-index: 1000;
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 50px;
    height: 54px;
    width: 54px;
}

#to_top {
    cursor: pointer;
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
    right: auto;
    left: 30px;
    position: fixed;
    bottom: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#to_top .icofont-stylish-up {
    font-size: 30px;
    color: white;
}

#whatsup_bottom img:hover {
    filter: brightness(70%);
}

#to_top:hover,
#to_top:focus {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

/*//////////////////////////comments///////////////////*/
#comments .comment {
    margin-bottom: 10px;
}
#comments .comment-author img{
    border-radius: 50%;
}
#comments .comment-content p {
    margin-bottom: 0px!important;
}
#comments .comment-body {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 10px 20px;
}
#comments .comment-list {
    list-style-type: none;
}

.flickity-enabled.is-fullscreen {
    z-index: 10000;
}

/*------------------------------- reservation plugin style---------------------------------*/
.rsv_form .img-station img {
    border-radius: 10px;
    filter: brightness(0.7);
}
.rsv_form .img-station img:hover {
    filter: brightness(1);
}
.rsv_list_cats h5 {
    text-align: center;
}
.rsv_form .btn-product {
    display: none;
}
.rsv_form .nav_rsv .nav-link {
    align-items: center;
}
.rsv_col_providers .nav button span {
    margin-top: 1.5rem;
    color: white;
}
.rsv_form .nav_rsv .nav-link.active {
    color: white !important;
}
.rsv_date_desc .card_rsv_desc button {
    text-decoration: none;
}