/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/

:root {
    --mainColor: #04517f;
    --secColor: #39a3dd;
}

@font-face {
    font-family: Bahij_Bold;
    src: url(../fonts/Bahij_Bold.ttf);
}

@font-face {
    font-family: Bahij_Light;
    src: url(../fonts/Bahij_Light.ttf);
}

@font-face {
    font-family: Bahij_SemiBold;
    src: url(../fonts/Bahij_SemiBold.ttf);
}

@font-face {
    font-family: quentinregular;
    src: url(../fonts/Quentin.otf);
}

body::-webkit-scrollbar-track {
    background-color: #d7d7d7;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--mainColor);
}

body {
    font-family: "bahij_Light";
    direction: rtl;
    position: relative;
    background-color: #FFFFFF;
    color: #000306;
    text-align: start;
}

.bold {
    font-weight: 900;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.teaser.lazyload {
    opacity: 0;
    transform: scale(0.8);
}

.teaser.lazyloaded {
    opacity: 1;
    transform: scale(1);
    transition: all 700ms;
}

button {
    outline: none !important;
}

label {
    margin-inline-start: 2px;
}

a {
    transition: 0.3s;
    color: #000306;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--mainColor);
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

section {
    overflow: hidden;
    position: relative;
}

.owl-carousel {
    direction: ltr;
}

.main-color {
    color: var(--mainColor);
}

.sec-color {
    color: var(--secColor);
}

.p-relative {
    position: relative;
    z-index: 1;
}

.form-control::placeholder {
    color: #999;
    font-size: 14px;
}

.flex_end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-h {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.br-0 {
    border-radius: 0 !important;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #111;
}

.text-ellipsis {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.item_carousel {
    padding: 0 15px;
    direction: rtl;
}

.item_carousel_p {
    padding: 15px;
    direction: rtl;
}


/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/


/*==============================================
// Start Nav Top
================================================*/

.header-top {
    background-color: var(--mainColor);
    position: relative;
    color: #fff;
    padding: 10px 0 10px;
}

.header-top:before {
    position: absolute;
    content: "";
    right: -50px;
    width: 35%;
    height: 100%;
    background: var(--secColor);
    top: 0;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.header-top .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .top-left,
.header-top .top-right {
    display: flex;
    align-items: center;
}

.header-top .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.header-top .contact-info li {
    font-size: 16px;
    font-weight: 500;
}

.header-top .contact-info li i {
    color: #fff;
    margin-inline-end: 10px;
}

.header-top .contact-info li p {
    margin: 0;
    display: inline-block;
}

.header-top .contact-info li a {
    color: #fff;
}

.header-top .contact-info-two {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top .contact-info-two li {
    margin-inline-end: 20px;
    font-size: 16px;
    font-weight: 500;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.5);
    padding-inline-end: 20px;
    line-height: 1.2em;
}

.header-top .contact-info-two li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0 10px;
    line-break: anywhere;
}

.header-top .social-links {
    position: relative;
    display: flex;
    gap: 0 20px;
}

.header-top .social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/*==============================================
// End Nav Top
================================================*/


/*--------------------------------------------------------------
# Start nav-menu
--------------------------------------------------------------*/

.nav_bar {
    padding: 3px 0;
    position: sticky;
    z-index: 99;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}

.nav_bar .logo img {
    width: 200px;
}

.nav_bar .nav-list>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 35px;
    font-weight: 900;
}

.nav_bar .nav-list>ul>li {
    padding: 10px 0;
}

.nav_bar .nav-list>ul>li>a {
    color: #201630;
    font-size: 15px;
    position: relative;
}

.nav_bar .nav-list>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--mainColor);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav_bar .nav-list>ul>li>a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.nav_bar .nav-list>ul>li>a.active::before {
    width: 100%;
}

.nav_bar .navbar-toggler {
    font-size: 25px;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: 0.3s;
}

.nav_bar .navbar-toggler:hover {
    color: var(--mainColor);
}

.nav_bar .vission {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 15px;
}

.nav_bar .vission .lang {
    gap: 5px;
}

.nav_bar #close_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.nav_bar .dropdown_item>a {
    display: flex;
    align-items: center;
    gap: 0 7px;
}

.nav_bar .dropdown_item>a i {
    font-size: 14px;
    margin-top: 3px;
}

.nav_bar .dropdown_item .dropdown_menu {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    min-width: 200px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.nav_bar .dropdown_item .dropdown_menu li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.nav_bar .dropdown_item .dropdown_menu li a {
    padding: 10px 10px;
    font-size: 14px;
    transition: 0.3s;
    display: block;
}

.nav_bar .dropdown_item .dropdown_menu li a:hover {
    background-color: var(--mainColor);
    color: #fff;
}

.nav_bar .dropdown_item:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

@keyframes animate_links {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}


/*--------------------------------------------------------------
# End nav-menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Page Header
--------------------------------------------------------------*/

.breadcrumbs-banner {
    background-color: rgba(56, 160, 217, 0.1019607843);
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(4, 81, 127, 0.1411764706);
}

.breadcrumbs-banner .rtcl-breadcrumb {
    color: #878c9f;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-family: "bahij_semiBold";
    margin-bottom: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb a {
    display: inline-block;
    color: inherit;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs-banner .rtcl-breadcrumb a:first-child {
    margin-inline-start: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb span {
    margin-inline-start: 10px;
}

.breadcrumbs-banner .rtcl-breadcrumb a:hover,
.breadcrumbs-banner .rtcl-breadcrumb span {
    color: var(--secColor);
}


/*--------------------------------------------------------------
# Start Page Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Header
--------------------------------------------------------------*/

.header_section {
    /* Slider style */
    /* current slide
    ---------------------------------*/
    /* nav
    ---------------------------------*/
}

.header_section:after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-image: url(../img/ripped-paper-header-1.png);
    background-position: center center;
    background-size: cover;
    transform: rotate(180deg);
}

.header_section .info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    margin: 1.5rem;
}

.header_section a {
    text-decoration: none;
    color: rgba(225, 255, 255, 0.8);
}

.header_section p {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
}

.header_section .cd-slider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.header_section .cd-slider.ie9 nav div span {
    display: none;
}

.header_section .cd-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s 0.6s;
    background-color: var(--mainColor) !important;
}

.header_section .cd-slider ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    width: 135vh;
    height: 135vh;
    border: solid rgba(0, 0, 0, 0.2);
    border-width: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: border-width 0.4s 0.6s;
}

.header_section .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
}

.header_section .content blockquote {
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
}

.header_section blockquote p {
    font-size: 4rem;
    margin-bottom: 0;
    font-family: "bahij_semiBold";
    white-space: nowrap;
    background-color: rgba(38, 38, 38, 0.3803921569);
    padding: 0px 20px;
    margin-bottom: 10px;
}

.header_section blockquote span {
    font-size: 2rem;
    color: #fff;
    font-family: "bahij_semiBold";
    display: block;
    background-color: rgba(38, 38, 38, 0.3803921569);
    padding: 0px 20px;
}

.header_section .cd-slider li.current_slide {
    visibility: visible;
}

.header_section .cd-slider li.current_slide::before {
    border-width: 16rem;
}

.header_section .cd-slider li.current_slide .content {
    opacity: 1;
    transform: scale(1);
}

.header_section nav div {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    list-style: none;
}

.header_section nav div:last-of-type {
    left: auto;
    right: 4%;
}

