@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);

@font-face {
    font-family: "FuturaBQ-DemiBold";
    src: url(../fonts/FuturaBQ-DemiBold.otf);
}

body {
    font-family: "Poppins", sans-serif;
    color: #222;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "FuturaBQ-DemiBold";
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input,
textarea {
    font-family: "Hind", sans-serif;
    display: block;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text {
    font-family: "Hind", sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}

.center {
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

@media (max-width:768px) {
    .feature-body h4 {
        font-size: 14px;
    }

    .footer-bottom {
        padding: 26px 0px 60px 0px !important;
    }

    #interior-slider .owl-controls {
        display: none !important;
    }

    .interior-sec h2 {
        font-size: 22px !important;
    }

    .btn-style-one {
        display: none;
    }
}

.padd-1 {
    padding: 80px 0 50px;
}

.padd-1a {
    padding: 20px 0 20px;
}

.padd-2 {
    padding: 80px 0 80px;
}

.sidebar-padd {
    padding: 20px;
    border: 1px solid #f5f5f5;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'DM Serif Display', serif;
    background: #105caa;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: fit-content;
}

.btn-style-one:hover {
    color: #fff;
    background: #101010;
    border-color: #101010;
}

.link-btn4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sec-title {
    margin-top: -8px;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #222;

}

.sec-title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 121px;
    height: 4px;
    background: url(../images/resource/tb.png);
}

.sec-title span {
    color: #6f3563;
}

.sec-title.center h2:before {
    left: 50%;
    margin-left: -61px;
    background: url(../images/resource/tb2.png);
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title.style-2 {
    margin-bottom: 30px;
}

.sec-title.style-2 h2 {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    color: #222;
}

.sec-title.style-3 {
    margin-bottom: 30px;
}

.sec-title.style-3 h3 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #6f3563;
}

.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}

.owl-nav-none .owl-nav {
    display: none;
}

.owl-nav-style-one .owl-nav {
    margin-top: 40px;
    padding: 0;
    text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
    left: 0;
}

.owl-nav-style-one .owl-nav .owl-next {
    right: 0;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
    color: #fff;
    border-color: #6f3563;
    background: #6f3563;
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

/* header */

#hide-menu {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 5px 0px;
    top: 0;
    border: none !important;
    /* transition: top 0.3s; */
}


.navbar-default.fixHeader {
    background: rgba(255, 255, 255, 0.9);
    transition: ease all 0.5s;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #d2ac68;
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #d2ac68;
    cursor: pointer;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-image: none;
    box-shadow: none;
    background: transparent;
    color: #224e22;
}

.navbar-brand>img {
    width: 170px;
    margin-top: -5px;
    /* background: #fff; */
    max-width: fit-content;
}

.navbar-brand>img.nav-logo {
    width: 75px;
    margin-top: -15px;
    background: none;
}

.nav-call {
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 3px 15px !important;
    color: #043147 !important;
    margin-top: 10px;
    font-weight: 600;
    background: #fff !important;
}

.navbar-nav>li>a {
    font-family: "FuturaBQ-DemiBold";
    line-height: 30px !important;
    margin-right: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    outline: none;
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.6s;
}

.menu-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.menu-overlay a {
    font-family: "FuturaBQ-DemiBold";
    padding: 8px;
    text-decoration: none;
    color: #ffff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.menu-overlay a span {
    border-left: 3px solid #d2ac68;
    border-right: 3px solid #d2ac68;
    padding: 0 14px;
    padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
    color: #f1f1f1;
}

.menu-overlay .closebtn {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 48px;
}

/* header */

/* .mainmenu-area{background: url(../images/top-bg.jpg) repeat-x;} */
.main-footer {
    position: relative;
    color: #fff;
    background: url(../images/background/6.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-bottom {
    background: #105caa;
    padding: 26px 0;
    z-index: 1;
    position: relative;
}

.footer-bottom p {
    font-size: 12px;
}

.footer-bottom .copy-text {

    color: #FFF;
    font-size: 11px;
}

.footer-bottom .copy-text a {
    color: #ffff;
    transition: 0.3s ease;
}

.inner-banner {
    position: relative;
    background: #a0a19b;
    background-size: cover;
}

.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    z-index: 0;
}

.inner-banner h3 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}

