/*------------------------------------------------------------------
    File Name: style.css
    Created By: Amira Abdalla
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [Table of contents]
	
	1. IMPORT FONTS
    2. IMPORT FILES
	3. SKELETON
	  1.1. Preloader
	  1.2. Scrollup
	4. HEADER AREA
	5. BANNER AREA
	6. ABOUT AREA
	7. SPECIAL-MENU AREA
	8. MENU AREA
	8. TEAM AREA
	9. GALLERY AREA
	10. BLOG AREA
	11. PRICING AREA
	12. RESERVATIONS AREA
	13. FOOTER AREA
	14. COPYRIGHT AREA
	15. COLOR SWITCHER AREA
	
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Paprika');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

/* @import url(flaticon.css); */
/* @import url(font-awesome.min.css); */
/* @import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css); */
/* @import url(normalize.css); */

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
/* @font-face {
    font-family: 'font-awesome';
    src: url('../fonts/fontawesome-webfont.eot') format('eot'),
        url('../fonts/fontawesome-webfont.ttf') format('ttf'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.woff2') format('woff2');
} */
@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url('../fonts/nautilus-webfont.woff2') format('woff2'),
         url('../fonts/nautilus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'demo Aljasira';
    src: url('../fonts/demoAljasira.woff2') format('woff2'),
        url('../fonts/demoAljasira.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	color:#686868;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	line-height:1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

ul, li, ol{
	margin:0px;
	padding:0px;
	list-style:none;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


html, body{ height: 100%; }

/*------------------------------------------------------------------
   	Preloader
-------------------------------------------------------------------*/

 #mhead{
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: center; 
	font-family: georgia;
	position: fixed;
	top: 0px;
	width: 100%;
	margin-bottom: 50px;
	margin-left: -10px;
} 

#loader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 9999;
    height: 100%;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../images/loader-animation.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }


/*------------------------------------------------------------------
   	Scrollup
-------------------------------------------------------------------*/
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:20px;
	right:40px;
	display:none;			
	background:url(../images/icon_top.png) no-repeat;
}

.scrollup:hover{
	opacity:0.8;
}

/*------------------------------------------------------------------
    HEADER AREA
-------------------------------------------------------------------*/

#site-header{
	
}
#header{

}
.logo{
	float:left;
}
.header-block-top{
	position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
    background: #f6efed;
}

.main-menu{
    /* float: right; */
}
.header-block-top .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 15px;
    display: inline-block;
    line-height: normal;
    font-size: 100%;
    height: 100%;
}
.main-menu .navbar-default{
	background-color:transparent;
}
.main-menu .navbar{
	min-height:inherit;
	border-radius:0px;
	border:none;
	margin:0px;
}
.main-menu nav .navbar-header .navbar-brand{
	height:inherit;
}
.main-menu nav .navbar-header .navbar-brand>img {
    max-height: 70px;
}
.main-menu .navbar-default .navbar-nav li a{
	color:#342a4a;
}
.navbar-toggler{
    border:2px dotted #ccc;
    color: #d63358;
}
.navbar-collapse{
    padding-bottom: 15px;
}
.main-menu nav li a{
	padding: 37px 0px 15px;
	margin: 0 14px;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
	position:relative;
	-webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: 500;
    font-size: 14px;
}
@media only screen and (max-width: 576px) {
    .main-menu nav li a {
            padding: 20px 0px 15px;
    }
}
.main-menu nav li a.border{
    padding: 15px 20px;
    margin: 20px 0px 5px;
    border: 2px dotted #a4a4a4 !important;
    border-radius: 0 !important;
}

.main-menu nav li a::after,  .main-menu nav li a::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}


.main-menu nav li a::before {
    background: #b5b5b5;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
}

.nav-pills .nav-link.active::before, .nav-pills .show>.nav-link:before {
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-pills .nav-link.active::after, .nav-pills .nav-link.active::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.nav-pills .nav-link:hover::before, .nav-pills .nav-link:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a{
	background-color:transparent;
}

.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.5s;
    padding: 10px 0 0 0;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    transition: all 0.8s ease;
}

.fixed-menu .navbar-brand{
	padding: 10px 0 10px;
}

/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/

.banner{
	/* background:url(../images/truck-design1.png) no-repeat center top;
	background-attachment:fixed;
	background-size:cover; */
	height:100vh;
	min-height:100%;
    position: relative;
}
.banner::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 42, 74, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.banner .container, .banner .banner-static, .banner .col-lg-12 {
    height: 100%;
}
.banner-text {
    /* width: 100%; */
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
}
.banner-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.banner-text h1 {
	font-family: 'demo Aljasira';
    letter-spacing: 2.7px;
    /* position: relative;
    display: inline-block; */
	font-size: 55px;
    line-height: 100px;
	color:#fff;
	padding-bottom: 0px;
	padding-top:100px;
    /* display: none; */
}

