@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
    background-color: #000;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/
@font-face {
    font-family: 'berlleigh';
    src: url(../fonts/Berlleigh.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'berlleigh';
    font-size: 64px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'berlleigh';
    font-size: 50px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'berlleigh';
    font-size: 35px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: 'berlleigh';
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #232020;
    border-radius: 50px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
}

.menuSec ul li a:hover {
    color: #000000;
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
}

.menuSec ul li a i {
    margin-left: 10px;
    font-size: 12px;
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000000;
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
    border-radius: 20px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

/*Media Query End*/

.container-fluid {
    padding: 0px 5%;
}

.themebtn1 {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: 1px solid #8a6323;
    text-decoration: none;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 5px 5px 20px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_icon1 {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.btn_icon1 img {
    width: 16px !important;
    height: 15px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    filter: brightness(0) saturate(100%) invert(0%) sepia(12%) saturate(7491%) hue-rotate(347deg) brightness(108%) contrast(95%);
}

.themebtn1:hover .btn_icon1 img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    transform: translateX(5px);
}

.themebtn1:hover .btn_icon1 {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
}

.themebtn1:hover {
    border: 1px solid #c3a458;
    color: #c3a458;
    background: #ffffff;
}

.headerbtn {
    text-align: end;
}

.menuSection {
    /* background-color: #0a0a0a; */
    position: absolute;
    width: 100%;
    z-index: 99;
}

/* banner */

section.main_slider {
    background: #000;
    padding: 8% 0 50px;
}

/* .bnr_bg img {
    height: 750px;
    width: 100%;
    object-fit: cover;
} */

.banner_txt h2 {
    color: #ffffff;
}

.banner_left {
    background: linear-gradient(160deg, rgba(40, 43, 48, 1) 0%, rgba(16, 18, 19, 1) 50%, rgba(15, 16, 17, 1) 100%);
    padding: 15px 15px;
    border-radius: 20px;
    border: 1px solid #383629;
    height: 690px;
}

.bnr_white_box {
    border-radius: 20px;
    padding: 15px;
    background-color: #000000;
    margin-top: 0px;
    border: 1px solid #ffffffad;
}

.bnr_white_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bnr_white_box h3 {
    font-size: 24px;
    color: #ffffff;
}

.bnr_wh_img img {
    border-radius: 20px;
    height: 230px;
    width: 290px;
    object-fit: cover;
}

li.bnr_wh_img {
    width: 40%;
    text-align: end;
}

li.bnr_wh_txt {
    width: 60%;
}

.bnr_wh_txt p {
    margin: 5px 0 20px;
}

.banner_txt {
    padding: 56px 28px;
}

.banner_txt .themebtn1 {
    margin-top: 20px;
    background: #000;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.banner_img img {
    height: 690px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.banner_img {
    position: relative;
}

.bnr_right {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    border: 1px solid #ad9383;
    border-radius: 20px;
    padding: 20px;
    background-color: #00000070;
}

.bnr_right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bnr_right h3 {
    color: #ffffff;
    font-size: 24px;
}

.bnr_right p {
    margin: 5px 0 20px;
    color: #ffffffb8;
}

.bnr_right span {
    color: #ffffff;
    font-size: 14px;
}

.rating {
    color: #ffffff;
    font-size: 12px;
}

.bnr_white_box .themebtn1 {
    border: 1px solid #ffffff;
}

.bnr_white_box .themebtn1:hover {
    border: 1px solid #8a6323;
}

/* banner */

/* about */

.abt {
    background-color: #14171d;
    padding: 120px 0;
}

.abt_img {
    position: relative;
}

.abt_img>img {
    height: 570px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
}

img.about-round {
    position: absolute;
    left: 40%;
    top: 30%;
    width: auto !important;
    background: #ffffffcf;
    padding: 10px;
    border-radius: 50%;
    transition: transform 0.7s linear;
    animation: rotate 7s infinite linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.abt_right h5 {
    color: #ffffff;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 230px;
}

.abt_right h5::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #87898c;
    width: 215px;
    height: 1px;
    z-index: 1;
}

.abt_right h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.abt_right h6 {
    color: #c4a65a;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.abt_right p {
    margin-bottom: 20px;
    color: #87898c;
}

.abt_right ul {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 100px;
    position: relative;
}

.abt_right ul::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 35%;
    background-color: #87898c;
    width: 1px;
    height: 70px;
    z-index: 1;
}

.abt_counter h3 {
    font-size: 40px;
    color: #ffffff;
}

.abt_counter h4 {
    color: #ae9554;
    font-size: 14px;
}

.abt_counter {
    text-align: center;
    padding: 0 20px;
}

/* about */

/* Featured Turnkey Accommodations */

.feature {
    padding: 120px 0;
}

.feature_img img {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    object-fit: cover;
    border-bottom: 1px solid #959291;
}

.feature_txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.feature_txt span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 0 10px;
}

.f_price {
    font-size: 17px;
}

.f_price_total {
    text-decoration: underline;
}

.feature_txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.feature_txt {
    padding: 30px 20px;
}

.feature_card {
    border: 1px solid #b5b6b8;
    border-radius: 20px;
}

.feature_img {
    position: relative;
}

.f_rating {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    background-color: #ffffff;
}

.f_rating i {
    color: #c7a95d;
}

.f_icon img {
    height: 25px;
    width: 30px;
    object-fit: contain;
}

.f_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature_slider .slick-slide {
    opacity: 1;
}

.feature_slider .slick-prev,
.feature_slider .slick-next {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #c4a861;
    border: 1px solid #c4a861;
    transition: all ease-in .3s;
}

.feature_slider .slick-prev:hover,
.feature_slider .slick-next:hover {
    border: 1px solid #c4a861;
    background: #ffffff;
}

.feature_slider .slick-prev:before,
.feature_slider .slick-next:before {
    display: none;
}

.feature_slider .slick-prev img,
.feature_slider .slick-next img {
    height: 15px;
    width: 15px;
    object-fit: contain;
    transition: all ease-in .3s;
}

.feature_slider .slick-prev:hover img,
.feature_slider .slick-next:hover img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(57%) saturate(321%) hue-rotate(5deg) brightness(88%) contrast(87%);
}

.feature_card .themebtn1 {
    border: 1px solid #fff;
}

.feature_card .themebtn1:hover {
    border: 1px solid #fff;
    border: 1px solid #8a6323;
}

/* Featured Turnkey Accommodations */

/* services */

.services {
    padding: 100px 0;
    background-color: #000;
}

.services_heading {
    margin-bottom: 30px;
    text-align: center;
}

.services_heading h2 {
    color: #ffffff;
}

.services_heading p {
    margin: 0 auto;
    width: 50%;
    color: #898a89;
}

.service_txt {
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 20px 20px;
    transition: all ease-in .3s;
}

.service_img img {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 10px;
}

.service_txt h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
    transition: all ease-in .3s;
}