.fact-counter {
    position: relative;
    padding: 80px 0 36px;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
}

.fact-counter:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.69);
    opacity: 1;
    z-index: 0;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5;
}

.fact-counter .item {
    color: #6f3563;
}

.fact-counter .column .icon i {
    position: relative;
    line-height: 40px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .column .icon i:before {
    margin: 0;
    font-size: 44px;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 42px;
    font-weight: 700;
    padding: 4px 10px 2px;
    font-family: 'DM Serif Display', serif;
}

.default-form-area {
    /* padding:86px 50px 118px 47px; */
    padding: 0px 0px 15px 0px;
}

.default-form {
    position: relative;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 42px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #fff;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.form-bg {
    /* background:url(../images/form-bg-1.png) no-repeat top 5px center; */
    background-color: #fff;
    /* height: 500px; */

}

.default-form textarea {
    height: 64px;
}

.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
}

.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.default-form .btn-group.open .dropdown-toggle:focus {
    border: none;
    outline: none;
}

.default-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.default-form .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #6f3563;
    color: #fff;
}

.default-form .form-control:focus {
    border-color: #6f3563;
    box-shadow: none;
}

.default-form form input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.default-form form input:-moz-placeholder {
    color: #9e9e9e;
}

.default-form form input::-moz-placeholder {
    color: #9e9e9e;
}

.default-form form input:-ms-input-placeholder {
    color: #9e9e9e;
}

.default-form .alert-success {
    color: #6f3563;
    background: none;
    border: none;
    font-size: 18px;
}

.service-block-one {
    position: relative;
    margin-bottom: 80px;
}

.service-block-one .inner {
    position: relative;
    padding-right: 25px;
}

.service-block-one .inner .icon {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 15px;

    text-align: center;

    background: #6f3563;
    border-radius: 50%;
}

.service-block-one .inner .icon.center {
    margin: 0 auto;
}