.header_section .prev,
.header_section .next {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    transition: box-shadow 0.3s;
    background-color: var(--mainColor) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_section .prev::before {
    transform: rotate(45deg);
    top: 24%;
}

.header_section .prev::after {
    transform: rotate(-45deg);
    bottom: 24%;
}

.header_section .next::before,
.header_section .next::after {
    left: auto;
    right: 43%;
}

.header_section .next::before {
    transform: rotate(-45deg);
    top: 24%;
}

.header_section .next::after {
    transform: rotate(45deg);
    bottom: 24%;
}

.header_section .prev:hover,
.header_section .next:hover {
    box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}

.header_section nav>div>span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    z-index: 5;
    pointer-events: none;
    will-change: width, height;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    background-color: var(--mainColor) !important;
}


/*--------------------------------------------------------------
# End Header
--------------------------------------------------------------*/

.order-form_section {
    margin-top: -280px;
    padding-bottom: 30px;
}

.order-form_section .content {
    width: 60%;
    margin: 0 auto;
}

.order-form_section .box-form {
    background: #fff;
    padding: 40px 60px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.order-form_section .box-form h4 {
    font-size: 26px;
    font-family: "bahij_Bold";
    margin-bottom: 12px;
}

.order-form_section .box-form p {
    font-family: "bahij_Bold";
    width: 75%;
    margin: 0 auto;
}

.box-form label {
    color: #111;
    display: block;
    margin-bottom: 8px;
    font-family: "bahij_semiBold";
}

.order-form_section .box-form .form-control {
    height: 40px;
    border-color: #ccc;
    box-shadow: none;
}

.order-form_section .box-form .form-control::placeholder {
    color: #999;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Start search box
--------------------------------------------------------------*/

.advanced-search-banner {
    overflow: visible;
}

.advanced-search-banner .banner-box {
    max-width: 1240px;
    margin: 0 auto;
}

.advanced-search-banner .banner-box .search-btn {
    max-width: 189px;
    display: flex;
    align-items: center;
}

.advanced-search-banner .banner-box .search-btn .advanced-btn {
    flex: 1;
    border: none;
    color: var(--secColor);
    background-color: #ffffff;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 0;
    max-width: 58px;
    height: 100%;
    min-width: 45px;
}

.advanced-search-banner .banner-box .search-btn .advanced-btn.collapsed i {
    transform: rotate(0deg);
}

.advanced-search-banner .banner-box .search-btn .advanced-btn i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.advanced-search-banner .banner-box .search-btn .submit-btn {
    border: none;
    background-color: var(--mainColor);
    color: #ffffff;
    font-weight: 800;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 2px 0 0;
    height: 100%;
    flex: 1;
    line-height: 60px;
    max-width: 100%;
    min-width: 120px;
}

.advanced-search-banner .banner-box .search-btn .submit-btn i {
    font-size: 12px;
    margin-left: 4px;
    transition: 0.4s;
}

.advanced-search-banner .banner-box .search-btn .submit-btn:hover {
    background-color: var(--secColor);
}

.advanced-search-banner .advance-search-form {
    position: relative;
}

.advanced-search-banner .advance-search-form .search-box {
    background-color: #ffffff;
    border-radius: 4px;
    display: flex;
    position: relative;
    line-height: 56px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 99.8%, rgba(255, 255, 255, 0) 99.8%);
}

.advanced-search-banner .advance-search-form .search-box>.search-item {
    flex: 1;
}

.advanced-search-banner .advance-search-form .search-box select {
    border: none;
    width: 100%;
    line-height: 48px;
    margin-top: 6px;
    padding-left: 5px;
    color: #8c91a3;
    font-size: 15px;
}

.advanced-search-banner .advance-search-form .search-select {
    border-right: none;
    border-left: 1px solid #D8EDE8;
}

.advanced-search-banner .input-group {
    border-radius: 3px;
    background-color: #ffffff;
    transition: 0.4s;
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.advanced-search-banner .input-group .form-control {
    border: none;
    height: 60px !important;
    padding-inline-start: 15px;
}

.advanced-search-banner .advanced-search-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.advanced-search-banner .advanced-search-box.show {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.advanced-search-banner .advanced-search-box:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -10px;
    left: 162px;
}

.advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box .search-item.checkbox-wrapper {
    grid-column: 1/-1;
}

.advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box .search-item.checkbox-wrapper .form-check {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0;
    line-height: 2;
}

.advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box .search-item.checkbox-wrapper .form-check input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 20px;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.advanced-search-banner .advanced-search-box .advanced-box {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 36px 25px 25px;
}

.advanced-search-banner .advanced-search-box .advanced-box .search-item.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.advanced-search-banner .advanced-search-box .select2-container {
    height: 100%;
}

.advanced-search-banner .advanced-search-box .select2-container--classic .select2-selection--single {
    border: 1px solid #ddd;
    height: 50px;
}

.advanced-search-banner .advanced-search-box .search-select {
    border: none;
}

.advanced-search-banner .advanced-search-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #ddd;
}

.advanced-search-banner .advanced-search-box .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.form-check-label {
    padding-inline-start: 25px;
    line-height: 2;
    transition: 0.3s;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #878c9f;
    cursor: pointer;
    margin: 0;
}

.form-check-label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 5px;
    background-color: transparent;
    border: 2px solid #b1b0b0;
    border-radius: 4px;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check-label:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 10px;
    line-height: 22px;
}

.form-check input[type=checkbox]:checked+label {
    color: #000000;
}

.form-check input[type=checkbox]:checked+label:before {
    background-color: var(--secColor);
    border-color: var(--secColor);
}

.form-check input[type=checkbox]:checked+label:after {
    color: #ffffff;
}

.form-check input[type=checkbox]:checked+label:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 600;
}

.advance-search-form .search-keyword .input-group .form-control,
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.advance-search-form .search-keyword .input-group .form-control::placeholder,
.advanced-search-banner .banner-box .search-keyword .input-group .form-control::placeholder,
.rtcl-listing-user-info .widget-contact-form.list-group .form-group .form-control::placeholder {
    color: #878c9f;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
}


/*------------------- 3.3 Select 2 -------------------*/

.select2-container {
    direction: rtl;
}

.select2-container--classic .select2-selection--single {
    background: #ffffff;
    border: none;
    height: 100%;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #878c9f;
    padding-left: 15px;
    font-size: 15px;
}

.select2-container--classic .select2-selection--single:focus {
    border: none;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background: none;
    border-left: none;
    height: 62px;
    top: 0;
    left: 4px;
    right: auto;
    width: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: var(--secColor) transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #646464 transparent;
    border-width: 0 5px 6px 5px;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background: #ffffff;
    border-color: #cccccc;
    border: 0;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-color: #cccccc;
    background: #ffffff;
    border: 0;
    border-top: 1px solid #cccccc;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #cccccc;
    position: inherit !important;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: var(--secColor);
    color: #fff;
}

.select2-results__option {
    padding: 10px 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}

.select2-container--classic .select2-selection--single {
    border-radius: 4px;
}

@media (min-width: 992px) {
    .advance-search-form .search-box .select2-container {
        height: 100%;
        width: 100%;
    }
    .advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single {
        display: flex;
        align-items: center;
    }
}


/*------------------- 3.3 Ion Slider -------------------*/

.price-range {
    direction: ltr;
}

.price-range label {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 5px;
}

