@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    background: #040202;
    color: #d7cccc;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

#main {
    padding-bottom: 20px;
    min-height: 100vh;
}

.go_form {
    display: none;
}

a {
    color: #dc2f05;
    text-decoration: none;
}

a:hover {
    color: #e82d2d;
    text-decoration: none;
}

h1, h2, h3 {
    font-family: 'El Messiri', sans-serif;
}

h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

/* LOGO */
.logo_wrap a, .logo_wrap a:hover, .logo_wrap a:focus {
    color: #fff;
}

.logo_text {
    margin-left: 4px;
}

.logo_text .logo_name {
    font-family: 'El Messiri', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.logo_text .logo_desc {
    color: #e33500;;
    font-size: 13px;
}

.logo_text span {
    display: block;
    line-height: 1;
    letter-spacing: 2px;
}

/* CART */
.cart_link a {
    color: #dc2f05;
}

.cart_link a:hover, .cart_link a:focus {
    color: #dc2f05;
}

.cart_logo {
    line-height: 1 !important;
}

.cart_logo i {
    font-size: 24px;
}

.cart_count {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #dc2f05;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #dc2f05;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #dc2f05;
    border-top-color: #efefef;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #0a0a0a;
    font-size: 15px;
    height: 40px;
    padding: 0;
    color: #d5c7c7;
    z-index: 998;
}

#topbar .contact-info a {
    line-height: 0;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #fff;
}

#topbar .contact-info i {
    color: #d5c7c7;;
    line-height: 0;
    margin-right: 5px;
}

#topbar .contact-info .phone-icon {
    margin-left: 15px;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.6);
    padding: 4px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #fff;
}

#topbar img.viber, #topbar img.fb-messenger, #contact img.viber, #contact img.fb-messenger {
    max-height: 22px !important;
    opacity: 0.75;
}

#topbar img.viber:hover, #topbar img.fb-messenger:hover, #contact img.viber:hover, #contact img.fb-messenger:hover {
    opacity: 1;
}

.lang_block {
    position: relative;
}

.active_lang img, .lang_switch img {
    max-height: 13px;
    margin-right: 3px;
    border: 1px solid #a0a4b3;;
}

.active_lang {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer;
}

.active_lang:hover {
    color: #fff !important;
}

.lang_set {
    position: absolute;
    visibility: hidden;
    top: -2px;
    /*right: -153px;
    width: 150px;*/
    right: -103px;
    width: 104px;
    padding: 2px;
    background: #fff;
    border: 1px solid #1d1e22;
    box-shadow: 0 0 3px rgb(255 255 255 / 66%);
    z-index: 999;
}

.lang_switch {
    cursor: pointer;
}

a.lang_switch {
    font-size: 13px;
    padding: 4px;
}

a.lang_switch:hover {
    color: #085cb4;
}

#contact img.viber, #contact img.fb-messenger {
    padding: 0 4px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #1d1e22;;
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
}

#header.fixed-top {
    background: #191919;
}

#header .logo {
    margin: 0;
    padding: 0;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 70px;
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar > ul > li {
    margin: 0 5px;
}

.navbar-mobile > ul > li {
    margin: 0 5px;
    border-bottom: 1px solid #dee2ef;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px 24px 15px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    background: #dc2f05;
    color: #fff;
}

.navbar .active_child > a {
    background: #fff;
    color: #dc2f05 !important;
}

.navbar .active_child a:hover {
    background: #dc2f05;
    color: #fff !important;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .child_menu_item {
    border-bottom: 1px solid #dee2ef;
    margin: 0 5px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #191919;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #fff;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #dc2f05;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: #191919;;
        text-decoration: none;
        cursor: pointer;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #191919;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile .active > a, .navbar-mobile li:hover > a {
    color: #dc2f05 !important;
    background: none;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    margin: 0 5px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #dc2f05;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100vh - 110px);
    background: url("../img/hero-bg.webp") top center;
    background-size: cover;
    text-align: center;
    position: relative;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero_bg {
    margin-bottom: calc(100vh * 0.1);
}

#hero h1 {
    font-family: 'El Messiri', sans-serif;
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin-bottom: 30px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 2px 4px;
    padding: 10px 0;
    transition: 0.5s;
    border: 2px solid #fff;
    border-radius: 22px;
    color: #fff;
    width: 140px;
}

