@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,700&display=swap');
body{font-family:"DM Sans",sans-serif;color:#444}
a{color:#a57c40;text-decoration:none}
a:hover{color:#73451e;text-decoration:none}
.back-to-top{position:fixed;visibility:hidden;opacity:0;right:15px;bottom:15px;z-index:996;background:#ffc451;width:40px;height:40px;border-radius:4px;transition:all .4s}
.back-to-top i{font-size:28px;color:#151515;line-height:0}
.back-to-top:hover{background:#151515}
.back-to-top:hover i{color:#ffc451}
.back-to-top.active{visibility:visible;opacity:1}
#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:#151515}
#preloader:before{content:"";position:fixed;top:calc(50% - 0px);left:calc(50% - 30px);border:6px solid #ffc451;border-top-color:#151515;border-bottom-color:#151515;border-radius:50%;width:60px;height:60px;animation:animate-preloader 1s linear infinite}
@keyframes animate-preloader {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
@media screen and (max-width: 768px) {
[data-aos-delay]{transition-delay:0!important}
}
.pagination .page-item { margin: 0 5px; }
.pagination .page-link { border-radius: 10px; }
.active > .page-link, .page-link.active { background-color: #7b0b00; border-color: #ffc451; }
.page-link {color:#7b0b00;}
.lg-outer { direction:ltr !important; }
.btn-primary { background-color: #A1754C !important; border-color: #A1754C; }
.btn-primary:hover { background-color: #AA825D !important; border-color: #AA825D; }
.btn-primary:active { background-color: #A1754C !important; }
.text-primary { color: #263B5E !important; }
.card-light { background: #F7F8FA; border-color: #ebebeb; }
.has-error .help-block { color: #e01f1f; }
.has-error input[type="text"], .has-error input[type="password"] { color: #e01f1f; border: 1px solid #e01f1f; }
#header{transition:all .5s;padding:10px 0;position:relative;width:100%;background:rgba(255,255,255,1.0);border-bottom:none;padding-bottom:0}
#header.header-scrolled,#header.header-inner-pages{background:rgba(0,0,0,0.8)}
#header .logo{display:flex; align-items: center; font-size:20px;margin:0;padding:0;font-weight:700;text-transform:uppercase}
#header .logo_section { max-width: 220px; }
#header .logo a{color:#8C603D}
#header .logo span{color:#8C603D !important; display:inline-block;padding-top:15px;line-height:21px;}
#header .logo img{max-height:160px;}
.sidenav_item { transition: 0.1s; }
.sidenav_item:hover svg .s0 { fill: #d1e2e9; }
.get-started-btn{color:#fff;border-radius:4px;padding:7px 25px 8px;white-space:nowrap;transition:.3s;font-size:14px;display:inline-block;border:2px solid #ffc451}
.get-started-btn:hover{background:#ffbb38;color:#343a40}
@media (max-width: 992px) {
.get-started-btn{padding:7px 20px 8px;margin-right:15px}
}
.search-box { position: relative; width: 100%; flex-wrap: wrap; display: flex; justify-content: center; overflow: initial; background: #f3f3f3; border-radius:5px; }
.search-box input[type="text"] { background: transparent; border: none; font-size: 13px; min-width: 400px; }
.search-box input[type="text"]::placeholder, .subscribtion_form input[type="email"]::placeholder{color: #8C603D; opacity: 0.6;} 
.navbar{padding:0}
.navbar ul{margin:0;padding:0;display:flex;list-style:none;align-items:center}
.navbar li{position:relative}
.navbar a,.navbar a:focus{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 30px;font-size:15px;font-weight:600;color:#fff;white-space:nowrap;transition:.3s}
.navbar a i,.navbar a:focus i{font-size:12px;line-height:0;margin-left:5px}
.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a{color:#ffc451}
.navbar .dropdown ul{display:block;position:absolute;left:14px;top:calc(100% + 30px);margin:0;padding:10px 0;z-index:99;opacity:0;visibility:hidden;background:#fff;box-shadow:0 0 30px rgba(127,137,161,0.25);transition:.3s}
.navbar .dropdown ul li{min-width:200px}
.navbar .dropdown ul a{padding:10px 20px;font-size:14px;text-transform:none;color:#151515;font-weight:400}
.navbar .dropdown ul a i{font-size:12px}
.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a{background-color:#ffc451}
.navbar .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.navbar .dropdown .dropdown ul{top:0;left:calc(100% - 30px);visibility:hidden}
.navbar .dropdown .dropdown:hover>ul{opacity:1;top:0;left:100%;visibility:visible}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul{left:-90%}
.navbar .dropdown .dropdown:hover>ul{left:-100%}
}
.mobile-nav-toggle{color:#7b0b00;font-size:28px;cursor:pointer;display:none;line-height:0;transition:.5s;position: absolute; left: 10px; top: 36%;}
.mobile-nav-close { position: absolute; top: 5px; right: 15px; color: azure; padding-right: 10px; padding-left: 10px; font-size: 35px; z-index: 9999;  cursor: pointer;}
.mobile-nav-toggle:active { background-color: #b0b0b0; border-radius: 10px; }
.mobile-nav-close:active { background-color: #a0a0a0; border-radius: 10px; }
@media (max-width: 991px) {
.mobile-nav-toggle{display:block}
.navbar ul{display:none}
}
.navbar-mobile{position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,0.9);transition:.3s;z-index:999;margin-top:0 !important;}
.navbar-mobile .mobile-nav-toggle{position:absolute;top:15px;right:15px}
.navbar-mobile ul{display:block;position:absolute;top:55px;right:15px;bottom:15px;left:15px;padding:10px 0;background-color:#fff;overflow-y:auto;transition:.3s}
.navbar-mobile a,.navbar-mobile a:focus{padding:10px 20px;font-size:15px;color:#151515}
.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a{color:#151515;background-color:#ffc451}
.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus{margin:15px}
.navbar-mobile .dropdown ul{position:static;display:none;margin:10px 20px;padding:10px 0;z-index:99;opacity:1;visibility:visible;background:#fff;box-shadow:0 0 30px rgba(127,137,161,0.25)}
.navbar-mobile .dropdown ul li{min-width:200px}
.navbar-mobile .dropdown ul a{padding:10px 20px;color:#151515}
.navbar-mobile .dropdown ul a i{font-size:12px}
.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a{background-color:#ffc451}
.navbar-mobile .dropdown>.dropdown-active{display:block}
.header_contacts li i { font-size: 16px; vertical-align: middle; }
#hero{width:100%;min-height:550px;background:url(../img/hero-bg.jpg) top center;background-size:cover;position:relative;padding-top:0}
#hero:before{content:"";background:rgba(0,0,0,0.6);position:absolute;bottom:0;top:0;left:0;right:0}
/* #hero .container{position:relative;padding-top:74px;text-align:center} */
#hero h1{margin:0;font-size:56px;font-weight:700;line-height:64px;color:#fff}
#hero h1 span{color:#ffc451}
#hero h2{color:rgba(255,255,255,0.9);margin:10px auto; font-size:22px; line-height: 33px; max-width: 800px; }
#hero .icon-box{padding:30px 20px;transition:ease-in-out .3s;border:1px solid rgba(255,255,255,0.3);height:100%;text-align:center}
#hero .icon-box i{font-size:32px;line-height:1;color:#ffc451}
#hero .icon-box h3{font-weight:700;margin:10px 0 0;padding:0;line-height:1;font-size:20px;line-height:26px}
#hero .icon-box h3 a{color:#fff;transition:ease-in-out .3s}
#hero .icon-box h3 a:hover{color:#ffc451}
#hero .icon-box:hover{border-color:#ffc451}
@media (min-width: 1024px) {
#hero{background-attachment:fixed}
}
.hero_bg { width:100%; height: 100%; position: relative; }
.hero_bg:before { background: rgba(0,0,0,0.15) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 46%, rgba(0, 0, 0, 0.90) 100%); content: ""; position: absolute; display: block; height: 100%; width: 100%; }
#hero .swiper-wrapper { z-index: 0; }
#hero .swiper-slide { display: flex; align-items: center; }
.hero_next.swiper-button-next, .hero_prev.swiper-button-prev { color: #fff; transition: 0.3s; font-size: 16px; width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); }
.hero_next.swiper-button-next:hover, .hero_prev.swiper-button-prev:hover { background: rgba(255, 255, 255, 0.5); }
.hero_next.swiper-button-next:after, .hero_prev.swiper-button-prev:after { font-size: 20px; }
#hero .hero_content { bottom: 27%; }
#hero .hero-slider { width:100%; height:550px; }
#hero .hero-slider .hero_content { bottom: 16%; }
#hero .swiper-horizontal > .swiper-pagination-bullets, #hero .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: -22px !important; }
#hero .swiper-pagination-bullet-active { background: #AA825D; }
.user_menu a.dropdown-item { text-align: left; }
.st-description { line-height: 1.8; }
section{padding:60px 0;overflow:hidden}
.section-title{padding-bottom:40px; text-align:center}
.section-title h2{font-size:14px;font-weight:700;padding:0;line-height:1px;margin:0 0 5px;letter-spacing:2px;color:#aaa}
.section-title h2::after{content:"";width:120px;height:1px;display:inline-block;background:#ffde9e;margin:4px 10px}
.section-title p{margin:0;margin:0;font-size:36px;font-weight:700;color:#151515}
.about .content h3{font-weight:700;font-size:28px}
.about .content ul{list-style:none;padding:0}
.about .content ul li{padding:0 0 8px 26px;position:relative}
.about .content ul i{position:absolute;font-size:20px;left:0;top:-3px;color:#ffc451}
.about .content p:last-child{margin-bottom:0}
.clients{padding-top:20px}
.clients .swiper-slide img{opacity:.5;transition:.3s;filter:grayscale(100)}
.clients .swiper-slide img:hover{filter:none;opacity:1}
.clients .swiper-pagination{margin-top:20px;position:relative}
.clients .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background-color:#fff;opacity:1;background-color:#ddd}
.clients .swiper-pagination .swiper-pagination-bullet-active{background-color:#ffc451}
.features{padding-top:20px}
.features .icon-box{padding-left:15px}
.features .icon-box h4{font-size:20px;font-weight:700;margin:5px 0 10px 60px}
.features .icon-box i{font-size:48px;float:left;color:#ffc451}
.features .icon-box p{font-size:15px;color:#848484;margin-left:60px}
.features .image{background-position:center center;background-repeat:no-repeat;background-size:cover;min-height:400px}
.services .icon-box{text-align:center;border:1px solid #ebebeb;padding:80px 20px;transition:all ease-in-out .3s;background:#fff}
.services .icon-box .icon{margin:0 auto;width:64px;height:64px;background:#ffc451;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:.3s}
.services .icon-box .icon i{color:#151515;font-size:28px;transition:ease-in-out .3s}
.services .icon-box h4{font-weight:700;margin-bottom:15px;font-size:24px}
.services .icon-box h4 a{color:#151515;transition:ease-in-out .3s}
.services .icon-box h4 a:hover{color:#ffc451}
.services .icon-box p{line-height:24px;font-size:14px;margin-bottom:0}
.services .icon-box:hover{border-color:#fff;box-shadow:0 0 25px 0 rgba(0,0,0,0.1);transform:translateY(-10px)}
.cta{background:linear-gradient(rgba(2,2,2,0.5),rgba(0,0,0,0.5)),url(../img/cta-bg.jpg) fixed center center;background-size:cover;padding:60px 0}
.cta h3{color:#fff;font-size:28px;font-weight:700}
.cta p{color:#fff}
.cta .cta-btn{font-weight:600;font-size:16px;letter-spacing:1px;display:inline-block;padding:8px 28px;border-radius:4px;transition:.5s;margin-top:10px;border:2px solid #fff;color:#fff}
.cta .cta-btn:hover{background:#ffc451;border-color:#ffc451;color:#151515}
.counts .content{padding:30px 0}
.counts .content h3{font-weight:700;font-size:34px;color:#151515}
.counts .content p{margin-bottom:0}
.counts .content .count-box{padding:20px 0;width:100%}
.counts .content .count-box i{display:block;font-size:36px;color:#ffc451;float:left}
.counts .content .count-box span{font-size:36px;line-height:30px;display:block;font-weight:700;color:#151515;margin-left:50px}
.counts .content .count-box p{padding:15px 0 0;margin:0 0 0 50px;font-size:14px;color:#3b3b3b}
.counts .content .count-box a{font-weight:600;display:block;margin-top:20px;color:#3b3b3b;font-size:15px;transition:ease-in-out .3s}
.counts .content .count-box a:hover{color:#626262}
.counts .image{background:url(../img/counts-img.jpg) center center no-repeat;background-size:cover;min-height:400px}
@media (max-width: 991px) {
.counts .image{text-align:center}
.counts .image img{max-width:80%}
}
@media (max-width: 667px) {
.counts .image img{max-width:100%}
}
.videos_section, .home_albums { background: #620e05; }
.videos_section .single_video a { color: #f9f9f9 !important; font-weight: bold; }
.videos_section a:hover { color: #d10025 !important; }
.videos_section .card-text, .videos_section .card-text .text-muted { color: #e0e0e0 !important; }
.videos_section .other_videos .single_video img { max-height: 112px; }
.videos_headtitle { font-size: 20px; font-weight: 700; color: #fff; }
.single_video:after { content: "\ebbd"; font-family: boxicons; font-size: 22px; padding:6px 9px; background: rgba(209, 0, 37, 0.78); position: absolute; top: 45%; left: 48%; margin: 0 auto; display: block; border-radius: 5px; }
.single_video:hover:after { background: rgba(0, 0, 10, 0.98); }
.videos_all .single_video:before { content: ""; background: rgba(0,0,0,0.6); position: absolute; bottom: 0; top: 0; left: 0; right: 0; background:linear-gradient(180deg, rgba(187, 187, 187, 0.15) 0%, rgba(46, 17, 17, 0.55) 75%, rgb(0, 0, 0) 100%); }
.videos_all .single_video .card-img-overlay .card-text { padding: 5px 10px; position: absolute; left: 0; right: 0; bottom: 5px; font-size: 16px; font-weight: 700; text-align: center; z-index: 100; }
.hp_main_video { border-radius: 10px; }
.hp_main_video, .hp_main_video .single_video { background: #000; }
.hp_gallery_item .card-img-overlay .card-text { padding: 5px 10px; position: absolute; left: 0; right: 0; bottom: 5px; font-size: 16px; font-weight: 700; text-align: center; z-index: 100; }
.hp_gallery_item .single_album:before { transition:.5s; content: ""; background: rgba(0,0,0,0.6); position: absolute; bottom: 0; top: 0; left: 0; right: 0; background:linear-gradient(180deg, rgba(187, 187, 187, 0.15) 0%, rgba(46, 17, 17, 0.55) 75%, rgb(0, 0, 0) 100%); }
.hp_gallery_item:hover .single_album:before { background: linear-gradient(180deg, rgba(187, 187, 187, 0.15) 0%, rgba(46, 17, 17, 0.55) 55%, rgb(0, 0, 0) 100%); }
.hp_gallery_item img { max-height: 290px; min-height: 270px; }
.other_videos .single_video:after { top: 25%; left: initial; right: 14%; }
.dark_section .sec_articles .card, .dark_section .main_article .card { background: #2D2D2D !important; color: #fff !important; border-top: none; }
.gallery_post { border-bottom: 1px solid #f0f0f0; position: relative }
.gallery_post:hover { background: rgb(244, 237, 208, 0.5) }
.gallery_post h5 {font-size: 15px; line-height: 1.6; }
.gallery_post a { color: #333 }
.gallery_post a:hover { color: #000; }
.gallery_post .vd_media img { width: 270px; }
.gallery_post .timing { color: #2db9c8; }
.gallery_post p { color: #666 }
.gallery_post figure { position: relative; height: 200px; overflow: hidden; }
.gallery_post figure img { width: 100%; min-height: 230px;  }
.gallery_post figure .img_count, .hp_gallery_item .img_count { background: #343677; padding:6px 10px; font-family: "Font Awesome 5 Free"; content: "\f144"; font-size: 14px; color: #fff; position: absolute; top: 5%; right: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.gallery_post:hover figure .img_count, .hp_gallery_item:hover .img_count { background: rgba(0, 0, 0, 0.6); }
.hp_gallery_img { height: 180px !important; }
.places {background:#F7F8FA;padding:80px 0}
.places .member{margin-bottom:20px;overflow:hidden;border: none;border-radius:15px;background:#fff;box-shadow:0 2px 15px rgba(0,0,0,0.1)}
.places .member .member-img{position:relative;overflow:hidden;height:200px}
.places .member .member-img img {transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); object-fit: cover; width: 100%; }
.places .member .social{position:absolute;left:0;bottom:30px;right:0;opacity:0;transition:ease-in-out .3s;text-align:center}
.places .member .social a{transition:color .3s;color:#151515;margin:0 3px;border-radius:4px;width:36px;height:36px;background:rgba(255,255,255,0.8);transition:ease-in-out .3s;color:#484848;display:inline-flex;justify-content:center;align-items:center}
.places .member .social a:hover{color:#151515;background:#ffc451}
.places .member .social i{font-size:18px;line-height:0}
.places .member .member-info{padding:25px 15px}
.places .member .member-info h4{font-weight:700;margin-bottom:1px;font-size:18px;color:#151515;line-height: 27px;}
.places .member .member-info h4:hover { color:#a57c40; }
.places .member .member-info span{display:block;font-size:13px;font-weight:400;color:#aaa}
.places .member .member-info p{font-style:italic;font-size:14px;line-height:26px;color:#777}
.places .member:hover .social{opacity:1;bottom:15px}
.places .member:hover img {-webkot-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.places .swiper-pagination { position: relative; margin-top: 35px; bottom: unset; left: unset; align-items: center; display: flex; justify-content: center; }
.places .swiper-pagination-bullet { background: #ABABAB; width: 10px; height: 10px; }
.places .swiper-pagination-bullet:hover { background: #606060; }
.places .swiper-pagination-bullet-active { background: #000; width: 12px; height: 12px; }
.contact .info{width:100%;background:#fff}
.contact .info i{font-size:20px;background:#ffc451;color:#151515;float:left;width:44px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:4px;transition:all .3s ease-in-out}
.contact .info h4{padding:0 0 0 60px;font-size:22px;font-weight:600;margin-bottom:5px;color:#151515}
.contact .info p{padding:0 0 0 60px;margin-bottom:0;font-size:14px;color:#484848}
.contact .info .email,.contact .info .phone{margin-top:40px}
.contact .php-email-form{width:100%;background:#fff}
.contact .php-email-form .form-group{padding-bottom:8px}
.contact .php-email-form .error-message{display:none;color:#fff;background:#ed3c0d;text-align:left;padding:15px;font-weight:600}
.contact .php-email-form .error-message br+br{margin-top:25px}
.contact .php-email-form .sent-message{display:none;color:#fff;background:#18d26e;text-align:center;padding:15px;font-weight:600}
.contact .php-email-form .loading{display:none;background:#fff;text-align:center;padding:15px}
.contact .php-email-form .loading:before{content:"";display:inline-block;border-radius:50%;width:24px;height:24px;margin:0 10px -6px 0;border:3px solid #18d26e;border-top-color:#eee;animation:animate-loading 1s linear infinite}
.contact .php-email-form input,.contact .php-email-form textarea{border-radius:0;box-shadow:none;font-size:14px;border-radius:4px}
.contact .php-email-form input:focus,.contact .php-email-form textarea:focus{border-color:#ffc451}
.contact .php-email-form input{height:44px}
.contact .php-email-form textarea{padding:10px 12px}
.contact .php-email-form button[type=submit]{background:#ffc451;border:0;padding:10px 24px;color:#151515;transition:.4s;border-radius:4px}
.contact .php-email-form button[type=submit]:hover{background:#ffcd6b}
@keyframes animate-loading {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.breadcrumbs{padding:15px 0;background:#f5f5f5;min-height:40px;margin-top:74px}
.breadcrumbs h2{font-size:28px;font-weight:400}
.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.breadcrumbs ol li+li{padding-left:10px}
.breadcrumbs ol li+li::before{display:inline-block;padding-right:10px;color:#2f2f2f;content:"/"}
@media (max-width: 992px) {
.breadcrumbs{margin-top:68px}
.breadcrumbs .d-flex{display:block!important}
.breadcrumbs ol{display:block}
.breadcrumbs ol li{display:inline-block}
}
#footer{background:#F7F8FA;padding:0 0 30px;color:#232323;font-size:14px}
#footer .footer-top{border-bottom:1px solid #222;padding:60px 0 30px}
#footer .footer-top .footer-info{margin-bottom:30px}
#footer .footer-top .footer-info h3{font-size:28px;margin:0 0 20px;padding:2px 0;line-height:1;font-weight:700;text-transform:uppercase}
#footer .footer-top .footer-info h3 span{color:#232323}
#footer .footer-top .footer-info p{font-size:14px;line-height:24px;margin-bottom:0;color:#232323}
#footer .footer-top .social-links a{font-size:18px;display:inline-block;background:#fff;color:#a69c8d; border:1px solid #a69c8d; line-height:1;padding:8px 0;margin-right:4px;border-radius:50%;text-align:center;width:36px;height:36px;transition:.3s}
#footer .footer-top .social-links a:hover{border-color:#6c4721;color:#6c4721;text-decoration:none}
#footer .footer-top h4{font-size:17px;font-weight:700;position:relative;padding-bottom:12px}
#footer .footer-top .footer-links{margin-bottom:30px}
#footer .footer-top .footer-links ul{list-style:none;padding:0;margin:0}
#footer .footer-top .footer-links ul i{padding-right:2px;color:#ffc451;font-size:18px;line-height:1}
#footer .footer-top .footer-links ul li{padding:10px 0;display:flex;align-items:center}
#footer .footer-top .footer-links ul li:first-child{padding-top:0}
#footer .footer-top .footer-links ul a{color:#232323;transition:.3s;display:inline-block;line-height:1}
#footer .footer-top .footer-links ul a:hover{color:#000; text-decoration:underline;}
#footer .copyright{text-align:center;padding-top:30px}
#footer .credits{padding-top:10px;text-align:center;font-size:13px;color:#fff}
.topbar { background: #fff; color: rgba(255, 255, 255, 0.9); border-bottom: 1px solid #ebebeb; color: #666; padding: 7px 30px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.topbar_nav ul { margin:0;padding:0;list-style-type:none; }
.topbar_nav li { display: inline-block; padding: 2px 6px; }
.topbar_nav li a { display: inline-block; color: #666; font-weight: 400; font-size: 14px; line-height: 20px; }
.navbar .header_social { position: absolute;bottom: 127px;top: unset; display:none; justify-content: center}
.navbar .header_social a { font-size: 28px; padding: 5px 10px !important; }
.navbar .header_social a:hover { background: #7b0b00 !important; }
.navbar .header_social a i { font-size: 28px; }
.mobile_social_nav { display: none !important; }
.topbar a:hover { color: #8C603D; }
.fixed-top { top: 40px; }
.fixed-top.header-scrolled { top:0; }
.hero_media { height: 100%; width: 100%; top: 0; left: 0; position: absolute; overflow: hidden; z-index: 0; direction: ltr; }
.bg_video { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; background-size: cover; background: no-repeat center; margin-left: 0; user-select: none; pointer-events: none;
height: 100%; width: 100vh; min-width: 100%; min-height: 56.25vw; /* 100 * 9 / 16 */ 
}
.hero_content { position:absolute; z-index: 11; left: 0; right: 0 }
#header .navbar a { background: #fff; margin: 0; padding: 14px 18px; color: #333; font-size: 14px; border-bottom: 3px solid #fff; }
#header .navbar a:hover, #header .navbar a.active { background: #f4f0eea1; color: #666; border-bottom-color: #b48a4a; }
#header .navbar a:active { background: #d9d1cc; color: #000; border-bottom-color: #7b0b00; }
.main_menu { display: flex; justify-content: space-around; flex: 1 1; }
img.user_log_img { width: 30px; height: 30px; border-radius: 50%; display:inline-block }
i.user_log_img { font-size: 26px; line-height: initial; display:inline-block; color: #666; }
.header_social i { font-size: 22px; padding-top: 3px; }
.font-weight-light{ font-weight: 300; }
.text-gray { color: #7A7A7A; }
.hero_search .card { border-radius: 38px; }
.hero_search .card-body { display: flex; justify-content: space-between; }
.hero_search .check_in { flex: 1; }
.hero_search .search_room .btn { border-radius: 35px;}
.featured_stays { background-color: #F7F8FA; }
.pearl_card:hover .card, .pearl_card:focus { text-decoration: none; -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19); -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19); -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19); -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19); box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.pearl_card { transition: 0.3s;  }
.pearl_card .card { transition: 0.3s; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05); border-radius: 15px; overflow: hidden; padding-bottom: 0; }
.pearl_card .card-title { font-size: 17px; font-weight: 700; }
.pearl_card .card-text { font-weight: 400; font-size: 14px; line-height: 22px; color: #5E6D77; border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; min-height: 55px; }
.pearl_card .card-title a { color: #1A2B48; line-height: 26px; }
.pearl_card .card-title a:hover { color: #3B61A1; }
.pearl_card.list_property .card { display: flex; flex-direction: row; }
.pearl_card.list_property .card-img-top { width: 27%; position: relative; overflow: hidden; height: initial; }
.pearl_card.list_property .card-img-top a { display: block; height: 100%; }
.pearl_card.list_property .property_main_img { height: 100%; }
.pearl_card.list_property .card-body { width: 60%; padding-top: 20px; padding-bottom: 20px; }
.pearl_card.list_property .card-body .rating_reviews { margin-top: 30px; }
.rating_reviews, .property-price { font-size: 14px; }
.rating_reviews .counts {display: inline-block; background:#F9FBFF;border:1px solid #B8CCFF;box-sizing:border-box;border-radius:5px;font-weight:700;font-size:14px;line-height:20px;color:var(--main-color,#3B71FE);margin-right:12px;padding:4px 6px}
.rating_hint { font-weight: 700; display: inline-block; margin-right: 6px; }
.rev_hint { color: #5E6D77; }
.property-price { color: #5E6D77; margin-top: 6px; }
.property-price .price { font-size: 16px; font-weight: 700; color: #000; }
.card-rating { color: #FA5636; --gl-star-size:16px !important; }
.pearl_card .card-img-top a { display: block; }
.pearl_card .card-img-top { width: 100%; height: 180px; overflow: hidden }
.pearl_card .card-img-top .add_favorites { position: absolute; right: 10px; top: 10px; z-index: 10; }
.pearl_card .card-img-top .add_favorites:hover i { -webkit-text-fill-color: #000; }
.pearl_card .card-img-top .add_favorites i { font-size: 20px; -webkit-text-fill-color: white; -webkit-text-stroke-width: 0px; -webkit-text-stroke-color: black; }
.pearl_card .card-img-top .add_favorites i.parked { -webkit-text-fill-color: #a5a; color: #a5a; }
.pearl_card .card-img-top img { transition: 0.3s; }
.pearl_card:hover .card-img-top img, .fh5co-card-item:focus .card-img-top img {-webkot-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.pearl_card:active .card-img-top img { -webkot-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
.pearl_card:active .card-body { background: #f3eed5; }
.grid_views .btn.btn-light:not(.active) { background: #f5f5f5; }
.grid_views .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: inherit; border-bottom-right-radius: inherit; }
.top_destinations .single_destination { position: relative; overflow: hidden; width: 100%; border-radius: 50%; border: none; }
.top_destinations .single_destination img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; transition: all 1.5s cubic-bezier(0, 0, 0.2, 1); }
.top_destinations .single_destination:hover img { -webkot-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.top_destinations .single_destination:active img { transition: 0.08s; -webkot-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
.top_destinations .single_destination:active { box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);}
.top_destinations .single_destination .card-img-overlay { display: flex; align-items: center; justify-content: center; }
.top_destinations .single_destination .card-img-overlay:before { position: absolute; content: ' '; height: 100%; width: 100%; background-color: rgba(0,0,0,0.2); }
.top_destinations .single_destination .card-img-overlay h5 { color: #fff; font-size: 30px; z-index: 10; }
.top_destinations .single_destination .card-img-overlay a { z-index: 10; text-align: center; }
.discover_stays { margin-top: 70px; }
.discover_stays .card { border: none; border-radius: 15px; overflow: hidden; }
.discover_stays .card .card-img-overlay:before { position: absolute; content: ' '; height: 100%; width: 100%; background-color: rgba(0,0,0,0.2); }
.discover_stays .card img { max-height: 380px; }
.discover_stays .card h3 { font-size: 45px; font-weight: 400; color: #fff; }
.discover_stays .card .card-text, .discover_stays .card h3 { z-index: 10; }
.why_pearl .features .single_feature img { height: 64px; }
.why_pearl .features .single_feature h5 { font-weight: 400; color: #AA825D; }
.places .places_prev {right: 50px; left: auto; top: 20px;}
.places .places_next {right: 0;left: auto;top: 20px;}
.places .places_prev, .places .places_next { width: 40px; height: 40px; background: #FFFFFF; border: 1px solid #DEDEDE; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; }
.places .places_prev:after, .places .places_next:after { font-size: 15px; color: #666; }
.places .places_prev:hover, .places .places_next:hover { background: #f0f0f0; }
#hero.properties_hero { background: url(../img/banner2-bg.jpg) no-repeat center center; background-size: cover; min-height: 290px; }
#hero.properties_hero:before { background: linear-gradient(180deg, rgba(43, 123, 119, 0.11) 0%, rgba(45, 23, 4, 0.74) 65%, rgb(30, 20, 6) 100%) }
#hero.room_hero { background: url(../img/bg.jpg) no-repeat center center; background-size: cover; min-height: 290px; }
#hero.pages_hero { background: url(../img/bg.jpg) no-repeat center center; background-size: cover; min-height: 310px; }
#hero.pages_hero:before { background: linear-gradient(180deg, rgba(187, 187, 187, 0.15) 0%, rgba(9,9,121,0.3995330554096639) 35%, rgb(0, 0, 0) 100%); }
#hero.contact_hero { background: url(../img/bg.jpg) no-repeat center center; background-size: cover; min-height: 310px; }
#hero.contact_hero:before { background: rgba(0,0,0,0.3) }
#hero.location_hero { background-size: cover; min-height: 250px; }
#hero.location_hero:before { background: linear-gradient(360deg, #33090591 35%, #219EBC54 100%); --background-overlay: ''; }
#hero.location_hero h1 { padding-top: 15px; }
#hero .breadcrumb a { font-weight: 700; color: #fff; }
#hero .breadcrumb a:hover { text-decoration: underline; color: #f0f0f0; }
#hero .breadcrumb .breadcrumb-item.active { color: #f0f0f0; }
.account_sectiontitle { border-left: 5px solid #ffc451; padding-left: 10px; font-size: 20px; font-weight: bold; }
.about_card { padding: 50px 50px 50px 50px; background-color: #FCFBF8; border-radius: 10px 10px 10px 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05); }
.property_section { padding-top: 40px; }
.single_facility img { max-width: 120px; max-height: 150px; }
.room-featured-items { display:flex;align-items:center;flex-wrap:wrap;margin-top:50px;border-bottom:1px solid #DEDEDE;padding-bottom:40px;margin-bottom:40px }
.room-featured-items .item:not(:last-child) { margin-right: 40px; }
.room-featured-items .item { display:flex;align-items:center;font-weight:400;font-size:14px;line-height:22px;color:var(--grey-color,#5E6D77) }
.room-featured-items .item .stt-icon { margin-right:10px;width:44px;height:44px;border:1px solid #DEDEDE;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px }
.section_head { font-weight: 700; font-size: 26px; line-height: 36px; color: #212121; margin-bottom: 20px; }
.st-hr { width: 100%; height: 1px; background: var(--light-grey-color, #EAEEF3); }
.single_room .st-hr, .single_property .st-hr { margin-top: 40px; margin-bottom: 40px; }
.section_single {border-bottom: 1px solid #DEDEDE; padding-bottom: 40px; margin-bottom: 40px;}
.section_single .item-attribute .item i { margin-right: 15px; font-size: 32px; }
.card_book { padding: 30px 0px; border: 1px solid #DEDEDE; box-sizing: border-box; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05); border-radius: 20px; }
.booking_card { padding: 0; border: 1px solid #DEDEDE; box-sizing: border-box; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05); border-radius: 20px; }
.form-booking .nav-tabs { border-bottom: none; }
.form-booking .nav-tabs li a { background: #F7F8FA; border-radius: 50px; padding: 15px 0px; display: inline-block; width: 100%; text-align:center; font-weight: 700; font-size: 16px; line-height: 20px; color: #000; }
.form-booking .nav-tabs li a.active { background: #011734; color: #fff; }
.form-booking .nav-tabs li:first-child { padding-right: 5px; }
.form-booking .nav-tabs li { width: 50%; cursor: pointer; }
.map-view { position: relative; text-align: center; background: url(../img/map-view-2.webp) center center no-repeat; background-size: auto; padding-top: 90px; padding-bottom: 20px; line-height: unset; background-size: cover; border-radius: 20px; overflow: hidden; }
.map-view .icon-marker { font-size: 29px; color: #DA3838; display: block; margin-bottom: 60px; }
.map-view-button { padding: 12px 22px; cursor: pointer; background: #FFFFFF; border: 1px solid #DEDEDE; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05); border-radius: 50px; font-weight: 500; font-size: 16px; line-height: 20px; color: var(--main-color, #3B71FE); display: inline-flex; align-items: center; }
.map-view-button span { color: #001630; font-size: 11px; margin-left: 12px; }
.text-address { font-style: normal; font-weight: 400; font-size: 16px; line-height: 26px; color: #586872; }
.destination_item { margin-bottom: 10px; }
.st-form-book-wrapper .form-booking-price  { font-weight: 400; font-size: 14px; line-height: 22px; color: #5E6D77; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; text-transform: capitalize; }
.st-form-book-wrapper .form-booking-price .price { font-weight: 700; font-size: 18px; line-height: 26px; color: #1e1e1e; margin-left: 5px; margin-right: 5px; }
.st-form-book-wrapper .book-v2 { padding: 0 0; }
.st-form-book-wrapper .book-v2 .form-book-wrapper { margin-top: 20px; margin-bottom: 0; overflow: unset; border: none; border-radius: 20px; }
#form-booking-inpage .form-date-field { padding: 0px; padding-left: 0px; position: relative; border: 1px solid #DEDEDE; border-radius: 20px 20px 0 0; }
.form-book-wrapper .form-date-field.date-enquire { padding-left: 0 !important; }
.form-book-wrapper .form-date-field .check-in-wrapper { padding: 0; }
.form-book-wrapper .form-date-field .st_grid_date { margin: 0; padding: 0; display: inline-table; position: relative; display: flex; }
#form-booking-inpage .st_grid_date li { border-bottom: 0px; }
.form-book-wrapper .form-date-field .st_grid_date li:nth-child(1) { border-right: 1px solid #d7dce3; }
.form-book-wrapper .form-date-field .st_grid_date li { margin: 0; padding: 0; list-style: none; width: 50%; display: block; text-align: center; position: relative; }
#form-booking-inpage .st_grid_date li .st-item-date { padding: 20px; text-align: left; }
#form-booking-inpage .st_grid_date li .st-item-date label { font-weight: 500; font-size: 16px; line-height: 26px; color: #1f1e1e; display: block; }
#form-booking-inpage .st_grid_date li .st-item-date .render { display: inline-block; font-weight: 400; font-size: 14px; line-height: 22px; color: #5A6872; }
.dropdown-menu.st-modern-style{background:#FFF;border:1px solid #DEDEDE;box-sizing:border-box;box-shadow:0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);border-radius:20px;padding:30px;min-width:320px;margin-top:16px!important}
.search-form .dropdown-menu{padding:15px;border-radius:0 0 4px 4px;border-color:#dfdfdf;min-height:100px;max-height:332px;margin-top:0;box-shadow:0 1px 2px rgba(0,0,0,0.18);width:100%}
.st-number-wrapper span{height:34px;line-height:34px;display:block;text-align:center;border-radius:3px;float:right;user-select:none;cursor:pointer}
.form-book-wrapper .st-input-number { height: 34px; }
.form-book-wrapper .field-guest .dropdown-menu{border-radius: 20px; padding: 30px 30px; margin-top: 0 !important;}
.form-book-wrapper .field-guest .dropdown-toggle:after { content: none; }
.st-number-wrapper input { background-color: transparent !important; float: right; padding: 0; font-size: 16px !important; font-weight: 400; color: #011732; text-align: center; border: none; box-shadow: none; width: 35px !important; margin-left: 10px; margin-right: 10px; user-select: none; }
.field-guest .dropdown-menu.st-modern-style li.item:not(:last-child) { border-bottom: 1px solid #DEDEDE; padding-bottom: 19px; margin-bottom: 19px !important; }
.form-book-wrapper .form-date-field .check-in-out { width: 100%; position: absolute; left: 0; bottom: 0; z-index: -1; opacity: 0; }
.rate-calendar .st-room-availability-input, .rate-calendar .calendar_input { display: none; }
.st-form-book-wrapper .st-price-render { margin-bottom: 25px; display: none; margin-top: 25px; }
.st-form-book-wrapper .st-price-render .item { display: flex; align-items: center; justify-content: space-between; }
.st-form-book-wrapper .st-price-render .item .number-night { font-weight: 400; font-size: 16px; line-height: 26px; color: #5C6B75; }
.st-form-book-wrapper .st-price-render .item .sale-price { color: #1e1e1e; }
.st-form-book-wrapper .st-price-render .item.total { border-top: 1px solid #DEDEDE; padding-top: 20px; margin-top: 20px; }
.checkout_header { background: url(../img/evergreen1-footer-1.png) no-repeat center top; background-size: cover; padding: 50px 0; text-align: center; }
.order_summary_sticky {position: -webkit-sticky; position: sticky; top: 0; }
.checkout_main input.form-control, .checkout_main select.form-control { border-radius: 5px; background-color: #f9f9f9; color: #272B37; padding: 13px 12px; min-height: 48px; outline: none; }
.checkout_main label { color: #233758; }
.checkout_main .phone_container label.error { clear: both; bottom: -24px; position: absolute; }
.checkout_main .payment_gateway label.error { clear: both; top: 20px; right: 10px; position: absolute; }
.form-floating label.error { display: block; top: unset; left: unset; height: auto; padding: 3px 0px; color: #c32525; }
label.error { color: #c32525; }
.form-floating label.error { color: #c32525 !important; }
.form-floating label.error:after { background: transparent !important; }
.authModal ul.nav-tabs { display: flex; justify-content: center; border: none; }
.authModal ul.nav-tabs li { border: none; }
.authModal ul.nav-tabs li .nav-link { border: none; font-weight: 700; color: #92A3AD; font-size: 16px; padding: 5px 1px 0 1px; margin: 0 15px; }
.authModal ul.nav-tabs li .nav-link.active { border-bottom: 2px solid #000; color: #000; padding: 5px 1px 0 1px; }
.authModal .btn-close { margin-left: 0; justify-self: right; float: left; display: flex; position: absolute; left: 22px; }
.authModal .tab-pane .card-header { font-weight: 700; font-size: 22px; line-height: 36px; color: #201f1f; margin-bottom: 22px; }
.authModal input[type="text"], .authModal input[type="email"], .authModal input[type="password"] { border-radius: 15px; }
.authModal .form-floating > label { font-size: 0.95rem; }
.authModal .form-floating, .auth_base .form-floating { padding-bottom: 6px; }
.authModal .form-floating label.error, .auth_base .form-floating label.error { font-size: 12px; padding-top: 2px; position: absolute; right: 15px; top: 17px; }
.authModal .submit_authbtn { padding-top: 10px; padding-bottom: 10px; font-weight: 700; }
.authModal .modal-content { width: 570px; border-radius: 20px; }
.authModal .btn_rspass, .authModal .remember_box label { font-size: 14px; color: #333; }
.privacy_policy_confirm a { text-decoration: underline; color: #0d6efd; }
.range-slider .irs-bar{background-color:var(--main-color,#5191FA)!important;background:var(--main-color,#5191FA)!important;border-radius:100px;height:6px!important;border-color:var(--main-color,#5191FA);border-top:1px solid var(--main-color,#5191FA);border-bottom:1px solid var(--main-color,#5191FA)}
.range-slider .irs--flat .irs-from,.range-slider .irs--flat .irs-to,.range-slider .irs--flat .irs-single,.range-slider .irs--flat .irs-handle > i:first-child{background-color:var(--main-color,#5191FA)}
.range-slider .irs--flat .irs-from:before,.range-slider .irs--flat .irs-to:before,.range-slider .irs--flat .irs-single:before{border-top-color:var(--main-color,#5191FA)}
.range-slider .irs-line{background:#EEE;border-radius:100px;height:6px!important;border:0}
.range-slider .irs-slider{height:12px;width:12px;background:var(--main-color,#5191FA);border:0}
.range-slider .irs--flat .irs-handle{width:12px;height:12px}
.range-slider .irs--flat .irs-handle i:first-child{height:12px;width:12px;background:var(--main-color,#5191FA);border:0;border-radius:50%;left:0}
 .sidebar-item .item-content.range-slider .min-max-value{display:flex;align-items:center;justify-content:space-between;position:relative}
 .sidebar-item .item-content.range-slider .min-max-value .item-value{padding:4px 11px;background:#FFF;border:1px solid #DEDEDE;border-radius:10px;font-weight:400;font-size:14px;line-height:22px;color:var(--grey-color,#5E6D77);width:47%}
 .sidebar-item .item-content.range-slider .min-max-value .item-value span{display:block;font-weight:700;font-size:15px;line-height:20px;color:#333;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}
 .sidebar-item .item-content.range-slider .min-max-value .item-value span::-webkit-scrollbar{display:none}
 .sidebar-item .item-content.range-slider .min-max-value:after{content:"";position:absolute;top:50%;left:50%;transform:translateX(-50%);height:1px;width:10px;background:#DEDEDE}
 .sidebar-item .item-content.range-slider .price-action{display:flex;align-items:center;justify-content:space-between;padding-top:20px;margin-top:20px;border-top:1px solid #DEDEDE}
 .sidebar-item .item-content.range-slider .price-action a{font-weight:700;font-size:16px;line-height:20px;text-decoration-line:underline;color:#AA825D}
 .sidebar-item .item-content.range-slider .price-action a:hover{color:#3B61A1}
 .sidebar-item .item-content.range-slider .price-action button{background:var(--main-color,#3B71FE);border-radius:50px;font-weight:700;font-size:16px;line-height:20px;color:#fff;padding:13px 22px;margin-top:0}
 .sidebar-item .item-content.range-slider .irs .irs-line{background:#DEDEDE;border-radius:3px;height:4px!important}
 .sidebar-item .item-content.range-slider .irs .irs-min, .sidebar-item .item-content.range-slider .irs .irs-max, .sidebar-item .item-content.range-slider .irs .irs-from, .sidebar-item .item-content.range-slider .irs .irs-to{display:none!important}
 .sidebar-item .item-content.range-slider .irs .irs-bar{background:var(--main-color,#3B71FE);height:4px!important}
 .sidebar-item .item-content.range-slider .irs .irs-handle{height:20px;width:20px;border-radius:50%;background:#FFF;border:1px solid var(--main-color,#3B71FE);margin-top:-5px}
 .sidebar-item .item-content.range-slider .irs .irs-handle i{display:none}
 .sidebar-item .item-content.range-slider input.price_range{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}
 .ad_sorting { margin-right: 5px; max-width: 200px; }
.pearls_body_main .mfp-bottom-bar{left:50%;width:auto;top:unset;transform:translateX(-50%);bottom:62px}
.pearls_body_main .mfp-bottom-bar .mfp-counter{top:unset;right:unset;color:#FFF;font-weight:400;font-size:14px;white-space:nowrap;transform:translateX(-50%);bottom:0;background:rgba(0,0,0,0.4);border-radius:50px;padding:12px 20px}
.pearls_body_main .mfp-arrow{background:rgba(255,255,255,0.3);border-radius:50px;color:#FFF;font-size:20px;width:auto;height:auto;padding:20px;z-index:9999}
.pearls_body_main .mfp-arrow.stt-icon-arrow-left{left:50px}
.pearls_body_main .mfp-arrow.stt-icon-arrow-right{right:50px}
.mfp-content{max-width:100%;width:100%;background:transparent;height:100%}
.mfp-content .mfp-close{display:inline-block;z-index:99;right:30px;top:30px;background:#FFF;box-shadow:0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);border-radius:30px;width:56px;height:56px;color:#000;padding:0;text-align:center;cursor:pointer}
.mfp-content .mfp-close i{line-height:56px}
.mfp-content .mfp-figure{background:transparent;height:100%}
.pearls_body_main .mfp-content .mfp-figure .mfp-close{display:inline-block;z-index:99;right:30px;top:30px;background:#FFF;box-shadow:0 1px 2px rgba(0,0,0,0.08),0 4px 12px rgba(0,0,0,0.05);border-radius:30px;width:56px;height:56px;color:#000;padding:0;text-align:center;cursor:pointer}
.pearls_body_main .mfp-content .mfp-figure .mfp-close i{line-height:56px}
.mfp-content .mfp-figure figure{background:transparent;height:100%}
.mfp-content .mfp-figure figure img.mfp-img{max-height:100%!important;height:100%;object-fit:cover}
.mfp-content .mfp-figure:after{background:transparent}
.pearls_body_main .mfp-arrow:before, .pearls_body_main .mfp-arrow:after{width:100%;height:100%;border:transparent;display:block;position:unset;top:unset;left:unset;margin:0}
.fly_message { position: fixed; z-index: 1000; background: #ffc451; max-width: 500px; width: 333px; margin: 0 auto; left: 0; right: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 11px; box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.82); text-align: center; }
.fly_message.success { background: #27a615; color: #fff; }
.fly_message.error { background: #c82929; color: #fff; }
.fs-5 { font-size: 36px !important; }
.fs-4 { font-size: 30px; }
.fs-3 { font-size: 25px; }
.fs-2 { font-size: 18px; }
.swiper-button-next, .swiper-button-prev { color: #fff; }
.postgallery-slider .swiper-pagination-bullet-active { background: #A1754C; }
.postgallery-slider .swiper-slide img { border-radius: 20px; }
.header_contacts .email_addr_mob { display: none; }
.btn_remove_wishlist { position: absolute; top: 10px; right: 10px; }
.loader-wrapper{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;background:rgba(255,255,255,0.7);text-align:center}
.loader-wrapper i.iloader { font-size: 50px; margin-top: 50px; }
.property_rooms .loader-wrapper i.iloader { margin-top: 27%; }
.contact_main_bg { background: url(../img/road-pattern.jpg) no-repeat left top; background-size: cover; }
.about_bg { background-color: #FCFBF8; }
.about_bg:before { background: url(../img/palms.svg) no-repeat right top; background-size: contain; content: ""; width: 100%; height: 100%; opacity: 0.1; mix-blend-mode: darken; position: absolute; top: 0; right: 0; display: block; }
.pearl-shape-fill { fill: #FCFCFC; }
[data-star-rating] .gl-star-rating--stars>span { height: var(--gl-star-size) !important; width: var(--gl-star-size) !important; margin-right: 2px; }
.cursor { cursor: pointer; }
.review_stars .gl-star-rating { flex-direction: column; padding-left: 68px; margin-bottom: 15px; }
.form-review label.error { padding-top: 0px; }
.blog_content img { border-radius: 20px; max-width: 100%; }
.comment-form { border-radius: 20px; background: #f8f8f8; border: 1px solid #f0f0f0; padding: 10px; }
.user_auth_anc.dropdown-toggle:after { content: none; }
.user_img .img-circle { width: 90px; height:90px; border-radius:50%; border: 1px solid #f0f0f0;}
.topbar .lang_ico { width: 20px; height: 20px; }
.current_locale { padding:2px 8px; display: flex; align-items: center; gap: 5px;}
.current_locale img { border-radius: 6px;}
.switch_locale .dropdown-menu { padding: 20px 0px; }
.switch_locale .dropdown-menu img { margin-right: 10px; }
.switch_locale .dropdown-menu li { display: block; padding: 0px 0px; }
.switch_locale .dropdown-menu li a { display: block; padding: 10px 0 }
.switch_locale .dropdown-menu li a:hover { background: #f0f0f0; }
.switch_locale .dropdown-menu li a:active { background: #e0e0e0; }
.reports_index .table-striped > tbody > tr:nth-of-type(2n+1) > * { background: #eae9e8; }
.reports_index .table-striped > thead > tr > th { background: #333 !important; color: #fff; font-size: 15px; }
.reports_index .table-striped > tbody > tr > td { padding-top: .8rem; padding-bottom: .8rem;  }
.footer_logo { max-height: 140px; }
.side_article img { width: 100px; max-width: 100%; border-radius: 8px; min-height: 95px; }
.subscribtion_form { background: #f0f0f0; border-radius: 15px; padding:15px 10px; }
.subscribtion_form h3 { font-size: 16px; }
@media screen and (max-width: 540px) {
	#header { z-index: 99; }
	.topbar { padding-right: 0; padding-left: 0; padding: 0; }
	.topbar .row { display: none; }
	.topbar_nav li { padding:2px 1px; }
	.topbar_nav { padding-left: 0; padding-right: 0; }
	.navbar-mobile .mobile_social_nav, .navbar-mobile .header_social { display: flex !important; } 
	.navbar .header_social a i { line-height: inherit; } 
	.st-banner-search-form.style_2 .st-search-form-el { border-radius: 34px !important; }
	.st-banner-search-form.style_2 .st-search-form-el .button-search-wrapper { margin-left: 10px !important; margin-right: 10px !important; margin-bottom: 15px; }
	.discover_stays .card h3 { font-size: 21px; }
	.section-title p { font-size: 25px; line-height: 30px; }
	.why_pearl .single_feature { margin-bottom: 20px; }
	.copyrights { text-align: center; }
	#footer .copyright, #footer .credits { text-align: center !important; }
	.authModal .modal-dialog { max-width: 100%; }
	.authModal .modal-content { width: 100%; }
	.top_destinations .single_destination .card-img-overlay h5 { font-size: 24px; }
	.hero_media .bg_video { top: 60%; }
	.mobile-nav-toggle { font-size: 42px; }
	.loader-wrapper { display: none; }
	.header_contacts .email_addr { display: none; }
	.header_contacts .email_addr_mob { display: inline-block; }
	.hero_slide_img { height: inherit; }
	#hero .hero-slider { height:430px; }
	#header .logo img { max-height: 120px; }
	.pearl_card .card-text { border-bottom: none; padding-bottom: 0; min-height: unset; }
	.single_video .card-title { font-size: 14px; }
	.footer_brand { text-align: center; }
	.pearl_card.list_property .card-img-top {width: 42%;}
	.pearl_card.list_property .card-text { border-bottom: none; }
}
@media screen and (max-width: 767px) {
	.mfp-bottom-bar{bottom:15px}
	.mfp-arrow{padding:16px;top:calc(50% + 25px)}
	.mfp-arrow.stt-icon-arrow-left{left:15px}
	.mfp-arrow.stt-icon-arrow-right{right:15px}
	.mfp-content{height:auto}
	.mfp-content .mfp-close{width:30px!important;height:30px!important;line-height:30px!important;right:0!important;top:-40px!important}
	.mfp-content .mfp-close i{line-height:30px!important;font-size:18px}
	#hero { min-height: 430px; }
	#hero h1{font-size:25px !important;line-height:36px !important; margin-bottom: 15px;}
	#hero h2{font-size:20px !important;line-height:24px !important; display: none;}
}