/*------------------------------------------------------------------
[Master Stylesheet]

Project: Modern Hotel, Responsive Html5 Template
Version: 1.0.0
Assigned to: Themeforest
Primary use: Interior, Exterior, Architecture, Office/Building Designer, Multipurpose 

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]



1 Fonts
2 Body / body
3 Default Css
	3.1 Reset Style / img
	3.2 Form Inputs / input
	3.3 Button Style / .itg-button
	3.4 Padding Style / .pad0
	3.5 Margin Style / .mar0
4 Header Style
	4.1 Navigation Bar / .navbar-nav
5 Owl Nav Style / .carousel-style
6 Background Image / .special-style
7 Main Slider / .slider-section
8 Heading Style / .heading-lines
9 Date Picker Style / .filter-section-search
10 About Us Style / .about-us
11 Service Style / .service-section
12 Room Style / .room-detail
13 Team / .team-section
14 Testimonial  / .testimonial
15 Counter / .facts-section
16 Price Table Style / .pricing-box
17 Banner Style / .banner-desing
18 Blog Style / .blog-post
19 Partners Style / .partners
20 Page Header / .breadcrumb-box
21 Page Style
	21.1 Sidebars / .sidebar
	21.2 Pagination / .pagination-box
	21.3 Error Style / .error-content
	21.4 FAQs Style / .faqs
	21.5 Contact Style / .contact
	21.6 Booking Style / .booking-section
22 Preloader / .loading
23 Footer / .main-footer

-------------------------------------------------------------------*/
/*--- Bootstrap.CSS ---*/
@import url("bootstrap.min.css");

/*--- Fontawesome.CSS ---*/
@import url("../plugin/font-awesome/css/font-awesome.min.css");

/*--- Owl-Carousel.CSS ---*/
@import url("../plugin/owl-carousel/css/owl.carousel.min.css");
@import url("../plugin/owl-carousel/css/owl.theme.default.min.css");

/*--- Hover-Dropdown-Menu.CSS ---*/
@import url("../plugin/megamenu/css/hover-dropdown-menu.css");

/*--- Date-Picker.CSS ---*/
@import url("../plugin/date-picker/css/jquery-ui.min.css");

/*--- Fancybox.CSS ---*/
@import url("../plugin/fancyBox/css/jquery.fancybox.css");

/*--- Accordian.CSS ---*/
@import url("../plugin/jquery-ui/css/jquery-ui.css");

/*--- Switcher.CSS ---*/
@import url("../plugin/switcher/css/switcher.css");

/*
==========================
1 Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Monda:400,700|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*
==========================
2 Body
==========================
*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #ff6c00;
    line-height: 24px;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
/*
==========================
3 Default Css
==========================
*/
/* 3.1 Reset Style */

img {
    max-width: 100%;
    border-radius:10px;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
p,
em {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    color: inherit;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Monda', sans-serif;
    color: #000;
}
.small-text-center {
    text-align: center;
}
.special-font {
    font-size: 24px;
}
.positionR {
    position: relative;
}
.positionS {
    position: static;
}
.positionA {
    position: absolute;
}
.bagB {
    background: black;
}
.bagW {
    background: White;
}
.bagG {
    background: #eee;
}
.border-box {
    border: 1px solid lightgray;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
ul li {
    font-size: 15px;
}
span {
    font-size: 15px;
}
.clear {
    clear: both;
}
.theme-border-bottom {
    border-bottom: 1px solid;
}
.parallax-style {
    background-attachment: fixed;
}
.colorW {
    color: #fff;
}
.colorB {
    color: #000;
}
.colorG {
    #777
}
.title {
    text-transform: uppercase;
}
.fontB {
    font-weight: 600;
}
.special-para {
    font-size: 14px;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 5px 15px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 14px;
    color: #777;
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 14px;
    color: #777;
    resize: none;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 15px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
/* 3.3 Button Style */

.itg-button {
    font-size: 14px;
    color: #fff;
    background: #202020;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.4em;
    text-transform: capitalize;
    border: 0;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    font-family: 'Montserrat', sans-serif;
}
.itg-button:hover {
    color: #fff;
}
/* 3.4 Padding Style */

.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}
.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 50px 0;
}
.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 30px;
}
.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
    padding-left:10px;
	padding-right:10px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 0px;
}
.padB100 {
    padding-bottom: 0px;
}
.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}
.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}
.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}
/* 3.5 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}
.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}
.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB15 {
    margin-bottom: 15px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}
.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}
.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}
/*
==========================
4 Header Style
==========================
*/