.service-block-one .inner .icon span {
    color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.service-block-one .inner .icon span:before {
    font-size: 40px;
    margin: 0;
}

.service-block-one .inner h3 {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.service-block-one .inner h3 a {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.service-block-one .inner h3 a:hover {
    color: #6f3563;
}

.service-block-one .inner .text {
    margin-top: 8px;
    position: relative;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.rooms-section.style-2:before {
    background: #fff;
}

.rooms-section .four-item-carousel {
    position: static;
}

.rooms-section .owl-controls .owl-dots {
    display: none !important;
}

.rooms-section .owl-controls .owl-nav {
    margin: 0;
    padding: 0;
    display: none;
}

.rooms-section .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin: 0;
    margin-top: -35px;
    text-align: center;
    width: 70px;
    height: 70px;
    font-size: 18px;
    line-height: 71px;
    color: #fff;
    background-color: #222;
    border: none;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

.rooms-section .owl-controls .owl-nav [class*="owl-next"] {
    right: -112px;
}

.rooms-section .owl-controls .owl-nav [class*="owl-prev"] {
    left: -112px;
}

.rooms-section .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #6f3563;
}

.spots-section-two .column {
    position: relative;
    padding: 0;
}

.post-style-one {
    position: relative;
}

.post-style-one .inner-box {
    background-color: #fff;
}

.post-style-one.image-bottom .inner-box .content-box:after {
    position: absolute;
    content: "";
    left: 52px;
    bottom: -24px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #fff;
}

.post-style-one.image-left .inner-box .content-box:after {
    position: absolute;
    content: "";
    top: 35px;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 20px solid transparent;
    z-index: 1;
}

.post-style-one.image-right .inner-box .content-box:after {
    position: absolute;
    content: "";
    top: 35px;
    right: -25px;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 20px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 20px solid transparent;
}

.post-style-one .content-box {
    position: relative;
    padding: 0;
}

.post-style-one .content-box.small-box .inner-box {
    padding: 36px 30px 30px;
    padding-right: 35px;
}

.post-style-one .content-box .inner-box {
    position: relative;
    padding: 36px 50px 40px;
}

.post-style-one .content-box .inner-box .text {
    margin-bottom: 25px;
    margin-top: 18px;
}

.spots-section-two .column .image-box {
    padding: 0;
}

.spots-section-two .column .image-box img {
    width: 100%;
    display: block;
}

.single-team-member.mb-30 {
    margin-bottom: 30px;
}

.single-team-member h3,
.single-team-member p {
    margin: 0;
}

.single-team-member h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 6px;
}

.single-team-member .img-box {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 15px;
    text-align: center;
    background: #6f3563;
    border-radius: 50%;
}

.single-team-member h3 {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.single-team-member .img-box img {
    transition: all 0.5s ease;
    transform: scale(1);
    width: 100%;
}

.testimonials-section {
    position: relative;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
}

.testimonials-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    z-index: 0;
}

.testimonials-section.style-2:before {
    background: #fff;
}

.testimonial-slide-item {
    position: relative;
    margin: 50px 0 0 0;
    border: 2px solid transparent;
    text-align: center;
}

.testimonial-slide-item .image-box {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px auto 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.testimonial-slide-item .image-box img {
    position: relative;
    width: 90px !important;
    height: 90px !important;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    line-height: 24px;
    color: #777;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin: 0 2px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters li .txt {
    position: relative;
    display: block;
    z-index: 1;
}

.gallery-section .filters li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #6f3563;
    border-radius: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
    color: #fff;
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before {
    opacity: 1;
}

.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after {
    opacity: 0;
}

.default-portfolio-item {
    position: relative;
}

.gallery-three-column .default-portfolio-item {
    margin-bottom: 30px;
}

.fullwidth-gallery {
    overflow: hidden;
}

.fullwidth-gallery .default-portfolio-item.mix {
    padding: 0 0;
    margin-bottom: 1px;
}

.default-portfolio-item.mix {
    display: none;
}

.gallery-section.fullwidth-gallery .items-container {
    margin-left: -1px;
    margin-right: -1px;
}

.fullwidth .default-portfolio-item {
    padding: 0px !important;
}

.sortable-masonry .items-container {
    margin-left: -15px;
    margin-right: -15px;
}

.sortable-masonry .masonry-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.sortable-masonry.style-two .masonry-item {
    margin-bottom: 15px;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

.default-portfolio-item .inner-box:hover .overlay-box {
    top: 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.52);
}

.default-portfolio-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.default-portfolio-item .overlay-inner h3 a {
    color: #fff;
}

.default-portfolio-item .overlay-inner h3 a:hover {
    color: #f1f1f1;
}

.default-portfolio-item .image-link {
    position: absolute;
    left: 45%;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    background: #6f3563;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
}

.default-portfolio-item:hover .image-link {
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
}

.services-section.style-2 {
    position: relative;
    padding: 180px 0 0;
    background: #fff;
}

.services-section.style-2:before {
    background: none;
}

.services-section .image-column {
    margin-top: -100px;
    text-align: center;
}

.service-block-three {
    position: relative;
    margin-bottom: 70px;
}

.over-bg {
    background: url(../images/highlight-bg.jpg);
}

.ic1 {
    background: url(../images/ic1.png) no-repeat left top;
    padding: 5px 0 0 80px;
    height: 72px;
    margin-bottom: 55px;
}

.ic2 {
    background: url(../images/ic2.png) no-repeat left top;
    padding: 5px 0 0 80px;
    height: 72px;
    margin-bottom: 55px;
}

.ic3 {
    background: url(../images/ic3.png) no-repeat left top;
    padding: 5px 0 0 80px;
    height: 72px;
    margin-bottom: 55px;
}

.ic4 {
    background: url(../images/ic5.png) no-repeat left top;
    padding: 5px 0 0 80px;
    height: 72px;
    margin-bottom: 0px;
}

.ic5 {
    background: url(../images/ic4.png) no-repeat left top;
    padding: 5px 0 0 80px;
    height: 72px;
    margin-bottom: 0px;
}

.ic6 {
    background: url(../images/ic6.png) no-repeat left top;
    padding: 5px 0 0 80px;
    height: 72px;
    margin-bottom: 0px;
}

.sp1 {
    background: url(../images/sp1.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.sp2 {
    background: url(../images/sp2.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.sp3 {
    background: url(../images/sp3.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.sp4 {
    background: url(../images/sp4.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.sp5 {
    background: url(../images/sp5.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.sp6 {
    background: url(../images/sp6.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.sp7 {
    background: url(../images/sp7.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.sp8 {
    background: url(../images/sp8.png) no-repeat left top;
    padding: 5px 0 0 110px;
    height: 127px;
    color: #fff;
}

.lbr {
    border-left: dotted 0px #fff;
}

.our-team-area img {
    margin-bottom: 30px;
}

.over-bg h2 {
    font-size: 16px;
    color: #fff;

    line-height: 28px;
    font-family: "Poppins", sans-serif;
}

.over-bg h2 span {
    font-size: 15px;
}

.rooms-section h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

.rooms-section p {
    font-size: 12px;
}

.service-block-three .inner-box {
    position: relative;
    padding-right: 96px;
    text-align: right;
}

.service-block-three .inner-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border: 2px solid #6f3563;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .icon span:before {
    margin: 0;
    font-size: 36px;
}

.service-block-three .inner-box h3 {
    position: relative;
    line-height: 1em;
    margin-bottom: 5px;
}

.service-block-three .inner-box h3 a {
    position: relative;
    top: -6px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box h3 a:hover {
    color: #6f3563;
}

.service-block-three .inner-box:hover .icon {
    background-color: #6f3563;
}

.service-block-three .inner-box:hover .icon span {
    color: #fff;
}

.service-block-two {
    position: relative;
    margin-bottom: 70px;
}

.service-block-two.style-two {
    margin-bottom: 45px;
}

.service-block-two .inner-box {
    position: relative;
    padding-left: 96px;
    text-align: left;
}

.service-block-two .inner-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border: 2px solid #6f3563;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .icon span:before {
    margin: 0;
    font-size: 36px;
}

.service-block-two .inner-box h3 {
    position: relative;
    line-height: 1em;
    margin-bottom: 5px;
}

.service-block-two .inner-box h3 a {
    position: relative;
    top: -6px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box h3 a:hover {
    color: #6f3563;
}

.service-block-two .inner-box:hover .icon {
    background-color: #6f3563;
}

.service-block-two .inner-box:hover .icon span {
    color: #fff;
}

.service-block-four {
    position: relative;
    margin-bottom: 20px;
}

.service-block-four.style-two {
    margin-bottom: 45px;
}

.service-block-four .inner-box {
    position: relative;
    padding-left: 70px;
    text-align: left;
}

.service-block-four .inner-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 2px solid #6f3563;
    background: #6f3563;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box .icon span:before {
    margin: 0;
    font-size: 26px;
}

.service-block-four .inner-box h3 {
    position: relative;
    line-height: 1em;
    margin-bottom: 5px;
}

.service-block-four .inner-box h3 a {
    position: relative;
    top: -2px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box h3 a:hover {
    color: #6f3563;
}

.service-block-four .inner-box:hover .icon {
    background-color: #fff;
}

.service-block-four .inner-box:hover .icon span {
    color: #6f3563;
}

.popup-box .popup-inner h3 {
    margin-bottom: 20px;
}

.popup-visible {
    overflow: hidden;
}

.popup-box {
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

.popup-box.now-visible {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.popup-box .bg-fade-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 21, 21, 0.8);
}

.popup-box .popup-header .btn-close {
    position: absolute;
    top: 9px;
    right: 11px;
    color: #fff;
    width: 42px;
    height: 35px;
    background: #ed0707;
    opacity: 1;
    font-size: 18px;
    line-height: 37px;
    padding: 0;
    display: block;
    border: none;
    z-index: 1;
}

.popup-box .popup-header .close:hover {
    background: #999;
}

.popup-box .popup-container {
    margin: 0 auto;
    top: 15%;
    width: auto;
    max-width: 900px;
    position: relative;
}

.popup-box .popup-inner {
    position: relative;
    padding: 60px 60px;
    background: #fff;
}

.logo-top {
    margin-top: 30px;
    position: relative;
    left: -60px;
}

.fact-counter .column .counter-title {
    position: relative;
    padding-top: 10%;
    font-size: 28px;
    font-weight: 700;
    font-family: "Hind", Sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.mob-btn.fixed {
    z-index: 99;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.35);
}

.mob-btn.fixed a:first-child {
    border-right: 2px solid #000;
}

.mob-btn.fixed a {
    width: 50%;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #105caa;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.inline-block {
    display: inline-block;
}

.fixed {
    position: fixed;
}

.background_img {
    background: #101f24 !important;
}

.location_background h2 {
    font-size: 24px;
    color: white;
    padding-bottom: 10px;
}

.map {
    background: url(../images/map.jpg) no-repeat top left;
    padding-top: 225px;
    padding-bottom: 225px;
}

.home-form {
    padding: 50px 32px 32px 32px;
}

.faq-accor-list {
    padding: 10px;
}

.faq h2 {
    color: #D3225D;
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 0px;
}

.accordion-item:first-of-type .accordion-button {
    border-color: #e0b028;
    font-size: 20px;
    color: #000;
}

.faq p {
    color: #707479;
    font-size: 15px;
    text-align: left;
    padding-bottom: 20px;
}

.text-1 {
    font-family: "FuturaBQ-DemiBold";
    font-size: 16px;
    color: #000;
    line-height: 26px;
    padding-top: 10px;
    text-transform: capitalize;
}

.ic-one {
    padding: 45px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #8e938e !important;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    /* background-color: #e0b028; */
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    /* background-color: #e0b028; */
    box-shadow: inset 0 -1px 0 rgb(255 255 255);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down.png);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 2.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

/* .accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
} */
.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background: #ffff;
    color: #000;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.owl-controls {
    display: none;
}

.services-section p span {
    color: #6f3563;
    font-weight: 600;
}

.sec-title h1 {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.sec-title.center h1:before {
    left: 50%;
    margin-left: -61px;
    background: url(../images/resource/tb2.png);
}

.sec-title h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 121px;
    height: 4px;
    background: url(../images/resource/tb.png);
}

/* 27-11-20230 */
.sec-title h2 {
    padding-bottom: 10px;
}

.sec-title h4 {
    padding-block: 8px;
    font-family: "Poppins", sans-serif;
}

/* .para-1 p{
    line-height: 30px;
    padding-bottom: 15px;
} */
.para-2 p {
    line-height: 30px;
    padding-bottom: 15px;
}

.feature-div {
    background-image: url(../images/am-bg.jpg);
    padding: 50px 0px 50px 0px;
}

.feature-icon {
    margin-bottom: 15px;
}

.features {
    padding-inline: 20px;
    padding-bottom: 40px;
}

.feature-body p {
    font-family: "Poppins", sans-serif;
    line-height: 22px;
}

/* .default-form-area h3 {
    text-align: center;
    padding: 0px 0 30px 0;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
} */
.form-top {
    position: absolute;
    z-index: 60;
    width: 100%;
    top: 20px;
}

.default-form-area h1 {
    color: #000;
    text-align: center;
    padding: 3px 0 3px 0;
    font-weight: 700;
    line-height: 38px;

}

.default-form-area h4 {
    color: #000;
    text-align: center;
    padding: 3px 0 3px 0;
    font-weight: 700;
    line-height: 25px;
    font-size: 22px;
    margin-block: 10px;
}

.top-space button {
    background: #105caa;
    font-size: 19px;
    font-weight: 600;
    border-radius: 0px;
    border: none;
    color: #FFF;
}

.top-space button:hover {
    background: #000;
    color: #FFF;
}

.floor-img {
    justify-content: center;
    display: flex;
}

.location_background {
    /* background: #203841;
    padding: 50px; */
}

.form-control {
    border-radius: 0px !important;
}

.services-section {
    background: #FFF;
}

.para-1 {}

.para-1 ul li {
    background: url(../images/bul-icon.png) no-repeat top left;
    background-size: 27px;
    line-height: 30px;
    padding-left: 40px;
    font-weight: 500;
    padding-bottom: 15px;
}

.spots-section-two {
    overflow-x: clip;
    position: relative;
    background-color: #f9fcff;
    padding: 50px 0px;
}

.dark-text h2 {
    margin-top: -8px;
    margin-bottom: 30px;
    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    color: #000;
}

.locationh-title h2 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.feature-icon img {
    width: 80px !important;
}

.feature-body h4 {
    color: #ffff;
    font-family: "FuturaBQ-DemiBold";
    padding-bottom: 10px;
}

.logo {
    margin-top: 6px;
}

.loc-title img {
    padding-inline: 10px;
}

/* .default-form-area img{
    padding-top: 20px;
} */

/* 28-12-2023 */

.rooms-section {
    background-image: url(../images/am-bg.jpg);
    padding: 50px 0px;
}

.white-text {
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffff;
}

.loc-title h2 {
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffff;
}

/* .rooms-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffff;
} */
.main-text p {
    line-height: 36px;
    font-family: "FuturaBQ-DemiBold";
    padding-bottom: 15px;
    line-height: 1.5;
}

.main-text span {
    font-weight: 800;
}

.welcome-section {
    position: relative;
    background: #f9fcff;
}

.welcome-section h2 {
    padding-bottom: 10px;
}

.main-infocontent p {
    font-weight: 800;
    font-size: 18px;

}

.main-infocontent img {
    padding-block: 10px;
}

.podium-logo {
    padding-bottom: 25px;
}

/* Media query for Dark Mode */
@media (prefers-color-scheme: dark) {
    .btn-style-one {
        position: relative;
        line-height: 24px;
        color: #FFF;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'DM Serif Display', serif;
        background: #105caa;
        padding: 10px;
    }
}

.home-content {
    background: #fff;
}

#user-details {
    padding-top: 20px;
}

.thankyou-cont p {
    padding-bottom: 10px;
}

.thankyou-cont h2 {
    padding-bottom: 20px;
}

.default-form-area {
    padding-bottom: 55px;
    padding-top: 35px;
}

.g-recaptcha {
    padding-bottom: 10px;
}

.interior-div {
    display: flex;
    justify-content: center;
}

.interior {
    position: relative;
}

.int_para {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-family: "FuturaBQ-DemiBold";
    font-size: 10px;
    margin: 0;
}

.interior-sec {
    padding: 50px 0px;
}

.interior-sec h2 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

#interior-slider .owl-controls {
    display: block;
}

#interior-slider .owl-prev {
    display: block !important;
    position: absolute;
    top: 210px;
    left: -50px;
}

#interior-slider .owl-next {
    display: block !important;
    position: absolute;
    top: 210px;
    right: -50px;
}

#interior-slider .owl-controls img {
    width: 35px;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 45px;
    margin-bottom: 30px;
    right: 0;
    margin-right: 20px;
    height: 55px;
    width: 55px;
    z-index: 1000;
}

.interested {
    position: fixed;
    z-index: 999;
    text-transform: uppercase;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background: #105caa !important;
    /* border: 3px solid #332B50; */
    font-size: 18px !important;
    outline: none !important;
}

.dbrochure {
    position: fixed;
    z-index: 999;
    text-transform: uppercase;
    bottom: 10px;
    left: 10px;
    color: #fff;
    background: #105caa !important;
    font-size: 18px !important;
    outline: none !important;
}
.rev_slider_wrapper {
    margin-top: 3%;
}
.rev_slider_wrapper1 {
    padding: 80px 0;
}

.sub_div input {
    font-size: 19px;
    font-weight: 600;
    border-radius: 0px;
    border: none;
    margin: 0 auto;
    display: block;
}

.form-tit {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: fit-content;
    margin: 0px auto;
    margin-top: 30px;
    text-align: center;
    border-radius: 5px;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #a9384a;
    border-radius: 25px;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}