.advanced-search-box .advanced-box .irs--flat {
    margin-top: -18px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-single {
    visibility: visible !important;
}

.irs-from,
.irs-to,
.irs-single {
    top: -15px;
}

.irs--flat .irs-from,
.irs--flat .irs-to {
    visibility: visible !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-size: 14px;
    color: var(--secColor);
    background-color: transparent;
    left: auto !important;
    right: 0;
    font-weight: 600;
    top: -4px;
}

.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour .oh-hours-wrap .oh-hours .close-hour:before {
    content: "-";
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    display: none;
}

.irs--flat .irs-to {
    left: inherit !important;
    right: 0;
    display: none;
}

.irs--flat .irs-from {
    left: 0 !important;
    display: none;
}

.irs--flat .irs-line {
    height: 6px;
    background-color: #e9ecf2;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    height: 6px;
    background-color: var(--secColor);
}

.irs--flat .irs-handle {
    cursor: pointer;
}

.irs--flat .irs-handle {
    top: 19px;
}

.irs--flat .irs-handle>i:first-child {
    width: 14px;
    height: 14px;
    background-color: var(--secColor);
    margin-left: -7px;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    box-shadow: 1px 3px 7px 0 rgba(87, 101, 128, 0.4);
    box-sizing: content-box;
    top: -2px;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: var(--mainColor);
}


/*--------------------------------------------------------------
# End search box
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start about section
--------------------------------------------------------------*/

.about_section {
    padding: 80px 0px;
}

.about_section .section-title-wrapper {
    padding-inline-start: 30px;
}

.section-title-wrapper {
    position: relative;
}

.section-title-wrapper .bg-title-wrap {
    position: absolute;
    top: -70px;
    left: 0px;
    bottom: 0px;
    right: 20px;
    width: 100%;
}

.section-title-wrapper .bg-title-wrap .background-title {
    opacity: 1;
    display: inline-block;
    font-family: "quentinregular", sans-serif;
    font-size: 100px;
    line-height: 130px;
    color: var(--mainColor);
    opacity: 0.27;
    pointer-events: none;
    word-break: break-all;
}

.section-title-wrapper .title-inner-wrapper {
    position: relative;
    z-index: 2;
}

.section-title-wrapper .top-sub-title-wrap {
    display: inline-block;
}

.section-title-wrapper .top-sub-title {
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--mainColor);
    font-family: "bahij_semiBold";
    margin-bottom: 20px;
}

.section-title-wrapper .top-sub-title i {
    font-size: 7px;
    margin-inline-end: 5px;
}

.section-title-wrapper .main-title {
    font-size: 32px;
    color: #212121;
    font-family: "bahij_Bold";
    line-height: 1.3;
    margin-bottom: 15px;
}

.section-title-wrapper .description {
    font-size: 16px;
    color: #70778a;
    line-height: 1.5;
}

.section-title-wrapper .description p {
    margin-bottom: 0;
}

.section-title-wrapper .description ul {
    padding-top: 15px;
}

.section-title-wrapper .description ul li {
    color: #212121;
    margin-bottom: 10px;
}

.section-title-wrapper .description ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secColor);
    font-size: 66%;
    margin-inline-end: 8px;
    display: inline-block;
    content: "\f00c";
    transform: translateY(0px);
}