.first-btn {
    background: #d43008;
    border-color: #d43008 !important;
}

#hero .btn-get-started:not(.first-btn):hover {
    background: #d42f07;
    border-color: #dc2f05;
}

.first-btn:hover {
    background: #c62f0a;
    border-color: #c62f0a;
}

.swim-label {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        text-align: center;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .go_form {
        display: block;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 10px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding: 23px 0 0 0;
    position: relative;
}

.section-title h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 18px 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.section-title span {
    font-family: 'El Messiri', sans-serif;
    position: absolute;
    top: 23px;
    color: #171717;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 0;
}

.section-title p, .section-title-two p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    #hero_bg {
        margin-bottom: calc(100vh * 0.2);
    }

    .section-title h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .section-title span {
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #dc2f05;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding-top: 10px;
}

.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}

.why-us .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #ed5b5b;
}

.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #191919;
}

.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.why-us .box:hover {
    background: #dc2f05;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
    color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    background: #f2f2f2;
    padding: 15px 0;
    text-align: center;
}

.clients img {
    width: 50%;
    filter: grayscale(100);
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

.clients img:hover {
    filter: none;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .clients img {
        width: 40%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services, .services {
    padding: 0 0 30px 0;
}

.services .icon-box {
    text-align: center;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #dc2f05;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}

.services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
}

.services .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #fce5e5;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.services .icon-box h3 {
    font-family: 'El Messiri', sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
}

.services .icon-box h4 a {
    color: #dc2f05;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #dbd0d0;
}

.services .icon-box {
    border: 1px dotted #81220b;
}

.services .icon-box:hover {
    background: #dc2f05;
    border-color: #dc2f05;
    padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
    background: #fff;
}

.services .icon-box:hover .icon i {
    color: #dc2f05;
}

.services .icon-box:hover .icon::before {
    background: #e82d2d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
    color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.webp") center center;
    background-size: cover;
    padding: 120px 0;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
    font-weight: bolder;
}

.cta .cta-btn, .rst-service-home .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    border: 2px solid #dc2f05;
    color: #fff;
    border-radius: 22px;
}

.cta .cta-btn:hover, .rst-service-home .cta-btn:hover {
    background: #dc2f05;
    border: 2px solid #dc2f05;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin: 0 auto 20px auto;
    box-shadow: 0 0 12px rgb(214 215 216 / 15%);
    border: 1px solid #252526;
    padding: 30px 20px;
    background: #0c0603;
}

.team .member img {
    max-width: 75%;
    border: 2px solid #dc2f05;
    border-radius: 50%;
    margin: 0 0 30px 0;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    color: #919191;
    transition: 0.3s;
}

.team .member .social a:hover {
    color: #dc2f05;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.review_item {
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #232426;
    font-size: 14px;
    text-align: justify;
}

.review_info {
    display: flex;
}

.user_review {
    align-items: center;
    margin-right: 2px;
    padding: 0 4px;
    background: #232426;
    color: #fff;
}

.review_item i {
    margin-right: 2px;
}

.review_msg_info {
    font-style: italic;
    padding: 2px;
}

.review_msg_info i {
    color: #dc2f05;
    font-size: 15px;
}

.review_response_info {
    display: flex;
    margin-left: 8px;
    color: #dc2f05;
    font-style: italic;
}

.review_response_info i {
    font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    text-align: center;
    box-shadow: 0 0 12px rgb(214 215 216 / 15%);
    padding: 20px 0 30px 0;
}

.contact .info-box i {
    font-size: 32px;
    color: #dc2f05;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #dc2f05;
}

.contact .info-box h3 {
    font-size: 20px;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .send-form {
    padding: 8px;
}

#contact_form h3 {
    font-size: 20px;
    line-height: 1;
}

#contact_form p, #contact_form span, #contact_form a {
    font-size: 14px;
}