.service_txt p {
    color: #a9aaab;
    margin-bottom: 10px;
    transition: all ease-in .3s;
}

.service_card {
    background-color: #27282c;
    padding: 10px;
    border-radius: 20px;
    transition: all ease-in .3s;
}

.service_card:hover {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
}

.service_card:hover .service_txt {
    border: 1px solid #000000;
}

.service_card:hover .service_txt h3 {
    color: #000000;
}

.service_card:hover .service_txt p {
    color: #7b744d;
}

.service_card:hover .themebtn1 {
    border: 1px solid #312e1f;
    background: #f7e89a;
}

.service_slider .slick-slide {
    opacity: 1;
}

.service_slider .slick-prev,
.service_slider .slick-next {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #c4a861;
    border: 1px solid #c4a861;
    transition: all ease-in .3s;
}

.service_slider .slick-prev:hover,
.service_slider .slick-next:hover {
    border: 1px solid #c4a861;
    background: #ffffff;
}

.service_slider .slick-prev:before,
.service_slider .slick-next:before {
    display: none;
}

.service_slider .slick-prev img,
.service_slider .slick-next img {
    height: 15px;
    width: 15px;
    object-fit: contain;
    transition: all ease-in .3s;
}

.service_slider .slick-prev:hover img,
.service_slider .slick-next:hover img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(57%) saturate(321%) hue-rotate(5deg) brightness(88%) contrast(87%);
}

.service_slider .slick-prev {
    left: -60px;
}

.service_slider .slick-next {
    right: -60px;
}

.d_block {
    display: block;
}

/* services */

/* why choose us */

.wcu {
    padding: 120px 0;
    background: #14171d;
}

.wcu_left p {
    margin-bottom: 20px;
}