.banner-text h2 {
	font-family: 'demo Aljasira';
    letter-spacing: 2.7px;
    position: relative;
	font-size: 37px;
    line-height: 100px;
	padding-bottom:25px;
}
.banner-text p{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#ccc;
	padding-bottom:35px;
	margin:0px;
}
@media only screen and (max-width: 576px) {
    .banner-text h1 {
        font-size: 32px;
    }
}
.banner-img{
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    min-height: 100%;
}
.banner-img:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 42, 74, 0.27);
    position: absolute;
    top: 0;
    left: 0;
}
.intro-banner{
    position: relative;
}

.owl-carousel {
    overflow: hidden;
}
.owl-pagination{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-theme .owl-controls .owl-page span{
    background: #ffe600;
}

.owl-carousel {
  /*default owl-theme theme reset .disabled:hover links */
  position: relative;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Centers vertically */
  /* Add other styling like background-color, width, height, etc. */
  width: 25px;
  color: #ffffff;
}

.owl-prev {
  left: 10px; /* Adjust as needed */
}

.owl-next {
  right: 10px; /* Adjust as needed */
}
/* .owl-dots{
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
} */
 .button.owl-dot{

 }
 .owl-dots {
    text-align: center;
    
}
.intro-banner .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
  background-color: #d63358;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.owl-dots button.owl-dot{
  border: none;
  background: #f6efed;
   border-radius: 50%;
   height: 16px;
   width: 16px;
   position: relative;
   margin: 0 3px;
}
/*----------------------------------------------------------------
 Animate  
 ----------------------------------------------------------------*/
.animate {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
}
/*==== FADE IN UP ===*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN  ===*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*------------------------------------------------------------------
    Hover button
-------------------------------------------------------------------*/

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #d63358;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


.banner-cell .mouse {
  position: relative;
  width: calc(16px * 2);
  height: calc(31px * 2);
  margin: 60px auto 20px;
  background: none;
  border: 2px solid white;
  border-radius: calc(16px * 2);
  z-index: 1;
}
.banner-cell .mouse:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: calc(4px * 2);
  height: calc(4px * 2);
  background: none;
  border: 2px solid white;
  border-radius: 100%;
  -webkit-animation-name: scrollWheel;
          animation-name: scrollWheel;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  will-change: transform;
}

@-webkit-keyframes scrollWheel {
  from {
    -webkit-transform: translate(-50%, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 20px);
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate(-50%, 20px);
    transform: translate3d(-50%, 20px, 0);
    opacity: 0;
  }

}
@media only screen and (min-width: 768px) {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, 40px);
        -webkit-transform: translate3d(-50%, 40px, 0);
        transform: translate(-50%, 40px);
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}
@keyframes scrollWheel {
  from {
    -webkit-transform: translate(-50%, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 20px);
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate(-50%, 20px);
    transform: translate3d(-50%, 20px, 0);
    opacity: 0;
  }

}
@media  only screen and (min-width: 768px) {
    from {
      -webkit-transform: translate(-50%, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate(-50%, 0);
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
    }
    to {
      -webkit-transform: translate(-50%, 40px);
      -webkit-transform: translate3d(-50%, 40px, 0);
      transform: translate(-50%, 40px);
      transform: translate3d(-50%, 40px, 0);
      opacity: 0;
    }
  }

/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

.about-main{
	/* background:#f6efed; */
    position: relative;
}
.about-main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #d4b3ab;
    background-image: url(../images/wall.svg);
    background-position: center;
    background-size: 2000px;
    opacity: 0.15;
    z-index: -1;
}
.pad-top-100{
    padding-top: 90px;
}
.pad-bottom-100{
	padding-bottom: 90px;
}

.pad-top-70{
	padding-top: 70px;
}
.pad-bottom-70{
	padding-bottom: 70px;
}

.block-title{
	font-size:52px;
	font-family: 'demo Aljasira';
	font-weight: bold;
}
@media only screen and (max-width: 576px) {
    .block-title {
        font-size: 32px;
    }
}
.title-caption {
    letter-spacing: 0.16px;
    padding: 20px 120px;
	font-size: 18px;
}
@media only screen and (max-width: 576px) {
    .title-caption {
        padding: 15px;
        font-size: 15px;
    }
}
.about-images {
    text-align: center;
    position: relative;
}