/* 4.1 Navigation Bar */

.navbar-nav {
    margin: 0 0;
    padding-right: 35px;
}
a.navbar-brand {
    padding: 5.5px 0;
}
.navbar-default .navbar-nav li a {
    padding: 37px 15px;
    color: #000000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav li .dropdown-menu li a {
    padding: 10px 15px;
    color: #777;
}
.navbar-nav li a i {
    margin-left: 8px;
    margin-top: 3px;
    float: right;
}
.navbar-default .navbar-nav li .dropdown-menu li a i {
    float: right;
    margin-top: 5px;
}
.navbar-default .navbar-nav .dropdown-menu li a:after {
    content: "";
    position: absolute;
    width: 0;
    border: 0px solid #fff;
    bottom: 30px;
    left: 15px;
}
 
.nav-bar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}
.dropdown-menu {
    border-top: 2px solid;
}
.main-header {
    position: relative;
    width: 100%;
    float: left;
}
/*
===================================
5 Owl Nav Style
===================================
*/

.carousel-style {
    position: relative;
}
.carousel-style figure {
    margin-bottom: 1px;
}
.carousel-style.owl-theme .owl-nav .owl-prev {
    margin-left: -6%;
}
.carousel-style.owl-theme .owl-nav .owl-next {
    margin-right: -6%;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -16px;
}
.owl-theme .owl-nav {
    z-index: -0;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    padding: 5px 18px;
    line-height: 1.6em;
    color: #f17e01;
    font-size: 15px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.owl-theme .owl-nav .owl-prev:after {
    content: "";
    border: 1px solid white;
    width: 30px;
    position: absolute;
    bottom: 13px;
    left: 44px;
}
.owl-theme .owl-nav .owl-next:after {
    content: "";
    border: 1px solid white;
    width: 30px;
    position: absolute;
    bottom: 13px;
    right: 44px;
}
.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 2%;
}
.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 2%;
}
.owl-dots {
    position: absolute;
    bottom: 30%;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
/*
==========================
6 Background Image
==========================
*/

.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover !important;
    #width: 100%;
    z-index: 0;
}
.special-style-full {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    background-size: cover;
    width: 100%;
    z-index: 0;
}
.special-style-full:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.special-style:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.special-style-dark:before {
    background-image: linear-gradient(to right, #b3115f, #feae04);
    opacity: 0.8;
}
.special-style-light:before {
    background-color: #f2f5f6;
    opacity: 0.8;
}
.special-style-dark-theme:before {
    opacity: 0.8;
}
.bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}
.bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-style {
    background-attachment: fixed;
}
/*
===================================
7 Main Slider
===================================
*/

.slider-section {
    position: relative;
    width: 100%;
    float: left;
}
.slider {
    position: absolute;
    width: 100%;
    float: left;
    top: 0;
    left: 0;
    height: 100%;
}
.slider-text {
    position: relative;
    top: 0;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20%;
    text-align: center;
    left: 0;
}
.slider-text h3 {
    color: #fff;
}
.slider-text h1 {
    font-size: 55px;
    color: #fff;
}
.slider-section figure:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
}
#slider.owl-theme .owl-dots .owl-dot {
    display: block;
}
/*
===================================
8 Heading Style
===================================
*/