.wcu_left ul li {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-left: 30px;
    position: relative;
}

.wcu_left ul li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -30px;
    background-image: url(../images/check-list.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    z-index: 1;
}

.wcu_left .themebtn1 {
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.wcu_left .themebtn1:hover {
    border: 1px solid #8a6323;
}

.wcu_right {
    text-align: end;
    position: relative;
}

.wcu_right img {
    height: 520px;
    width: 85%;
    object-fit: cover;
    border-radius: 20px;
}

img.wcu_sm_img {
    position: absolute;
    bottom: 0;
    left: 0px;
    border: 7px solid #ffffff;
    border-radius: 20px;
    height: 270px;
    width: 250px;
    object-fit: cover;
    z-index: 1;
}

/* why choose us */

/* Professional Property Management */

.prof_property {
    background: url(../images/s-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 85px 0;
    position: relative;
}

.prof_property::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111419f0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.prof_property .row {
    position: relative;
    z-index: 1;
}

.prof_property_img img {
    height: 570px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.prof_property_txt h2 {
    color: #ffffff;
}

.prof_property_txt p {
    color: #898a89;
}

.prop_flx_txt h3 {
    color: #ffffff;
    font-size: 24px;
}

.prop_flx {
    display: flex;
    margin: 20px 0;
    gap: 20px;
    align-items: baseline;
}

.prop_flx_img img {
    height: 40px;
    width: 70px;
    object-fit: contain;
}

.prof_property_txt {
    padding: 0 30px;
}

/* Professional Property Management */

/* testimonial */

.testimonial {
    padding: 120px 0;
}

.tst_card {
    padding: 40px 30px;
    border-radius: 20px;
    background-color: #0d0e0f;
    transition: all ease-in .3s;
    border: 1px solid #ffff;
}

.tst_card h5 {
    color: #ffffff;
    font-size: 22px;
    transition: all ease-in .3s;
    margin-bottom: 3px;
}

.tst_card h6 {
    color: #9f884b;
    font-size: 14px;
    transition: all ease-in .3s;
    font-weight: 600;
}

.tst_card p {
    margin: 15px 0;
    color: #868787;
    transition: all ease-in .3s;
}

.tst_card ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tst_rating i {
    color: #f9ae0e;
    font-size: 14px;
    transition: all ease-in .3s;
}

.avatar img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.tst_card:hover {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
}

.tst_card:hover h5,
.tst_card:hover h6,
.tst_card:hover .tst_rating i {
    color: #000000;
}

.tst_card:hover p {
    color: #7f7951;
}

.test_slider .slick-slide {
    opacity: 1;
}

.test_slider .slick-prev,
.test_slider .slick-next {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #000000;
    transition: all ease-in .3s;
}

.test_slider .slick-prev:hover,
.test_slider .slick-next:hover {
    border: 1px solid #000000;
    background: #000000;
}

.test_slider .slick-prev:before,
.test_slider .slick-next:before {
    display: none;
}

.test_slider .slick-prev img,
.test_slider .slick-next img {
    height: 15px;
    width: 15px;
    object-fit: contain;
    transition: all ease-in .3s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(82%) saturate(19%) hue-rotate(289deg) brightness(95%) contrast(104%);
}

.test_slider .slick-prev:hover img,
.test_slider .slick-next:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7434%) hue-rotate(300deg) brightness(109%) contrast(109%);
}

.test_slider .slick-prev {
    left: -60px;
}

.test_slider .slick-next {
    right: -60px;
}

/* testimonial */

/* Contact us */

.contact {
    background-color: #0d0e0f;
    padding: 90px 0;
}

.contact_left form input,
.contact_left form select,
.contact_left form textarea {
    height: 60px;
    font-size: 12px;
    padding: 15px 30px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
}

.contact_left form input::placeholder {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.contact_left select {
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 600 !important;
    background-image: url(../images/selectarrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
    padding: 0px 20px;
}

.contact_left form textarea {
    resize: none;
    height: 220px;
    border-radius: 20px;
}

.contact_img img {
    height: 752px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 20px 20px 0px;
}

.contact .row_white_bg {
    background-color: #ffffff;
    border-radius: 20px;
}

.contact_left {
    padding: 60px 50px;
}

.contact_left h5 {
    color: #c4a65a;
    font-size: 24px;
}

.contact_left form button {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    transition: all ease-in .3s;
}

.contact_left form button:hover {
    background: #000;
    color: #fff;
}

.contact_left p {
    margin-bottom: 20px;
}

/* Contact us */


/* footer*/

.footerSec .container-fluid {
    padding: 0 5%;
}

section.newsletter_sec.sec {
    background: #0a0a0a;
    padding: 50px 0;
    border-bottom: 1px solid #252525;
}

.news_update {
    display: flex;
    align-items: center;
    gap: 30px;
}

.news_update img {
    object-fit: scale-down;
    width: fit-content;
}

.update_text h3 {
    color: #ffffff;
    font-size: 24px;
}

.update_text p {
    color: #ffffff;
    width: 85%;
}

.news_input form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.news_input input {
    width: 100%;
    height: 57px;
    padding: 0 0 0 30px;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #919191;
    border-radius: 40px;
    font-family: 'Montserrat';
}

.news_input input::placeholder {
    color: #7f7f7f;
    font-weight: 500;
    text-transform: uppercase;
}

.news_input button {
    width: 340px;
}

.ftr_links h4,
.quick_links h4,
.service_links h4,
.cont_links h4 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ftr_links p {
    margin: 25px 0;
    width: 95%;
    color: #d2d4d6;
    font-weight: 500;
}

.ftr_links,
.quick_links,
.service_links,
.cont_links {
    margin-top: 90px;
    margin-bottom: 65px;
}

.quick_links ul li {
    margin-bottom: 10px;
}

.quick_links ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.footerSec {
    background-color: #0a0a0a;
}

.service_links ul li {
    margin-bottom: 30px;
}

.service_links ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.cont_links ul li {
    margin-bottom: 50px;
}

.cont_links ul li a {
    display: flex;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    align-items: flex-start;
    gap: 20px;
}

.cont_links img {

    margin-top: 5px;
}

.footer-btm {
    border-top: 1px solid #252525;
    padding: 20px 0;
}

.copy-txt {
    text-align: center;
}

.copy-txt p {
    color: #ffffff;
}

.social_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    margin-top: 50px;
}

.social_links a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #dfdfdf;
    color: #dfdfdf;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.social_links a:hover {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
    transition: 0.5s;
    color: #fff;
}

.service_links {
    float: right;
}

.cont_links {
    padding-left: 30px;
}

/* footer */

/* inner pages */

.inr_banner {
    background: url(../images/inr_bnr_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.inr_banner h1 {
    font-size: 44px;
    padding: 0 30px;
}

/* inner pages */

/*Inner Contact Us Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #414141;
    color: #000;
    border-radius: 50px;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact2 ul li p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}

.contact1 button {
    border: none;
}

.contact2 .icon i {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
}

.contact2 .icon i {
    font-size: 35px;
    color: #000000;
}

section.contact_us {
    padding: 80px 0;
}

.map {
    margin-top: 50px;
}

.contact1 textarea {
    border-radius: 10px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-weight: 600;
}

.contact1 {
    position: relative;
    width: 95%;
}

img.contact_img_1 {
    position: absolute;
    left: 0;
    top: -30px;
}

img.contact_img_2 {
    position: absolute;
    right: -20px;
    top: 30px;
}

.contact1 h2 {
    color: #ffffff !important;
    font-size: 45px;
    margin-bottom: 10px;
}

.contact2 h2 {
    color: #ffffff !important;
    font-size: 45px;
    margin-bottom: 10px;
}

/*Inner Contact Us End*/

/* free consultation page */

.free_consult {
    padding: 120px 0;
}

.free_consult_1 input,
.free_consult_1 select,
.free_consult_1 textarea {
    height: 60px;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid #999999;
    box-shadow: none;
    color: #ffffff;
    font-weight: 500;
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
}

.free_consult_1 select {
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.free_consult_1 textarea {
    resize: none;
    height: 200px;
    border-radius: 30px !important;
}

.free_consult_1 input::placeholder,
.free_consult_1 textarea::placeholder {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.free_consult_checkbox label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.free_consult_checkbox {
    padding: 0 15px 20px;
}

.free_consult_checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 0;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%) border-box;
}

.free_consult_checkbox input[type="checkbox"]:checked {
    background: #000;
    border: 2px solid transparent;
    position: relative;
}

.free_consult_checkbox input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: -2px;
    left: -1px;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.free_consult_checkbox div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.free_consult_checkbox label {
    cursor: pointer;
    font-size: 14px;
}

.free_consult p {
    font-weight: 500;
    color: #000;
    padding: 0 18px 10px;
}

/* free consultation page */

/* Home Decor Services */

.servicepage {
    padding: 120px 0;
}

.servicepage .service_card {
    background: #f6f6f6;
    margin-bottom: 40px;
}

.servicepage .service_txt {
    background: #222428;
}

.servicepage .service_card:hover {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
}

.servicepage .service_card:hover .service_txt {
    background: transparent;
}

.watch-video {
    background-color: #0e0f10;
    padding: 70px 0;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.4);
}

.video-slide .slick-slide.slick-active img {
    width: 271px;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
    object-position: top;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.video-slide .slick-track {
    display: flex;
    align-items: center;
}

.vido-img img:not(a img) {
    border: 5px solid #fff;
}

.vido-img {
    position: relative;
}

.vido-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.vido-img a img {
    width: 52px !important;
    height: 56px !important;
    object-fit: cover;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center .vido-img:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/cnetr-ply-scrol.png);
    background-size: contain;
    bottom: 9%;
    left: 15%;
    background-repeat: no-repeat;
}

.video-slide .slick-slide.slick-active .vido-img:after {
    content: '';
    position: absolute;
    width: 62%;
    height: 19px;
    background: url(../images/activ-ply.png);
    background-size: cover;
    bottom: 7%;
    left: 19%;
    background-repeat: no-repeat;
}

.video-slide .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #6785ff;
    font-size: 25px;
}

.video-slide .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color: #6785ff;

}