.about-main h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-size:20px;
}

.left-btn{
	padding-top:10px;
}


/* .about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
} */
.about-images div.about-main{
    width: 400px;
    height: 400px;
    border: 10px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}

/* .about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
	max-width: 100%;
} */

.about-inset {
    position: absolute;
    top: 0;
    right: -50px;
    max-width: 200px;
}
/* .about-images .about-inset{
    width: 250px;
    height: 250px;
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
} */

/*------------------------------------------------------------------
    SPECIAL-MENU AREA
-------------------------------------------------------------------*/
.special-menu{
	background:url(../images/special_menu_background.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* CSS rules for iPhones (older and smaller models) */
    .special-menu{
	    background-attachment:unset;
    }
}

.special-menu:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 42, 74, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}
#owl-special .item{
  margin: 15px;
  position:relative;
  overflow: hidden;

}
#owl-special .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-special .item .item-img{
    width: 440px;
    height: 560px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.special-box .owl-theme .owl-controls{
	margin:0px;
}

.item-type-zoom{
	border:4px solid #f6efed;
    border-radius: 5px;
}
.item-type-zoom .item-hover {
    z-index: 5;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}

.item-type-zoom .item-info {
    z-index: 10;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    z-index: 5;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	bottom:20px;
    width: 100%;
    
}

.item-type-zoom .item-info .headline {
    font-size: 20px;
    /* font-family: 'demo Aljasira'; */
    width: 75%;
    margin: 0 auto;
    border: 4px solid #ffffff;
    padding: 10px;
    /* background-color: rgba(52, 42, 74, 0.7); */
    background-color: #f6efed;
    border-radius: 5px;
    color: #342a4a;
}

.item-type-zoom .item-info .line {
    height: 1px;
    width: 60%;
    margin: 10px auto 10px auto;
    background-color: #ffffff;
}

