@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');

.section-padding{
    padding-top: 50px !important;
    /* padding-bottom: 50px !important; */
}
.section-padding-top{
    padding-top: 50px !important;
}
.section-padding-bottom{
    padding-bottom: 50px !important;
}
.header-top-area{
    background: var(--secondary-color) !important;
}
.btn__primary {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    color: white;
    font-family: 'Exo', sans-serif;
    padding: 20px 30px;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: all 0.15s ease;
}
.btn__primary::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--primary-color);
    position: absolute;
    right: -1px;
    bottom: -1px;
    transition: all 0.15s ease;
    z-index: -1;
}
.btn__primary:hover {
    color: white;
}
.btn__primary::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--secondary-color);
    position: absolute;
    right: -1px;
    bottom: -1px;
    transition: all 0.15s ease;
    z-index: -1;
}
.btn__primary:hover::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
/* .main-menu ul li.active:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: var(--primary-color);
    bottom: 4px;
    left: 42%;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s linear;
    transition: all 0.25s ease-in;
    border-radius: 50%;
} */


/* breadcrumb */

.breadcrumb__area {
    position: relative;
    z-index: 3;
    margin: 0;
}
.breadcrumb-space {
    padding: 65px 0 65px;
}
.theme-bg-heading-primary {
    background-color: var(--secondary-color);
}
.overflow-hidden {
    overflow: hidden !important;
}
.breadcrumb__background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 30%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}
.breadcrumb__content {
    position: relative;
    z-index: 6;
}
.text-center {
    text-align: center !important;
}
.breadcrumb__title {
    margin-bottom: 23px;
}
.title-animation {
    overflow: hidden;
}
.color-white {
    color: white;
}
.breadcrumb__menu {
    position: relative;
    background: #3a3a3aad;
    border-radius: 3px;
    padding: 5px 19px;
}
.breadcrumb__menu ul {
    gap: 4px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb__menu ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--rr-ff-robo);
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height:20px;
    color: white;
}
.breadcrumb__menu ul li a {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}
.breadcrumb__menu ul li.link:after {
    content: "";
    right: -13px;
    top: calc(50% - 2.5px);
    border-radius: 500px;
    position: absolute;
    width: 6px;
    height: 6px;
    background: white;
}
.breadcrumb__menu ul li a:hover {
    color: white;
    text-decoration: underline;
}
.breadcrumb__menu ul li.active {
    font-weight: 400;
}

.breadcrumb__menu ul li a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: white;
}

.breadcrumb__title{
font-family:'Exo', sans-serif;;
font-weight: normal;
font-size: 50px;
text-align: center;
}
/* breadcrumb */

/* ABOUT US */
.shape-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background-color: var(--primary-color);
    opacity: 0.8;
    z-index: 1;
    border-bottom-right-radius: 140px;
}
.qu-about-us.layout-2 .cover-mockup img {
    width: 100%;
    height: var(--height);
    object-fit: cover;
    object-position: center;
}


.gryscal {
    filter: grayscale(1);
}
.cover-mockup img:hover.gryscal{
    filter: grayscale(0);
}
.qu-about-us.layout-2 .cover-mockup .experience .number {
    font: 800 100px / 0.9 "Teko", sans-serif;
    color: white;
    text-shadow: 2px 0 0 var(--secondary-color), 0 2px 0 var(--secondary-color), -2px 0 0 var(--secondary-color), 0 -2px 0 var(--secondary-color);
    margin-bottom: -5px;
}
.qu-about-us.layout-2 .cover-mockup .experience h6 {
    font-family: "Teko", sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}