.image_side {
    background-image: url(../img/about.jfif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.image_side:after {
    position: absolute;
    content: "";
    top: 0;
    right: -40px;
    height: calc(100% + 80px);
    width: 64%;
    background-color: var(--secColor);
    z-index: -1;
    transform: translateY(-40px);
    clip-path: polygon(35% 0px, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0 5px 5px 0;
}

.image_side .video-icon-wrapper {
    height: 490px;
    text-align: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image_side .video-icon-wrapper .video-icon-inner {
    display: inline-flex;
    align-items: center;
}

.image_side .video-icon-wrapper .icon-box {
    transform: scale(1.7);
    margin-right: 0px;
    position: relative;
    z-index: 1;
}

.image_side .video-icon-wrapper .video-popup-icon {
    background-color: #FFFFFF;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_side .video-icon-wrapper .video-popup-icon:hover {
    background-color: var(--secColor);
}

.image_side .video-icon-wrapper .video-popup-icon:hover .triangle {
    background-color: #fff;
}

.image_side .video-icon-wrapper .video-popup-icon .triangle {
    z-index: 3;
    width: 9px;
    height: 12px;
    transition: 0.4s;
    background: #fff;
    clip-path: polygon(100% 50%, 0 3%, 0 100%);
    margin-left: 2px;
    background-color: var(--secColor);
}

.image_side .video-icon-wrapper .video-popup-icon .rt-ripple-effect {
    animation-duration: 2s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 0 0 10px rgba(4, 81, 127, 0.3), 0 0 0 20px rgba(4, 81, 127, 0.2), 0 0 0 30px rgba(4, 81, 127, 0.1);
    z-index: -1;
    animation: sppbModalRipple 2s infinite;
    border-radius: 50%;
}

.parallax-img {
    z-index: 2;
    width: 100%;
    position: relative;
}

.parallax-img img {
    position: absolute;
    width: auto;
}

.parallax-img .image-1 {
    top: -68px;
    right: 23px;
    bottom: 0px;
}

.parallax-img .image-2 {
    top: -15px;
    right: -23px;
}

.parallax-img .image-3 {
    top: 144px;
    left: 0px;
    opacity: 0.3;
}

.parallax-img .image-4 {
    top: 113px;
    right: 0px;
}

.parallax-img .image-5 {
    top: 98px;
    right: 0px;
}

.image-placeholder {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 423px;
    overflow: hidden;
}

.image-placeholder img {
    opacity: 0.3;
    transform: scaleX(-1);
}

@keyframes sppbModalRipple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*--------------------------------------------------------------
# End about section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start products section
--------------------------------------------------------------*/

.products_section {
    padding: 120px 0 70px;
}

.products_section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mainColor);
    opacity: 0.15;
}

.products_section .container {
    position: relative;
    z-index: 2;
}

.product_box {
    margin-bottom: 30px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    background: #ffffff;
}

.product_box .product-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.product_box .product-thumb:hover img {
    transform: scale(1.05);
}

.product_box .product-thumb:before {
    content: "";
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    background: linear-gradient(to top, #000, transparent);
    opacity: 80%;
    z-index: 5;
}

.product_box .product-thumb>a {
    display: block;
    height: 100%;
}

.product_box .product-thumb .rtcl-listing-badge-wrap {
    position: absolute;
    top: 32px;
    left: 15px;
    z-index: 10;
    transition: 0.4s;
    color: #fff;
}

.product_box .product-thumb .rtcl-listing-badge-wrap span.badge {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15;
}

.product_box .product-thumb .badge.rtcl-badge-featured {
    background-color: rgb(59, 95, 64);
}

.product_box .product-thumb .badge.rtcl-badge-top {
    background-color: #17a2b8;
}

.product_box .product-thumb .rtcl-thumbnail {
    border-radius: 0;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.product_box .product-thumb .product-type {
    position: absolute;
    top: 32px;
    right: 30px;
    z-index: 2;
    text-transform: capitalize;
}

.product_box .product-thumb .product-type::after,
.product_box .product-thumb .product-type::before {
    content: "";
    position: absolute;
    width: 51px;
    height: 40px;
    left: 50%;
    margin-left: -27.5px;
}

.product_box .product-thumb .product-type::before {
    top: -33px;
    z-index: 10;
    background-image: url(../img/listing-label.svg);
}

.product_box .product-thumb .product-type::after {
    z-index: 11;
    background-image: url(../img/listing-label-wheel.svg);
    background-repeat: no-repeat;
    top: -2px;
    background-position: center top;
}

.product_box .product-thumb .product-type.red span {
    border: 1px solid #ef1220;
    background-color: #ef1220;
}

.product_box .product-thumb .product-type.red::before {
    filter: hue-rotate(171deg);
}

.product_box .product-thumb .product-type.green span {
    border: 1px solid rgb(7, 126, 13);
    background-color: rgb(7, 126, 13);
}

.product_box .product-thumb .product-type.green::before {
    filter: hue-rotate(255deg);
}

.product_box .product-thumb .product-type.black span {
    border: 1px solid #222;
    background-color: #222;
}

.product_box .product-thumb .product-type.black::before {
    filter: brightness(0);
}

.product_box .product-thumb .product-type span {
    font-size: 14px;
    color: #ffffff;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    margin-right: 4px;
    white-space: nowrap;
    font-family: "bahij_semiBold";
}

.product_box .product-thumb .product-price {
    position: absolute;
    bottom: 32px;
    right: 30px;
    z-index: 2;
    font-size: 22px;
    font-family: "bahij_Bold";
    color: #ffffff;
    z-index: 10;
}

.product_box .product-thumb .product-price .rtcl-price {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.product_box .product-thumb .product-price .rtcl-price .rtcl-price-amount {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.product_box .product-thumb .product-price .rtcl-price .rtcl-price-meta {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-family: "bahij_semiBold";
    margin-left: 2px;
    margin-top: 3px;
}

.product_box .product-thumb .product-price .rtcl-price .rtcl-price-meta>span {
    padding: 0;
}

.product_box .product-thumb .product-price .rtcl-price .rtcl-price-meta .rtcl-price-unit-label {
    font-size: 18px;
    color: #cccccc;
    font-weight: 400;
}

.product_box .product-thumb .product-price .rtcl-price .rtcl-price-meta .rtcl-price-unit-label::before {
    content: "/";
    font-style: normal;
    font-size: 24px;
}

.product_box .product-content {
    border: 1px solid #d1e7e2;
    border-radius: 0 0 4px 4px;
}

.product_box .product-content .product-category {
    padding: 0 22px;
    margin-top: -20px;
}

.product_box .product-content .product-category a {
    margin-top: 0;
    position: relative;
    background: #fff;
    font-size: 14px;
    padding: 8px 12px;
    z-index: 10;
    line-height: 1;
    border-radius: 3px;
    color: var(--secColor);
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.product_box .product-content .item-title {
    font-size: 22px;
    line-height: 32px;
    padding: 5px 22px 0;
    margin-bottom: 8px;
    font-family: "bahij_semiBold";
}

.product_box .product-content .item-title a {
    color: #212121;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}

.product_box .product-content .entry-meta {
    margin-bottom: 0;
    padding: 0 22px 14px;
    font-size: 14px;
    color: #929292;
}

.product_box .product-content .entry-meta i {
    margin-inline-end: 5px;
    min-width: 16px;
}

.product_box .product-content .product-features {
    border: none;
    margin-top: 0;
    padding: 0 22px 15px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
}

.product_box .product-content .product-features li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
}

.product_box .product-content .product-features li span,
.product_box .product-content .product-features li .listable-value {
    font-size: 14px;
    font-family: "bahij_semiBold";
}

.product_box .product-content .product-features li .icon {
    color: var(--secColor);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(57, 163, 221, 0.1098039216);
    display: inline-block;
    text-align: center;
    margin-inline-end: 6px;
    transition: all 0.3s ease-in-out;
}

.product_box .product-content .product-features li .icon i {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*--------------------------------------------------------------
# End products section
--------------------------------------------------------------*/

.services_section {
    padding: 120px 0 70px;
}

.services_section .col-custom {
    padding: 0 15px;
    max-width: 25%;
    flex: 25%;
}

.service_box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f2f2f2;
    text-align: center;
    height: 100%;
    padding: 20px;
    transition: 0.4s ease-in-out;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.service_box::after,
.service_box::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    transition: 0.6s ease-in-out;
    z-index: -1;
    opacity: 0.7;
    background-color: var(--secColor);
}

.service_box:hover::before {
    transform: scale(30);
    left: -50px;
    top: -50px;
    bottom: auto;
    right: auto;
}

.service_box:hover:after {
    transition-delay: 0.2s;
}

.service_box:hover::before,
.service_box:hover::after {
    transform: scale(30);
    left: -50px;
    top: -50px;
    bottom: auto;
    right: auto;
}

.service_box:hover .category-thumbnail img {
    animation: bottomtotop 0.6s cubic-bezier(0, 0, 0.26, 0.94) forwards;
}

/* .service_box:hover img {
    filter: brightness(0) invert(1);
} */

.service_box:hover {
    background-color: var(--secColor);
}

.service_box:hover * {
    color: #ffffff;
}

@keyframes bottomtotop {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.service_box .category-thumbnail {
    overflow: hidden;
    margin-bottom: 30px;
}

.service_box .category-thumbnail img {
    display: inline-block;
    transition: 0.4s ease-in-out;
}

.service_box .category-content .cat-title {
    font-family: "bahij_semiBold";
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    transition: 0.3s ease-in-out;
}

.contact_us_section {
    background-color: transparent;
    transition: 0.3s;
    padding: 21px 0px 0px 0px;
}

.contact_us_section .container {
    position: relative;
    z-index: 2;
}

.contact_us_section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mainColor);
    opacity: 0.15;
}

.contact_us_section .top-column {
    max-width: 20.865%;
    flex: 20.865%;
}

.contact_us_section .top-column .widget-image {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 2;
}

.contact_us_section .top-column .widget-image img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.contact_us_section .image-placeholder.style-2 {
    right: 0px;
    bottom: 0px;
    width: 230px;
}

.contact_us_section .image-placeholder.style-2 img {
    opacity: 0.2;
}

.contact_us_section .image-placeholder.style-3 {
    left: 0px;
    bottom: 0px;
    width: 230px;
}

.contact_us_section .image-placeholder.style-3 img {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    opacity: 0.2;
}

.contact_us_section .center-column {
    max-width: 59.131%;
    flex: 59.131%;
}

.contact_us_section .center-column .widget-wrap {
    padding-inline-start: 100px;
}

.contact_us_section .center-column .info {
    padding-top: 115px;
    margin-bottom: 40px;
}

.contact_us_section .bottom-column {
    max-width: 19.559%;
    flex: 19.559%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 90px;
}


/*--------------------------------------------------------------
# Start single product page
--------------------------------------------------------------*/

.single_product_page {
    padding: 55px 0;
    overflow: visible;
    /************************* start thumb gallary ***************************/
}

.single_product_page:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-color: var(--mainColor);
}

.single_product_page .container {
    position: relative;
    z-index: 2;
}

.single_product_page .product-heading {
    margin-bottom: 25px;
}

.single_product_page .product-heading .product-condition {
    margin-bottom: 18px;
}

.single_product_page .product-heading .product-condition span {
    font-size: 14px;
    font-family: "bahij_semiBold";
    text-transform: capitalize;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 2px;
    display: inline-block;
    margin-inline-end: 4px;
    line-height: 1.4;
}

.single_product_page .product-heading .product-condition .listing-type-badge {
    background-color: var(--secColor);
}

.single_product_page .product-heading .product-condition .rtcl-badge-featured {
    background-color: #ff9642;
}

.single_product_page .product-heading .product-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #212121;
    font-family: "bahij_semiBold";
}

.single_product_page .product-heading .entry-meta {
    margin-bottom: 6px;
}

.single_product_page .product-heading .entry-meta li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: #878c9f;
}

.single_product_page .product-heading .entry-meta li i {
    color: #878c9f;
    font-size: 16px;
    margin-inline-end: 8px;
}

.single_product_page .product-heading .entry-meta li:not(:last-of-type):after {
    content: "/";
    color: #878c9f;
    font-size: 16px;
    padding: 0 9px;
}

.single_product_page .product-price {
    margin-bottom: 18px;
    font-size: 30px;
    color: var(--secColor);
    text-align: end;
}

.single_product_page .product-price .rtcl-price {
    color: var(--secColor);
    font-size: 24px;
    font-family: "bahij_semiBold";
    line-height: 1.3;
}

.single_product_page .product-price .rtcl-price-amount {
    font-size: 30px;
    font-family: "bahij_Bold";
}

.single_product_page .thumb #big_image {
    margin-bottom: 10px;
}

.single_product_page .thumb #big_image .item {
    border-radius: 3px;
    text-align: center;
}

.single_product_page .thumb #big_image .item img {
    border-radius: 5px;
}

