/* Hotera - Hotel and Restaurant HTML Template  */

/*********** TABLE OF CONTENTS **************

1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two
5. Mobile Menu
6. Main Slider / Banner Carousel
7. About Section
8. Facts Section
9. Rooms Section 01
11. Offers Section 01
12. Featured Section
13. Video Section
14. Testimonials Section
15. News Section
16. Main Footer
17. Filters Section / Style One  / Style Two / Style Three / Style Four
18. Featured Section 02
19. Rooms Section 02
20. Offers Section 02
21. Why Us Section
22. Testimonials Section 02
23. News Section 02
24. Contact Section
25. Featured Section 03
26. Rooms Section 03
27. Offers Section 03
28. Why Us Section 02
29. Gallery Section
30. Testimonials Section 03
31. News Section 02 / Alternate
32. Featured Section 04
33. Rooms Section 04
34. Facts Section 02
35. News Section 03
36. Featured Section 05
37. Fluid Section / Alternate
38. Rooms Grid 
39. Rooms List
40. Rooms Gallery
41. Single Room / Room Details
42. History Section
43. Team Section
44. Packages Section
45. Package Single Page
46. Events Section
47. Event Details
48. Gallery Default
49. Gallery Masonry
50. Restaurant
51. Spa And Wellness
52. Blog 03 Column Grid 
53. Blog Sidebar
54. Sidebar Page
55. Content Side
56. Sidebar Side
57. Sidebar Widgets
58. News Post Details
59. Comments Area
60. Comment Forms

 ***/