.contact .send-form input, .contact .send-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .send-form input::focus, .contact .send-form textarea::focus {
    background-color: #dc2f05;
}

.contact .send-form input {
    padding: 10px 15px;
}

.contact .send-form textarea {
    padding: 12px 15px;
}

.contact .btn_send {
    background: #dc2f05;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: none;
}

.contact .btn_send:hover {
    background: #c72f0a;
}

.post_user_block {
    margin-bottom: 1rem !important;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 0;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 600;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.breadcrumbs ol li + li {
    padding-left: 5px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    color: #333333;
    content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #0c0c0c;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #191919;
    color: #fff;
    border-top: 4px solid #dc2f05;
    text-align: center;
    padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
    font-size: 36px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #262626;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #dc2f05;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #dc2f05;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #dc2f05;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #dc2f05;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #e82d2d;
}

#footer .copyright {
    border-top: 1px solid #262626;
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #e82d2d;
}

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}

.footer_contacts i {
    padding-right: 6px !important;
}

.bottom_appointment {
    position: fixed;
    left: 15px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    animation: pulse 1500ms infinite;
    z-index: 100;
    opacity: 1;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 #86b92a;
    }
    70% {
        -webkit-box-shadow: 0 0 0 14px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 #86b92a;
        box-shadow: 0 0 0 #86b92a;
    }
    70% {
        -moz-box-shadow: 0 0 0 14px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 14px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

#img_appointment {
    height: 50px;
    width: 50px;
    cursor: pointer;
    box-shadow: 0 0 3px rgb(127 137 161);
    border-radius: 25px;
}

#img_appointment:hover {
    opacity: 0.9;
}

.blockquote_wrap, .blockquote_wrap_pool {
    margin-top: 12px;
    margin-bottom: 20px;
}

blockquote {
    background: linear-gradient(135deg, #36230e 50%, #221306 50%);
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px;
}

blockquote p {
    font-family: 'El Messiri', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}

blockquote p:before {
    content: "\201C";
    font-size: 80px;
    color: #dc2f05;
    font-family: serif;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.blockquote_wrap_pool blockquote {
    background: linear-gradient(135deg, #3399d7 50%, #13689b 50%);
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px;
}

.blockquote_wrap_pool blockquote p {
    font-family: 'El Messiri', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}

.blockquote_wrap_pool blockquote p:before {
    content: "\201C";
    font-size: 80px;
    color: #dc2f05;
    font-family: serif;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

#home_restaurant {
    padding-bottom: 0;
}

#home_hotel .info-box, #home_restaurant .info-box, #home_pool .info-box, #hotel .info-box, #restaurant .info-box, .hotel_booking .info-box, #home_cowboy .info-box, #hookah .info-box, #restaurant_menu .info-box, #rest_service_page .info-box, #pool_service_page .info-box {
    box-shadow: 0 0 12px rgb(131 121 119);
    margin: 0 auto;
    padding: 10px;
}

#home_cowboy .info-box img, #rest_service_page .info-box img, #pool_service_page .info-box img {
    margin: 0 auto;
}

.rest_description, .pool_description {
    margin-top: 20px;
}

.rest_description p, .pool_description p {
    text-align: justify;
}

.hotel_booking .info-box {
    box-shadow: 0 0 12px rgb(214 215 216 / 15%);
    margin: 0;
    padding: 10px;
}

#home_hotel .info-box p, #home_restaurant .info-box p, .hotel_booking .info-box p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}

.hotel_booking .info-box p {
    margin-bottom: 0;
    font-size: 14px;
}

#home_hotel .info-box ul, #home_restaurant .info-box ul {
    list-style: none;
    padding: 0;
    margin: 8px;
    font-size: 14px;
    font-style: italic;
}

#home_hotel .info-box ul li, #home_restaurant .info-box ul li {
    display: flex;
    align-items: center;
}