.heading-lines {
    position: relative;
    display: inline-block;
}
.theme-heading h3 {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 30px;
}
.theme-heading.background p {
    color: #fff;
}
.theme-heading span {
    position: relative;
}
.theme-heading .heading-lines:after {
    width: 80px;
    height: 1px;
    background-color: #000;
    top: 50%;
    position: absolute;
    margin-top: -1px;
    content: "";
    background: #000;
    background-image:linear-gradient(to right, #b3115f, #feae04);
    margin-top: 0.4px;
    left: 22px;
}
.theme-heading .heading-lines:before {
    width: 80px;
    height: 1px;
    background-color: #000;
    top: 50%;
    position: absolute;
    margin-top: 0.4px;
    content: "";
    background: #000;
    right: 22px;
}
.theme-heading span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%
}
/*
===================================
9 Date Picker Style
===================================
*/

.filter-section-search {
    width: 100%;
    float: left;
	border-radius:30px;
    position: absolute;
    left: 0;
    z-index: 1;
    top: -50px;
    padding: 31px
}
i.search-calendar {
    position: absolute;
    font-size: 17px;
    right: 30px;
    top: 11px;
}
.bg {
    background-color: #f6f7fb;
}
.itg-button.main-btn {
    position: relative;
    width: 100%;
    float: left;
}
/*
===================================
10 About Us Style
===================================
*/

.about-us {
    position: relative;
    width: 100%;
    float: left;
}
.about {
    position: relative;
    width: 100%;
    float: left;
}
.about h3 {
    text-transform: uppercase;
}
.about-img figure img {
    width: 100%;
}
/*
===================================
11 Service Style
===================================
*/