/*** 

====================================================================
			Fonts
====================================================================

 ***/

 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&display=swap');

 /*
	 font-family: 'Roboto', sans-serif;
	 font-family: 'Yeseva One', cursive;
 */
 @import url('flaticon.css');
 @import url('animate.css');
 @import url('jquery-ui.css');
 @import url('jquery.fancybox.min.css');
 @import url('scrollbar.css');
 @import url('custom-animate.css');
 
 /*** 
 
 ====================================================================
	 Reset
 ====================================================================
 
  ***/
 
 *{
	 margin:0px;
	 padding:0px;
	 border:none;
	 outline:none;
	 font-size: 100%;
	 line-height: inherit;
 }
 
 
 
 /*** 
 
 ====================================================================
	 Gallery Section
 ====================================================================
 
 ***/
 
 .gallery-section{
	 position:relative;
	 background: #edf0f5;
	 padding: 140px 0px 0px;
	 overflow: hidden;
 }
 
 .gallery-section .dotted-pattern-3{
	 right: -60px;
	 top: -90px;
 }
 
 .gallery-section .tri-pattern-3{
	 right: 90px;
	 top: 30px;
 }
 
 .gallery-section .sec-title{
	 max-width: 650px;
 }
 
 .gallery-block{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .owl-theme .gallery-block{
	 margin: 0;
 }
 
 .gallery-block .inner-box{
	 position: relative;
	 display: block;
	 overflow: hidden;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .masonry-item.gallery-block .inner-box:hover{
	 box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25);
 }
 
 .gallery-block .image{
	 position: relative;
	 display: block;
 }
 
 .gallery-block .image img{
	 position: relative;
	 width: 100%;
	 transition:all 0.9s ease;
	 -moz-transition:all 0.9s ease;
	 -webkit-transition:all 0.9s ease;
	 -ms-transition:all 0.9s ease;
	 -o-transition:all 0.9s ease;
 }
 
 .gallery-block:hover .image img{
	 transform: scale(1.1);
 }
 
 .gallery-block .overlink{
	 position: absolute;
	 display: block;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 color: #ffffff;
	 background: rgba(0,0,0,0.70);
	 opacity: 0;
	 visibility: hidden;
	 transform: scale(2);
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
	 z-index: 2;
 }
 
 .gallery-block:hover .overlink{
	 opacity: 1;
	 visibility: visible;
	 transform: scale(1);
 }
 
 .gallery-block .overlink .icon{
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 margin-left: -30px;
	 margin-top: -30px;
	 width: 60px;
	 height: 60px;
	 line-height: 60px;
	 font-size: 32px;
	 text-align: center;
 }
 
 .gallery-section .owl-theme .owl-dots{
	 display: none;
 }
 
 .gallery-section .owl-theme .owl-nav{
	 position: absolute;
	 left: 50%;
	 top: -80px;
	 width: 1170px;
	 margin-left: -585px;
	 text-align: right;
 }
 
 .gallery-section .owl-theme .owl-nav .owl-next,
 .gallery-section .owl-theme .owl-nav .owl-prev{
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 margin-left: 12px;
	 font-size: 20px;
	 font-weight: 700;
	 color: rgba(0,0,0,0.30);
 }
 
 .gallery-section .owl-theme .owl-nav .owl-next:hover,
 .gallery-section .owl-theme .owl-nav .owl-prev:hover{
	 color: rgba(0,0,0,0.90);
 }
 
 /*** 
 
 ====================================================================
	 Testimonials Section
 ====================================================================
 
 ***/
 
 .testimonials-section-three{
	 position:relative;
	 padding: 140px 0px 180px;
	 background: #ffffff;
 }
 
 .testimonials-section-three .sec-title{
	 margin-bottom: 40px;
 }
 
 .testimonials-section-three .carousel-box{
	 position: relative;
	 max-width: 780px;
	 padding: 0px 45px;
	 margin: 0 auto;
	 margin-bottom: 120px;
 }
 
 .testimonials-section-three .dotted-pattern-7{
	 left: -70px;
	 bottom: -50px;
 }
 
 .testimonials-section-three .dotted-pattern-9{
	 right: -56px;
	 top: -30px;
 }
 
 .testimonials-section-three .carousel-box .layer{
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 40px;
	 bottom: 40px;
	 background: #ffffff;
	 box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
	 z-index: 1;
 }
 
 .testimonials-section-three .carousel-box .layer:before{
	 content: '';
	 position: absolute;
	 left: 30px;
	 right: 30px;
	 top: 25px;
	 bottom: 25px;
	 box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
 }
 
 .testimonial-block-three{
	 position: relative;
	 display: block;
	 z-index: 3;
 }
 
 .testimonials-section-three .owl-stage-outer{
	 overflow: visible;
 }
 
 .owl-theme .testimonial-block-three{
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	 opacity: 0;
	 visibility: hidden;
 }
 
 .owl-theme .active .testimonial-block-three{
	 opacity: 1;
	 visibility: visible;
 }
 
 .testimonial-block-three .inner{
	 position: relative;
	 display: block;
	 text-align: center;
 }
 
 .testimonial-block-three .content-box{
	 position: relative;
	 display: block;
	 margin: 15px 15px;
	 box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .testimonial-block-three .quote-icon{
	 position: relative;
	 display: block;
	 width: 90px;
	 height: 90px;
	 font-size: 42px;
	 line-height: 42px;
	 padding: 25px 0px 23px;
	 margin: 0 auto 20px;
	 color: #b2b7bf;
 }
 
 .testimonial-block-three .quote-icon span{
	 position: relative;
	 z-index: 2;
 }
 
 .testimonial-block-three .quote-icon .circles{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
 }
 
 .testimonial-block-three .quote-icon .circles:before{
	 content: '';
	 position: absolute;
	 left: -2px;
	 bottom: 5px;
	 width: 40px;
	 height: 40px;
	 background: #edf0f5;
	 opacity: 0.50;
	 border-radius: 50%;
 }
 
 .testimonial-block-three .quote-icon .circles:after{
	 content: '';
	 position: absolute;
	 right: 5px;
	 top: 3px;
	 width: 60px;
	 height: 60px;
	 background: #edf0f5;
	 opacity: 0.50;
	 border-radius: 50%;
 }
 
 .testimonial-block-three .content-box:before{
	 content: '';
	 position: absolute;
	 left: 50%;
	 margin-left: -40px;
	 bottom: 0px;
	 width: 80px;
	 height: 80px;
	 background: #ffffff;
	 border: 1px solid #e5e5e5;
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
 }
 
 .testimonial-block-three .content-box:after{
	 content: '';
	 position: absolute;
	 left: 50%;
	 margin-left: -16px;
	 bottom: 0px;
	 width: 32px;
	 height: 10px;
	 border: 5px solid #ffffff;
	 z-index: 2;
 }
 
 .testimonial-block-three:hover .content-box:before,
 .testimonial-block-three:hover .content-box .content{
	 border-color: rgba(0,0,0,0.025);
 }
 
 .testimonial-block-three .content{
	 position: relative;
	 display: block;
	 padding: 50px 70px 40px;
	 background: #ffffff;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	 z-index: 1;
 }
 
 .testimonial-block-three .content .text{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 1.6em;
	 color: #1b1c1e;
 }
 
 .testimonial-block-three .info{
	 position: absolute;
	 left: 0;
	 bottom: -115px;
	 width: 100%;
	 display: block;
	 line-height: 1.5em;
	 color: #666666;
	 z-index: 3;
 }
 
 .testimonial-block-three .info .image{
	 position: relative;
	 left: 0;
	 top: 0;
	 width: 75px;
	 height: 75px;
	 margin: 0 auto;
	 border-radius: 50%;
	 box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.025);
 }
 
 .testimonial-block-three .info .image img{
	 display: block;
	 width: 75px;
	 height: 75px;
	 border-radius: 50%;
 }
 
 .testimonial-block-three .title{
	 position: relative;
	 display: block;
	 padding-top: 20px;
	 font-size: 18px;
	 line-height: 1.5em;
	 color: #1b1c1e;
	 font-weight: 500;
	 text-transform: capitalize;
 }
 
 .testimonials-section-three .carousel-box .owl-theme .owl-dots{
	 display: none;
 }
 
 .testimonials-section-three .carousel-box .owl-theme .owl-nav{
	 position: absolute;
	 left: -200px;
	 right: -200px;
	 top: 50%;
	 margin-top: -35px;
 }
 
 .testimonials-section-three .carousel-box .owl-theme .owl-nav .owl-next,
 .testimonials-section-three .carousel-box .owl-theme .owl-nav .owl-prev{
	 position: absolute;
	 display: inline-block;
	 width: 70px;
	 height: 70px;
	 background: #ffffff;
	 line-height: 70px;
	 text-align: center;
	 border-radius: 50%;
	 font-size: 20px;
	 font-weight: 400;
	 color: #aaaaaa;
	 box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.07);
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .testimonials-section-three .carousel-box .owl-theme .owl-nav .owl-prev{
	 left: 0;
 }
 
 .testimonials-section-three .carousel-box .owl-theme .owl-nav .owl-next{
	 right: 0;
 }
 
 .testimonials-section-three .carousel-box .owl-theme .owl-nav .owl-next:hover,
 .testimonials-section-three .carousel-box .owl-theme .owl-nav .owl-prev:hover{
	 color: #1b1c1e;
	 box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
 }
 
 /*** 
 
 ====================================================================
	 Featured Section Four
 ====================================================================
 
 ***/
 
 .featured-section-four{
	 position:relative;
	 padding: 140px 0px 250px;
	 background: #ffffff;
 }
 
 .featured-section-four .dotted-pattern-10{
	 top: 70px;
	 left: 50px;
 }
 
 .featured-section-four .dotted-pattern-11{
	 right: -237px;
	 bottom: 130px;
 }
 
 .featured-section-four .circles-two{
	 right: 90px;
	 top: 80px;
 }
 
 .featured-section-four .circles-two .c-2{
	 top: auto;
	 bottom: -30px;
 }
 
 .featured-section-four .text-column{
	 position: relative;
	 margin-bottom: 50px;
	 order: 12;
	 z-index: 1;
 }
 
 .featured-section-four .text-column .inner{
	 position: relative;
	 display: block;
	 padding-top: 90px;
	 padding-left: 40px;
	 margin-top: -10px;
 }
 
 .featured-section-four .sec-title{
	 margin-bottom: 30px;
 }
 
 .featured-section-four .text-column .text{
	 font-size: 16px;
	 color: #8e949f;
	 line-height: 1.6em;
	 margin-bottom: 25px;
 }
 
 .featured-section-four .text-column ul li{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.5em;
	 padding-left: 20px;
	 margin: 0 0 7px;
 }
 
 .featured-section-four .text-column ul li:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 11px;
	 width: 10px;
	 border-bottom: 2px solid #9b9fa6;
 }
 
 .featured-section-four .text-column .signature{
	 margin-top: 40px;
 }
 
 .featured-section-four .image-column{
	 position: relative;
	 order: 0;
	 margin-bottom: 50px;
	 z-index: 1;
 }
 
 .featured-section-four .image-column .inner{
	 position: relative;
	 display: block;
	 padding-right: 40px;
 }
 
 .featured-section-four .image-box{
	 position: relative;
 }
 
 .featured-section-four .image-box .image{
	 position: relative;
	 display: block;
	 float: right;
	 width: 100%;
	 max-width: 330px;
	 box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10), 0px 30px 30px 0px rgba(0,0,0,0.10);
	 z-index: 1;
 }
 
 .featured-section-four .image-box img{
	 position: relative;
	 display: block;
	 width: 100%;
 }
 
 .featured-section-four .image-box .image:nth-child(2){
	 position: absolute;
	 max-width: 280px;
	 top: 100%;
	 left: 0;
	 margin-top: -95px;
 }
 
 .featured-section-four .image-box .image:nth-child(3){
	 position: absolute;
	 max-width: 200px;
	 top: 100%;
	 left: 200px;
	 margin-top: 90px;
 }
 
 .featured-section-four .image-box .image:nth-child(3):before{
	 content: '';
	 position: absolute;
	 right: -70px;
	 bottom: -50px;
	 width: 120px;
	 height: 120px;
	 background: #edf0f5;
	 border-radius: 50%;
 }
 
 /*** 
 
 ====================================================================
	 Rooms Section
 ====================================================================
 
 ***/
 
 .rooms-section-four{
	 position:relative;
	 padding: 160px 0px 110px;
	 background: #edf0f5;
 }
 
 .rooms-section-four .pattern-top{
	 bottom: 100%;
	 margin-bottom: -10px;
 }
 
 .room-block-one.height-three .image-box{
	 height: 370px;
 }
 
 .room-block-one.height-four .image-box{
	 height: 770px;
 }
 
 
 /*** 
 
 ====================================================================
	 Facts Section
 ====================================================================
 
 ***/
 
 .facts-section-two{
	 position:relative;
	 padding: 140px 0px 160px;
	 background: #ffffff;
 }
 
 .facts-section-two.alternate{
	 background: #1b1c1e;
	 padding-bottom: 90px;
 }
 
 .facts-section-two .circles {
	 right: 50px;
	 top: 50px;
	 opacity: 0.50;
 }
 
 .facts-section-two .sec-title{
	 max-width: 650px;
 }
 
 .facts-section-two .facts-box{
	 position: relative;
	 z-index: 1;
 }
 
 .facts-section-two .fact-block{
	 position: relative;
	 display: block;
	 margin-bottom: 50px;
 }
 
 .facts-section-two .fact-block .fact-inner{
	 position: relative;
	 display: block;
	 padding-top: 20px;
	 padding-left: 160px;
	 min-height: 130px;
 }
 
 .facts-section-two .fact-block .fact-count{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 130px;
	 height: 130px;
	 padding: 35px 10px;
	 text-align: center;
	 background: #1b1c1e;
	 color: #ffffff;
	 font-size: 40px;
	 line-height: 60px;
	 font-family: 'Yeseva One', cursive;
	 border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
	 box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
 }
 
 .facts-section-two.alternate .fact-block .fact-count{
	 background: rgba(255,255,255,0.10);
 }
 
 .facts-section-two .fact-block h4{
	 position: relative;
	 display: block;
	 margin-bottom: 15px;
 }
 
 .facts-section-two.alternate .sec-title h2,
 .facts-section-two.alternate .fact-block h4{
	 color: #ffffff;
 }
 
 .facts-section-two .fact-block .text{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 line-height: 1.6em;
 }
 
 .facts-section-two.alternate .sec-title .lower-text,
 .facts-section-two.alternate .fact-block .text{
	 color: rgba(255,255,255,0.70);
 }
 
 /*** 
 
 ====================================================================
	 News Section
 ====================================================================
 
 ***/
 
 .news-section-three{
	 position:relative;
	 padding: 140px 0px 90px;
	 background: #ffffff;
 }
 
 .news-section-three.news-page{
	 padding-top: 110px;
 }
 
 .news-section-three .dotted-pattern-5{
	 left: -160px;
	 top: 110px;
 }
 
 .news-section-three .tri-pattern-8{
	 left: 40px;
	 top: 240px;
 }
 
 .news-block-four{
	 position: relative;
	 margin-bottom: 50px;
	 z-index: 1;
 }
 
 .news-block-four .inner-box{
	 position: relative;
	 display: block;
	 background: #ffffff;
	 box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
 }
 
 .news-block-four .image-box{
	 position: relative;
	 display: block;
	 background: #1b1c1e;
	 overflow: hidden;
 }
 
 .news-block-four .image-box img{
	 position: relative;
	 display: block;
	 width: 100%;
	 -webkit-transition:all 0.7s ease;
	 -moz-transition:all 0.7s ease;
	 -ms-transition:all 0.7s ease;
	 -o-transition:all 0.7s ease;
	 transition:all 0.7s ease;
 }
 
 .news-block-four:hover .image-box img{
	 -ms-transform: scale(1.05);
	 transform: scale(1.05);
	 opacity: 0.70;
 }
 
 .news-block-four .lower-box{
	 position: relative;
	 padding: 75px 35px 40px;
 }
 
 .news-block-four .lower-box .date{
	 position: absolute;
	 left: 40px;
	 top: -55px;
	 width: 90px;
	 height: 90px;
	 background: #ffffff;
	 font-size: 16px;
	 line-height: 25px;
	 padding: 20px 10px;
	 color: #1b1c1e;
	 text-transform: uppercase;
	 text-align: center;
	 border-radius: 50%;
	 box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
 }
 
 .news-block-four .lower-box .date .day{
	 display: block;
	 font-weight: 500;
	 font-size: 22px;
 }
 
 .news-block-four .post-meta{
	 position: relative;
	 display: block;
	 color: #1b1c1e;
	 font-size: 16px;
	 line-height: 1.5em;
	 margin-bottom: 15px;
 }
 
 .news-block-four .post-meta li{
	 position: relative;
	 float: left;
	 line-height: 24px;
	 margin-right: 22px;
 }
 
 .news-block-four .post-meta li:after{
	 content: '-';
	 position: absolute;
	 right: -22px;
	 width: 22px;
	 text-align: center;
 }
 
 .news-block-four .post-meta li:last-child:after{
	 display: none;
 }
 
 .news-block-four .post-meta li a{
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 color: #8e949f;
 }
 
 .news-block-four .post-meta li a:hover,
 .news-block-four .post-meta li:nth-child(1) a{
	 color: #1b1c1e;
 }
 
 .news-block-four h4{
	 position: relative;
	 display: block;
	 color: #1b1c1e;
	 line-height: 1.3em;
	 margin-bottom: 20px;
 }
 
 .news-block-four h4 a{
	 color: #1b1c1e;
 }
 
 .news-block-four h4 a:hover{
	 text-decoration: underline;
 }
 
 .news-block-four h3{
	 position: relative;
	 display: block;
	 font-size: 30px;
	 color: #1b1c1e;
	 line-height: 1.3em;
	 margin-bottom: 20px;
 }
 
 .news-block-four h3 a{
	 color: #1b1c1e;
 }
 
 .news-block-four h3 a:hover{
	 text-decoration: underline;
 }
 
 .news-block-four .text{
	 position: relative;
	 display: block;
	 color: #8e949f;
	 line-height: 1.65em;
	 margin-bottom: 22px;
 }
 
 .news-block-four .link-box{
	 position: relative;
	 display: block;
 }
 
 .news-block-four .link-box a{
	 position: relative;
	 color: #1b1c1e;
	 text-transform: capitalize;
	 font-weight: 500;
	 -webkit-transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
	 transition:all 0.3s ease;
 }
 
 .news-block-four:hover .link-box a{
	 padding-left: 25px;
 }
 
 .news-block-four .link-box a .icon{
	 position: absolute;
	 left: 0;
	 top: -2px;
	 opacity: 0;
	 font-size: 18px;
	 font-weight: 700;
	 -ms-transform-origin: left;
	 transform-origin: left;
	 -ms-transform: scaleX(0);
	 transform: scaleX(0);
	 -webkit-transition:all 0.1s ease;
	 -moz-transition:all 0.1s ease;
	 -ms-transition:all 0.1s ease;
	 -o-transition:all 0.1s ease;
	 transition:all 0.1s ease;
 }
 
 .news-block-four:hover .link-box a .icon{
	 opacity: 1;
	 transform: scaleX(1);
	 -webkit-transition:all 0.3s ease 0.1s;
	 -moz-transition:all 0.3s ease 0.1s;
	 -ms-transition:all 0.3s ease 0.1s;
	 -o-transition:all 0.3s ease 0.1s;
	 transition:all 0.3s ease 0.1s;
 }
 
 /*** 
 
 ====================================================================
	 Featured Section Five
 ====================================================================
 
 ***/
 
 .featured-section-five{
	 position:relative;
	 padding: 140px 0px 100px;
	 background: #ffffff;
 }
 
 .featured-section-five.alt-padd{
	 padding-top: 110px;
 }
 
 .featured-section-five .dotted-pattern-10{
	 left: 70px;
	 bottom: 120px;
 }
 
 .featured-section-five .circles-two{
	 right: 80px;
	 top: 70px;
 }
 
 .featured-section-five .circles-two .c-2{
	 top: auto;
	 bottom: -30px;
 }
 
 .featured-section-five .sec-title{
	 max-width: 650px;
 }
 
 .featured-section-five .sec-title .lower-text{
	 max-width: 540px;
	 margin: 0 auto;
 }
 
 .featured-section-five .row{
	 margin: 0 -20px;
 }
 
 .featured-block-two{
	 position: relative;
	 margin-bottom: 40px;
	 z-index: 1;
 }
 
 .featured-section-five .row .featured-block-two{
	 padding: 0px 20px;
 }
 
 .featured-block-two .inner-box{
	 position: relative;
	 display: block;
	 padding-bottom: 45px;
 }
 
 .featured-block-two .image-box{
	 position: relative;
	 display: block;
 }
 
 .featured-block-two:nth-child(3) .image-box:before{
	 content: '';
	 position: absolute;
	 right: -65px;
	 bottom: -45px;
	 background: #edf0f5;
	 width: 120px;
	 height: 120px;
	 border-radius: 50%;
 }
 
 .featured-block-two .image-box .image{
	 position: relative;
	 display: block;
	 box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	 -webkit-transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
	 transition:all 0.3s ease;
 }
 
 .featured-block-two:hover .image-box .image{
	 box-shadow: none;
 }
 
 .featured-block-two .image-box .image img{
	 position: relative;
	 display: block;
	 width: 100%;
 }
 
 .featured-block-two .cap-box{
	 position: absolute;
	 left: 30px;
	 right: 30px;
	 bottom: 0px;
	 -webkit-transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
	 transition:all 0.3s ease;
	 box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.07);
 }
 
 .featured-block-two:hover .cap-box{
	 box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.10);
 }
 
 .featured-block-two .cap-box .cap-inner{
	 position: relative;
	 display: block;
	 padding: 20px 20px 20px 30px;
	 background: #ffffff;
	 -webkit-transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
	 transition:all 0.3s ease;
 }
 
 .featured-block-two:hover .cap-box .cap-inner{
	 color: #ffffff;
	 background: #1b1c1e;
	 box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.10);
 }
 
 .featured-block-two .cap-box .price{
	 position: relative;
	 display: block;
	 line-height: 24px;
	 color: #8e949f;
	 text-transform: uppercase;
	 font-weight: 500;
 }
 
 .featured-block-two .cap-box .price span{
	 color: #1b1c1e;
 }
 
 .featured-block-two:hover .cap-box .cap-inner .price span{
	 color: #ffffff;
 }
 
 .featured-block-two .cap-box h5{
	 position: relative;
	 display: block;
	 margin: 0;
 }
 
 /*** 
 
 ====================================================================
	 Fluid Section
 ====================================================================
 
 ***/
 
 .fluid-section{
	 position:relative;
 }
 
 .fluid-section .row{
	 margin: 0;
 }
 
 .fluid-section .image-column{
	 position: relative;
	 padding: 0;
 }
 
 .fluid-section.alternate .image-column{
	 order: 12;
 }
 
 .fluid-section .image-column .inner{
	 position: relative;
	 display: block;
	 width: 100%;
	 height: 100%;
	 min-height: 100%;
 }
 
 .fluid-section .image-column .image{
	 position: relative;
	 display: none;
 }
 
 .fluid-section .image-column .image img{
	 position: relative;
	 display: block;
	 width: 100%;
 }
 
 .fluid-section .image-column .image-layer{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
 }
 
 .fluid-section .circles{
	 right: 20px;
	 top: 20px;
	 opacity: 0.50;
 }
 
 .fluid-section .text-column{
	 position: relative;
	 background: #edf0f5;
	 padding: 0;
 }
 
 .fluid-section.alternate .text-column{
	 order: 0;
 }
 
 .fluid-section .text-column .inner{
	 position: relative;
	 display: block;
	 width: 100%;
	 padding: 110px 20px;
 }
 
 .fluid-section .text-column .content{
	 position: relative;
	 max-width: 500px;
	 margin: 0 auto;
 }
 
 .fluid-section .text-column .price{
	 position: relative;
	 display: block;
	 line-height: 24px;
	 color: #858990;
	 text-transform: capitalize;
	 font-weight: 500;
	 margin-bottom: 7px;
 }
 
 .fluid-section .text-column .price span{
	 color: #0f172b;
 }
 
 .fluid-section .text-column h3{
	 color: #0f172b;
	 font-size: 40px;
	 margin-bottom: 20px;
 }
 
 .fluid-section .text-column .text{
	 position: relative;
	 display: block;
	 color: #858990;
	 font-size: 16px;
	 line-height: 1.7em;
	 margin: 0 0;
 }
 
 .fluid-section .text-column .features{
	 position: relative;
	 display: block;
 }
 
 .fluid-section .text-column .features li{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.5em;
	 padding-left: 20px;
	 margin: 0 0 7px;
 }
 
 .fluid-section .text-column .features li:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 11px;
	 width: 10px;
	 border-bottom: 2px solid #9b9fa6;
 }
 
 .fluid-section .text-column .link-box{
	 position: relative;
	 padding-top: 35px;
 }
 
 .fluid-section .text-column .link-box .theme-btn{
	 min-width: 180px;
 }
 
 /*** 
 
 ====================================================================
		 Page Banner
 ====================================================================
 
 ***/
 
 .page-banner{
	 position:relative;
	 padding: 0;
	 color: #ffffff;
	 background: #0f2c36;
	 background-position:center top;
	 background-repeat:no-repeat;
	 background-size:cover;
 }
 
 .page-banner .banner-bottom-pattern{
	 position: absolute;
	 left: 0;
	 bottom: -10px;
	 width: 100%;
	 height: 120px;
	 background: url(../images/main-slider/banner-bottom-2.png) center bottom no-repeat;
	 background-size: 100% 100%;
	 z-index: 5;
 }
 
 
 .page-banner .banner-inner{
	 position: relative;
	 display: block;
	 z-index:2;
 }
 
 .page-banner .inner-container{
	 position: relative;
	 padding: 290px 0px 230px;
 }
 
 .page-banner.ext-banner .inner-container{
	 height: 820px;
 }
 
 .page-banner .image-layer{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-position:center center;
	 background-repeat:no-repeat;
	 background-size:cover;
 }
 
 .page-banner .image-layer:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: #171b27;
	 opacity: 0.50;
 }
 
 .page-banner h1{
	 position:relative;
	 font-size:54px;
	 color:#ffffff;
	 line-height: 1.2em;
	 font-weight: 400;
	 letter-spacing: 0px;
	 text-transform: capitalize;
	 margin: 0;
 }
 
 .page-banner .page-nav{
	 position: relative;
	 padding-top: 10px;
 }
 
 .page-banner .bread-crumb{
	 position: relative;
	 display: inline-block;
 }
 
 .page-banner .bread-crumb li{
	 position: relative;
	 float: left;
	 font-size: 18px;
	 line-height: 24px;
	 color: #ffffff;
	 font-weight: 400;
	 text-transform: capitalize;
	 margin-right: 25px;
 }
 
 .page-banner .bread-crumb li:before{
	 position: absolute;
	 right: -25px;
	 width: 25px;
	 text-align: center;
	 font-size: 20px;
	 line-height: 24px;
	 color: #ffffff;
	 font-weight: 400;
	 content: "-";
 }
 
 .page-banner .bread-crumb li:last-child{
	 padding-right: 0;
	 margin-right: 0;
 }
 
 .page-banner .bread-crumb li:last-child:before{
	 display: none;
 }
 
 .page-banner .bread-crumb li a{
	 color:#ffffff;
	 font-weight: 400;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .page-banner .bread-crumb li a:hover,
 .page-banner .bread-crumb li.active{
	 color:#ffffff;	
 }
 
 /*** 
 
 ====================================================================
	 History Section
 ====================================================================
 
 ***/
 
 .history-section{
	 position:relative;
	 padding: 140px 0px;
	 background: #edf0f5;
 }
 
 .history-section .dotted-pattern-6{
	 right: -180px;
	 bottom: 200px;
 }
 
 .history-section .tri-pattern-5{
	 right: 30px;
	 bottom: 80px;
 }
 
 .history-section .circles{
	 right: 80px;
	 top: 80px;
	 opacity: 1;
 }
 
 .history-section .circles .c-1,
 .history-section .circles .c-2{
	 background: rgba(255,255,255,0.50);
 }
 
 .history-section .circles .c-2{
	 left: -25px;
	 right: auto;
 }
 
 .history-section .h-container{
	 position: relative;
	 display: block;
 }
 
 .history-section .h-container:before{
	 content: '';
	 position: absolute;
	 left: 50%;
	 top: 0;
	 bottom: 0;
	 border-left: 1px solid #d0d0d0;
 }
 
 .history-block{
	 position: relative;
	 margin-top: -50px;
 }
 
 .history-block:first-child{
	 margin-top: 0;
 }
 
 .history-block .content-col{
	 position: relative;
 }
 
 .history-block .content-col .inner{
	 position: relative;
	 display: block;
	 padding-right: 110px;
 }
 
 .history-block.alternate .content-col{
	 order: 12;
 }
 
 .history-block.alternate .empty-col{
	 order: 0;
 }
 
 .history-block.alternate .content-col .inner{
	 padding-left: 110px;
	 padding-right: 0px;
 }
 
 .history-block .image-box{
	 position: relative;
	 display: block;
	 margin-bottom: 30px;
 }
 
 .history-block .image-box:before{
	 content: '';
	 position: absolute;
	 left: -95px;
	 top: -70px;
	 width: 226px;
	 height: 226px;
	 display: block;
	 background: url(../images/icons/patterns/13.png) center center no-repeat;
 }
 
 .history-block.alternate .image-box:before{
	 left: auto;
	 top: -75px;
	 right: -70px;
 }
 
 .history-block .image-box:after{
	 content: '';
	 position: absolute;
	 right: -131.5px;
	 top: 50%;
	 margin-top: -6px;
	 width: 12px;
	 height: 12px;
	 background: #1b1c1e;
	 border-radius: 50%;
 }
 
 .history-block.alternate .image-box:after{
	 right: auto;
	 left: -131.5px;
 }
 
 .history-block .image-box .image{
	 position: relative;
	 display: block;
	 box-shadow: 0px 25px 30px 0px rgba(0,0,0,0.15);
 }
 
 .history-block .image-box .image img{
	 position: relative;
	 display: block;
	 width: 100%;
 }
 
 .history-block h3{
	 font-size: 30px;
	 margin-bottom: 15px;
 }
 
 .history-block .text{
	 position: relative;
	 line-height: 1.7em;
	 color: #858990;
 }
 
 /*** 
 
 ====================================================================
	 Rooms Section
 ====================================================================
 
 ***/
 
 .rooms-section{
	 position:relative;
	 padding: 110px 0px 80px;
	 background: #ffffff;
 }
 
 .rooms-section.alternate{
	 padding: 140px 0px 80px;
	 background: #edf0f5;
	 overflow: hidden;
 }
 
 .rooms-section.alternate .dotted-pattern-3{
	 right: -60px;
	 top: -40px;
 }
 
 .rooms-section.alternate .tri-pattern-3{
	 right: 90px;
	 top: 85px;
 }
 
 .rooms-gallery{
	 padding-bottom: 110px;
 }
 
 .rooms-list{
	 padding-bottom: 90px;
 }
 
 .rooms-section .filters-container{
	 position: relative;
	 margin-bottom: 60px;
 }
 
 .rooms-section .filters-container .form-box{
	 background: #ffffff;
	 margin: 0;
 }
 
 .room-block-four{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .room-block-four .inner-box{
	 position: relative;
	 display: block;
	 padding-left: 370px;
	 min-height: 370px;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
	 box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
 }
 
 .room-block-four:hover .inner-box{
	 box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
 }
 
 .room-block-four .image-box{
	 position: absolute;
	 left: 0;
	 top: 0;
	 display: block;
	 background: #171b27;
	 width: 370px;
	 height: 100%;
	 overflow: hidden;
 }
 
 .room-block-four .image-box img{
	 display: block;
	 width: 100%;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .room-block-four:hover .image-box img,
 .room-block-four:hover .image-box .image-layer{
	 opacity: 0.70;
	 -ms-transform: scale(1.1);
	 transform: scale(1.1);
 }
 
 .room-block-four .image-box .image{
	 position: relative;
	 display: none;
 }
 
 .room-block-four .image-box .image-layer{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 z-index: 1;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .room-block-four .image-box .overlink{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 z-index: 2;
 }
 
 .room-block-four .content-box{
	 position: relative;
	 display: block;
	 padding: 56px 50px;
	 background: #ffffff;
 }
 
 .room-block-four .content-box h4{
	 position: relative;
	 margin-bottom: 26px;
 }
 
 .room-block-four .content-box .rating{
	 position: relative;
	 display: block;
	 color: #1b1c1e;
	 margin-bottom: 8px;
 }
 
 .room-block-four .content-box .rating span{
	 position: relative;
	 font-size: 12px;
	 display: inline-block;
	 vertical-align: middle;
	 margin-left: 1px;
 }
 
 .room-block-four .content-box .text{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.70em;
	 margin: 0 0 30px;
 }
 
 .room-block-four .content-box .link-row{
	 position: relative;
 }
 
 .room-block-four .content-box .pricing{
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 line-height: 24px;
	 padding-top: 13px;
 }
 
 .room-block-four .content-box .pricing .price{
	 position: relative;
	 display: block;
	 color: #8e949f;
	 text-transform: uppercase;
	 font-weight: 500;
 }
 
 .room-block-four .content-box .pricing .price span{
	 color: #1b1c1e;
 }
 
 .room-block-four .content-box .link-box{
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 margin-left: 20px;
 }
 
 .room-block-four .content-box .link-box .theme-btn{
	 min-width: 150px;
 }
 
 .room-block-four .content-box .link-box .theme-btn .btn-title{
	 padding: 10px 30px;
	 line-height: 30px;
 }
 
 /*** 
 
 ====================================================================
	 Packages Section
 ====================================================================
 
 ***/
 
 .packages-section{
	 position:relative;
	 padding: 100px 0px 110px;
	 background: #ffffff;
 }
 
 .packages-section .title-box{
	 position: relative;
	 text-align: center;
	 margin-bottom: 25px;
 }
 
 .packages-section .title-box h2{
	 font-size: 48px;
	 text-transform: capitalize;
	 margin: 0;
 }
 
 /*=== Filter Gallery ===*/
 
 .filter-gallery .filters{
	 position: relative;
	 text-align: center;
	 margin-bottom:50px;
 }
 
 .filter-gallery .filters .filter-tabs{
	 position:relative;
	 display: block;
 }
 
 .filter-gallery .filters li{
	 position:relative;
	 display: inline-block;
	 font-size:18px;
	 line-height:24px;
	 padding:0px 0px;
	 cursor:pointer;
	 color:#9b9fa6;
	 font-weight:400;
	 margin: 0 15px 10px;
	 text-transform: capitalize;
	 letter-spacing: 0px;
	 background: none;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .filter-gallery .filters .filter.active,
 .filter-gallery .filters .filter.current{
	 color: #1b1c1e;
 }
 
 .mix{
	 display: none;
 }
 
 .offer-block-two{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .offer-block-two .inner-box{
	 position: relative;
	 display: block;
 }
 
 .offer-block-two .image-box{
	 position: relative;
	 display: block;
	 background: #171b27;
	 overflow: hidden;
 }
 
 .offer-block-two .image-box img{
	 display: block;
	 width: 100%;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .offer-block-two:hover .image-box img{
	 opacity: 0.70;
	 -ms-transform: scale(1.1);
	 transform: scale(1.1);
 }
 
 .offer-block-two .image-box .image-layer{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
 }
 
 .offer-block-two .lower-box{
	 position: relative;
	 display: block;
	 padding: 35px 35px 45px;
	 background: #ffffff;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
	 box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
 }
 
 .offer-block-two:hover .lower-box{
	 box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
 }
 
 .offer-block-two .lower-box h4{
	 position: relative;
	 margin-bottom: 20px;
 }
 
 .offer-block-two .lower-box .pricing{
	 position: relative;
	 line-height: 24px;
	 margin-bottom: 10px;
 }
 
 .offer-block-two .lower-box .pricing .price{
	 position: relative;
	 display: block;
	 color: #8e949f;
	 text-transform: uppercase;
	 font-weight: 500;
 }
 
 .offer-block-two .lower-box .pricing .price span{
	 color: #1b1c1e;
 }
 
 .offer-block-two .lower-box .text{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.6em;
	 margin: 0 0 30px;
 }
 
 .offer-block-two .lower-box .link-box{
	 position: relative;
	 display: block;
 }
 
 .offer-block-two .lower-box .link-box .theme-btn{
	 display: block;
 }
 
 
 /*** 
 
 ====================================================================
	 Gallery Section
 ====================================================================
 
 ***/
 
 .gallery-section-two{
	 position:relative;
	 padding: 100px 0px 110px;
	 background: #ffffff;
 }
 
 .gallery-section-two .title-box{
	 position: relative;
	 text-align: center;
	 margin-bottom: 25px;
 }
 
 .gallery-section-two .title-box h2{
	 font-size: 48px;
	 text-transform: capitalize;
	 margin: 0;
 }
 
 .gallery-item{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .gallery-item .gallery-block{
	 margin: 0;
 }
 
 /*** 
 
 ====================================================================
	 Events Section
 ====================================================================
 
 ***/
 
 .events-section{
	 position:relative;
	 padding: 110px 0px 90px;
	 background: #ffffff;
 }
 
 .event-block{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .event-block .inner-box{
	 position: relative;
	 display: block;
	 padding-left: 370px;
	 min-height: 370px;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
	 box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
 }
 
 .event-block:hover .inner-box{
	 box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
 }
 
 .event-block .image-box{
	 position: absolute;
	 left: 0;
	 top: 0;
	 display: block;
	 background: #171b27;
	 width: 370px;
	 height: 100%;
	 overflow: hidden;
 }
 
 .event-block .image-box img{
	 display: block;
	 width: 100%;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .event-block:hover .image-box img,
 .event-block:hover .image-box .image-layer{
	 opacity: 0.70;
	 -ms-transform: scale(1.1);
	 transform: scale(1.1);
 }
 
 .event-block .image-box .image{
	 position: relative;
	 display: none;
 }
 
 .event-block .image-box .image-layer{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 z-index: 1;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .event-block .image-box .overlink{
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 z-index: 2;
 }
 
 .event-block .content-box{
	 position: relative;
	 display: block;
	 padding: 52px 50px 60px;
	 background: #ffffff;
 }
 
 .event-block .content-box h4{
	 position: relative;
	 margin-bottom: 7px;
 }
 
 .event-block .content-box .post-meta{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 line-height: 24px;
	 margin-bottom: 30px;
 }
 
 .event-block .content-box .post-meta span{
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
 }
 
 .event-block .content-box .text{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.70em;
	 margin: 0 0 32px;
 }
 
 .event-block .content-box .link-box{
	 position: relative;
	 display: block;
 }
 
 .event-block .content-box .link-box .theme-btn{
	 vertical-align: top;
	 min-width: 150px;
 }
 
 .event-block .content-box .link-box .theme-btn .btn-title{
	 padding: 10px 30px;
	 line-height: 30px;
 }
 
 /*** 
 
 ====================================================================
	 Contact Section
 ====================================================================
 
 ***/
 
 .contact-section-two{
	 position:relative;
	 padding: 100px 0px 90px;
	 background: #ffffff;
 }
 
 .contact-section-two .info-col{
	 position: relative;
	 z-index: 2;
 }
 
 .contact-section-two .info-col .inner{
	 position: relative;
	 display: block;
	 max-width: 500px;
 }
 
 .contact-section-two .info-col .u-text{
	 position: relative;
	 display: block;
	 color: #1b1c1e;
	 font-size: 16px;
	 line-height: 1.60em;
	 margin: 0 0 55px;
 }
 
 .contact-section-two .info{
	 position: relative;
 }
 
 .contact-section-two .info .info-block{
	 position: relative;
	 display: block;
	 margin-bottom: 52px;
 }
 
 .contact-section-two .info .info-block .block-inner{
	 position: relative;
	 display: block;
	 padding-top: 10px;
	 padding-left: 146px;
	 min-height: 114px;
 }
 
 .contact-section-two .info .info-block .icon-box{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 114px;
	 height: 114px;
	 padding: 27px 10px;
	 text-align: center;
	 background: #1b1c1e;
	 color: #ffffff;
	 font-size: 40px;
	 line-height: 60px;
	 border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
	 box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
 }
 
 .contact-section-two .info .info-block h4{
	 position: relative;
	 display: block;
	 font-size: 24px;
	 margin-bottom: 15px;
 }
 
 .contact-section-two .info .info-block .text{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 line-height: 1.70em;
 }
 
 .contact-section-two .info .info-block .text a{
	 position: relative;
	 color: #9b9fa6;
 }
 
 .contact-section-two .info .info-block .text a:hover{
	 text-decoration: underline;
	 color: #1b1c1e;
 }
 
 .contact-section-two .form-col{
	 position: relative;
	 margin-bottom: 50px;
 }
 
 .contact-section-two .form-box{
	 position: relative;
	 display: block;
	 margin-top: -290px;
	 padding: 70px 70px 40px;
	 background: #ffffff;
	 box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.07);
	 z-index: 10;
 }
 
 .contact-section-two .form-box h3{
	 font-size: 36px;
	 text-transform: capitalize;
	 margin-bottom: 24px;
 }
 
 .contact-section-two .form-box .text{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.60em;
	 margin: 0 0 40px;
 }
 
 .contact-section-two .form-box .form-group{
	 margin-bottom: 30px;
 }
 
 .contact-form-two .form-group input[type="text"],
 .contact-form-two .form-group input[type="email"],
 .contact-form-two .form-group input[type="password"],
 .contact-form-two .form-group input[type="tel"],
 .contact-form-two .form-group input[type="url"],
 .contact-form-two .form-group input[type="file"],
 .contact-form-two .form-group input[type="number"],
 .contact-form-two .form-group textarea,
 .contact-form-two .form-group select{
	 height: 52px;
	 padding: 10px 20px;
	 line-height: 30px;
 }
 
 .contact-form-two .form-group textarea{
	 height: 170px;
 }
 
 .contact-form-two .form-group .theme-btn{
	 min-width: 190px;
	 display: inline-block;
 }
 
 .contact-form-two .form-group .theme-btn .btn-title{
	 padding: 15px 25px;
	 line-height: 30px;
	 text-align: center;
 }
 
 
 /*** 
 
 ====================================================================
	 Map Section
 ====================================================================
 
 ***/
 
 .map-section{
	 position:relative;
 }
 
 .map-section .map-canvas{
	 position: relative;
	 display: block;
	 width: 100%;
	 height: 550px;
 }
 
 .map-canvas{
	 position: relative;
	 display: block;
	 width: 100%;
	 height: 400px;
 }
 
 /*** 
 
 ====================================================================
	 Team Section
 ====================================================================
 
 ***/
 
 .team-section{
	 position:relative;
	 padding: 100px 0px 80px;
	 background: #ffffff;
 }
 
 .team-section .dotted-pattern-3{
	 right: -70px;
	 top: 30px;
 }
 
 .team-section .tri-pattern-3{
	 right: 70px;
	 top: 155px;
 }
 
 .team-section .row{
	 margin: 0px -20px;
 }
 
 .team-block{
	 position: relative;
	 margin-bottom: 60px;
	 z-index: 1;
 }
 
 .team-section .row .team-block{
	 padding: 0px 20px;
 }
 
 .team-block .inner-box{
	 position: relative;
	 display: block;
	 text-align: center;
	 padding-bottom: 50px;
 }
 
 .team-block .image-box{
	 position: relative;
	 display: block;
	 background: #1b1c1e;
	 overflow: hidden;
 }
 
 .team-block .image{
	 position: relative;
	 display: block;
	 overflow: hidden;
 }
 
 .team-block .image img{
	 position: relative;
	 display: block;
	 width: 100%;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .team-block:hover .image img{
	 -ms-transform: scale(1.05);
	 transform: scale(1.05);
	 opacity: 0.80;
 }
 
 .team-block .image-box .social{
	 position: absolute;
	 right: 30px;
	 top: 40px;
	 width: 50px;
	 opacity: 0;
	 -ms-transform: translateX(100px);
	 transform: translateX(100px);
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .team-block:hover .image-box .social{
	 opacity: 1;
	 -ms-transform: translateX(0px);
	 transform: translateX(0px);
 }
 
 .team-block .image-box .social li{
	 position: relative;
	 display: block;
	 margin-bottom: 10px;
 }
 
 .team-block .image-box .social li a{
	 position: relative;
	 display: block;
	 width: 50px;
	 height: 50px;
	 text-align: center;
	 line-height: 50px;
	 font-size: 16px;
	 background: #ffffff;
	 color: #1b1c1e;
	 border-radius: 50%;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .team-block .image-box .social li a:hover{
	 background: #1b1c1e;
	 color: #ffffff;
	 -ms-transform: rotate(360deg);
	 transform: rotate(360deg);
 }
 
 .team-block .info-box{
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 padding: 0 30px;
 }
 
 .team-block .info-box .info-inner{
	 position: relative;
	 display: block;
	 padding: 24px 20px;
	 background: #ffffff;
	 box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.10);
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .team-block:hover .info-box .info-inner{
	 background: #1b1c1e;
	 color: #ffffff;
 }
 
 .team-block .info-box h4{
	 font-size: 24px;
	 text-transform: capitalize;
	 margin-bottom: 5px;
 }
 
 .team-block .info-box .designation{
	 position: relative;
	 display: block;
	 color: #8e949f;
	 line-height: 1.5em;
 }
 
 .team-section .circles-two{
	 left: 50px;
	 bottom: 50px;
	 width: 150px;
	 height: 150px;
 }
 
 .team-section .circles-two .c-1{
	 width: 150px;
	 height: 150px;
 }
 
 .team-section .circles-two .c-2{
	 top: -35px;
	 left: auto;
	 right: -35px;
	 width: 100px;
	 height: 100px;
 }
 
 /*** 
 
 ====================================================================
	 Wellness Spa Section
 ====================================================================
 
 ***/
 
 .wellness-spa{
	 position:relative;
	 padding: 0px 0px 110px;
	 background: #ffffff;
 }
 
 .wellness-spa .dotted-pattern-3{
	 right: -70px;
	 top: 270px;
 }
 
 .wellness-spa .tri-pattern-3{
	 right: 70px;
	 top: 395px;
 }
 
 .wellness-spa .circles{
	 width: 100px;
	 height: 100px;
	 right: 35px;
	 top: 35px;
 }
 
 .wellness-spa .circles .c-1{
	 width: 100px;
	 height: 100px;
 }
 
 .wellness-spa .circles .c-2{
	 width: 60px;
	 height: 60px;
	 left: -20px;
	 bottom: -20px;
 }
 
 .wellness-spa .upper-box{
	 position: relative;
	 top: -180px;
	 margin-bottom: -180px;
	 z-index: 10;
 }
 
 .wellness-spa .upper-box .upper-inner{
	 position: relative;
	 display: block;
	 padding: 90px 85px;
	 background: #ffffff;
	 box-shadow: 0 0 15px rgba(0,0,0,0.10), 0 30px 45px rgba(0,0,0,0.05);
 }
 
 .wellness-spa .upper-box .hours{
	 position: relative;
	 color: #9b9fa6;
	 line-height: 1.6em;
	 margin-bottom: 30px;
 }
 
 .wellness-spa .upper-box .hours span{
	 color: #1b1c1e;
 }
 
 .wellness-spa .upper-box .text{
	 color: #9b9fa6;
	 line-height: 1.6em;
 }
 
 .wellness-spa .upper-box .text p{
	 line-height: 1.65em;
	 margin-bottom: 30px;
 }
 
 .wellness-spa .upper-box .text ul{
	 margin-bottom: 0px;
 }
 
 .wellness-spa .upper-box .text ul li{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.5em;
	 padding-left: 20px;
	 margin: 0 0 10px;
 }
 
 .wellness-spa .upper-box .text ul li:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 11px;
	 width: 10px;
	 border-bottom: 2px solid #9b9fa6;
 }
 
 .wellness-spa .upper-box .link-box{
	 position: relative;
	 padding-top: 30px;
 }
 
 .wellness-spa .lower-box{
	 position: relative;
	 margin-top: 80px;
 }
 
 .wellness-spa .lower-box .dotted-pattern-3{
	 left: -130px;
	 top: auto;
	 bottom: -10px;
 }
 
 .wellness-spa .lower-box .row{
	 margin: 0 -25px;
 }
 
 .wellness-spa .lower-box .image-block{
	 position: relative;
	 padding: 0px 25px;
	 margin-bottom: 30px;
 }
 
 .wellness-spa .lower-box .image-block .image{
	 position: relative;
	 display: block;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .wellness-spa .lower-box .image-block .image:hover{
	 box-shadow: 0 30px 45px rgba(0,0,0,0.08);
 }
 
 .wellness-spa .lower-box .image-block img{
	 width: 100%;
	 display: block;
 }
 
 /*** 
 
 ====================================================================
	 Related Section
 ====================================================================
 
 ***/
 
 .related-section{
	 position:relative;
	 padding: 140px 0px 110px;
	 background: #edf0f5;
	 overflow: hidden;
 }
 
 .related-section .dotted-pattern-12{
	 left: -30px;
	 top: -50px;
 }
 
 .related-section .tri-pattern-9{
	 left: 130px;
	 top: 70px;
 }
 
 /*** 
 
 ====================================================================
	 package Details Section
 ====================================================================
 
 ***/
 
 .package-details{
	 position:relative;
	 padding: 220px 0px 110px;
	 background: #ffffff;
 }
 
 .package-details .circles-two{
	 left: 80px;
	 top: 220px;
 }
 
 .package-details .circles-two .c-2{
	 left: auto;
	 top: auto;
	 height: 110px;
	 width: 110px;
	 bottom: -30px;
	 right: -30px;
 }
 
 
 .package-details .main-image{
	 position: relative;
	 display: block;
	 margin-bottom: 90px;
 }
 
 .package-details .main-image .image{
	 position: relative;
	 display: block;
	 box-shadow: 0 30px 45px rgba(0,0,0,0.08);
	 z-index: 1;
 }
 
 
 .package-details .main-image .dotted-pattern-12{
	 right: -140px;
	 bottom: -120px;
 }
 
 .package-details .main-image .tri-pattern-9{
	 left: 100%;
	 top: 100%;
	 margin-left: 30px;
	 margin-top: -50px;
 }
 
 .package-details .text-content{
	 position: relative;
	 max-width: 850px;
 }
 
 .package-details .text-content h2{
	 margin-bottom: 30px;
 }
 
 .package-details .text-content .price{
	 position: relative;
	 color: #9b9fa6;
	 margin: 0 0 5px;
	 text-transform: uppercase;
	 font-weight: 500;
	 line-height: 1.6em;
 }
 
 .package-details .text-content .price span{
	 color: #1b1c1e;
 }
 
 .package-details .text-content h4{
	 color: #0f172b;
	 margin-bottom: 20px;
 }
 
 .package-details .text-content .text{
	 color: #9b9fa6;
	 line-height: 1.6em;
 }
 
 .package-details .text-content .text p{
	 line-height: 1.65em;
	 margin-bottom: 30px;
 }
 
 .package-details .text-content .text ul{
	 margin-bottom: 0px;
 }
 
 .package-details .text-content .text ul li{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.6em;
	 padding-left: 20px;
	 margin: 0 0 15px;
 }
 
 .package-details .text-content .text ul li:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 12px;
	 width: 10px;
	 border-bottom: 2px solid #9b9fa6;
 }
 
 .package-details .lower-images{
	 position: relative;
	 margin-top: 70px;
 }
 
 .package-details .lower-images .image-block{
	 position: relative;
	 margin-bottom: 30px;
 }
 
 .package-details .lower-images .image-block .image{
	 position: relative;
	 display: block;
	 box-shadow: 0 30px 45px rgba(0,0,0,0.08);
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .package-details .lower-images .image-block .image:hover{
	 box-shadow: 0 30px 45px rgba(0,0,0,0.15);
 }
 
 .package-details .lower-images .image-block img{
	 width: 100%;
	 display: block;
 }
 
 /*** 
 
 ====================================================================
	 Menu Section
 ====================================================================
 
 ***/
 
 .menu-section{
	 position:relative;
	 padding: 140px 0px 110px;
	 background: #edf0f5;
 }
 
 .menu-section .dotted-pattern-13{
	 left: -160px;
	 bottom: 110px;
 }
 
 .menu-section .tri-pattern-10{
	 left: 60px;
	 bottom: 100px;
 }
 
 .menu-section .pattern-top{
	 bottom: 100%;
	 margin-bottom: -10px;
 }
 
 .menu-section .menu-container{
	 position: relative;
	 display: block;
 }
 
 .menu-section .menu-container .dotted-pattern-14{
	 right: -110px;
	 top: -100px;
 }
 
 .menu-section .row{
	 margin: 0px -10px;
 }
 
 .menu-item{
	 position: relative;
	 display: block;
	 margin-bottom: 30px;
 }
 
 .menu-section .row .menu-item{
	 padding: 0px 10px;
	 margin-bottom: 20px;
 }
 
 .menu-item .inner-box{
	 position: relative;
	 display: block;
	 background: #ffffff;
	 padding: 40px 40px 35px;
	 -webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
 }
 
 .menu-item .inner-box:hover{
	 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03), 0px 30px 30px 0px rgba(0,0,0,0.07);
 }
 
 .menu-item .item-inner{
	 position: relative;
	 display: block;
	 padding-left: 120px;
	 padding-top: 2px;
	 min-height: 90px;
 }
 
 .menu-item .item-inner .item-price{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 90px;
	 height: 90px;
	 padding: 30px 10px;
	 text-align: center;
	 background: #181b1f;
	 color: #ffffff;
	 font-size: 22px;
	 font-weight: 500;
	 line-height: 30px;
	 border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
	 overflow: hidden;
 }
 
 .menu-item .item-inner .item-price span{
	 position: relative;
	 display: block;
	 font-size: 22px;
	 font-weight: 500;
 }
 
 .menu-item .item-inner h4{
	 position: relative;
	 display: block;
	 font-size: 24px;
	 margin-bottom: 12px;
 }
 
 .menu-item .item-inner .text{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 max-width: 300px;
	 line-height: 1.65em;
 }
 
 .menu-item .over-link{
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 width: 100%;
	 z-index: 1;
 }
 
 /*** 
 
 ====================================================================
	 Event Single Section
 ====================================================================
 
 ***/
 
 .event-single{
	 position:relative;
	 padding: 0px 0px 110px;
	 background: #ffffff;
 }
 
 .event-single .dotted-pattern-3{
	 right: -70px;
	 top: 270px;
 }
 
 .event-single .tri-pattern-3{
	 right: 70px;
	 top: 395px;
 }
 
 .event-single .circles{
	 width: 100px;
	 height: 100px;
	 right: 35px;
	 top: 35px;
 }
 
 .event-single .circles .c-1{
	 width: 100px;
	 height: 100px;
 }
 
 .event-single .circles .c-2{
	 width: 60px;
	 height: 60px;
	 left: -20px;
	 bottom: -20px;
 }
 
 .event-single .upper-box{
	 position: relative;
	 top: -180px;
	 margin-bottom: -180px;
	 z-index: 10;
 }
 
 .event-single .upper-box .upper-inner{
	 position: relative;
	 display: block;
	 padding: 90px 70px 80px;
	 background: #ffffff;
	 box-shadow: 0 0 15px rgba(0,0,0,0.10), 0 30px 45px rgba(0,0,0,0.05);
 }
 
 .event-single .upper-box h2{
	 margin-bottom: 7px;
 }
 
 .event-single .upper-box .post-info{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 line-height: 24px;
	 margin-bottom: 30px;
 }
 
 .event-single .upper-box .post-info span{
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
 }
 
 .event-single .upper-box .text{
	 color: #9b9fa6;
	 line-height: 1.70em;
 }
 
 .event-single .upper-box .text p{
	 line-height: 1.70em;
	 margin-bottom: 30px;
 }
 
 .event-single .upper-box .text ul{
	 margin-bottom: 0px;
 }
 
 .event-single .upper-box .text ul li{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.65em;
	 padding-left: 20px;
	 margin: 0 0 10px;
 }
 
 .event-single .upper-box .text ul li:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 11px;
	 width: 10px;
	 border-bottom: 2px solid #9b9fa6;
 }
 
 .event-single .upper-box .link-box{
	 position: relative;
	 padding-top: 10px;
 }
 
 .event-single .upper-box .link-box .theme-btn{
	 vertical-align: top;
	 margin-right: 10px;
	 margin-bottom: 10px;
 }
 
 .event-single .lower-box{
	 position: relative;
	 margin-top: 70px;
 }
 
 .event-single .lower-box .dotted-pattern-3{
	 left: -130px;
	 top: auto;
	 bottom: -10px;
 }
 
 .event-single .lower-box .row{
	 margin: 0 -25px;
 }
 
 .event-single .lower-box .info-block{
	 position: relative;
	 padding: 0px 25px;
	 margin-bottom: 30px;
 }
 
 .event-single .lower-box .info-block .inner{
	 position: relative;
	 display: block;
	 background: #edf0f5;
	 min-height: 100%;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .event-single .info-block .info-inner{
	 position: relative;
	 display: block;
	 background: #edf0f5;
	 padding: 80px 60px 65px;
 }
 
 .event-single .info-block h3{
	 font-size: 30px;
	 margin-bottom: 25px;
 }
 
 .event-single .info-block .text{
	 position: relative;
	 color: #9b9fa6;
	 line-height: 1.65em;
	 margin-bottom: 30px;
 }
 
 .event-single .info-block .info{
	 position: relative;
	 color: #1b1c1e;
	 line-height: 1.60em;
 }
 
 .event-single .info-block .info li{
	 margin-bottom: 15px;
	 line-height: 1.60em;
 }
 
 .event-single .info-block .info li strong{
	 display: block;
	 font-weight: 500;
	 text-transform: capitalize;
	 margin-bottom: 5px;
 }
 
 .event-single .info-block .info li a:hover{
	 text-decoration: underline;
 }
 
 .event-single .info-block .map-canvas{
	 position: relative;
	 display: block;
	 width: 100%;
	 height: 500px;
 }
 
 .event-single .details-box{
	 position: relative;
	 margin-top: 70px;
 }
 
 .event-single .details-box .details-inner{
	 position: relative;
	 display: block;
	 padding: 85px 70px 65px;
	 background: #ffffff;
	 box-shadow: 0 0 15px rgba(0,0,0,0.05), 0 30px 45px rgba(0,0,0,0.05);
 }
 
 .event-single .details-box h3{
	 font-size: 30px;
	 margin-bottom: 25px;
 }
 
 .event-single .details-box .text{
	 max-width: 950px;
	 color: #9b9fa6;
	 line-height: 1.70em;
	 margin-bottom: 40px;
 }
 
 .event-single .details-box .info{
	 position: relative;
	 color: #1b1c1e;
	 line-height: 1.60em;
 }
 
 .event-single .details-box .info li{
	 position: relative;
	 float: left;
	 margin-right: 55px;
	 margin-bottom: 20px;
	 margin-bottom: 15px;
	 line-height: 1.60em;
 }
 
 .event-single .details-box .info li strong{
	 display: block;
	 font-weight: 500;
	 text-transform: capitalize;
	 margin-bottom: 5px;
 }
 
 .event-single .details-box .info li a:hover{
	 text-decoration: underline;
 }
 
 /*** 
 
 ====================================================================
	 Room Single Section
 ====================================================================
 
 ***/
 
 .room-single{
	 position:relative;
	 padding: 0px 0px 110px;
	 background: #ffffff;
 }
 
 .room-single .dotted-pattern-3{
	 right: -70px;
	 top: 270px;
 }
 
 .room-single .tri-pattern-3{
	 right: 70px;
	 top: 395px;
 }
 
 .room-single .circles-two{
	 right: 70px;
	 top: 50px;
	 width: 150px;
	 height: 150px;
 }
 
 .room-single .circles-two .c-1{
	 width: 150px;
	 height: 150px;
 }
 
 .room-single .circles-two .c-2{
	 left: -35px;
	 top: auto;
	 bottom: -35px;
	 width: 100px;
	 height: 100px;
 }
 
 .room-single .upper-box{
	 position: relative;
	 top: -180px;
	 margin-bottom: -180px;
	 z-index: 10;
 }
 
 .room-single .upper-box .upper-inner{
	 position: relative;
	 display: block;
	 padding: 90px 70px 50px;
	 background: #ffffff;
	 box-shadow: 0 0 15px rgba(0,0,0,0.10), 0 30px 45px rgba(0,0,0,0.05);
 }
 
 .room-single .upper-box h2{
	 margin-bottom: 15px;
 }
 
 .room-single .upper-box .pricing{
	 position: relative;
	 line-height: 24px;
	 margin-bottom: 40px;
 }
 
 .room-single .upper-box .pricing .price{
	 position: relative;
	 display: block;
	 float: left;
	 font-size: 18px;
	 color: #8e949f;
	 text-transform: capitalize;
	 font-weight: 500;
 }
 
 .room-single .upper-box .pricing .price span{
	 color: #1b1c1e;
 }
 
 .room-single .upper-box .pricing .rating{
	 position: relative;
	 display: block;
	 float: right;
	 color: #1b1c1e;
 }
 
 .room-single .upper-box .pricing .rating span{
	 position: relative;
	 font-size: 14px;
	 display: inline-block;
	 vertical-align: middle;
	 margin-left: 1px;
 }
 
 .room-single .upper-box .text{
	 color: #9b9fa6;
	 line-height: 1.70em;
 }
 
 .room-single .upper-box .text p{
	 line-height: 1.70em;
	 margin-bottom: 30px;
 }
 
 .room-single .upper-box .text ul{
	 margin-bottom: 0px;
 }
 
 .room-single .upper-box .text ul li{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.5em;
	 padding-left: 20px;
	 margin: 0 0 10px;
 }
 
 .room-single .upper-box .text ul li:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 11px;
	 width: 10px;
	 border-bottom: 2px solid #9b9fa6;
 }
 
 .room-single .upper-box .link-box{
	 position: relative;
	 padding-top: 10px;
 }
 
 .room-single .upper-box .link-box .theme-btn{
	 vertical-align: top;
	 margin-right: 10px;
	 margin-bottom: 10px;
 }
 
 .room-single .lower-box{
	 position: relative;
	 margin-top: 70px;
 }
 
 .room-single .lower-box .row{
	 margin: 0 -25px;
 }
 
 .room-single .lower-box .image-block{
	 position: relative;
	 padding: 0px 25px;
	 margin-bottom: 30px;
 }
 
 .room-single .lower-box .image-block .image{
	 position: relative;
	 display: block;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .room-single .lower-box .image-block .image:hover{
	 box-shadow: 0 30px 45px rgba(0,0,0,0.08);
 }
 
 .room-single .lower-box .image-block img{
	 width: 100%;
	 display: block;
 }
 
 .room-single .details-box{
	 position: relative;
	 margin-top: 70px;
 }
 
 .room-single .details-box .details-inner{
	 position: relative;
	 display: block;
	 padding: 85px 70px 55px;
	 background: #ffffff;
	 box-shadow: 0 0 15px rgba(0,0,0,0.05), 0 30px 45px rgba(0,0,0,0.05);
 }
 
 .room-single .details-box h3{
	 font-size: 30px;
	 margin-bottom: 25px;
 }
 
 .room-single .details-box .text{
	 color: #9b9fa6;
	 line-height: 1.70em;
	 margin-bottom: 40px;
 }
 
 .room-single .details-box .info{
	 position: relative;
	 color: #1b1c1e;
	 margin: 0px -15px;
	 line-height: 1.60em;
 }
 
 .room-single .details-box .info li{
	 position: relative;
	 float: left;
	 padding: 0px 15px;
	 width: 20%;
	 margin-bottom: 30px;
	 line-height: 1.60em;
 }
 
 .room-single .details-box .info li .icon{
	 position: relative;
	 font-size: 20px;
	 display: inline-block;
	 vertical-align: top;
	 padding-right: 10px;
 }
 
 .room-single .details-box .info li a:hover{
	 text-decoration: underline;
 }
 
 /*** 
 
 ====================================================================
	 Sidebar Page Container
 ====================================================================
 
 ***/
 
 .sidebar-page-container{
	 position:relative;
	 padding: 110px 0px 110px;
 }
 
 .sidebar-page-container.blog-single{
	 padding-top: 220px;
 }
 
 .sidebar-page-container .dotted-pattern-5{
	 left: -160px;
	 top: 110px;
 }
 
 .sidebar-page-container .tri-pattern-8{
	 left: 40px;
	 top: 240px;
 }
 
 .sidebar-page-container .circles-two{
	 right: 70px;
	 top: 50px;
	 width: 150px;
	 height: 150px;
 }
 
 .sidebar-page-container .circles-two .c-1{
	 width: 150px;
	 height: 150px;
 }
 
 .sidebar-page-container .circles-two .c-2{
	 left: -35px;
	 top: auto;
	 bottom: -35px;
	 width: 100px;
	 height: 100px;
 }
 
 .sidebar-page-container.blog-single .dotted-pattern-5{
	 top: 270px;
 }
 
 .sidebar-page-container.blog-single .tri-pattern-8{
	 top: 400px;
 }
 
 .sidebar-page-container .content-side{
	 position: relative;
	 margin-bottom: 30px;
	 z-index: 1;
 }
 
 .sidebar-page-container .blog-content{
	 position: relative;
	 display: block;
 }
 
 /* Sidebar */
 
 .sidebar-page-container .sidebar-side{
	 position: relative;
	 margin-bottom: 30px;
	 z-index: 1;
 }
 
 .services-page .sidebar-side{
	 order: 0;
 }
 
 .sidebar-page-container .sidebar{
	 position: relative;
	 padding-left: 20px;
 }
 
 .sidebar .sidebar-widget{
	 position: relative;
	 display: block;
	 margin-bottom: 50px;
 }
 
 .sidebar .sidebar-widget:last-child{
	 margin-bottom: 10px;
 }
 
 .sidebar .sidebar-widget .widget-inner{
	 position: relative;
	 display: block;
	 padding: 40px 30px 50px;
	 background: #ffffff;
	 box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05), 0px 20px 25px 0px rgba(0,0,0,0.03);
 }
 
 .sidebar-title{
	 position:relative;
	 margin-bottom:27px;
 }
 
 .sidebar-title h4{
	 position: relative;
	 display: inline-block;
	 font-size:26px;
	 line-height: 1.30em;
	 color: #181b1f;
	 font-weight: 400;
	 text-transform:capitalize;
	 margin-bottom: 0px;
 }
 
 .sidebar-title .text{
	 padding-top: 15px;
	 color: #8e949f;
	 font-size: 16px;
	 line-height: 1.7em;
	 padding-bottom: 22px;
	 border-bottom: 1px dashed #bbbbbb;
 }
 
 .sidebar .search-box .form-group{
	 position:relative;
	 margin:0px;	
 }
 
 .sidebar .search-box .form-group input[type="text"],
 .sidebar .search-box .form-group input[type="search"]{
	 position:relative;
	 line-height:30px;
	 padding:17px 60px 17px 25px;
	 background:#edf0f5;
	 color:#181b1f;
	 display:block;
	 font-size:16px;
	 width:100%;
	 height:66px;
	 border: 1px solid #edf0f5;
	 border-radius:0px;
	 transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -webkit-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
 }
 
 .sidebar .search-box .form-group input:focus{
	 background: #ffffff;
	 box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
 }
 
 .sidebar .search-box .form-group button{
	 position:absolute;
	 right:0px;
	 top:3px;
	 height:60px;
	 width:60px;
	 line-height:60px;
	 display:block;
	 font-size:16px;
	 color:#848484;
	 background:none;
	 font-weight:normal;
 }
 
 .sidebar .search-box .form-group input:focus + button,
 .sidebar .search-box .form-group button:hover{
	 color: #181b1f;
 }
 
 .sidebar .recent-posts .post{
	 position:relative;
	 font-size:14px;
	 color:#777777;
	 padding:0px 0px 0px 110px;
	 min-height:90px;
	 margin-bottom:30px;
 }
 
 .sidebar .recent-posts .post:last-child{
	 margin-bottom:0px;
 }
 
 .sidebar .recent-posts .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:90px;
	 height:90px;
	 border-radius:0;	
 }
 
 .sidebar .recent-posts .post-thumb img{
	 position:relative;
	 display:block;
	 width: 100%;	
 }
 
 .sidebar .recent-posts .info{
	 padding-top: 3px;
	 color: #8e949f;
	 line-height: 24px;
	 margin-bottom: 5px;
 }
 
 .sidebar .recent-posts .text{
	 font-size:18px;
	 line-height:1.5em;
	 color:#222222;
	 font-weight:400;
	 text-transform: capitalize;
	 margin:0;
 }
 
 .sidebar .recent-posts .text a{
	 color:#222222;
 }
 
 .sidebar .recent-posts .text a:hover{
	 text-decoration: underline;
 }
 
 .sidebar .popular-tags .tags-list li{
	 position:relative;
	 display:inline-block;
	 margin:0px 4px 8px 0px;
 }
 
 .sidebar .popular-tags .tags-list li a{
	 position:relative;
	 display:block;
	 line-height:24px;
	 padding:12px 22px;
	 background:#edf0f5;
	 text-align:center;
	 font-size:16px;
	 font-weight: 400;
	 color:#8e949f;
	 text-transform:capitalize;
	 border-radius:0px;
	 transition:all 300ms ease;
	 -webkit-transition:all 300ms ease;
	 -ms-transition:all 300ms ease;
	 -o-transition:all 300ms ease;
	 -moz-transition:all 300ms ease;
 }
 
 .sidebar .popular-tags .tags-list li a:hover{
	 background-color:#181b1f;
	 border-color:#181b1f;
	 color:#ffffff;	
 }
 
 .sidebar .archives ul{
	 position:relative;
 }
 
 .sidebar .archives ul li{
	 position:relative;
	 line-height:24px;
	 font-size: 16px;
	 margin-bottom: 15px;
 }
 
 .sidebar .archives ul li:last-child{
	 margin-bottom: 0;
 }
 
 .sidebar .archives ul li a{
	 position: relative;
	 color: #8e949f;
	 text-transform: capitalize;
	 font-weight: 500;
	 line-height: 24px;
	 -webkit-transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
	 transition:all 0.3s ease;
 }
 
 .sidebar .archives ul li a:hover,
 .sidebar .archives ul li.active a{
	 color: #181b1f;
	 padding-left: 25px;
 }
 
 .sidebar .archives ul li a:before{
	 position: absolute;
	 left: 0;
	 top: -1px;
	 font-family: 'Flaticon';
	 content: "\f16e";
	 opacity: 0;
	 font-size: 18px;
	 line-height: 24px;
	 font-weight: 700;
	 -ms-transform-origin: left;
	 transform-origin: left;
	 -ms-transform: scaleX(0);
	 transform: scaleX(0);
	 -webkit-transition:all 0.1s ease;
	 -moz-transition:all 0.1s ease;
	 -ms-transition:all 0.1s ease;
	 -o-transition:all 0.1s ease;
	 transition:all 0.1s ease;
	 z-index:5;
 }
 
 .sidebar .archives ul li a:hover:before,
 .sidebar .archives ul li.active a:before{
	 opacity: 1;
	 transform: scaleX(1);
	 -webkit-transition:all 0.3s ease 0.1s;
	 -moz-transition:all 0.3s ease 0.1s;
	 -ms-transition:all 0.3s ease 0.1s;
	 -o-transition:all 0.3s ease 0.1s;
	 transition:all 0.3s ease 0.1s;
 }
 
 
 .sidebar .gallery{
	 position: relative;
 }
 
 .sidebar .gallery .widget-inner{
	 padding-bottom: 44px;
 }
 
 .sidebar .gallery .images{
	 position: relative;
	 margin: 0px -3px;
 }
 
 .sidebar .gallery .images .image{
	 position: relative;
	 float: left;
	 width: 33.333%;
	 padding: 0px 3px;
	 margin-bottom: 6px;
 }
 
 .sidebar .gallery .images .image img{
	 display: block;
	 width: 100%;
	 -webkit-transition:all 0.3s ease;
	 -moz-transition:all 0.3s ease;
	 -ms-transition:all 0.3s ease;
	 -o-transition:all 0.3s ease;
	 transition:all 0.3s ease;
 }
 
 .sidebar .gallery .images .image img:hover{
	 opacity: 0.50;
 }
 
 /* Post Details */
 
 .post-details{
	 position: relative;
	 margin-bottom: 70px;
	 z-index: 1;
 }
 
 .post-details .inner-box{
	 position: relative;
	 display: block;
	 background: #ffffff;
 }
 
 .post-details .image-box{
	 position: relative;
	 display: block;
	 background: #1b1c1e;
	 box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
 }
 
 .post-details .image-box img{
	 position: relative;
	 display: block;
	 width: 100%;
 }
 
 .post-details .lower-box{
	 position: relative;
	 padding: 90px 0px 0px;
 }
 
 .post-details .image-box .date{
	 position: absolute;
	 left: 40px;
	 bottom: -35px;
	 width: 90px;
	 height: 90px;
	 background: #ffffff;
	 font-size: 16px;
	 line-height: 25px;
	 padding: 20px 10px;
	 color: #1b1c1e;
	 text-transform: uppercase;
	 text-align: center;
	 border-radius: 50%;
	 box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
	 z-index: 2;
 }
 
 .post-details .image-box .date .day{
	 display: block;
	 font-weight: 500;
	 font-size: 22px;
 }
 
 .post-details .post-meta{
	 position: relative;
	 display: block;
	 color: #1b1c1e;
	 font-size: 16px;
	 line-height: 1.5em;
	 margin-bottom: 15px;
 }
 
 .post-details .post-meta li{
	 position: relative;
	 float: left;
	 line-height: 24px;
	 margin-right: 22px;
 }
 
 .post-details .post-meta li:after{
	 content: '-';
	 position: absolute;
	 right: -22px;
	 width: 22px;
	 text-align: center;
 }
 
 .post-details .post-meta li:last-child:after{
	 display: none;
 }
 
 .post-details .post-meta li a{
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 color: #8e949f;
 }
 
 .post-details .post-meta li a:hover,
 .post-details .post-meta li:nth-child(1) a{
	 color: #1b1c1e;
 }
 
 .post-details h4{
	 position: relative;
	 display: block;
	 color: #1b1c1e;
	 line-height: 1.3em;
	 margin-bottom: 20px;
 }
 
 .post-details h4 a{
	 color: #1b1c1e;
 }
 
 .post-details h4 a:hover{
	 text-decoration: underline;
 }
 
 .post-details h3{
	 position: relative;
	 display: block;
	 font-size: 40px;
	 color: #1b1c1e;
	 line-height: 1.3em;
	 margin-bottom: 20px;
 }
 
 .post-details h3 a{
	 color: #1b1c1e;
 }
 
 .post-details h3 a:hover{
	 text-decoration: underline;
 }
 
 .post-details .text{
	 color: #9b9fa6;
	 line-height: 1.70em;
 }
 
 .post-details .text p{
	 line-height: 1.70em;
	 margin-bottom: 30px;
 }
 
 .post-details .text ul{
	 max-width: 450px;
	 margin-bottom: 0px;
 }
 
 .post-details .text ul li{
	 position: relative;
	 display: block;
	 color: #9b9fa6;
	 font-size: 16px;
	 line-height: 1.65em;
	 padding-left: 20px;
	 margin: 0 0 15px;
 }
 
 .post-details .text ul li:before{
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 11px;
	 width: 10px;
	 border-bottom: 2px solid #9b9fa6;
 }
 
 .author-box{
	 position: relative;
	 display: block;
	 margin-bottom: 60px;
 }
 
 .author-box .inner-box{
	 position: relative;
	 display: block;
	 padding-top: 5px;
	 padding-left: 150px;
	 min-height: 120px;
 }
 
 .author-box .thumb{
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 120px;
	 border-radius: 50%;
 }
 
 .author-box .thumb img{
	 display: block;
	 width: 100%;
	 border-radius: 50%;
 }
 
 .author-box .name{
	 position: relative;
	 display: block;
	 font-size: 16px;
	 line-height: 1.25em;
	 color: #222222;
	 font-weight: 700;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 margin-bottom: 10px;
 }
 
 .author-box .text{
	 margin-bottom: 25px;
 }
 
 .author-box .social-links{
	 position:relative;
 }
 
 .author-box .social-links ul{
	 position:relative;
 }
 
 .author-box .social-links li{
	 position: relative;
	 display: inline-block;
	 margin-right: 15px;
	 line-height: 24px;
 }
 
 .author-box .social-links li a{
	 color: #4a3d8f;
	 font-size: 16px;
	 transition:all 0.4s ease;
	 -moz-transition:all 0.4s ease;
	 -webkit-transition:all 0.4s ease;
	 -ms-transition:all 0.4s ease;
	 -o-transition:all 0.4s ease;
 }
 
 .author-box .social-links li a:hover{
	 color: #f74883;
 }
 
 /*** 
 
 ====================================================================
		 Comment Area
 ====================================================================
 
  ***/
 
  .comments-title{
	  position: relative;
	  margin-bottom: 40px;
  }
 
  .comments-title h4{
	  font-size: 26px;
	  font-weight: 400;
	  text-transform: capitalize;
	  color: #181b1f;
	  margin: 0;
  }
 
 .comments-area{
	 position:relative;
	 margin-bottom: 70px;
 }
 
 .comments-area .comment-box{
	 position:relative;
	 margin-bottom: 40px;
 }
 
 .comments-area .comment{
	 position:relative;
	 min-height: 80px;
	 padding-left: 110px;
 }
 
 .comments-area .comment-box .author-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width: 80px;
	 height: 80px;
	 border-radius: 50%;
	 margin-bottom: 20px;
	 overflow: hidden;
 }
 
 .comments-area .comment-box .author-thumb img{
	 width: 80px;
	 height: 80px;
	 display:block;
	 border-radius: 50%;
 }
 
 .comments-area .comment-box .info{
	 position: relative;
	 margin-bottom: 20px;
	 line-height:24px;
 }
 
 .comments-area .comment-box .info .name{
	 position: relative;
	 display: block;
	 font-size:20px;
	 line-height:30px;
	 font-weight:400;
	 color:#1b1c1e;
	 text-transform: capitalize;
	 font-family: 'Yeseva One', cursive;
 }
 
 .comments-area .comment-box .info .date{
	 position: relative;
	 display: inline-block;
	 font-size:15px;
	 line-height:24px;
	 font-weight:400;
	 color:#9b9fa6;
 }
 
 .comments-area .comment-box .text{
	 font-size: 16px;
	 line-height: 1.7em;
	 font-weight: 400;
	 color: #9b9fa6;
	 margin-bottom: 20px;
 }
 
 .comments-area .comment-box .reply-btn{
	 position: relative;
	 display: block;
 }
 
 .comments-area .comment-box .theme-btn .btn-title{
	 padding: 5px 20px;
	 line-height: 30px;
 }
 
 /*** 
 
 ====================================================================
		 Leave Comments Form
 ====================================================================
 
  ***/
 
 .leave-comments{
	  position: relative;
 }
 
 .leave-comments .instruction{
	 padding-top: 15px;
	 color: #666666;
	 font-size: 14px;
	 margin-bottom: 30px;
 }
 
 .leave-comments form .form-group:last-child{
	 margin-bottom: 0;
 }
 
 /*** 
 
 ====================================================================
		 Styled Pagination
 ====================================================================
 
 ***/
 
 .pagination-box{
	 position:relative;
 }
 
 .styled-pagination{
	 position:relative;
 }
 
 .styled-pagination li{
	 position:relative;
	 display:inline-block;
	 margin-right: 15px;
	 margin-bottom: 10px;
 }
 
 .styled-pagination li:last-child{
	 margin-right: 0;
 }
 
 .styled-pagination li a{
	 position:relative;
	 display:block;
	 line-height:30px;
	 font-size:18px;
	 height:60px;
	 min-width:60px;
	 padding: 15px 5px;
	 text-align: center;
	 color:#181b1f;
	 font-weight:400;
	 text-align:center;
	 background:#ffffff;
	 box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.15);
	 text-transform:capitalize;
	 -webkit-transition:all 500ms ease;
	 -moz-transition:all 500ms ease;
	 -ms-transition:all 500ms ease;
	 -o-transition:all 500ms ease;
	 transition:all 500ms ease;
 }
 
 .styled-pagination li a.next{
	 font-size: 20px;
 }
 
 .styled-pagination li a:hover,
 .styled-pagination li a.active{
	 color:#ffffff;
	 background: #171b27;
	 border-color: #171b27;
 }