#home_hotel .info-box  ul i, #home_restaurant .info-box  ul i {
    color: #dc2f05;
    font-size: 18px;
    line-height: 1.5;
    padding-right: 2px;
}

.title-block i {
    font-size: 32px;
    color: #dc2f05;
    border-radius: 50%;
    margin-bottom: 8px;
    padding: 8px;
    border: 2px dotted #cd5336;
}

#hotel .info-box {
    position: relative;
}

.room_number {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #1c1c28;
    padding: 0 4px;
    height: 28px;
    min-width: 28px;
    line-height: 26px;
    opacity: 0.8;
}

.room_place_count {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 15px;
    color: #fff;
    background: #1c1c28;
    padding: 0 4px;
    height: 28px;
    min-width: 28px;
    line-height: 24px;
    opacity: 0.8;
}

.room_title {
    margin-top: 12px;
    padding-top: 4px;
    border-top: 1px solid #282424;
}

.room_desc {
    font-size: 14px;
    color: #fff;
}

.room_type {
    display: block;
    font-weight: bold;
}

.bad_count {
    display: block;
    font-style: italic;
}

.room_price {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    color: #dc2f05;
}

.room_price_type {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.1;
    color: #ebf1f3;
}

.hotel-service-home.hotel-service-home {
    margin: 0 0 20px 0 !important;
}

.hotel-service-home p, .hotel-service-home p {
    clear: both;
    text-align: justify;
}

.hotel-icon-home, .rst-icon-home {
    clear: both;
    border-bottom: 1px solid #7c1b04;
    vertical-align: middle;
    height: 42px;
    text-align: left;
    width: 100%;
    margin: 4px 2px;
    font-size: 14px;
    font-weight: bolder;
    font-family: "Raleway", sans-serif;
}

.hotel-icon-home img, .rst-icon-home img {
    float: left;
    height: 34px;
    margin: 4px 4px 4px 0;
    clear: both;
}

.hotel-service {
    margin: 0 0 20px 0 !important;
}

.hotel-icon {
    display: inline-block;
    background: #151516;
    text-align: left;
    width: 135px;
    margin: 4px 0;
}

.hotel-icon img {
    display: inline-block;
    height: 32px;
}

.hotel-icon span {
    display: inline-block;
    font-size: 12px;
    font-weight: bolder;
    height: 100%;
}

.accordion-button:not(.collapsed) {
    color: #dc2f05;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    background: #040202;
    color: #dc2f05;
}

.accordion-item, .accordion-collapse {
    background-color: #040202;
    border: 1px solid #252526;;
}

.accordion-body {
    font-size: 14px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 18px;
    color: #dc2f05;
    text-align: left;
    background-color: #040202;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
    color: #dc2f05;
    background-color: #191919;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-item:first-of-type {
    border-radius: unset;
}

.accordion-item:last-of-type {
    border-radius: unset;
}

.footer_contacts ul li {
    padding-bottom: 6px !important;
}

.hor_line {
    text-align: center;
    margin: 14px auto;
    padding: 0 4px;
    background-image: url('/assets/img/sep_bg.png');
    background-position: center center;
    background-repeat: repeat-x;
}

.hor_line span {
    background: #ffffff;
    padding: 0 8px;
}

#appointment_popup {
    width: 300px;
    height: 280px;
    padding: 4px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
    color: #062c33 !important;
    position: fixed;
    top: 55%;
    margin: -202px auto auto auto;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    text-align: center;
    z-index: 9999;
}

#appointment_popup h4 {
    margin-top: 12px;
}

.info_ap {
    font-size: 18px;
}

#appointment_popup_close {
    width: 18px;
    height: auto;
    border: 1px solid #ffffff;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    display: block;
}

#appointment_popup_close:hover {
    border: 1px solid #ddd;
}

#appointment_overlay {
    z-index: 9998;
    position: fixed;
    background-color: rgba(0, 0, 0, .33) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.appointment_wnd {
    display: block;
    font-size: 14px !important;
    z-index: 9999;
    background: #ffffff;
    text-align: center;
}