.item-type-zoom .item-info .dit-line {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.item-hover, .item-hover {
	position: absolute;
    top: 0;
    left: 0;
	height:100%;
	width:100%;
}
.item-type-zoom .item-hover:hover {
    opacity: 1;	
}

.item-type-zoom .item-hover:hover:before{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	/* background:rgba(231, 91, 30, 0.5); */
	top:0px;
	left:0px;
}

.item-type-zoom .item-hover:hover .item-info {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.special-box{
}

.special-box .owl-theme .owl-controls .owl-page.active span{
	/*background:#e75b1e;*/
	height: 16px;
	width: 16px;
}
.special-box .owl-theme .owl-controls .owl-page span{
	border:2px solid #fff;
	opacity: 1;
	background:#202020;
	height: 16px;
	width: 16px;
}

/*------------------------------------------------------------------
    GALLERY AREA
-------------------------------------------------------------------*/

.gallery-main{
    position: relative;
}
.gallery-main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #d4b3ab;
    background-image: url('../images/wall.svg');
    background-size: 2000px;
   opacity: 0.15;
   z-index: -1;
}

/* new gallery */

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.gal-item .box a{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.gal-item .box a:hover::after{
    height: 100%;
    width: 100%;
    transition: .3s ease;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    /* content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 33px; */
    content: "";
    color: #d63358;
    background-color: rgba(246, 239, 237, 0.5);
    background-image: url('svg/search.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}

/*---------------------------------------------
    tz-gallery
---------------------------------------------*/

.tz-gallery .lightbox {
    position: relative;
    height: 100%;
    display: block;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'font-awesome';
    content: "\f002";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}


/*------------------------------------------------------------------
    Catering AREA
-------------------------------------------------------------------*/


.catering-box{
	padding-bottom:30px;
}

.catering{
	background:url(../images/catering_background.jpg) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* CSS rules for iPhones (older and smaller models) */
    .catering{
	    background-attachment:unset;
    }
}

.catering::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 42, 74, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.catering p {
    margin-bottom: 15px;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	text-align:center;
    position: relative;
}

.catering form{
	max-width:650px;
	margin: 0 auto;
	text-align:center;
	width:100%;
	position:relative;
}
.form-box{
	margin-bottom:15px;
}
.catering form label{
    color: #f5f5f5;
    float: left;
}
.catering form input{
	width:100%;
	border:2px dotted #ccc;
	color:#202020;
	padding:12px;
	/* text-transform:capitalize; */
	border-radius: 4px;
	opacity: 1;
	min-height:53px;
}
.catering form textarea{
	width:100%;
	border:2px dotted #ccc;
	color:#202020;
	padding:12px;
	border-radius: 4px;
	opacity: 1;
	min-height:53px;
}
.catering form select, .bootstrap-select .dropdown-toggle{
	width:100%;
	border:2px dotted #ccc;
	color:#202020;
	padding: 13px;
	border-radius: 4px;
	/* -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; */
}
.bootstrap-select{
    width: 100% !important;
}
.form-box input:focus, .form-box select:focus, .form-box textarea:focus, .dropdown-toggle.show {
    border:2px dotted #d63358;
}
.catering form button.submit{
    width: 100%;
	border:2px dotted #ccc;
	padding: 0px 19px;
    font-size: 18px;
    margin-top: 15px;
	border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
    background:#e8c515;
	color:#342a4a;
    font-weight: bold;
}

.catering form button.submit:hover{
	background:#ffe600;
}

::-webkit-input-placeholder { /* Chrome */
  color:#9a9a9a;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#9a9a9a;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#9a9a9a;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:#9a9a9a;
  opacity: 1;
}

textarea:focus, input:focus, select:focus, .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}

/*------------------- Time picker settings*/
.popover-header{
    border-bottom: 2px dotted #ccc; 
    background-color: transparent;
}
.popover-header .close{
    border: none;
    float: right;
    background: transparent;
    font-size: 20px;
}
.timepicker-content button{
    
}
.timepicker-content button.submit-btn{
    background: #ffffff;
    color: #342a4a;
    padding: 3px 10px;
    margin: 0 auto;
    border: 2px dotted #ccc;
    width: 100%;
    background: #ffe600;
}
.invisible {
    visibility: hidden !important;
    display: none;
}
.timepicker-content button.cancel-btn{
    /* background: #ffffff;
    color: #aaa;
    padding: 3px 10px;
    margin: 0 auto;
    border: 2px dotted #ccc; */
    display: none;
}
.keyboard-input{
    margin-bottom: 10px;
}
.timepicker-content div div{
    width: 100%;
} 
.keyboard-input .btn-link{
    color: #342a4a;
    font-size: 0.9em;
}
/*--------------------------------------------------Date picker settings*/
.ui-datepicker .ui-datepicker-header{
    background: transparent;
    border: none;
}
.ui-datepicker .ui-widget-header .ui-icon{
    background-color: #342a4a;
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 3px;
    background-origin: content-box;
    border: 4px solid #342a4a;
    color: #ffffff;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}
.ui-datepicker .ui-widget-header:hover .ui-icon{
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon{background-image: url(svg/cursor-next.png);}
.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon{background-image: url(svg/cursor-prev.png);}
.ui-widget-content {
    width: fit-content;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
    padding: .7em 1em;
}

/*------------------------------------------------------------------
    Modal popup styling
-------------------------------------------------------------------*/
/* .modal .modal-content button.close {
    padding: 5px 10px;
} */
.modal-banner{
    width: 100%;
    height: 160px;
    border-radius: 8px;
    margin-bottom: 15px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.modal-banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(52, 42, 74, 0.05);
    z-index: 1;
}
.modal-btn{
    border-radius: 4px;
    min-width: 100px;
    height: 53px;
    font-size: 18px;
    /* background: #e8c515; */
    color: #d63358;
    padding: 0px 19px;
    margin: 0 auto;
    border:2px dotted #ccc;
    font-weight: bold;
}
.modal-btn:hover{
	background:#ffe600;;
}
.modal button.close{
    background: #ffffff;
    float: right;
    right: -10px;
    position: absolute;
    z-index: 9;
    font-size: 20px;
    top: -10px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 0;
    border: 2px dotted #ccc;
    text-align: center;
}
/*------------------------------------------------------------------
    Footer AREA
-------------------------------------------------------------------*/
.footer-main{}
@media only screen and (max-width: 991px) {
  .column-margin {
    margin: 2px 0;
  }
}
.footer-box{
	position: relative;
}
.footer-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    background-color:#352a4a;
    
}
.footer-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color:#352a4a;
    background-image: url('../images/wall.svg');
    background-size: 1500px;
   opacity: 0.07;
}


.socials-box {
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: table-cell;
    vertical-align: middle;
}


.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
}
.footer-box .social-circle-border{
	background-color: transparent;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-circle-border {
    font-size: 30px;
    line-height: 23px;
    margin-right: 10px;
}


.footer-box-a h3{
	font-size:24px;
    font-family: 'demo Aljasira';
}
.footer-box-a p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	line-height: 25px;
}
.footer-box-a p:last-child{
    margin-bottom: 0;
}
.footer-box-a a{
	color:#ffffff;
}

.footer-box-b h3{
	font-size:24px;
    font-family: 'demo Aljasira';
}
.footer-box-b p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}
.footer-box-b ul li{
	line-height:30px;
}
.footer-box-b ul li a{
	color:#ffffff;
}

.footer-box-b ul li a:hover{
	padding-left:5px;
}	

.footer-box-c h3{
	font-size:24px;
    font-family: 'demo Aljasira';
}
.footer-box-c p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}