.service-section {
    position: relative;
    width: 100%;
    float: left;
}
.service-details a i {
    font-size: 40px;
}
.service-details {
    position: relative;
    width: 100%;
    float: left;
	border-radius:20px;
    background-color: #fff;
    padding: 50px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-section .theme-heading .heading-lines:after,
.service-section .theme-heading .heading-lines:before {
    background-color: #fff;
}
.service-section .theme-heading h3 {
    color: #fff;
}
.service-section.bg .theme-heading .heading-lines:after,
.service-section.bg .theme-heading .heading-lines:before {
    background-color: #000;
}
.service-section.bg .theme-heading h3 {
    color: #000;
}
.service-details h4 a {
    text-transform: uppercase;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-details a {
    text-transform: capitalize;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-details p {
    margin-bottom: 20px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-details a i {
    color: #000;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-details:hover a,
.service-details:hover a i,
.service-details:hover p,
.service-details:hover h4 a {
    color: #fff;
}
.service-detail {
    position: relative;
    width: 100%;
    float: left;
}
.service-img {
    position: relative;
    width: 100%;
    float: left;
}
.service-text {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
}
.service-img figure img {
    width: 100%;
}
/*
========================================
12 Room Style
========================================
*/

.room-detail {
    position: relative;
    width: 100%;
    float: left;
}
.filter-1 {
    padding-right: 30px;
}
.container .mix,
.container .gap {
    display: inline-block;
}
.container .mix {
    text-align: left;
    #margin-bottom: 30px;
    display: none;
}
.container .mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 15px;
    #display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.container-fluid .mix,
.container-fluid .gap {
    display: inline-block;
}
.container-fluid .mix {
    text-align: left;
    #margin-bottom: 30px;
    display: none;
}
.container-fluid .mix:after {
    content: attr(data-myorder);
    color: white;
    font-size: 15px;
    #display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.filter-1.btn {
    background-color: #fff;
    outline: none;
}
figure.hover-section {
    position: relative;
    overflow: hidden;
    float: left;
	border-radius:20px;
    width: 100%;
}
figure.hover-section img {
    width: 100%;
}
.box-caption h3 {
    font-size: 18px;
}
figure.hover-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
.itg-box-style-1:hover figure.hover-section:after {
    opacity: 0.7;
}
.itg-box-style-1 {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    float: left;
}
.icon-hover li {
    text-align: center;
}
.icon-hover li a {
    font-size: 15px;
}
ul.icon-hovers-boxs {
    margin-bottom: 15px;
    padding-left: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
figcaption.icon-box {
    position: absolute;
    bottom: -4px;
    left: 0;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
ul.icon-hover {
    padding-left: 0;
    margin-bottom: -20px;
}
.hover-project-boxs1 .icon-hover {
    padding-left: 0;
    margin-bottom: -48px;
}
.icon-hover li {
    width: 31px;
    height: 31px;
    background: white;
    display: inline-block;
    margin: 0px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    border-radius: 100%;
}
.icon-hover li a i {
    margin-top: 8px;
    color: #404040;
}
.itg-box-style-1:hover .icon-box {
    bottom: 50%;
    opacity: 1;
    z-index: 2;
    margin-bottom: -48px;
}
.hover-btn-box {
    width: 100%;
    float: left;
    position: relative;
}
.icon-hover li:hover i {
    color: #fff;
}
.star-blog {
    position: relative;
    width: 100%;
    float: left;
}
.box-caption {
    position: relative;
    width: 100%;
    float: left;
}
.box-caption-title {
    position: relative;
    width: 100%;
    float: left;
}
.box-caption-title h4 a {
    text-transform: capitalize;
}
.box-caption-title p {
    margin-top: 5px;
}
.blockquote-box {
    font-style: italic;
    font-size: 16px;
    border-left: 0px;
    padding: 20px;
    text-align: left;
    margin-bottom: 0;
}
.blockquote-box:before {
    content: "\f10d";
    padding-right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blockquote-box:after {
    content: "\f10e";
    padding-right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bdr {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 15px;
}
.feedback {
    position: relative;
    width: 100%;
    float: left;
}
.feedback h4,
.feedback h3,
.comment-review h3 {
    text-transform: capitalize;
}
.feedback-img {
    position: relative;
    width: 100%;
    float: left;
}
.feedback-img figure img {
    border-radius: 100%;
}
.comment-text {
    position: relative;
    float: left;
    width: 100%;
}
.filter-section-search.search-filter {
    position: relative;
    width: 100%;
    float: left;
}
.room-filter {
    position: relative;
    width: 100%;
    float: left;
}
.room-filter .filter-section-search {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 100px;
    top: 0;
}
.room-filter i.search-calendar {
    right: 10px;
}
.room-filters {
    position: relative;
    width: 100%;
    float: left;
}
.box-caption-title ul li {
    display: inline-block;
}
.filter-details {
    position: relative;
    width: 100%;
    float: left;
    padding: 33px 15px;
}
.filter-text {
    position: relative;
    width: 100%;
    float: left;
}
ul.filter-text li i {
    padding-right: 10px;
}
ul.filter-text li {
    display: inline-block;
    padding-right: 20px;
}
a.itg-button.filter-btn {
    position: relative;
    float: right;
}
.filter-texts {
    position: relative;
    width: 100%;
    float: left;
}
.filter-texts p {
    text-transform: capitalize;
}
figure.filters-img img {
    width: 100%;
}
/*
========================================
13 Team
========================================
*/

.team-section {
    width: 100%;
    float: left;
    position: relative;
}
.team-box {
    width: 100%;
    float: left;
    position: relative;
}
.team-detail {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
}
.team-detail h4 a {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.team-detail p {
    text-transform: capitalize;
}
.team-box figure.hover-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.team-box:hover figure.hover-section:before {
    opacity: 0.8;
}
.team-box:hover figcaption.icon-box {
    opacity: 1;
}
.team-box figcaption.icon-box {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15.5px;
    margin-left: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.team-box .icon-hover li:hover {
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
/*
========================================
14 Testimonial 
========================================
*/

.testimonial {
    position: relative;
    float: left;
    width: 100%;
	 
}
.testimonial-details {
    position: relative;
    float: left;
    width: 100%;
}
.testimonial-details h4 a {
    text-transform: uppercase;
    margin: 15px 0;
    color: #000;
}
.testimonial-details p {
    text-align: center;
}
#testimonialslider.owl-carousel .owl-item img {
    width: auto;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
}
#testimonialslider .owl-dots {
    position: relative;
}
#testimonialslider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}
.testimonial-detail {
    position: relative;
    width: 100%;
    float: left;
    padding: 50px;
    background-color: #f5f5f5;
}
/*
========================================
15 Counter
========================================
*/

.facts-section {
    width: 100%;
    float: left;
    position: relative;
}
.facts-icon-box .icon {
    font-size: 45px;
    color: #fff;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.facts h4 {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.facts h2 {
    color: #fff;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
span.counter {
    font-size: 22px;
}
.facts {
    border: 1px solid #fff;
    width: 100%;
    float: left;
    padding: 50px;
    text-align: center;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
/*
========================================
16 Price Table Style
========================================
*/

.pricing-box {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #7f7f7f;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pricing-box:hover a.itg-button {
    color: #fff;
    text-transform: capitalize;
}
.title-box {
    position: relative;
    width: 100%;
    float: left;
}
.title-box h3 {
    text-align: center;
    color: #1a1a1a;
    padding-top: 30px;
    font-size: 50px;
    margin-bottom: -10px;
}
.title-box p {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 30px;
}
.price-title {
    font-size: 30px;
    position: absolute;
    top: 29%;
}
.main-price {
    margin-left: 15px;
    font-size: 60px;
}
.months-box {
    width: 100%;
    float: left;
    position: relative;
    background: #1a1a1a;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.months-box h4 {
    color: #eeeeee;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.paragraph-box p {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
}
.paragraph-box {
    width: 100%;
    float: left;
    position: relative;
    margin: 50px 0 20px 0;
}
.price-btn {
    width: 100%;
    text-align: center;
    float: left;
}
.price-btn .itg-button {
    padding: 10px 50px;
}
/*
========================================
17 Banner Style
========================================
*/

.banner-desing {
    position: relative;
    width: 100%;
    float: left;
}
.banner-text {
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
}
.banner-text h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.banner-btn {
    position: relative;
    width: 100%;
    float: left;
}
/*
========================================
18 Blog Style
========================================
*/

.blog-post {
    position: relative;
    width: 100%;
    float: left;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.blog-post .itg-box-style-1:hover .icon-box {
    top: 50%;
    opacity: 1;
    z-index: 2;
    margin-top: -15.5px;
    position: absolute;
    left: 0;
    margin-left: 0;
}
.blog-detail {
    position: relative;
    width: 100%;
    float: left;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.blog-detail h4 a {
    text-transform: uppercase;
}
.blog-detail p {
    margin-bottom: 15px;
}
a.read-btn {
    text-transform: capitalize;
    border-bottom: 1px solid;
}
.blog-detail ul {
    margin-bottom: 15px;
}
.blog-detail ul li {
    display: inline-block;
    padding-right: 15px;
}
.blog-detail ul li a i {
    padding-right: 10px;
}
.blog-details {
    position: relative;
    width: 100%;
    float: left;
}
.blogs .bdr h3 a {
    text-transform: capitalize;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.blogs ul li {
    display: inline-block;
    padding-right: 35px;
    margin-bottom: 15px;
}
.blogs {
    width: 100%;
    float: left;
    position: relative;
}
.blogs p {
    margin-bottom: 30px;
}
.list-detail {
    width: 100%;
    float: left;
    position: relative;
}
/*
========================================
19 Partners Style
========================================
*/

.partners {
    position: relative;
    width: 100%;
    float: left;
}
.partner-img {
    position: relative;
    width: 100%;
    float: left;
}
.partner-img figure img {
    border: 1px solid #000;
    width: 100%;
}
/*
========================================
20 Page Header
========================================
*/

.breadcrumb-box {
    position: relative;
    background-color: rgba(225, 225, 225, 0.5);
    width: 100%;
    float: left;
}
.breadcrumb-text {
    position: relative;
    z-index: 2;
    width: 100%;
    float: left;
}
.breadcrumb-text ul li:nth-child(2):before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}
.breadcrumb-text li {
    display: inline-block;
}
.home a {
    color: #fff;
}
.breadcrumb-text li i {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.breadcrumb-text h3 {
    text-transform: uppercase;
}
.active {
    text-transform: capitalize;
}
/*
========================================
21 Page Style
========================================
*/
/* 21.1 Sidebars */

.sidebar {
    position: relative;
    width: 100%;
    float: left;
}
.sidebar-search {
    position: relative;
    width: 100%;
    float: left;
}
.sidebar-search input[type=text] {
    border: 1px solid #dddddd;
    height: 42px;
    font-size: 15px;
}
.sidebar-search .button-style {
    position: absolute;
    top: 1px;
    width: 38px;
    border: none;
    height: 40px;
    right: 0;
    outline: none;
    font-size: 18px;
    color: #fff;
}
.widget {
    position: relative;
    width: 100%;
    float: left;
}
.widget h4 {
    text-transform: uppercase;
}
.widget ul li a {
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.recent-post {
    position: relative;
    width: 100%;
    float: left;
}
.recent-post h4 {
    text-transform: uppercase;
}
.recent-work h5 a {
    text-transform: uppercase;
}
.recent-work p a {
    text-transform: capitalize;
    font-size: 14px;
}
.recent-work {
    position: relative;
    width: 100%;
    float: left;
}
.recent-work figure img {
    width: 100%;
}
.gallery {
    position: relative;
    width: 100%;
    float: left;
}
.gallery ul li {
    width: 100%;
    position: relative;
}
.gallery ul li a {
    position: relative;
    width: 21%;
    margin-right: 0;
    float: left;
    list-style: none;
    margin: 0 5px 5px 0;
}
.gallery ul li a img {
    position: relative;
    width: 100%;
    float: left;
}
.gallery h4 {
    text-transform: uppercase;
}
.tags {
    position: relative;
    width: 100%;
    float: left;
}
.tags h4 {
    text-transform: uppercase;
}
.tags a {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}
.tags a .tag {
    background: #f6f6f6;
    color: #777;
    display: inline-block;
    font-size: .8em;
    padding: 6px 10px;
    text-transform: uppercase;
}
.tags .num {
    display: inline-block;
    font-size: .8em;
    padding: 6px 10px;
    color: #fff;
    position: relative;
    margin-left: -2px;
}
.tags .num:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a1b1c1;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 10px;
}
/* 21.2 Pagination */

.pagination-box {
    position: relative;
    width: 100%;
    float: left;
}
.pagination-box span {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    margin: 0 4px;
    background-color: #fff;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border: 1px solid;
}
.pagination-box span:hover {
    color: #fff;
}
/* 21.3 Error Style */

.error-content {
    position: relative;
    width: 100%;
    float: left;
}
.error-content h2 {
    text-transform: uppercase;
    margin: 20px 0;
}
.error-content h4 {
    margin-bottom: 20px;
    color: #000;
}
/* 21.4 FAQs Style */

.faqs {
    position: ralative;
    width: 100%;
    float: left;
}
.faqs-section {
    position: ralative;
    width: 100%;
    float: left;
}
.faqs h3 {
    text-transform: capitalize;
}
#accordion h5 {
    font-weight: bold;
    padding: 15px 30px;
}
.ui-state-active {
    outline: none;
}
.ui-accordion-header-collapsed.ui-corner-all .ui-icon:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
}
.ui-accordion-header-active.ui-state-active .ui-icon {
    float: right;
    background-position: -67px -128px;
    margin-top: 5px;
}
.ui-accordion-header-collapsed.ui-corner-all .ui-icon:before {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
}
.ui-widget-content {
    color: #777;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background-color: #f6f6f6;
}
.ui-accordion .ui-accordion-header {
    margin: 20px 0 0 0;
}
.faqs-section .ui-icon-triangle-1-e {
    background-position: -34px -129px;
    float: right;
    margin-top: 5px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 3.2em;
}
.ui-icon-triangle-1-e {
    background-position: -34px -129px;
    float: right;
    margin-top: 5px;
}
/* 21.5 Contact Style */

.contact {
    position: relative;
    width: 100%;
    float: left;
}
.contact-detail {
    position: relative;
    width: 100%;
    float: left;
}
.contact-us {
    position: relative;
    width: 100%;
    float: left;
}
.contact-us p {
    margin-bottom: 20px;
}
.contact-us p i {
    margin-right: 10px;
}
.contact-us h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
}
.contact-icn {
    color: #fff;
    width: 100%;
    float: left;
    position: relative;
}
.contact-icn i {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px;
}
.contact-icn ul li i {
    background-color: #333333;
    margin-right: 10px;
    padding: 8px 0;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.contact-icn ul li {
    float: left;
}
button.itg-button.send-btn {
    padding: 10px 50px;
}
.location-map {
    overflow: hidden;
    height: 410px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#gmap_canvas {
    height: 410px;
    width: 100%;
}
/* 21.6 Booking Style */

.booking-section {
    position: relative;
    width: 100%;
    float: left;
}
.Booking-form {
    position: relative;
    width: 100%;
    float: left;
}
.form-box {
    position: relative;
    width: 100%;
    float: left;
}
.form-box i {
    top: 12px;
    right: 15px;
    position: absolute;
}
/*
========================================
22 Preloader
========================================
*/

.loading {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #1a1a1a;
    z-index: 99999;
    width: 100%;
    opacity: 1;
    position: fixed;
}
.loading .wineglass {
    height: 36px;
    position: relative;
}
.loading .wineglass:after {
    content: '';
    position: absolute;
    top: 47px;
    left: 5px;
    width: 20px;
    height: 5px;
    background: white;
    box-shadow: 0 0 1px white;
}
.loading .loader-top {
    background: white;
    width: 30px;
    height: 36px;
    border-radius: 0 0 36px 36px;
    box-shadow: 0 0 1px white;
}
.loading .loader-top:before {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(transparent 50%, 50%);
}
.loader {
    max-width: 150px;
    text-align: center;
}
.loading .left-section .loader-top:before {
    animation: rotate2 2s linear infinite;
}
.loading .right-box .loader-top:before {
    animation: rotate1 2s linear infinite;
}
.loading .loader-top:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 12px;
    width: 6px;
    height: 13px;
    background: white;
    box-shadow: 0 0 1px white;
}
.loading .left-section {
    display: inline-block;
    margin-right: 10px;
    animation: rotate1 2s cubic-bezier(.39, 1.52, .46, .92) infinite;
}
.loading .right-box {
    display: inline-block;
    animation: rotate2 2s cubic-bezier(.39, 1.52, .46, .92) infinite;
}
@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(22deg);
    }
}
@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-22deg);
    }
}
.loading ul.loader-box {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 70px;
    height: 25px;
    position: relative;
    opacity: 0;
    animation: 2s fadeInUp infinite linear 2s;
}
.loading ul.loader-box li {
    width: 6px;
    height: 15px;
    background: white;
    position: absolute;
    box-shadow: 0 0 1px white;
    transform-origin: bottom;
}
.loading ul.loader-box li:nth-child(1) {
    left: 26px;
    bottom: 5px;
    transform: rotate(-35deg);
}
.loading ul.loader-box li:nth-child(2) {
    left: 34px;
    bottom: 8px;
}
.loading ul.loader-box li:nth-child(3) {
    left: 42px;
    bottom: 5px;
    transform: rotate(35deg);
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: scaleY(1);
    }
    33% {
        opacity: 1;
        transform: scaleY(1.4);
    }
    64% {
        opacity: .1;
        transform: scaleY(1);
    }
    100% {
        opacity: 0;
        transform: scaleY(.3);
    }
}
/*
========================================
23 Footer
========================================
*/

.main-footer {
    position: relative;
    width: 100%;
    float: left;
}
.footer-box {
    position: relative;
    width: 100%;
    float: left;
}
.footer-box h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 22px;
}
.footer-box p {
    color: #fff;
    margin-bottom: 20px;
}
.footer-detail {
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
}
ul.footer-detail li {
    margin-bottom: 20px;
}
ul.footer-detail li i {
    margin-right: 10px;
}
.footer-details {
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
}
ul.footer-details li a i {
    margin-right: 10px;
}
ul.footer-details li a {
    margin-bottom: 20px;
}
.gallery-img {
    position: relative;
    width: 100%;
    float: left;
}
ul.gallery-img li a img {
    width: 100%;
}
ul.gallery-img li {
    width: 100%;
}
ul.gallery-img li a {
    position: relative;
    width: 21%;
    float: left;
    margin: 0 10px 10px 0;
}
.bottom-footer {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #000;
}
.bottom-footer p {
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.bottom-footer p span {
    text-transform: uppercase;
}