.appointment_sending {
    display: none;
    font-size: 14px !important;
    z-index: 9999;
    background: #ffffff;
    text-align: center;
    width: 100%;
    margin-top: 20%;
}

#ap_send_img {
    margin-bottom: 12px;
}

.appointment_wnd input, .appointment_wnd select {
    border-radius: 0;
    box-shadow: none !important;
}

.user_wrap, .phone_wrap {
    position: relative;
    display: flex;
    margin: 4px 0 12px 0;
    width: 100%;
}

.ap_form_controls {
    text-align: left;
    margin: 4px;
    vertical-align: top;
}

.ap_form_controls input {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#ap_send {
    background: #dc2f05;
    border: 0;
    margin-top: 6px;
    padding: 8px 20px;
    color: #fff;
    transition: 0.4s;
}

#ap_send:hover {
    background: #c72f0a;
}

.success_send {
    text-align: center !important;
    color: #00CC00;
    font-size: 15px;
}

.error_send {
    text-align: center !important;
    color: #ff0000;
    font-size: 15px;
}

.cta-btn {
    cursor: pointer;
}

.cta p {
    font-size: 16px !important;
}

#home_cowboy .section-title {
    padding: 0;
}

#home_cowboy p {
    font-size: 14px;
    text-align: justify;
}

.map {
    overflow:hidden;
    margin-bottom: 20px;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#hookah h2 {
    font-size: 26px;
    color: #dc2f05;
}

#hookah h3 {
    margin-top: 24px;
    font-size: 22px;
    color: #dc2f05;
}

.hookah_blend h3 {
    font-size: 28px !important;
}

.hookah_prop ul {
    margin: 0;
    padding: 0;
}

.hookah_prop ul>li {
    margin: 10px 0;
    list-style: none;
    align-items: center;
    font-size: 14px;
    padding: 0;
    text-align: justify;
}

.hookah_prop i {
    color: #dc2f05;
    font-size: 20px;
}

.hookah_prop p {
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bolder;
}

.hookah_blend p {
    font-family: "Raleway", sans-serif;
    text-align: center;
    margin: 8px 0 12px 0;
    font-size: 16px;
    font-weight: bolder;
}

.hookah_blend img {
    margin: 16px 0;
}

.top_hookah {
    border-bottom: 1px solid #2c2a2a;
}

.cat_card.info-box {
    position: relative;
}

.cat_card.info-box:hover {
    box-shadow: 0 0 12px #ff3200 !important;
}

.cat_card h2 {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 4px;
    font-family: 'Raleway';
    color: #fff;
    font-size: 24px;
}

.cat_card .cat_desc_wrap {
    position: absolute;
    bottom: 4px;
    left: 0;
    padding: 4px 8px;
    width: 100%;
}

.cat_card .cat_desc {
    position: relative;
    padding: 4px;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    background: #1c1c28;
    color: #fff;
    opacity: 0.7;
}

.home-restaurant {
    margin: 0 !important;
}

.home-restaurant h2 {
    margin: 0 0 8px 0!important;
}

.home-restaurant p {
    font-family: 'El Messiri', sans-serif;
    font-size: 18px;
    color: #dc2f05;
    margin-bottom: 20px !important;
}

.rst-service-home ul {
    margin: 0;
    padding: 0;
}

.rst-service-home ul>li {
    margin: 12px 0;
    list-style: none;
    align-items: center;
    font-size: 14px;
    padding: 0;
    text-align: justify;
    border-bottom: 1px solid #7c1b04;
}

.rst-service-home i {
    color: #dc2f05;
    font-size: 20px;
}

.rest-item i {
    font-size: 24px;
    margin-right: 4px;
}

.rest-item span {
    font-size: 14px;
    font-weight: bolder;
    font-family: "Raleway", sans-serif;
}

.rst-service-home p {
    text-align: justify;
}

.brand {
    font-family: 'El Messiri', sans-serif;
    color: #fff;
}