.qu-about-us.layout-2 .cover-mockup .experience h6 {
    font-family: "Teko", sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
}
.section-title h6 {
    color:#121212;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family:  'Exo', sans-serif;
    font-weight: 500;
}
.section-title h6::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
    /* box-shadow: 0 0 0 5px #E9EAEE; */
    box-shadow: 0 0 0 5px #cbcbcb;
}
/* .section-title h2 {
    color: var(--secondary-color);
    font-weight: 600;
    line-height: 1.35;
    max-width: 440px;
    font-size: 45px !important;
    font-family:  'Exo', sans-serif;
} */
.section-title h2 {
    color: var(--secondary-color);
    font-weight: 600;
    line-height: 1.35;
    max-width: 440px;
    font-size: 33px !important;
    font-family: 'Exo', sans-serif;
}
.section-title p {
    max-width: 480px;
    color: var(--secondary-color);
    line-height: 1.67;
    margin-top: 30px;
}
.qu-about-us.layout-2 .bullet-list {
    margin-top: 30px;
}
.qu-about-us.layout-2 .bullet-list li {
    position: relative;
    padding-left: 25px;
    max-width: 400px;
}
.qu-about-us.layout-2 .bullet-list li::before {
    content: '\f00c';
    color: #938e8e;
    /* width: 10px; */
    /* height: 10px; */
    /* border-radius: 50%; */
    /* background-color: var(--secondary-color); */
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
}
.qu-about-us.layout-2 .bullet-list li + li {
    margin-top: 15px;
}

.qu-about-us.layout-2 .bullet-list li {
    position: relative;
    padding-left: 25px;
    max-width: 400px;
    font-size: 17px;
    color: black;
}
.blog-single {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #bfbfbf;
}
.blog-layout2 .blog-single .blog-img {
    transform: translateX(-15px);
}
.blog-single .blog-audio, .blog-single .blog-img {
    position: relative;
    /* background-color: #f1f5f4; */
    margin: -1px;
}
.blog-layout2 .blog-single .blog-img img {
    width: 100%;
    object-fit: cover;
}
.blog-layout2 .blog-single .blog-content {
    overflow: hidden;
    padding: 40px 40px 40px 20px;
}
.blog-single .blog-meta {
    margin-bottom: 4px;
}
.blog-meta span:last-child, .blog-meta a:last-child {
    margin-right: 0;
}

.blog-meta span, .blog-meta a {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    /* font-family: var(--title-font); */
    transition: all 0.5s ease;
}
.blog-meta span i, .blog-meta a i {
    margin-right: 10px;
    color: var(--primary-color);
    transition: all 0.5s ease;
}
.blog-layout2 .blog-single .blog-title {
    font-size: 24px;
}

.blog-single .blog-title {
    font-size: 20px !important;
    margin-bottom: 15px;
    line-height: 1.2;
}
.blog-title a:hover{
    color: var(--secondary-color);
}
.blog-layout2 .blog-single .blog-text {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.section-title .about-sub-title{
    font-size: 20px !important;
}

/* ABOUT US */

/* CONTACT US */

.section-title p {
    /* max-width: 480px; */
    color: var(--secondary-color);
    line-height: 1.67;
    margin-top: 30px;
    text-align: justify;
}
 .feedback-item {
    background-color: #f5f5f5;
    position: relative;
    padding: 25px;
    z-index: 1;
}
 .feedback-item .quote-header {
    display: flex;
    gap: 25px;
    /* margin-bottom: 60px; */
}
.feedback-item .quote-header .avatar {
    border: 1px solid #ababab;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
 .feedback-item .quote-header .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
}
.feedback-item .quote-icon {
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #7a7a7a;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(75% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    font-size: 25px;
}
.info p a{
    color: black;
    font-size: 17px;
}

.info .name {
    font-family: 'Exo', sans-serif;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 5px;
    font-size: 20px;
}

.feedback-item {
    min-height: 150px;
}
.contact-one {
    position: relative;
    background-color: #fbfbfbc7
}
.contact-one .contact-one__content {
    position: relative;
    background: #F4F4F4;
    padding: 50px;
    margin: 8px 0 0;
}
.form-one__group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-row-gap: 24px;
    margin: 0;
}
.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}
.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}


