@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);

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 0px 0px 0px;

}

.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;

    padding: 11px 10px 11px 10px;
top:-9px;
    border-radius: 5px;

    line-height: 24px;

    color: #fff;

    text-align: center;

    display: inline-block;

    font-size: 20px;

    font-weight: 700;

    background: #808388;

    letter-spacing: 1px;

    text-transform: uppercase;

    border: 2px solid #808388;

    font-family: 'DM Serif Display', serif;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-style-one:hover {

    color: #fff;

    background: #101010;

    border-color: #101010;

}

.link-btn4 {

    margin-top: 8px;
    margin-bottom:20px;

}
.pb50{padding-bottom: 50px;}
.sec-title {

    margin-top: -8px;

    margin-bottom: 50px;

}

.sec-title h2 {

    position: relative;

    font-size: 36px;

    font-weight: 500;

    color: #222;

    text-transform: uppercase;

}
.sec-title h3 {

        position: relative;
    font-size: 31px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 15px;
    text-transform: uppercase;


}
.sec-title h3:after{
     position: absolute;

    content: "";

    left: 50%;

    bottom: 0px;

    width: 125px;

    height: 2px;

    background-image:linear-gradient(to right, #3f003c, #e5c4e4);
    
    transform:translate(-50%,-50%);
}

.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: #0e2431;

}

.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: #000;

    padding: 26px 0;

    z-index: 1;

    position: relative;

}

.footer-bottom .copy-text {

    font-family: "Poppins", sans-serif;

    color: #848484;

    font-size: 14px;

}

.footer-bottom .copy-text a {

    color: #e1dfd2;

    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:20px 20px;}

.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:#FFF;}

.default-form textarea {

    height: 64px;

}

.default-form-area h2 {

    text-align: center;

    padding: 0px 0 20px 0;

    font-weight: 700;

    font-size: 21px;

    line-height: 38px;

    text-transform: uppercase;

}

.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 {

    background: url(../images/bg-blue.jpg) repeat;

}



.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 {

    position: relative;

    background-color: #FFF;

}

.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;

}

.services-section p {

    line-height: 36px;

    text-align: left;

}

.service-block-three {

    position: relative;

    margin-bottom: 70px;

}

.services-section {
    background: url(../images/top-bg.jpg) repeat;

}

.over-bg {

    /*background: url(../images/bg-blue.jpg) repeat;*/
    background-image: linear-gradient(166deg, #9b6398, #a38ca2, #e7e7e7);

}

.ic1,.ic2,.ic3,.ic4,.ic5,.ic6 {

    /*background: url(../images/ic1.png) no-repeat left top;*/

    padding: 5px 0 0 80px;

    height: 72px;

    margin-bottom: 55px;
    
    margin-left: 20px;
    
    display:flex;
    
    align-items:center;

}
.ic1 img,.ic2 img,.ic3 img,.ic4 img,.ic5 img,.ic6 img {

        border: 1px solid white;
    margin-right: 10px;
    border-radius: 50%;
    padding: 14px;
    width: 90px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    height: 90px;
    transition:transform 300ms ease-in-out;
    
}
.ic1:hover img,.ic2:hover img,.ic3:hover img,.ic4:hover img,.ic5:hover img,.ic6:hover img {

       background-color:white;
       box-shadow:1px 2px 2px -5px black;
       transform:scale(1.1);
}




.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: #ffffff;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    text-shadow: 1px 1px 2px black;

}

.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: #fc3a52;

    font-size: 16px;

    font-weight: 700;

    color: #FFF;

}

.inline-block {

    display: inline-block;

}

.fixed {

    position: fixed;

}

.form-top{position:relative; z-index:10000; width:100%; top:-7px;    background-color: #f3f3f3;
    padding-bottom: 30px;
}















.background_img{

    background: #e1dfd2 !important;

}



.location_background {

    background: #f7f4f1;

  

}

.location_background h2 {

    font-size: 24px;

    color:#0e2431;

    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: #ff8000;

    font-size: 20px;

    color: #FFF;

}

.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;

}

.location-menu{

    padding-top: 35px;

}

.ic-one {

    padding: 45px;

}

.accordion-button {

    position: relative;

    display: flex;

    align-items: center;

    width: 100%;

    padding: 1rem 1.25rem;

    font-size: 1rem;

    color: #212529;

    text-align: left;

    background-color: #fc3a52;

    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: #fc3a52;

    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: #fc3a52;

    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: #FFF;

    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;

   

    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);

}
.Amenities {background: url(../images/top-bg.jpg) repeat;}
.Amenities h4{font-family: "Poppins", sans-serif; text-align: center;font-weight: 700; font-size: 14px; padding-bottom: 23px; padding-top: 20px;}
.amenities{
    display:flex;
    justify-content:start;
}