.single_product_page .thumb #thumbs_gallary .item {
    padding: 0px;
    margin: 2px;
    border-radius: 3px;
    cursor: pointer;
}

.single_product_page .thumb #thumbs_gallary .item img {
    filter: grayscale(100);
    opacity: 0.6;
    border-radius: 5px;
    transition: 0.3s;
}

.single_product_page .thumb #thumbs_gallary .current .item img {
    filter: grayscale(0);
    opacity: 1;
}

.single_product_page .thumb #thumbs_gallary.owl-carousel .owl-nav {
    height: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-22px);
    width: 100%;
    text-align: unset;
}

.single_product_page .thumb #thumbs_gallary.owl-carousel .owl-nav .owl-prev,
.single_product_page .thumb #thumbs_gallary.owl-carousel .owl-nav .owl-next {
    transform: translateX(-50%);
}

.single_product_page .thumb #thumbs_gallary.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

@media (max-width: 767px) {
    .single_product_page .thumb #thumbs_gallary.owl-carousel .owl-nav {
        display: none;
    }
}

.single_product_page .rtcl-listing-order {
    background: #fff;
    position: sticky;
    top: 25px;
    z-index: 9;
}

.single_product_page .rtcl-listing-order .list-group {
    padding: 25px 30px 30px;
    background: #ffffff;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    border-radius: 4px;
    margin-bottom: 30px;
}

.single_product_page .rtcl-listing-order .list-group .widget-heading {
    font-size: 22px;
    margin-bottom: 20px;
    color: #212121;
    font-family: "bahij_semiBold";
}

.single_product_page .rtcl-listing-order .rtcl-do-email .form-vertical {
    display: block !important;
    margin-top: 20px;
    padding: 0;
}

.single_product_page .rtcl-listing-order .rtcl-do-email .form-vertical .form-control {
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 50px;
    box-shadow: none;
}

.single_product_page .rtcl-listing-order .rtcl-do-email .form-vertical textarea.form-control {
    height: auto;
    resize: none;
}

.single_product_page .rtcl-listing-order .main-btn {
    box-shadow: 0 7px 18px 0 rgba(57, 163, 221, 0.2);
    height: 45px;
}

.single_product_page .widget {
    border-radius: 4px;
    padding: 25px 30px 30px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    margin-bottom: -1px;
}

.single_product_page .widget .item-heading .heading-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #212121;
    font-family: "bahij_semiBold";
}

.single_product_page .widget p {
    margin-bottom: 0;
}

.single_product_page .product-description {
    margin-top: 30px;
}

.single_product_page .product-overview {
    padding-bottom: 10px;
}

.single_product_page .product-amenities {
    padding: 0 !important;
    margin: 0;
    border: none;
}

.single_product_page .amenities-list {
    display: flex;
    flex-wrap: wrap;
}

.single_product_page .amenities-list li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 27px;
    width: 25%;
}

.single_product_page .amenities-list li:hover .amenities-icon i {
    background-color: var(--mainColor);
    color: #ffffff;
    border-color: var(--mainColor);
}

.single_product_page .amenities-list li .amenities-icon {
    float: right;
    margin-inline-end: 15px;
}

.single_product_page .amenities-list li .amenities-icon i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 233, 241);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 18px 0 rgba(188, 192, 202, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--secColor);
    transition: 0.3s;
}

.single_product_page .amenities-list li .amenities-content {
    overflow: hidden;
}

.single_product_page .amenities-list li .amenities-content .heading-title {
    font-size: 14px;
    color: #212121;
    margin: 0;
    line-height: 1.4;
    margin-top: 2px;
    font-family: "bahij_semiBold";
}

.single_product_page .amenities-list li .amenities-content .cfp-value {
    color: #878c9f;
    font-size: 14px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.single_product_page .product-overview {
    padding-bottom: 10px;
}

.single_product_page .product-overview .product-details .amenities-list li {
    width: 50%;
    position: relative;
    background: rgba(56, 160, 217, 0.1019607843);
    line-height: 40px;
    padding-inline-start: 10px;
    margin: 3px 0;
}

.single_product_page .product-overview .product-details .amenities-list li .heading-title {
    color: #212121;
    font-family: "bahij_semiBold";
    min-width: 120px;
    display: inline-block;
}

.single_product_page .product-details .amenities-list li .heading-title,
.single_product_page .product-details .amenities-list li .cfp-value {
    font-size: 14px;
    color: #878c9f;
}

.single_product_page .product-details .amenities-list li:nth-child(4n+1),
.single_product_page .product-details .amenities-list li:nth-child(4n+2) {
    background: #ffffff;
}

.single_product_page .product-overview .overview-list ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #878c9f;
}

.single_product_page .product-overview .overview-list ul li {
    margin-bottom: 10px;
    flex: 0 0 33.333%;
}

.single_product_page .product-overview .overview-list ul li i {
    color: var(--secColor);
    margin-inline-end: 6px;
    font-size: 16px;
}

.single_product_page .product-location iframe {
    width: 100%;
}

.similar_products .owl-carousel [class*=col-] {
    max-width: 100%;
    flex: 100%;
}


/*--------------------------------------------------------------
# Start single product page
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Start Footer
--------------------------------------------------------------*/


/*------------------- 4.2 Footer -------------------*/

.footer-wrap {
    background-color: #ffffff;
    font-size: 15px;
}

.footer-wrap.is-border {
    border-top: 1px solid #d9d9d9;
}

.main-footer {
    padding: 80px 0 20px;
}

@media only screen and (max-width: 991px) {
    .main-footer {
        padding: 70px 0 20px;
    }
}

.footer-menu {
    padding-inline-start: 30px;
}

@media only screen and (max-width: 991px) {
    .footer-menu {
        padding-inline-start: 0;
    }
}

.footer-box {
    margin-bottom: 50px;
}

.footer-box.widget_mc4wp_form_widget+.widget_text {
    margin-top: -42px;
    margin-bottom: 40px;
}

.footer-box .footer-logo {
    margin-bottom: 22px;
    max-width: 228px;
}

.footer-box .footer-logo img {
    max-height: 130px;
    width: 150px;
    margin-inline-start: 0;
}

.footer-box p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 27px;
}

.footer-box .footer-title {
    color: #212121;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 13px;
    margin-bottom: 21px;
    position: relative;
    font-family: "bahij_Bold";
}

.footer-box .footer-title a {
    color: var(--mainColor);
}

.footer-box .footer-title:after {
    content: "";
    height: 4px;
    width: 30px;
    background-color: var(--secColor);
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-box .form-control {
    margin-bottom: 10px;
    padding: 5px 15px;
    height: 52px;
    border: 1px solid var(--secColor);
    border-radius: 0;
}

.footer-box.widget_recent_comments ul li {
    transition: 0.4s;
}

.footer-box.widget_recent_comments ul li,
.footer-box.widget_meta ul li a,
.footer-box.widget_pages ul li a,
.footer-box.widget_categories ul li a,
.footer-box.widget_archive ul li a,
.footer-box.widget_nav_menu ul li a {
    color: #788593;
}

.footer-box.widget_recent_comments ul li:hover,
.footer-box.widget_meta ul li a:hover,
.footer-box.widget_pages ul li a:hover,
.footer-box.widget_categories ul li a:hover,
.footer-box.widget_archive ul li a:hover,
.footer-box.widget_nav_menu ul li a:hover {
    color: var(--secColor);
    margin-inline-start: 5px;
}

.footer-box.widget_recent_comments ul li,
.footer-box.widget_meta ul li a,
.footer-box.widget_pages ul li a,
.footer-box.widget_categories ul li a,
.footer-box.widget_archive ul li a,
.footer-box.widget_nav_menu ul li a {
    position: relative;
    padding-inline-start: 15px;
}

.footer-box.widget_recent_comments ul li::before,
.footer-box.widget_meta ul li a::before,
.footer-box.widget_pages ul li a::before,
.footer-box.widget_categories ul li a::before,
.footer-box.widget_archive ul li a::before,
.footer-box.widget_nav_menu ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--secColor);
    transition: 0.3s;
}