#banner_bottom {
    padding-top: 0;
    padding-bottom: 30px;
}

.dent_wrap div {
    padding-bottom: 7px;
}

#dent_banner {
    font-size: 14px;
    background: linear-gradient(135deg, #6a9af3 50% , #d9f9ff 50%);
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px;
}

.banner_contact {
    display: block !important;
}

.banner_contact p {
    color: #040202;
    font-weight: bolder;
}

.dent_wrap {
    padding-top: 12px;
    display: block !important;
    color: #040202;
    text-transform: uppercase;
}

.dent-go {
    margin: 24px 0;
}

.dent-go a {
    padding: 12px 20px;
    background: #0c63e4;
    color: #fff;
    border: 3px solid #d9f9ff;
    border-radius: 24px;
}

.dent-go a:hover {
    background: #0065ff;
    color: #fff;
}

.ad_info {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 10px;
    text-align: left;
}

@media (max-width: 768px) {
    .hotel-icon {
        width: 146px;
    }
}

.footer_banner {
    margin-top: 28px;
}

.footer_banner .logo_liqpay {
    max-width: 120px;
    margin-left: 8px;
}

.footer_banner .brandbook {
    max-width: 56px;
    margin: 8px 0 0 8px;
}

.rest_item {
    border-bottom: 1px solid #7c1b04;
    margin: 4px;
    padding: 2px 0;
    text-align: left;
}

.rest_item span {
    font-family: 'El Messiri', sans-serif;
    font-size: 20px;
    margin-right: 4px;
}

.rest_item i {
    font-size: 18px;
    padding: 8px;
    background: #dc2f05;
    color: #ffffff;
    margin-right: 4px;
}

.pool_item {
    border-bottom: 1px solid #3399d7;;
    margin: 4px;
    padding: 2px 0;
    text-align: left;
}

.pool_item span {
    font-family: 'El Messiri', sans-serif;
    font-size: 20px;
    margin-right: 4px;
}

.pool_item i {
    font-size: 18px;
    padding: 8px;
    background: #3399d7;;
    color: #ffffff;
    margin-right: 4px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.data_rows {
    margin-top: 36px;
}

.security_policy h2 {
    color: #dc2f05;
    font-size: 16px;
}

.security_policy p {
    text-align: justify;
}

.pay_system {
    margin: 30px 0 20px 0;
    text-align: center;
}

.pay_system img {
    max-height: 40px;
    padding: 4px;
}

.hotel_booking h2 {
    font-size: 24px;
}

.hotel_booking .accordion-body {
    text-align: justify;
}

#hotel .info-box {
    position: relative;
}

.product_name {
    min-height: 48px;
    margin-bottom: 0.5rem;
}

.product_name h2 {
    color: #dc2f05;
    font-size: 20px;
    margin-botoom: 0 !important;
}

.product_title {
    margin-top: 12px;
    padding-top: 4px;
    border-top: 1px solid #282424;
}

.product_desc {
    font-size: 13px;
    color: #fff;
    font-style: italic;
    text-align: left;
    word-break: break-word;
}

.product_weight {
    display: block;
    font-size: 14px;
    font-weight: bolder;
    color: #bdb5b5;
}

.product_price {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    color: #dc2f05;
}

@media (max-width: 991px) {
    .product_desc {
        text-align: center;
    }

}

.page_sep {
    border-top: 1px solid #191919;
    padding-top: 24px;
}

.btn-get-pool {
    color: #83ecf1;
}

.btn-get-pool:hover {
    color: #29c5f5;
}

#home_pool {
    padding-top: 0 !important;
}

#pool_service_page .table>:not(:first-child) {
    border-top: none;
}

#pool_service_page table {
    color: #d7cccc;
    border-color: #212529;
}

#pool_service_page .pool_price h2 {
    margin-top: 18px;
}

#pool_service_page .pool_price i.bx {
    color: #3399d7;
    font-size: 20px;
}

#pool_service_page table th {
    vertical-align: middle;
}

.pool_description i.bx-check {
    color: #3399d7;
}