.video-slide .slick-next:hover:before,
.video-slide .slick-prev:hover:before {
    color: #0062a6;
}

.video-slide .slick-slide {
    margin: 0 20px;
}

.video-slide .slick-active {
    opacity: 1;
}

.watch-heading {
    text-align: center;
}

.watch-heading h2 {
    color: #fff;
}

.watch-heading p {
    font-size: 14px;
    width: 50%;
    color: #8b8c8d;
    line-height: 25px;
    margin: 0 auto;
}

/* Home Decor Services */

/* Home Decor Services detail */

.home_sd {
    padding: 100px 0;
}

.home_sd_left img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.home_sd_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.home_sd_right p {
    margin-bottom: 20px;
}

/* Home Decor Services detail */


/* Properties Page Css Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top select {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #bdbdbd87;
    color: #000;
    background-color: #fff;
    /* appearance: auto; */
    /* line-height: 60px; */
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 100%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.show-prg-num a {
    font-size: 13px;
    font-weight: 500;
    color: #9e9b9b;
    padding: 0 2px;
    transition: 0.5s;
    padding: 0;
}

.show-prg-num p {
    font-size: 14px;
}

.show-prg-num {
    gap: 5px;
}

.show-prg-num a:hover {
    color: #a58144;
}

.showing-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    width: 100%;
}