.footer-box .footer-social li {
    display: inline-block;
    margin-inline-end: 4px;
}

@media only screen and (max-width: 1199px) {
    .footer-box .footer-social li {
        margin-bottom: 10px;
    }
}

.footer-box .footer-social li:last-child {
    margin-bottom: 0;
}

.footer-box .footer-social li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    background-color: var(--secColor);
    border-radius: 4px;
    text-align: center;
    display: block;
    color: #ffffff !important;
    font-size: 17px;
    padding: 0 !important;
    overflow: hidden;
}

.footer-box .footer-social li a:hover {
    background-color: var(--mainColor);
}

.footer-box .footer-social li a i {
    display: inline-block;
    line-height: 24px;
}

.footer-box .footer-social li a:hover i {
    animation: bottomtotop 0.4s linear forwards;
}

.footer-box .map {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.footer-box .map img {
    width: 100%;
    height: 100%;
}

.footer-bottom {
    background-color: #f2f4f7;
    padding: 28px 0;
}

.footer-bottom .footer-bottom-menu ul li {
    position: relative;
}

.footer-bottom .footer-bottom-menu ul.footer-link {
    display: inline-block;
}

.footer-bottom .footer-bottom-menu ul.footer-link>li {
    margin-inline-end: 13px;
    padding-inline-end: 18px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .footer-bottom .footer-bottom-menu {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .footer-bottom-menu {
        display: none;
    }
}

.footer-bottom .footer-bottom-menu ul ul {
    position: absolute;
    bottom: 100%;
    right: 0;
    background-color: #ffffff;
    min-width: 170px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 8px 0 6px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.footer-bottom .footer-bottom-menu ul ul li {
    padding: 0 17px;
    transition: 0.4s;
}

.footer-bottom .footer-bottom-menu ul ul li:hover {
    background-color: #f2f4f7;
}

.footer-bottom .footer-bottom-menu ul ul ul {
    bottom: -6px;
    right: 100%;
}

.footer-bottom .footer-bottom-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.footer-bottom .footer-bottom-menu ul.footer-link>li::after {
    content: ".";
    left: 0;
    position: absolute;
    bottom: 0;
}

.footer-bottom .footer-bottom-menu ul li.menu-item-has-children::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: -2px;
    font-size: 12px;
}

.footer-bottom .footer-bottom-menu ul.footer-link>li.menu-item-has-children::after {
    left: 6px;
    transform: rotate(90deg);
    font-size: 10px;
    top: 1px;
}

.footer-bottom .footer-bottom-menu ul li.menu-item-has-children::after .footer-bottom .footer-bottom-menu ul li:last-child {
    margin-inline-end: 0;
    padding-inline-end: 0;
}

.footer-bottom .footer-bottom-menu ul li:last-child::after {
    content: none;
}

.footer-bottom .footer-bottom-menu ul li a {
    color: #727272;
    font-size: 14px;
    white-space: nowrap;
    display: block;
}

.footer-bottom .footer-bottom-menu ul ul li a {
    font-size: 13px;
}

.footer-bottom .footer-bottom-menu ul li a:hover {
    color: var(--secColor);
}


/* Footer Copyright Text  */

.footer-bottom .footer-copyright {
    color: #51667c;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-bottom p {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .footer-bottom .footer-copyright {
        text-align: center;
    }
}


/* Footer-2 style
======================== */

.site-footer.footer-style-2.footer-wrap .main-footer {
    background-color: var(--mainColor);
    background-image: url("https://images.pexels.com/photos/1396122/pexels-photo-1396122.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.site-footer.footer-style-2.footer-wrap .main-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--mainColor);
    opacity: 0.7;
}

.site-footer.footer-style-2 .footer-bottom {
    background-color: var(--mainColor);
}

.site-footer.footer-style-2 .footer-box .footer-title a,
.site-footer.footer-style-2 .footer-box .footer-title {
    color: #ffffff;
}

.site-footer.footer-style-2 .footer-box p,
.site-footer.footer-style-2 .rt-contact-wrapper ul li i,
.site-footer.footer-style-2 .main-footer .rt-contact-wrapper ul li p,
.site-footer.footer-style-2 .main-footer .rt-contact-wrapper ul li a,
.site-footer.footer-style-2 .footer-box.widget_nav_menu ul.menu li a {
    color: #c8d3de;
}

.site-footer.footer-style-2 .footer-box.widget_nav_menu ul.menu li {
    margin-bottom: 8px;
}

.site-footer.footer-style-2 .footer-box.widget_nav_menu ul li a::before {
    background-color: #c8d3de;
}

.site-footer.footer-style-2 .footer-box.widget_nav_menu ul.menu li a:hover,
.site-footer.footer-style-2 .main-footer .rt-contact-wrapper ul li a:hover,
.site-footer.footer-style-2 a:hover {
    color: #ffffff;
}

.site-footer.footer-style-2 .footer-bottom,
.site-footer.footer-style-2 .footer-bottom .footer-copyright,
.site-footer.footer-style-2 .footer-bottom .footer-link li a {
    color: #c8d3de;
}

.site-footer.footer-style-2 .footer-bottom .footer-link li ul a:hover,
.site-footer .footer-bottom .footer-link li ul a:hover {
    color: var(--secColor);
}

.site-footer.footer-style-2 .footer-bottom .footer-link li a:hover {
    color: #ffffff;
}

.site-footer.footer-style-2 .footer-box .footer-social li a {
    background-color: rgba(255, 255, 255, 0.12);
}

.site-footer.footer-style-2 .footer-box .footer-social li a:hover {
    background-color: var(--mainColor);
}


/* RT Contact Widget Style */

.rt-contact-wrapper ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.rt-contact-wrapper ul li i {
    min-width: 30px;
    color: var(--secColor);
    font-size: 18px;
    padding-top: 4px;
}

.rt-contact-wrapper ul li p,
.rt-contact-wrapper ul li a {
    color: #788593;
}

.main-footer .rt-contact-wrapper ul li p,
.main-footer .rt-contact-wrapper ul li a {
    color: #788593;
}

.rt-contact-wrapper ul li a:hover {
    color: var(--secColor);
}

.rt-contact-wrapper ul li p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer_sochial {
    position: fixed;
    right: 30px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 99999;
}

.footer_sochial a {
    display: flex;
    width: 45px;
    height: 45px;
    background: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
    animation: scale_1 2s infinite;
}

.footer_sochial a.mobile {
    background-color: #3CD6BC;
    animation: scale_2 2s infinite;
}

.footer_sochial a.whatsapp {
    background-color: #1EC845;
    animation: scale_1 2s infinite;
}

.footer_buttons_left {
    position: fixed;
    left: 30px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 99999;
}

.footer_buttons_left a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 25px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
    transition: all 0.3s ease;
}

.footer_buttons_left a.request-property {
    background-color: #3CD6BC;
    animation: scale_2 2s infinite;
}

.footer_buttons_left a.request-show-property {
    background-color: #1EC845;
    animation: scale_1 2s infinite;
}

.footer_buttons_left a:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    direction: rtl;
}

.popup-content {
    position: relative;
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: popup-fade 0.3s ease-in-out;
}