/* CONTACT US */
.hotline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: black;
}
.hotline span {
    font-size: 14px;
    line-height: 1.5;
    color: var(--secondary-color);
}
.hotline b {
    display: block;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 20px;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    transition: 0.2s ease-out;
    background-image: linear-gradient(to right, black 45%, white 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    color: black;
}

.logo h1{
    text-transform: uppercase; 
    font-size: 35px;
}


/* REQUEST QUOTE */
.form-form {
    display: block;
  }
  
  .form-field-wrapper,
  .form-input,
  .is-select-input,
  .is-text-area {
    width: 100%;
  }
  
  .form-field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .form-label {
    margin-bottom: 0;
    max-width: 80px;
    color: #1e1c2a;
    font-weight: 600;
  }
  
  .form-input, .is-select-input, .is-text-area {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    /* background: transparent; */
    padding: 0.5rem 1rem;
    min-height: 3rem;
    color: #000;
    font-size: inherit;
  }
  
  .form-input:focus, .is-select-input:focus, .is-text-area:focus {
    border-color: var(--primary-color);
  }
  
.contact-form1 {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}
.appointment-one__shape-1 {
    position: absolute;
    top: 44px;
    right: 40px;
}
.appointment-one__shape-1 img {
    width: 15px;
    filter: brightness(0.4) invert(1);
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}
.contact-form-header {
    margin-bottom: 30px;
}


.contact-form-header p {
    color: var(--color-black);
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-icon {
    position: relative;
}

.form-group .form-icon i {
    position: absolute;
    top: 19px;
    left: 20px;
    color: var(--primary-color);
    z-index: 1;
}

.form-group .form-icon .form-control, .form-group .form-icon .form-select {
    padding-left: 50px;
}
.form-group .form-control, .form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 8px;
    background-color: white;
    /* color: var(--secondary-color); */
    border-color: rgba(0, 0, 0, 0.08) ;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    /* border-radius: var(--bs-border-radius); */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cs_about_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    /* margin-bottom: 45px; */
}
.cs_about_info .cs_experience_box {
    border-radius: 15px;
    border: none;
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.cs_about.cs_style_1.cs_type_2 .cs_experience_box {
    border-radius: 15px;
    border: none;
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

 .cs_experience_box {
    position: initial;
}
 .cs_experience_box {
    height: 170px;
    width: 170px;
    border: 10px solid #fff;
    background-color: var(--blue-color);
    border-radius: 50%;
    position: absolute;
    bottom: 18%;
    left: 24%;
    z-index: 5;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
}
.cs_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cs_bg_filed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cs_about_info .cs_experience_box::before {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #fff;
}
.cs_about_info .cs_experience_box::before, .cs_experience_box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: inherit;
}
.cs_about_info .cs_experience_box_in {
    position: relative;
    z-index: 2;
}
.cs_about_info .cs_experience_box_number, .cs_experience_box_title {
    color: var(--primary-color);
}

.cs_about_info .cs_experience_box_number {
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.2em;
}
.cs_about_info .cs_experience_box_title {
    color: var(--primary-color);
}
.cs_about_info  .cs_experience_box_title {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.cs_about_info .cs_experience_box::after {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    z-index: 2;
    border: 1px dashed var(--primary-color);
}
.cs_about_info .cs_experience_box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: inherit;
}
.cs_mp_0 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cs_iconbox_1_list li .cs_iconbox.cs_style_1 .cs_iconbox_head {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.cs_style_1 .cs_iconbox_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}
.cs_style_1 .cs_iconbox_icon {
    -webkit-box-shadow: 0px 0px 49px rgba(18, 30, 59, 0.14);
    box-shadow: 0px 0px 49px rgba(18, 30, 59, 0.14);
    height: 58px;
    width: 58px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cs_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cs_style_1 .cs_iconbox_icon img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cs_style_1 .cs_iconbox_title {
    font-size: 22px;
}
.cs_about.cs_style_1.cs_type_2 .cs_iconbox_1_list li:last-child .cs_style_1 .cs_iconbox_head {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cs_about.cs_style_1.cs_type_2 .cs_iconbox_1_list li .cs_style_1 .cs_iconbox_head {
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.cs_style_1 .cs_iconbox_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 15px;
}

.cs_solution_content_wrapper.cs_type_1 {
    padding: 35px 30px 44px;
}
@media (min-width: 1400px) {
    .cs_solution_content_wrapper {
        padding-right: 76px;
    }
}
.cs_gray_bg {
    background-color: #ebebeb;
}
.cs_solution_content_wrapper .cs_service_heading {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2em;
}
.cs_solution_links.cs_style_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
}

.cs_mp0 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cs_solution_links.cs_style_2 li {
    padding: 7px 10px;
    border: 1px solid #dddddd;
    border-radius: 35px;
    background-color: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cs_solution_links.cs_style_2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cs_solution_links.cs_style_2 .cs_tab_link_icon_left {
    width: 30px;
    height: 30px;
    background-color: var(--secondary-color);
    color: white;
    border-radius: 50%;
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cs_solution_links.cs_style_2 li:hover a {
    color: white;
}
.cs_solution_links.cs_style_2 li:hover {
    background-color: var(--secondary-color);
}
.cs_solution_links.cs_style_2 li:hover .cs_tab_link_icon_left {
    background-color: var(--primary-color);
}


/* REQUEST QUOTE */

/* PRODUCTS */
.room-rent-section-outer {
    position: relative;
}
.room-rent-section {
    position: relative;
    margin: 0px 0px 0px 30px;
    z-index: 1;
}
.room-rent-section .wt-media {
    position: relative;
    left: -30px;
    z-index: 1;
}
.room-rent-section .wt-media img{
    border: 2px solid #ebebeb;
}
.room-rent-section .rooms-pic-section{
    position: relative;
}
.room-rent-section .rooms-pic-section a{
    position: relative;
    width: 100%;
}
.room-info-section a{
    color: var(--primary-color);
    margin-left: 60px;
    text-decoration-line: underline;
    /* cursor: pointer; */
    font-weight: 600;
    font-size: 15px;
}
.room-info-section a i{
    color: var(--primary-color);
    margin-left: 5px;
    text-decoration: dashed;
    /* cursor: pointer; */
}
.room-info-section h3 a {
    margin-left: 0px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 17px;
    color: var(--secondary-color);
    font-weight: 700;
}
/* .room-info-section h3 a:hover {
    color: var(--primary-color);
} */
.room-info-section a:hover {
    color: var(--secondary-color);
}
.room-info-section a:hover i {
    color: var(--secondary-color);
}
/* .overlay-bx-3 {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.02) 64%, rgba(0, 0, 0, 0.40) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.02) 64%, rgba(0, 0, 0, 0.40) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 0.02) 64%, rgba(0, 0, 0, 0.40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#adffffff',GradientType=0 );
} */
/* .room-info-section {
    padding: 30px;
    padding: 15px;
} */
.product {
    padding-top: 15px;
    align-items: center;
    position: relative;
    z-index: 9;
}
.room-info-section h3 {
    font-size: 17px;
    margin-left: 60px;
    color: var(--secondary-color);
    font-weight: 700;
}
/* .room-info-section h3.text-width {
    width: 214px;
} */
.text-black {
    color: #262423;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba( 0, 0, 0, 1) !important;
}
.room-rent-section .wt-media .wt-title {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    padding-right: 20px;
    color: var(--secondary-color);
}

.room-rent-section:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -85px;
    width: 100%;
    height: 100%;
    border: 3px solid #ebebeb;
    z-index: 0;
}
.item{
    padding-bottom: 60px;
    margin-left: 25px;
}


/* PRODUCTS */

/* PRODUCT DETAIL */
.bg-repeat {
    background-repeat: repeat;
}
.bg-white {
    background-color: #FFF;
}

.home-about-block-inner{
	padding:60px 100px 60px 30px;
	position:relative;
}
.home-about-block-inner:after{
	position:absolute;
	content:"";
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-color:#c19b76;
}
.home-about-block-inner:before{
	position: absolute;
	content: "";
	right: 25%;
	top: 35px;
	width: 25%;
	height: auto;
	border: 5px solid #fff;
	border-left:0px;
	z-index: 1;
	bottom: 35px;
	border-left: 0px
}
.home-about-slider .owl-dots{
	counter-reset:owl-dot;
	position:absolute;
	right:-40px;
	top:50%;	
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);	
}
.home-about-slider .owl-dots .owl-dot{
	position: relative;
	list-style: none;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.home-about-slider .owl-dots .owl-dot:before {
	content:counter(owl-dot , decimal);
	counter-increment:owl-dot; 
	position:absolute;
	color:#fff;
	font-size:20px;
	font-family: 'DM Serif Text', serif;
}
.home-about-slider .owl-dots .owl-dot span{
	background: none;
	border: none;
	margin: 0px;
}

.home-about-slider .owl-dots .owl-dot.active span{
	background:none;
	position:relative;
}

.home-about-slider .owl-dots .owl-dot span:after{
	position: absolute;
	content: "";
	background-color: #262423;
	width: 0%;
	height: 2px;
	left:30px;
	top: 14px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

.home-about-slider .owl-dots .owl-dot.active span:after{
	width:30px;
	left:30px;
	top: 14px;
}


.home-about-slider .owl-dots .owl-dot.active:before{
	color:#262423;
}
.home-about-slider .owl-dots .owl-dot:hover span{
	background:none;
}
.home-about-slider .owl-dots .owl-dot:hover:before{
	color:#262423;
}
/* PRODUCT DETAIL */

/* PRODUCT DETAIL 1 */

.wt-team-arc2{
	margin-top:50px;
    padding-bottom: 50px;
}

.wt-team-arc2 .wt-media{
	padding: 30px;
	margin-bottom: 30px;
	position:relative;
	z-index:1
}

.team-detail h4{
    font-size: 28px;
}
.wt-team-arc2 .wt-media:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 100%;
    border: 5px solid #ebebeb;
    z-index: -1;
}

.wt-team-arc2 .wt-media img{
	margin-top:-70px;
	position:relative;
	z-index:2;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    border: 2px solid #ebebeb;
}
.wt-team-arc2 p{margin-bottom: 0px;}
.wt-team-arc2 .team-social-center{
	padding-top: 0px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50px;
	z-index: 1;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}

.wt-team-arc2 .team-social-icon{
	text-align:center;
	list-style:none;
}
.wt-team-arc2 .team-social-icon li{
	display: inline-block;
    margin:0px 5px;
}
.wt-team-arc2 .team-social-icon li a{
	color:#262423;
	font-size: 14px;
	border:2px solid #262423;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
}

.wt-team-arc2 .team-social-icon li a:hover{
	background-color:#ebebeb;

}

.wt-team-arc2 .team-social-icon li:hover a{
	color:#262423;
}

.wt-team-arc2:hover .wt-media img{
-moz-transform: translateX(0px) translateY(-30px);
-webkit-transform: translateX(0px) translateY(-30px);
-o-transform: translateX(0px) translateY(-30px);
-ms-transform: translateX(0px) translateY(-30px);
transform: translateX(0px) translateY(-30px);
}

.wt-team-arc2:hover .team-social-center{
	bottom:-5px;
}

.wt-team-arc2.team-style2{
	margin-top:100px;
}
.wt-team-arc2:hover.team-style2 .team-social-center {
    bottom: -40px;
}

.wt-team-arc2.team-style2 .wt-media:after{
	display:none;
}

.wt-team-arc2.team-style2 .wt-media{
	padding:0px;
}


/* PRODUCT DETAIL 1 */


/* FOOTER */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.footer-section {
    position: relative;
    z-index: 9;
    /* padding-top: 20px; */
    /* background-color: var(--secondary-color); */
    background: url(../images/footer-bg.jpg) center no-repeat;
    background-size: cover;
}
/* .footer-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: var(--secondary-color);
    opacity: 0.95;
} */
.footer-widgets-wrapper {
    padding: 15px 0 15px;
    position: relative;
    z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h5 {
    font-weight: normal;
    color: white;
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h5::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--primary-color);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h5::after {
    position: absolute;
    bottom: 0;
    left: 40px;
    content: "";
    width: 55px;
    height: 2px;
    background-color: white;
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: #9c9c9d;
    text-align: justify;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    gap: 15px;
    position: relative;
    z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease-in-out;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--primary-color);
    color: white;
    border: 1px solid transparent;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li{
    margin-left: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
    /* transition: all 0.4s ease-in-out; */
    color: white;
}
.footer-widget .list-area li a {
    color: rgba(217, 217, 217, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
    margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
    font-size: 17px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
    color: var(--primary-color) !important; 
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
    font-size: 17px;
    /* margin-left: 5px; */
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px;
}
.footer-contact li:not(:last-of-type) {
    margin-bottom: 15px;
    color: white;
}
.footer-content .single-footer-widget {
    margin-top: 0px;
}
.footer-contact li span {
    display: block;
    /* color: var(--primary-color); */
    color: #9c9c9d;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-footer-widget .list-area li{
    position: relative;
}
.single-footer-widget .list-area li:before {
    position: absolute;
    content: "\f192";
    top: 2px;
    left: -25px;
    color: var(--primary-color);
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
}

.footer-bottom p a{
    margin: 0;
    color: #9c9c9d;
    font-size: 16px;
}

.list-area a{
    color: #9c9c9d;
}

.contact-area li .single-contact {
    display: flex;
    /* align-items: center; */
    gap: 12px;
}
.contact-area li {
    margin-bottom: 20px;
}
.contact-area li .single-contact .content {
    position: relative;
    line-height: 1;
    text-align: start;
}
.contact-area li .single-contact .content span {
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: #9c9c9d;
    margin-bottom: 6px;
    display: inline-block;
}
.contact-area li .single-contact .content h6 {
    margin-bottom: 0;
    line-height: 1.5rem;
    color: #9c9c9d;
    font-size: 17px;
}
.contact-area li .arrow {
    margin-top: 20px;
    fill: white;
    margin-left: 70px;
}
.single-contact .icon i {
    color: #9c9c9d;
    font-size: 17px;
}
/* FOOTER */


/* INDEX */
.about__image {
    position: relative;
    z-index: 1;
}
.about__shape1 {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -1;
    filter: brightness(0.6) invert(0.5);
}
.about__shape2 {
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    filter: brightness(0) invert(0.5);
}

.feature-service .icon{
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-service li{
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 20px;
}
/* INDEX */

/* WHY CHOOSE US */

/* WHY CHOOSE US */
.about-section p{
    text-align: justify;
}
.mrb-40 {
    margin-bottom: 40px;
    margin-top: 20px;
}
.order-list li:first-child {
    margin-top: 0;
}
.order-list li {
    display: inherit;
    position: relative;
    padding-left: 30px;
    margin: 12px 0px;
    font-size: 17px;
}
.order-list.primary-color li:before {
    color: #938e8e;
    font-weight: 600;
}
.order-list li:before {
    position: absolute;
    content: '\f00c';
    color: #938e8e;
    font-weight: 600;
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 6 Pro";
}
.about-image-box-style2 {
    position: relative;
}
.about-image-box-style2 .about-image1 {
    position: absolute;
    right: 0;
    width: auto;
    bottom: 60px;
    border-radius: 20px 0 20px 0;
}
.about-image-box-style2 .about-image2 {
    width: 430px;
    border-radius: 20px 0 20px 0;
    margin-left: 80px;
}
.about-image-box-style2 .call-us-now {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
    padding: 25px 40px 25px;
    border-radius: 20px 0 20px 0;
}
.about-image-box-style2 .call-us-now .number {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 1;
}
.mrt-0 {
    margin-top: 0px;
}
.mrb-0 {
    margin-bottom: 0px;
}
.dot-circle:after {
    background-image: radial-gradient(var(--primary-color) 1px, #ff000000 2.2px);
    background-size: 0.7rem 0.7rem;
    position: absolute;
    left: 20px;
    content: "";
    width: 170px;
    height: 260px;
    top: 60px;
    z-index: -1;
    opacity: 0.3;
    animation: float-y-axis 4s infinite alternate;
}

@keyframes float-y-axis {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}



/* BUTTON */
.topbar-qoute-btn {
    line-height: 1em;
}
.btn-default{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 0.6em;
	text-transform: capitalize;
	color: var(--secondary-color);
	background-color: var(--primary-color);
	border-radius: 10px;
	padding: 2px 40px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.btn-default:hover{
	background-color: transparent;
}

.btn-default i{
	content: '';
	position: absolute;
	top: 47%;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	/* background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto; */
	transform: translate(-15px, -50%);
	transition: all 0.4s ease-in-out;
	z-index: 1;
    color: white;
}

.btn-default:hover i{
    color: white;
}


.btn-default:hover::before{
	transform: translate(-15px, -50%) rotate(45deg);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
    background: var(--secondary-color);
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	background-color: white;
	color: var(--secondary-color);
	border-radius: 8px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.btn-default:hover span{
	color: white;
}

.btn-default span::after{
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: auto;
	right: 0;
    bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 8px;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
	left: 0;
	right: auto;
}

.btn-highlighted{
	background-color: white;
}

.btn-highlighted:hover{
	background-color: var(--s);
}

/* .btn-highlighted::before{
	background-image: url('../images/arrow-dark.svg');
} */

.btn-highlighted:hover i{
	color: white;
}

.btn-highlighted span{
	color: white;
	background-color: var(--primary-color);
}

.btn-highlighted:hover span{
	color: var(--secondary-color);
}

.btn-highlighted span::after{
    background: white;
}

/* BUTTON */

.about-section .cab-service-box {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 60px;
    max-height: 300px;
}
.about-section .service-thumb {
    background-color: #f9f9f9;
    padding: 30px 0;
    height: 125px;
    overflow: hidden;
}
.cab-service-box:hover img {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transform: scale(0.5, 1);
    -webkit-transform: rotateY(180deg);
}

.about-section .cab-service-box:hover .service-thumb {
    background-color: #ebebeb;
}
.about-section .cab-service-box:hover {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.about-section  .cab-service-box:hover:after, .about-section  .cab-service-box:after  {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.cab-service-box .service-desc {
    width: 100%;
    float: left;
    padding: 35px 60px;
}
.cab-service-box .service-desc h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: black;
}
.cab-service-box .service-desc p {
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: black;
    text-align: center;
}
.about-section .cab-service-box:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    position: absolute;
    bottom: -14px;
    left: 0;
    font-weight: 600;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
}
.about-section .cab-service-box:hover, .about-section .cab-service-box:hover{
    transition: all .4s ease-out;
}
.about-section  .cab-service-box:after{
    background-color: var(--primary-color);
}
.about-section .cab-service-box:hover:after {
    opacity: 1;
    visibility: visible;
    left: 45%;
}

.bg-change-section {
    position: relative;
}

.section-full {
    position: relative;
}
.overlay-wraper {
    position: relative;
}
.p-tb90 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.bg-change-section .overlay-main {
    z-index: 1;
}
.opacity-06 {
    opacity: 0.6;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.bg-black {
    background-color: #000;
}

.bg-change-section{position:relative;}
.bg-change-section .overlay-main{z-index:1;}

.bg-changer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.section-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	z-index:-1;
}
.bg-changer .section-bg:first-child {
    opacity: 1;
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    -o-transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
    transition: opacity 0.5s 0.2s ease, transform 5s 0.2s ease;
}

.bg-changer .section-bg.active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.bgcall-block{
	cursor:pointer;
}

@media only screen and (max-width:767px){
	.bg-change-section .no-col-gap{margin:0px;}
}
.wt-icon-box-wraper {
    position: relative;
}

.m-b30 {
    margin-bottom: 30px;
}
.site-text-primary {
    color: white;
}
.m-r5 {
    margin-right: 5px;
}
.wt-icon-box-wraper .wt-tilte {
    margin-top: 0;
}.wt-icon-box-wraper::after {
    content: "";
    display: table;
    clear: both;
}
.twm-our-speci-box-wrap {
    margin-right: 0px;
}
.no-col-gap [class*="col-xs-"], .no-col-gap [class*="col-sm-"], .no-col-gap [class*="col-md-"], .no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}
.wt-icon-box-wraper.center {
    text-align: center;
}

.hover-box-effect {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.bgcall-block {
    cursor: pointer;
}
.wt-icon-box-wraper {
    position: relative;
}
.bdr-1 {
    border-width: 1px;
}
.bdr-solid {
    border-style: solid;
}
.bdr-white {
    border-color: #ffffff;
}
.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
    display: inline-block;
    text-align: center;
}
.icon-md i {
    font-size: 45px;
}
.wt-icon-box-wraper .wt-tilte {
    margin-top: 0;
    color: white;
}
.wt-icon-box-wraper::after {
    content: "";
    display: table;
    clear: both;
}
.hover-box-effect:hover {
    background-color: #c19b76;
    color: #fff;
    background-image: url(../img/bg-5.png);
    background-repeat: repeat;
}

.text-white{
    color: white !important;
}
.text-white h3{
    color: white !important;
}

.bg-change-section .section-title h2{
    color: white !important;
}
.service-style2 {
    margin-bottom: 25px;
}
.service-style2 .service-item-thumb {
    position: relative;
}
.service-style2 .service-item-thumb:before {
    background: var(--secondary-color);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
}
.service-style2:hover .service-item-thumb .service-item-content {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.service-style2 .service-item-thumb .service-item-content {
    padding: 25px 27px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    position: absolute;
    background: white;
    bottom: 20px;
    left: -75px;
    right: -48px;
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 2;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.service-style2 .service-item-thumb .service-item-content .service-categories {
    color: #b5b5b5;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.service-item-content h4 a{
    color: black;
}
.service-style2:hover .service-item-thumb:after {
    height: 0;
}

.owl-carousel-filter1 .owl-dots, .owl-carousel-filter2 .owl-dots, .owl-carousel-filter3 .owl-dots, .owl-carousel-filter4 .owl-dots {
    text-align: center;
    padding-bottom: 25px;
}   
.owl-carousel-filter1 .owl-dots .owl-dot, .owl-carousel-filter2 .owl-dots .owl-dot, .owl-carousel-filter3 .owl-dots .owl-dot, .owl-carousel-filter4 .owl-dots .owl-dot {
    background: var(--primary-color);
}
.owl-carousel-filter1 .owl-dots .owl-dot, .owl-carousel-filter2 .owl-dots .owl-dot, .owl-carousel-filter3 .owl-dots .owl-dot, .owl-carousel-filter4 .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    background: #007cfb;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.owl-carousel-filter1 .owl-dots .owl-dot , .owl-carousel-filter2 .owl-dots .owl-dot , .owl-carousel-filter3 .owl-dots .owl-dot , .owl-carousel-filter4 .owl-dots .owl-dot {
    background: var(--primary-color);
}

.owl-carousel-filter1  .owl-dots .owl-dot:hover, .owl-carousel-filter2  .owl-dots .owl-dot:hover, .owl-carousel-filter3  .owl-dots .owl-dot:hover, .owl-carousel-filter4 .owl-dots .owl-dot:hover, .owl-carousel-filter1 .owl-dots .owl-dot.active, .owl-carousel-filter2 .owl-dots .owl-dot.active, .owl-carousel-filter3 .owl-dots .owl-dot.active, .owl-carousel-filter4 .owl-dots .owl-dot.active {
    width: 40px;
    background: var(--primary-color);
    opacity: 1;
}
.owl-carousel-filter1 .owl-dots .owl-dot, .owl-carousel-filter2 .owl-dots .owl-dot, .owl-carousel-filter3 .owl-dots .owl-dot, .owl-carousel-filter4 .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    background: var(--primary-color);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.section-full .section-title h2{
    color: black;
}

.rs-choose.choose-style2 .choose-main-part .services-part {
    padding: 40px 30px 40px 30px;
    margin: 0 4px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #01539F21;
    position: relative;
}
.rs-choose.choose-style2 .choose-main-part .services-part .services-icon {
    margin: 0 0 17px;
}
.rs-choose.choose-style2 .choose-main-part .services-part .services-icon img {
    width: 100px;
    height: 100px;
}
.rs-choose.choose-style2 .choose-main-part .services-part .services-txt {
    position: relative;
}
.rs-choose.choose-style2 .choose-main-part .services-part .services-txt .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #0a0a0a;
    margin: 0 0 0;
}
.rs-choose.choose-style2 .choose-main-part .services-part .services-txt .serial-number {
    position: absolute;
    left: 160px;
    top: -120px;
    color: #fd21010d;
    font-family: "Modern Antiqua", Sans-serif;
    font-size: 61px;
    font-weight: 900;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.bg-gray{
    background-color: #f7f7f7;
}
.blog-layout2{
    background-color: #f7f7f7;
}

.rev-slider-style-1 {
    padding: 110px 90px;
    border: 12px solid #000;
    z-index: 20;
    box-shadow: 10px 10px 10px inset rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-area-content .section-title::before{
    content: '';
    z-index: 0;
    box-shadow: 10px 10px 10px inset rgba(255, 255, 255, 0.1);
    border: rgb(0 0 0 / 73%) solid 10px;
    width: 125px;
    height: 210px;
    /* position: relative; */
    /* display: block; */
    position: absolute;
    left: -5%;
    top: -7%;
}
.text-color{
    color:var(--bs-black);
    font-weight: 600;
    
}
.feedback-map iframe{
    max-height: 395px;
}
.hotline span img{
    filter: grayscale(1) opacity(0.3);
}
p.why-choose-detail{
    font-size: 11px !important;
}
.cab-service-box img{
    max-height: 76px;
}
.slides {
    position: relative;
    z-index: 1;
}
.services-part-left p {
    color: #d1d1d1 !important;
    text-align: justify;
}
.qu-about-us p{
    text-align: justify;
}
.room-info-section .pointer{
    cursor: pointer !important;
}
.equipment img{
    height: 350px;
    object-fit: cover;
}