.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100% !important;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: #000;
}

section.collection-side {
    padding: 100px 0;
    position: relative;
}

section.collection-side .properties-card-main {
    margin: 0 0 20px 0;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar-txt h5 {
    /* color: #fff; */
    font-size: 23px;
}

.product-bar form {
    position: relative;
}

.product-bar h5 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 80px;
    font-family: 'berlleigh';
}

.product-bar {
    width: 100%;
    /* height: 100%; */
    border: 1px solid #cccccc38;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.range-slider {
    width: 100%;
    position: relative;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-slider input {
    border: none;
}

.range-slider .rangeValues {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0px !important;
    height: 0;
    top: -15%;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #8f6115;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #8f6115;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #8f6115;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #006df0;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #006df0;
}

.product-bar1 a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #ecedee;
    margin-bottom: 16px;
    padding-bottom: 10px;
    transition: 0.5s;
    font-family: 'Montserrat';
    font-weight: 600;
}

.product-bar1 {
    margin: 50px 0;
}

.product-bar1 h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.product-bar1 a:hover {
    color: #caae67;
    padding-left: 2px;
    font-weight: 500;
}

.grid-view {
    /* display: flex; */
    /* gap: 15px; */
    /* color: #000; */
    /* position: relative; */
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a58144;
    overflow: hidden;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.pro-grid-view .w-full {
    width: 50%;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: #fff;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.grid-view p {
    color: #ff7f00;
}

.grid-view:hover .grid-view-badge {
    display: block;
}

.grid-view-badge {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px;
    background: #a58144;
    border-radius: 5px;
    z-index: 9;
    display: none;
}

.grid-view-badge::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 10px;
    background-color: #a58144;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.grid-view-badge h6 {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0;
}