@keyframes popup-fade {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-popup {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
    color: var(--mainColor);
}

.popup-content h2 {
    color: var(--mainColor);
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.popup-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.popup-form .form-group {
    margin-bottom: 20px;
}

.popup-form input,
.popup-form select,
.popup-form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.popup-form input:focus,
.popup-form select:focus,
.popup-form textarea:focus {
    border-color: var(--mainColor);
    outline: none;
    box-shadow: 0 0 0 2px rgba(var(--mainColor), 0.1);
}

.popup-form .submit-btn {
    width: 100%;
    padding: 12px;
    background: var(--mainColor);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popup-form .submit-btn:hover {
    background: var(--secColor);
    transform: translateY(-2px);
}

.file-input-wrapper {
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-input-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: var(--mainColor);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-input-button:hover {
    background-color: var(--secColor);
}

.file-input-button i {
    font-size: 18px;
}

.selected-files {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.required-star {
    color: #FF0000;
    margin-right: 4px;
}

.error-message {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

@keyframes scale_1 {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes scale_2 {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}

@media (max-width: 575.98px) {
    .footer_sochial a {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
}


/*--------------------------------------------------------------
# End Footer
--------------------------------------------------------------*/


/*start button up*/

#up_btn {
    position: fixed;
    right: 25px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    border: none;
    color: #fff;
    background-color: var(--secColor);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    transform: rotate(45deg);
}

#up_btn i {
    transform: rotate(-45deg);
}

#up_btn:hover {
    background-color: var(--mainColor);
}

#up_btn.fade {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}


/*End button up*/


/*--------------------------------------------------------------
# Start gsap reveal
--------------------------------------------------------------*/

.gsap-reveal {
    position: relative;
    display: block;
    overflow: hidden;
}

.gsap-reveal .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.gsap-reveal-hero {
    line-height: 0;
}

.gsap-reveal-hero .reveal-wrap {
    position: relative;
    overflow: hidden;
    display: block;
}

.gsap-reveal-hero .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secColor);
    margin-left: -100%;
    z-index: 2;
}

.gsap-reveal-hero .reveal-wrap .reveal-content {
    line-height: 1.5;
    z-index: 1;
    display: block;
    transform: translateX(-100%);
}


/*--------------------------------------------------------------
# End gsap reveal
--------------------------------------------------------------*/

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    margin: 0;
    transform: translateY(-20px);
}

.owl-carousel .owl-nav button {
    position: absolute;
    background: #fff !important;
    width: 50px;
    height: 50px;
    color: var(--secColor) !important;
    outline: none;
    transition: 0.3s;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}

.owl-carousel .owl-nav button:hover {
    background-color: var(--secColor) !important;
    color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 3px;
    transition: 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secColor);
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .owl-carousel {
        width: 100% !important;
    }
    .owl-carousel .owl-nav {
        position: unset;
        top: 50%;
        width: 100%;
        height: auto;
        margin-top: 10px;
        transform: none;
        display: flex;
        justify-content: center;
    }
    .owl-carousel .owl-nav button {
        position: unset;
    }
}

@media (max-width: 575.98px) {
    .owl-carousel .owl-nav button {
        width: 35px;
        height: 35px;
    }
}


/*********** Start buttons ************/

.main-btn {
    padding: 7px 40px;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0 15px;
    font-family: "bahij_semiBold";
}

.main-btn.main {
    background-color: var(--secColor);
}

.main-btn.main:hover {
    background-color: var(--mainColor);
    color: #fff !important;
}

.main-btn.sec {
    background-color: var(--secColor);
}

.main-btn.sec:hover {
    background-color: var(--mainColor);
    color: #fff !important;
}

.main-btn.trans {
    background-color: rgba(255, 113, 59, 0.1);
    color: var(--secColor);
}

.main-btn.trans:hover {
    background-color: var(--secColor);
    color: #fff !important;
}

.main-btn.animate {
    overflow: hidden;
    z-index: 0;
    position: relative;
    background-color: var(--secColor);
    color: #fff;
}

.main-btn.animate:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--mainColor);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 0.5s 0s;
}

.main-btn.animate:hover {
    color: #fff !important;
}

.main-btn.animate:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.main-btn.animate.main {
    background-color: var(--secColor);
}

.main-btn.animate.main:before {
    background-color: var(--mainColor);
}

.main-btn.animate.sec {
    background-color: var(--mainColor);
    color: var(--mainColor);
}

.main-btn.animate.sec:before {
    background-color: var(--mainColor);
}

.main-btn.animate.trans {
    background-color: transparent;
    color: #fff;
    border: 1px solid var(--secColor);
}

.main-btn.animate.trans:before {
    background-color: var(--secColor);
}


/*********** End buttons ************/


/*--------------------------------------------------------------
# Start Main Heading
--------------------------------------------------------------*/

.main_heading h2 {
    color: #111;
    font-size: 38px;
    font-weight: 600;
}

.main_heading p {
    color: #9a9a9b;
    font-size: 14px;
}

.sp-link {
    display: inline-block;
    position: relative;
    color: #424143;
    font-weight: 600;
    font-size: 12px;
}

.sp-link i {
    color: var(--secColor);
    font-size: 17px;
    transform: translate(-2px, 3px);
}


/*--------------------------------------------------------------
# End Main Heading
--------------------------------------------------------------*/

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.custom_modal {
    text-align: center;
}

.custom_modal .modal-header {
    justify-content: center;
}

.custom_modal label {
    color: #7A7A7A;
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: start;
}

.custom_modal .input-box {
    display: flex;
    align-items: center;
    border: 1px solid #DCDCDC;
    box-shadow: none;
    height: 42px;
    background-color: #F8F8F8;
    padding: 0 10px;
    border-radius: 3px;
}

.custom_modal .input-box .icon {
    display: inline-block;
    border-inline-end: 1px solid #ccc;
    padding-inline-end: 10px;
}

