@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 {
    
    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-size: 13px;
    color: #000;
    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;
    padding: 11px 10px 11px 10px;
    border-radius: 5px;
    line-height: 24px;
    color: #ef9432;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    background: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #ef9432;
    font-family: 'DM Serif Display', serif;
}

.link-btn4 {
    margin: 10px auto;
}
.sec-title {
    margin-top: -8px;
    margin-bottom: 11px;
}
.sec-title h2 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
}
.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{height: 75px;}
.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 p{ font-size: 14px;}
.footer-bottom .copy-text {
    font-family: "Poppins", sans-serif;
    color: #848484;
    font-size: 14px;
}
.footer-bottom .copy-text a {
    color: #ef9432;
    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:15px;}
.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;margin-top: 45px;}
.default-form textarea {
    height: 64px;
}
.default-form-area h2 {
    text-align: center;
    padding: 0px 0px 0px 20px ;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #ef9432;
  
}
.default-form-area h2 span { color: #000;}
.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 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.rooms-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color:#fff0df;
}
.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: #f6f6f6;
}
.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: 29px;
    font-size: 14px;
  
}
.service-block-three {
    position: relative;
    margin-bottom: 70px;
}
.services-section {
    background: #FFF;
}
.services-section h3{  font-family: "Poppins", sans-serif; font-size: 18px; margin-bottom: 15px;}
.services-section ul{margin-top: 30px;}
.services-section li{background: url(../images/bul.jpg) no-repeat left 7px top 5px #FFF;
    padding: 25px 0px 25px 89px;
    font-size: 24px;
    margin-bottom: 28px;
    
    border-radius: 10px;}
.over-bg {
    background: url(../images/highlight-bg.jpg);
}
.ic1 {
   
   
    text-align: center;
    font-size: 30px;
}
.ic1 strong{ font-size: 44px;}
.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{background: url(../images/bg-pattern-2.jpg) no-repeat top right;}
.our-team-area img{ margin-bottom: 3px;}
.over-bg h2 {
    font-size: 16px;
    color: #fff;
   
    line-height: 28px;
    font-family: "Poppins", sans-serif;
}
.rooms-section h2{ color: #222 !important;    font-size: 36px;font-weight: 500; padding-bottom: 20px; text-align: center; padding-top: 30px;}

.rooms-section ul{}
.rooms-section li{color: #222;
    margin-bottom: 10px;
    background: url(../images/location.png) no-repeat top 10px left 10px;
    border-radius: 10px; border: solid 1px #ef9432; font-weight: 500;
    padding: 15px 10px 10px 41px;}
.get-di{ padding: 10px; }
.get-di a{ color: #FFF; padding:10px 20px; border: solid 1px #FFF; font-weight: 800; font-size: 18px; text-transform: uppercase;}
.amibox{ background: #FFF; padding: 20px; margin-bottom: 25px; height:190px;}
.amibox h3{ text-align: center; font-size: 16px; font-family: "Poppins", sans-serif; line-height: 30px;}
.over-bg h2 span {
    font-size: 20px;
}
.over-bg img{margin-bottom: 10px;}
.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: #ffde00;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.inline-block {
    display: inline-block;
}
.fixed {
    position: fixed;
}
.form-top{background: #ffde00;}







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

.location_background {
    background: #203841;
    padding: 50px;
}
.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: #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: 32px 0px 32px 0px;
}
.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: #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: #e0b028;
    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: #f3cf69;
    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);
}
.about-bx3 .dz-media:after {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(50vw - 104px);
    right: 80px;
    z-index: -2;
    background: #f8f8f8;
    bottom: -120px;
    background-image: url(../images/black-twill.png);
    opacity: 0.2;
}
.about-bx3 .dz-media img {
    height: 100%;
}
.about-bx3 .dz-media {
    height: 100%;
    overflow: visible;
    padding-right: 15px;
    z-index: 1;
}
.dz-media, .dz-post-media {
    position: relative;
    overflow: hidden;
}
.about-bx3 .history-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .about-bx3 .history-row .year,
    .about-bx3 .history-row .awards,
    .about-bx3 .history-row .sales {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 65px;
      font-weight: 700;
      min-width: 120px;
      letter-spacing: 8px;
      border-bottom: 4px solid var(--primary);
      display: inline-block; }
      @media only screen and (max-width: 575px) {
        .about-bx3 .history-row .year,
        .about-bx3 .history-row .awards,
        .about-bx3 .history-row .sales {
          letter-spacing: 0; } }
    .about-bx3 .history-row .text {
      display: block;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .about-bx3 .history-row .text {
          font-size: 18px;
          line-height: 1.2; } }
  
  .about-bx3 .dz-media {
    height: 100%;
    overflow: visible;
    padding-right: 15px;
    z-index: 1; }
    .about-bx3 .dz-media img {
      height: 100%; }
    .about-bx3 .dz-media:after {
      position: absolute;
      content: "";
      height: 100%;
      width: calc(50vw - 104px);
      right: 80px;
      z-index: -2;
      background: #f8f8f8;
      bottom: -50px;
      background-image: url(../images/black-twill.png);
      opacity: 0.2; }
    .about-bx3 .dz-media.right {
      padding-right: 0;
      padding-left: 15px; }
      .about-bx3 .dz-media.right:after {
        left: 80px; }
      .about-bx3 .dz-media.right .circle-bg {
        left: auto;
        right: -25%; }
    .about-bx3 .dz-media .circle-bg {
      position: absolute;
      height: 400px;
      z-index: -1;
      width: 400px;
      bottom: -80px;
      left: -25%;
      -webkit-animation: move1 10s ease-in infinite;
      animation: move1 10s ease-in infinite; }
  
  @media only screen and (max-width: 991px) {
    .about-bx3 .dz-media {
      padding-right: 0; }
      .about-bx3 .dz-media:after {
        content: none; }
      .about-bx3 .dz-media .circle-bg {
        display: none; }
      .about-bx3 .dz-media.right {
        padding-right: 0;
        padding-left: 0; }
    .about-bx3 .history-row .year,
    .about-bx3 .history-row .awards,
    .about-bx3 .history-row .sales {
      font-size: 55px; } }
  
  @media only screen and (max-width: 767px) {
    .about-bx3 .history-row .year,
    .about-bx3 .history-row .awards,
    .about-bx3 .history-row .sales {
      font-size: 38px;
      min-width: 80px; } }
.high{font-size: 48px;
    font-weight: 600;
    border: solid 3px #ef9432;
    text-align: center;
    line-height: 37px;
    color: #343232;
    padding: 20px 10px;
    margin-top: 33px;}
.high span{font-size: 20px; color:#858080;}
.light-bg{ background: #fff0df;}
.locationmap{border: solid 20px #FFF;
border-radius: 10px; margin-top: -40px;}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
   
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control::-webkit-input-placeholder {
    color: #1f1f1f;
}

label{
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 1px;
}
      