.large-grid-view-class .col-lg-4 {
    width: 50%;
}

.list-view-class .col-lg-4 {
    width: 100%;
}

.row.product-grid.grid-view-class .col-lg-4 {
    width: 33.33333%;
}

.view-grid1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.view-grid1 a i {
    color: #888888;
}

.view-grid1 a i:hover,
.view-grid1 a.active i {
    color: #a58144;
}


.feature_txt1 h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.feature_txt1>a {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: fit-content;
}

.feature_txt1>a i {
    color: #c7a95d;
    margin-right: 5px;
    font-size: 17px;
}

.feature_txt1 ul li {
    font-size: 12px;
    font-weight: 500;
    color: #989898;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
}

.feature_txt1 ul {
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.feature_txt1 ul>li:last-child {
    border-right: none;
}

.feature_txt1 {
    padding: 30px 20px 10px;
}

.right-side-top select {
    width: 100%;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 600 !important;
    background-image: url(../images/prp-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center;
    /* background-size: 10px; */
    /* padding: 0px 20px; */
    border-radius: 5px;
}

.right_prp_slect {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.right-side-top input {
    height: 50px;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    color: #ffffff;
    font-weight: 600;
    background-color: #fffffffc;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
}

/*Properties Page Css Ends*/

/* faq */

.faq {
    padding: 100px 0;
    background-color: #000;
}

.faq-head {
    text-align: center;
    margin-bottom: 30px;
}

.faq-head h2 {
    color: #fff;
}

.faq-head p {
    font-size: 14px;
    width: 50%;
    color: #8b8c8d;
    line-height: 25px;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 30px;
}

.accordion-item {
    border-radius: 40px;
    /* padding: 10px; */
    background: #ffffff;
}

.accordion-item:last-of-type {
    border-radius: 50px;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 50px !important;
}

.accordion-button {
    background: linear-gradient(0deg, rgba(255, 243, 162, 1) 0%, rgba(150, 106, 29, 1) 100%);
    border-radius: 50px !important;
    height: 80px;
    font-family: 'berlleigh';
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    padding: 0 40px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 40px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 30px;
    transition: transform 0.2s ease-in-out;
}

.accordion-item:first-of-type {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background: #ffffff;
    box-shadow: unset;
    padding: 20px 30px;
    border-radius: 30px 30px 0 0 !important;
}

.accordion-body {
    padding: 0 30px 40px;
    border-radius: 30px 30px 30px 30px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
}

/* faq */

/* project management detail */

.proddet {
    padding: 120px 0;
}

.proddet_main img {
    height: 370px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.slider-nav img {
    height: 130px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.slider-nav .slick-slide {
    margin: 0px 10px;
    opacity: 1;
}

.slider-for .slick-slide {
    margin: 0px 10px;
}

.proddet_main {
    position: relative;
}

.proddet_main a {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #000;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pr_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #c7a95d;
    margin-bottom: 10px;
}

.proddet_right p {
    margin-bottom: 20px;
}

.proddet_right>a {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.proddet_right>a i {
    color: #c7a95d;
    margin-right: 5px;
    font-size: 17px;
}

ul.pr_box1 li {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
    font-family: "Montserrat", sans-serif;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

ul.pr_box1 li::before {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #c7a95d;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
}

ul.pr_box2 li {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    font-family: "Montserrat", sans-serif;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

ul.pr_box2 li::before {
    height: 15px;
    width: 15px;
    background: url(../images/check-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
}

ul.pr_box_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.prd_btm {
    margin-top: 50px;
}

.prd_btm p {
    margin-bottom: 20px;
}

.prd_btm>ul {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}

ul.prd_btm_inr li {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    color: #7f7f7f;
}

ul.prd_btm_inr li::before {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #c7a95d;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
}

/* project management detail */

/* accomodation */

.acc_charge {
    color: #ffffff;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: none !important;
}

.acc_charges {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: none !important;
    text-decoration: underline;
}

.acc_charge_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.feature_txt1 p {
    text-transform: none !important;
    font-size: 12px;
}

ul.acul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

ul.acul li {
    color: #ffffff;
    font-weight: 600;
}

/* accomodation */