/* @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:"Poppins";
    font-style:normal;
    font-weight:500;
    src:url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}
@font-face{
    font-family:"DM Serif Display";
    font-style:normal;
    font-weight:500;
    src:url('../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf') format('truetype');
}
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: 'DM Serif Display', serif;
}
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;
    }
}
.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;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'DM Serif Display', serif;
    /* background: #DE1F2A; */
    background: #43a44d;
    padding: 10px;
}
.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;
    }
}
/* .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: #43a44d;
    padding: 26px 0;
    z-index: 1;
    position: relative;
}
.footer-bottom p{
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}
.mb-10{
    margin-bottom: 10px;
}
.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 28px 15px 18px;
    }
.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;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-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: 99999;
    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 #fff;
}
.mob-btn.fixed a {
    width: 50%;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #43a44d;
    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: "Hind", sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
    padding-top: 10px;
}

.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:10000; width:100%;top: 110px;}
.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: 20px;
    margin-block: 15px;
}
.top-space button{
    background: #43a44d;
    font-size: 19px;
    font-weight: 600;
    border-radius: 0px;
    border: none;
    color: #FFF;
}
.floor-img{
    justify-content: center;
    display: flex;
}
.location_background {
    /* background: #203841;
    padding: 50px; */
}
.form-control{
    border-radius: 0px !important;
}
.services-section {
background: #ffff;
}
.amenities-section{
    background: url(../images/amenities-bg.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    padding-block: 60px;
}
.para-1{
   
}
.para-1 ul li{
    background: url(../images/bul-icon.png) no-repeat 0px 7px;
    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: #fdf6e9;
    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: 30px;
}
.owl-item img{
    width: 80px !important;
}
.feature-body h4{
    color: #ffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}
.logo{
    margin-top: 14px;
}
.loc-title img{
    padding-inline: 10px;
}
.default-form-area img{
    padding-top: 10px;
}

/* 28-12-2023 */

.rooms-section {
    background-image: url(../images/am-bg.jpg);
    padding: 50px 0px;
}
.white-text{
    margin-bottom: 30px;
    position: relative;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffff;
}
.loc-title h2 {
    margin-bottom: 28px;
    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-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}
.main-text span{
    font-weight: 800;
}
.welcome-section{
    position: relative;
    background: url(../images/mob-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.main-text{
    margin-top: 50px;
}
.welcome-section h2{padding-bottom: 30px;}
.main-infocontent p{
    font-weight: 600;
    font-size: 16px;

   
}
.main-infocontent img{
    padding-block: 10px;
    width: 70px;
}
.podium-logo{
    padding-bottom: 25px;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Media query for Dark Mode */
@media (prefers-color-scheme: dark) {
    .btn-style-one {
        position: relative;
        line-height: 24px;
        color: #FFF;
        text-align: center;
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'DM Serif Display', serif;
        background: #d12d69;
        padding: 10px;
    }
}
.home-content {
    background: #fff;
}
#user-details{
    padding-top: 20px;
}
.thankyou-cont p{
    padding-bottom: 10px;
}
.thankyou-cont h2{
    padding-bottom: 20px;
}
.form-group input{
    height: 40px !important;
}
#js-contact-btn:focus{
    outline: none;
}
#js-contact-btn:hover{
    color: #ffff;
}
.main-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ame-icon {
    background: #ffff;
}
.amenities p{
    font-size: 15px;
    font-weight: 600;
}
.amenities{
    margin-bottom: 25px;    
}
/* .ameities-text{
    margin-bottom: 30px;
} */
.amenities img{
    width: 70px;
    margin-bottom: 15px;
}
.align-items-center{
    display: flex;
    align-items: center;
}
.ameities-text p{
    line-height: 36px;
    font-weight: 500;
    font-size: 15px;
}
.enq-btn a{
    position: relative;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'DM Serif Display', serif;
    background: #43a44d;
    padding: 11px 15px;
}
.error{
    color: red;
}
.top-space button:focus{
    color: #ffff;
}
.brochure-btn {
    margin-block: 25px;
}
.brochure-btn a {
    background: #d12d69;
    font-size: 19px;
    font-weight: 600;
    border-radius: 0px;
    border: none;
    color: #FFF;
    padding: 10px 16px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.floor-list {
    width: 200px;
}
.vertical-tab .nav-tabs li {
    float: none;
    text-align: center;
    vertical-align: top;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.active, .demo:hover {
    opacity: 1;
}
#floor .vertical-tab .tab-content {
    color: #000 !important;
}
#floor .floor-warp {
    margin-top: 70px;
}
.tab-content>.active {
    display: block;
}
.fade.in {
    opacity: 1;
}
.tab-content>.tab-pane {
    display: none;
}
.mapbg {
    /* background: url(../images/mapbg.png) no-repeat center; */
    padding: 40px 0;
    /* border-bottom: 10px solid #3f597d; */
    /* margin-bottom: 80px; */
}
.mapbg ul li.heading-list {
    text-transform: uppercase;
    font-weight: 700;
    list-style-image: unset !important;
}
.mapbg ul li {
    list-style-image: url(../images/loc.png);
    color: #000;
    font-size: 16px;
    padding-bottom: 11px;
    margin-left: 10px;
}
.location-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-section{
    background: url(../images/loc-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 60px;
    /* padding-top: 40px; */
}
/* .floor-box table {
  max-width: 600px;
  margin: 0 auto;
}
.floor-btn{
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #000;
    padding: 18px 19px 10px;
}
.floor-btn.active {
  background-color: #0D3E80 !important;
  color: #fff !important;
  border-color: #0D3E80 !important;
} */
/* Add spacing between buttons */
/* .floor-btn {
  margin: 0 5px;
} */

/* Style active button with dark blue */
/* .floor-btn.active {
  background-color: #0d47a1;
  color: #fff;
  border-color: #0d47a1;
} */

/* Center and space the floor content */
/* .floor-box {
  margin-top: 30px;
}
.vertical-tab {
    display: table;
    margin-top: 0px;
    padding: 12px 20px;
}
.vertical-tab .nav-tabs {
    display: table-cell;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li {
    float: none;
    text-align: center;
    vertical-align: top;
}
.vertical-tab .nav-tabs li a {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    padding: 18px 19px 10px;
    margin: 3px 5px 0 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    background: #61727d;
}
.vertical-tab .nav-tabs li a:after {
    background-color: #19327b;
    top: auto;
    bottom: 0;
}
.inner-table-floor ul li.left-txt {
    font-weight: 800;
}
.inner-table-floor ul li {
    border: 1px solid #000;
    padding: 5px;
} */
/* Floor Plans new css */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    border-bottom: 0px solid red;
    margin-bottom: 20px;
}
.nav-tabs .nav-link{
    padding: 10px 20px;
    border: 1px solid #43a44d;
    color: #43a44d;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #43a44d;
    color: #fff !important;
    border-radius: 0px !important;
}
.nav-item{
    margin: 0 10px;
}
.bhk-box {
  border: 1px solid #000;
  max-width: 800px;
  margin: 0 auto;
}

.bhk-row {
  display: flex;
  border-top: 1px solid #000;
}

.bhk-row:first-child {
  border-top: none;
}

.bhk-col {
  flex: 1;
  padding: 12px 20px;
  border-left: 1px solid #000;
}

.bhk-col:first-child {
  font-weight: 700;
  border-left: none;
  text-align: center;
}

.bhk-col:last-child {
  text-align: center;
}
.border{
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
}
.row.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.floor-plan-section{
    display: flex;
    align-items: center;
    justify-content: center;
}