.custom_modal .input-box .form-control {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.custom_modal .main-btn.whats {
    background-color: #1EC845;
}

.custom_modal .main-btn.whats:before {
    background-color: #2b8340;
}


/*--------------------------------------------------------------
# Start responsive
--------------------------------------------------------------*/

@media (max-width: 1199.98px) {
    .nav_bar .nav-list ul {
        gap: 0 25px;
    }
    .nav_bar .nav-list ul li a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .header-top .contact-info li {
        font-size: 14px;
    }
    .nav_bar .nav-list {
        position: fixed;
        top: 0;
        left: 0;
        background: #231f20;
        height: 100%;
        z-index: 999999;
        padding: 70px 25px 30px;
        width: 100%;
        display: block;
        transform: translateY(-100%);
        opacity: 0;
        transition: 0.5s;
        overflow: auto;
    }
    .nav_bar .nav-list::-webkit-scrollbar-track {
        background-color: #d7d7d7;
    }
    .nav_bar .nav-list::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }
    .nav_bar .nav-list::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: var(--mainColor);
    }
    .nav_bar .nav-list ul {
        gap: 15px 0;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    .nav_bar .nav-list ul li {
        transform: translateX(200px);
        opacity: 0;
        transition: 0.5s;
    }
    .nav_bar .nav-list ul li:nth-of-type(1) {
        animation-delay: 0.2s !important;
    }
    .nav_bar .nav-list ul li:nth-of-type(2) {
        animation-delay: 0.3s !important;
    }
    .nav_bar .nav-list ul li:nth-of-type(3) {
        animation-delay: 0.4s !important;
    }
    .nav_bar .nav-list ul li:nth-of-type(4) {
        animation-delay: 0.5s !important;
    }
    .nav_bar .nav-list ul li:nth-of-type(5) {
        animation-delay: 0.6s !important;
    }
    .nav_bar .nav-list ul li:nth-of-type(6) {
        animation-delay: 0.7s !important;
    }
    .nav_bar .nav-list ul li:nth-of-type(7) {
        animation-delay: 0.8s !important;
    }
    .nav_bar .nav-list ul li:nth-of-type(8) {
        animation-delay: 0.9s !important;
    }
    .nav_bar .nav-list ul li a {
        font-size: 35px;
        font-weight: 900;
        color: #fff;
    }
    .nav_bar .nav-list.open {
        transform: translateY(0%);
        opacity: 1;
    }
    .nav_bar .nav-list.open ul {
        opacity: 1;
        visibility: visible;
    }
    .nav_bar .nav-list.open ul li {
        animation: animate_links 1s ease-in-out forwards;
    }
    .nav_bar .dropdown_item:hover .dropdown_menu {
        display: block;
    }
    .nav_bar .dropdown_item .dropdown_menu {
        position: unset;
        margin-top: 0;
        min-width: auto;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .header_section blockquote p {
        font-size: 3rem;
    }
    .header_section blockquote span {
        font-size: 1.5rem;
    }
    .header_section .content blockquote {
        width: 100%;
        padding: 0 65px;
    }
    .advanced-search-banner .banner-box .search-btn .submit-btn,
    .advanced-search-banner .advance-search-form .search-box,
    .advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
        line-height: 45px !important;
    }
    .advanced-search-banner .search-box {
        background-color: transparent;
    }
    .advanced-search-banner .advance-search-form .search-box {
        display: block;
        padding: 20px;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
    }
    .advanced-search-banner .search-box .search-btn,
    .advanced-search-banner .search-box .search-item {
        margin-inline-end: 15px;
        background-color: #fff;
        border: 1px solid #D8EDE8 !important;
    }
    .advanced-search-banner .search-box .search-btn {
        border: 0 !important;
        margin: 0 !important;
    }
    .advanced-search-banner .advance-search-form .search-box>.search-item {
        flex: 0 0 31%;
        max-width: 31%;
        justify-content: flex-end;
    }
    .advanced-search-banner .advance-search-form .search-box>.search-item {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 10px;
    }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }
    .advanced-search-banner .search-box .search-btn .advanced-btn {
        max-width: 60px;
        flex: 0 0 60px;
        padding: 0;
        border: 1px solid #D8EDE8;
        border-radius: 4px;
        margin-inline-end: 10px;
    }
    .advanced-search-banner .input-group .form-control {
        height: 45px !important;
    }
    .advanced-search-banner .banner-box .search-btn .submit-btn {
        border-radius: 4px;
    }
    .advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box .search-item.checkbox-wrapper .form-check {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .advanced-search-banner .advanced-search-box:before {
        left: auto;
        right: 40px;
    }
    .about_section {
        padding: 70px 0px 50px;
    }
    .about_section .section-title-wrapper {
        margin-top: 80px;
        padding-inline-start: 0;
    }
    .image_side:after {
        right: 0;
    }
    .image-about-padding {
        padding-inline-start: 40px;
    }
    .contact_us_section {
        padding: 0 0 50px 0;
        text-align: center;
    }
    .contact_us_section .row {
        flex-direction: column;
        align-items: center;
    }
    .contact_us_section .top-column,
    .contact_us_section .center-column,
    .contact_us_section .bottom-column {
        max-width: 100%;
        flex: 100%;
        width: 100%;
    }
    .contact_us_section .top-column .widget-image {
        top: 70px;
    }
    .contact_us_section .bottom-column {
        justify-content: center;
        padding-top: 0;
    }
    .contact_us_section .center-column .widget-wrap {
        padding-inline-start: 0;
    }
    .services_section .col-custom {
        max-width: 25%;
        flex: 25%;
        margin-bottom: 30px;
    }
    .order-form_section .content {
        width: 100%;
    }
    .single_product_page .product-price {
        margin-top: 10px;
        margin-bottom: 0;
        text-align: start;
    }
    .single_product_page .rtcl-listing-order {
        position: unset;
        margin-top: 25px;
    }
    .header-top .top-left {
        display: none;
    }
    .header-top .top-left,
    .header-top .top-right {
        max-width: 100%;
        flex: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .product_box .product-content .item-title a {
        -webkit-line-clamp: unset !important;
    }
    .services_section .col-custom {
        max-width: 33.33%;
        flex: 33.33%;
    }
}

@media (max-width: 575.98px) {
    .header-top .contact-info-two li {
        margin-inline-end: 10px;
        font-size: 14px;
        padding-inline-end: 10px;
    }
    .header_section .content blockquote {
        padding: 0 60px;
    }
    .header_section blockquote p {
        font-size: 2rem;
    }
    .header_section blockquote span {
        font-size: 1.2rem;
    }
    .advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .advanced-search-banner .advanced-search-box .advanced-box.advanced-banner-box .search-item.checkbox-wrapper .form-check {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header_section blockquote p {
        white-space: pre-wrap;
    }
    .image_side .video-icon-wrapper {
        height: 260px;
    }
    .image-about-padding {
        padding-inline-start: 15px;
    }
    .image_side:after {
        height: calc(100% + 40px);
        transform: translateY(-20px);
    }
    .image_side .video-icon-wrapper .video-popup-icon {
        width: 30px;
        height: 30px;
    }
    .about_section .parallax-img img {
        width: 60px;
    }
    .product_box .product-content .item-title {
        font-size: 19px;
        line-height: 1.4;
    }
    .product_box .product-thumb .product-price .rtcl-price .rtcl-price-amount {
        font-size: 20px;
    }
    .section-title-wrapper .main-title {
        font-size: 25px;
        padding: 0 25px;
    }
    .section-title-wrapper .description p {
        font-size: 14px;
        padding: 0 25px;
    }
    .services_section .col-custom {
        max-width: 50%;
        flex: 50%;
    }
    .section-title-wrapper .bg-title-wrap .background-title {
        font-size: 58px;
    }
    .section-title-wrapper .bg-title-wrap {
        right: 0;
    }
    .products_section {
        padding: 100px 0 60px;
    }
    .services_section {
        padding: 80px 0 40px;
    }
    .order-form_section {
        margin-top: -230px;
    }
    .order-form_section .box-form {
        padding: 30px 20px;
    }
    .order-form_section .box-form h4 {
        font-size: 22px;
    }
    .order-form_section .box-form p {
        width: 100%;
        font-size: 14px;
    }
    .single_product_page {
        padding: 30px 0;
    }
    .single_product_page .product-heading .product-title {
        font-size: 26px;
    }
    .single_product_page .product-price .rtcl-price-amount {
        font-size: 23px;
    }
    .single_product_page .amenities-list li {
        width: 50%;
    }
    .single_product_page .product-overview .product-details .amenities-list li {
        width: 100%;
    }
    .single_product_page .product-details .amenities-list li:nth-of-type(odd) {
        background: #ffffff;
    }
    .single_product_page .product-details .amenities-list li:nth-of-type(even) {
        background: rgba(56, 160, 217, 0.1019607843);
    }
    .single_product_page .product-overview .overview-list ul li {
        flex: 0 0 100%;
    }
    .single_product_page .product-location iframe {
        height: 300px;
    }
}

@media (max-width: 400px) {
    .services_section .col-custom {
        max-width: 100%;
        flex: 100%;
    }
}


/*--------------------------------------------------------------
# End responsive
--------------------------------------------------------------*/


/*# sourceMappingURL=style.css.map */

.contact_footer {
    padding: 100px 0 70px;
}

.contact_footer .head-with-border {
    margin-bottom: 50px;
}

.box_contact {
    box-shadow: 0px 8px 28px rgba(206, 204, 204, 0.32);
    border-radius: 8px;
    padding: 27px 29px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 40px;
    min-height: 110px;
    transition: 0.5s;
}

.box_contact:hover {
    background: var(--mainColor);
    color: #fff;
    -webkit-padding-start: 50px;
    padding-inline-start: 50px;
}