.footer-box p i{
	font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
}

.footer-box p span, .footer-box p > a{
	display: table;
    padding-left: 8px;
	padding-top:1px;
}

.footer-box p a{
	color:#ffffff;
}



.footer-box-d h3{
	font-size:24px;
    font-family: 'demo Aljasira';
}
.footer-box-d p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}

.footer-box-d ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-box-d ul li{
	display: inline-block;
	padding-bottom:12px;
}
.footer-box-d ul li p{
	padding:0px;
	margin:0px;
}
.footer-box-d ul li span{
	color: #666;
}


.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	text-align:center;
}

.footer-news form{
	max-width:650px;
	margin: 0 auto;
	text-align:center;
	width:100%;
	position:relative;
}

.footer-news form input{
	width:100%;
	border:2px dotted #ccc;
	background:#f6efed;
	color:#202020;
	padding:12px;
	/* text-transform:capitalize; */
	border-radius: 4px;
	opacity: 1;
	min-height:53px;
}
.footer-news form a{
	border:2px dotted #ccc;
	padding: 0px 19px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
	border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
	color:#d63358;
}

.footer-news form a:hover{
	background:#e8c515;
}

.bento-box{
    /* background-color: rgba(113, 106, 129, 0.18); */
    border-left: 4px solid rgba(113, 106, 129, 0.5);
    padding: 0 35px;
    height: -webkit-fill-available;
    /* border-radius: 5px; */
}
@media only screen and (max-width: 576px) {
    .bento-box{
        border-left: none;
        padding: 0;
        margin-top: 30px;
    }
}
/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main{
    /* background-color: #342a4a;
	border-top: 4px dotted #4f4a5d; */
    background-color: rgba(113, 106, 129, 0.18);
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

.copyright-main .copy-title{
	letter-spacing: 1px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding-bottom:0px;
}

/*------------------------------------------------------------------
    COLOR AREA
-------------------------------------------------------------------*/
.color-main{
    color: #342a4a;
}
.color-secondary-1{
	color: #ffe600;
}
.color-secondary-2{
	color: #d63358;
}
.color-white {
    color: #fff;
}
/*--- color theme ---*/
.navbar-default .navbar-toggle .icon-bar{
	background-color: #ffe600;
}
.main-menu .navbar-default .navbar-nav .active a{
	color: #d63358;
}
.navbar-nav>li>a{
    line-height: 10px;
}
.main-menu nav li a::after {
    background: #d63358;
}

.banner-text h2{
	color: #ffe600
}
.book-btn a{
	color: #d63358;
}

.hvr-underline-from-center::before{
	background:#d63358;
}

.item-type-zoom .item-hover:hover::before{
	/* background: rgba(214, 51, 88, 0.5); */
}
.special-box .owl-theme .owl-controls .owl-page.active span{
	/* background: #d63358; */
}

.gal-item a::after{
	/* background-color: rgba(253, 203, 3, 0.75); */
}
.overlay i:hover{
	border: 1px solid #ffe600;
	color: #ffe600;
}
.book-srv a{
	background: #ffe600;
	border: 3px solid #ffe600;
}
.book-srv a:hover{
	border:3px solid #ffdb4c;
}
.reserve-book-btn button{
	color: #d63358;
}
.reserve-book-btn button:hover a{
	color:#000000;
}



.footer-news form a{
	background: #ffe600;
}
.footer-news form a:hover{
	border: 2px dotted #ffe600;
}
.footer-box-a h3{
	color: #ffe600;
}
.footer-box-b h3{
	color: #ffe600;
}
.footer-box-c h3{
	color: #ffe600;
}
.footer-box-d h3{
	color: #ffe600;
}
.footer-box-c p a:hover{
	color: #ffe600;
}
.footer-box-b ul li a:hover{
	color: #ffe600;
}
.footer-box .socials-box a:hover .social-circle-border{
	color: #d63358;
}
.footer-box p i{
	color: #d63358;
}

#color-panel a.panel-button:hover{
	color: #ffe600;		
}