@font-face {
  font-family: 'Conv_EmbassyBT';
  src: url('../fonts/EmbassyBT.eot');
  src: local('☺'), url('../fonts/EmbassyBT.woff') format('woff'), url('../fonts/EmbassyBT.ttf') format('truetype'), url('../fonts/EmbassyBT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #4d4643;
}

a {
  color: #161616;
}

a:hover {
  color: #161616;
  text-decoration: none;
	transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
.skipc{
	position: inherit;
    font-size: 12px;
}
@media (min-width: 1200px) {
	#mainNav .address-area .address-text {
     display: block!important; 
}
	.specials .icon-box p{max-width:550px!important;}
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
     max-width: 1270px;
  }
.small-modal .modal-content .modal-body .carousel-item img{ width:100%;height: 400px;object-fit: cover;}
}
.external-btn .logo {margin-top:15px!important;}
.external-btn .nav-menu {
    margin-top: 15px;
}
.external-btn.navbar-shrink .nav-menu {
    margin-top: 15px;
}
.external-btn.navbar-shrink .logo {
    margin-top: 17px!important;
}

.external-btn .single-colum {
    float: left;
    padding: 12px 79px 12px 74px;
}

/*-----Header-------*/

#mainNav {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.6);
 
}

#mainNav .logo {
  margin: 0;
  padding: 0;
  margin-top: -28px;
}

#mainNav .logo img {
  max-height: 80px;
}
#mainNav .header-text{display:none;}
.navbar-shrink .header-text{display:block!important;}
.navbar-shrink  .header-booking-btn {
  margin-top: -32px!important;;
}
.navbar-shrink .logo img {
  max-height: 55px!important;
}
.small-container{
  max-width: 1270px;
    z-index: 9999;
    position: relative;
}
.navbar-shrink .address-area i {
  float: left;
  padding-right: 15px;
  margin-top: 3px;
  zoom: 80%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
#mainNav.navbar-shrink {
  padding-top: 0px;
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10);
}
#mainNav.navbar-shrink .header-text{
  height: 32px;
  background-color: #282828;
}
#mainNav.navbar-shrink .address-area .address-text {
  float: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  padding-right: 17px;
  max-width: 100%;
}
/* Desktop Navigation */

.nav-menu {
  margin-top: -28px;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
	background: transparent;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 50px;
}

.nav-menu a {
  display: block;
  position: relative;
  transition: 0.3s;
  color: #161616;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 23px;
  border-bottom: 2px solid transparent;
  padding: 3px 0px 0px 0px;
}
.nav-menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #CC3A1B;
    transition: width .3s;
margin-top: 3px;
}

.nav-menu a:hover::after {
    width: 100%;
    //transition: width .3s;
}

.nav-menu .active>a
{
   content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #CC3A1B;
    transition: width .3s;
	 width: 100%;
}
.current-menu-item a::after {
    content: '';
    display: block;
    width: 0;
    height: 0px;
    background: #CC3A1B;
    transition: width .3s;

}
.current-menu-item a:hover::after {
    content: '';
    display: block;
    width: 0;
    height: 0px;
    background: #CC3A1B;
    transition: width .3s;

}
.nav-menu>ul>li:last-child{display:none;}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #1bbd36;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #111;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #1bbd36;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.navbar-shrink .nav-menu a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 23px;
  padding: 3px 0px;
}
.navbar-shrink .nav-menu>ul>li {
  padding: 10px 0 10px 40px;
}
.navbar-shrink .header-booking-btn{margin-left:40px;}
.navbar-shrink .order-online-btn {
  float: right;
    background: #CC3A1B;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 14px !important;
    min-width: 186px;
    min-height: 44px;
    padding: 10px 15px 12px 13px !important;
    cursor: pointer;
	display:flex;
	justify-content:space-between
}
.navbar-shrink  .order-online-btn span {
  float: right;
  margin-top: 3px;
}
.header-booking-btn-section{display:none;}
.navbar-shrink .header-booking-btn-section{
  display:block;
  position: initial;
    right: 0px;
    top: 0;
    text-align: center;
   margin-top: -24px;
	margin-left: 40px;
}
.navbar-shrink .nav-menu {
    margin-top: -24px;
}
.navbar-shrink .logo {
    margin: 0;
    padding: 0;
    margin-top: -24px!important;
}
.form-group p{margin-bottom:0px;padding-bottom: 20px;}




.orderItem label input{
  display: none;
}

.orderItem label input + span {
 display: inline-block;
 border: 2px solid #ced4da;
 padding: 13px 10px;
 position: relative;
 cursor: pointer;
 font-size:12px;
	margin-right:5px;
}
.checkBoxDiv{
	margin-top:9px;
}
.orderItemRow{
	border-bottom:1px solid #ced4da;
	margin-bottom:30px;
	
}
.orderItem em{ color:#000; font-weight: bold;}
/* 	.orderItem label input + span:after{
      position: absolute;
      content: '';
      opacity: 0.5;
      left: 20px;
      top: 11px;
      width: 18px;
      height: 18px;
      line-height: 1;
      border: 2px solid #ced4da;
      border-radius: 50%;
     } */
/*   .orderItem label input + span:before{
    font-size: 17px;
    position: absolute;
    left: 24px;
    top: 6px;
    opacity: 0;
  } */

.orderItem label input:checked + span{
  border-color: #cc3a1b;
  background: #cc3a1b;
  color: #fff;
}
/* .orderItem label input:checked + span:before{
   opacity: 1;
 }
  .orderItem label input:checked + span:after{
    opacity: 1;
    border-color: #333;
  }	 */
.orderItem .wpcf7-form-control.wpcf7-checkbox{
	display:flex;
}





@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
     left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover>ul {
     left: -100%;
  }
  .nav-menu .drop-down .drop-down>a:after {
     content: "\ea9d";
  }
	.carousel-caption {
    margin-top: 25%!important;
}
}
.eventslist article h4 a:hover{
	color:#CC3A1B;
}
.gallery .icon-box h4 a:hover{
	color:#CC3A1B;
}
.events .icon-box h4 a:hover{
	color:#CC3A1B;
}
.specials .icon-box h3 a:hover{
	color:#CC3A1B;
}
a, a > span {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.effect-4 {
  display: inline-block;
  overflow: hidden;
}
.effect-4:before, .effect-4:after {
  left: 0;
  width: 100%;
  height: 2px;
  background: #CC3A1B;
}
.effect-4:before {
  bottom: 0;
  transform: translateX(-100%);
}
.effect-4:after {
  top: 0;
  transform: translateX(100%);
}
.effect-4:hover:before, .effect-4:hover:after {
  transform: translateX(0);
}

/*
.more-btn:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 14px;
  right: -20px;
  transition: 0.5s;
}

.more-btn:hover{
  padding-right: 24px;
  padding-left:8px;
}

.more-btn:hover:after {
  opacity: 1;
  right: 10px;
}*/
/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/


/* Mobile Navigation */

.mobile-nav-toggle {
  margin-top:-23px;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
	padding: .6em 1em .4em .0em;
}



.mobile-nav {
 position: fixed;
    top: 95px;
    right: 0px;
    bottom: auto;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    padding: 10px 0;
	width:100%;
	max-height:100vh;
	overflow:auto;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #111;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #CC3A1B;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Header book table Link
--------------------------------------------------------------*/

.header-booking-btn {
  padding: 14px 14px 0px 14px;
  margin-left: 50px;
  background: url(../img/book-table.svg);
  width: 141px;
  height: 145px;
  position: initial;
  right: 0px;
  top: 0;
  text-align: center;
  margin-top: -5px;
	transition:0.3s;
}
.header-booking-btn:hover {
  padding: 14px 14px 0px 14px;
  margin-left: 50px;
  background: url(../img/book-table-red.svg);
  width: 141px;
  height: 145px;
  position: initial;
  right: 0px;
  top: 0;
  text-align: center;
}
.navbar-shrink .header-booking-btn:hover{
	 margin-left: 40px;
}
.header-booking-btn a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  transition: 0.3s;
}

.header-booking-btn a span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  transition: 0.3s;
  float: left;
  width: 100%;
  padding-top: 20px;
}

.header-social-links a:hover {
  color: #1bbd36;
}

@media (max-width: 768px) {
  .header-social-links {
     padding: 0 48px 0 0;
     border-left: 0;
  }
}
@media (min-width: 1300px) {
	.testimonials .carousel .carousel-item{padding:0px 80px;}
  .modal-dialog {
    max-width: 1200px;
    margin: 4.75rem auto;
}
.small-modal{ max-width: 1048px;}
}
.image-modal{ max-width: 1048px;}
.image-modal .modal-body {
  padding: 0px 0px 0px 0px;
}
.modal-body {
  padding: 40px 40px 40px 40px;
}
.modal-content{
  border: 0px;
    border-radius: 0rem;
}
.close {
  float: right;
  font-size: 41px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.modal-body .carousel-control-next {
  right: 40px;
}
button:focus{outline: none;}
.modal-body h2{
  color: #333333;
text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  padding-bottom: 10px;
  padding-top: 20px;
  
}
.modal-body h4{
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-bottom: 20px;
}
.modal-body p{
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
}
.small-modal .modal-body h2{
  color: #333333;
text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  padding-bottom: 10px;
  padding-top: 20px;
  padding-left:20px;
  max-width:450px;
  
}
.small-modal .modal-body h4{
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-bottom: 20px;
  padding-left:20px;
  max-width:450px;
}
.small-modal .modal-body p{
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-left:20px;
  max-width:450px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.inside-page {
  height: 550px !important;
}
.inside-page .carousel,
.inside-page .carousel-inner,
.inside-page .carousel-item,
.inside-page .carousel-item::before {
  min-height: 550px !important;
}
.inside-page .carousel-container {
  bottom: 30px !important;
  top: 0px !important;
 
}
.inside-page h1{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 240px;
  top: 0px;
  left: 0px;
  right: 0px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 73px;
  text-align: center;
  text-transform: uppercase;
}
.text-area{
  max-width:100%;
  margin:0 auto;
  padding-top:40px;
}
.text-area p:last-child{
 margin-bottom:0px;
 padding-bottom: 0px;
}
#hero {
  width: 100%;
  height: 1080px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 1080px;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 200px;
  top: 70px;
  left: 55px;
  right: 55px;
}

#hero .carousel-content {
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  background: rgba(18, 17, 17, 0.85);
}

.order-online-btn {
	float: right;
	background: #CC3A1B;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 24px;
	min-width: 318px;
	min-height: 82px;
	padding: 24px 43px 24px 44px;
	cursor: pointer;
	display:flex;
	justify-content:space-between;
	display:none!important;
}

.order-online-btn:hover {
  background: #9c1f04;
	color:#fff;
}

.order-online-btn i {
	float:left;
	margin-top:5px;
}

.order-online-btn span {
  float: right;
  margin-top: 7px;
}

.single-colum {
  float: left;
  padding: 12px 79px 0px 74px;
}

.multi-colum {
  float: left;
  padding: 12px 72px 11px 0px;
  max-width: 352px;
}

.address-area {
  float: left;
}

.address-area i {
  float: left;
  padding-right: 15px;
  margin-top: 3px;
}

.address-area .address-text {
  float: left;
  color: #FFFFFF;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 300;
  max-width: 370px;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators button {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}
.carousel-indicators button:hover{background:#bd2d0f!important;}
#hero .carousel-indicators button.active {
  opacity: 1;
  background: #1bbd36;
}
@media (min-width: 1365px){
	.home #hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: sticky;
    
    top: 90%;
    left: 55px;
    right: 55px;
		 width: 1240px;
		margin:0 auto;
}
	.home #hero .carousel-item{height:100vh;}
	.home #hero{height:100vh;}
#hero .carousel-content {
    width: 1270px;
}
	#hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 200px;
    top: 70px;
    left: 55px;
    right: 55px;
		 width: 1240px;
		margin:0 auto;
}
}
@media (min-width: 1024px) {
  #hero .carousel-content {
     width: 100%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
     width: 5%;
  }
}

@media (max-width: 992px) {
  #hero .carousel-container {
     top: 58px;
	  max-width: 960px;
    margin: 0 auto;
  }
  #hero .carousel-content h2 {
     margin-bottom: 15px;
     font-size: 22px;
  }
  #hero .carousel-content p {
     font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
     height: 120vh;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding:80px 0 80px 0px;
  overflow: hidden;
  background: #ffffff;
}

.section-bg {
  background: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

section .cursive {
  color: #8A6A00;
  font-family: 'Conv_EmbassyBT', Sans-Serif;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 80px;
  margin-bottom: 15px;
}
.special-box  .cursive {
	color: #fff;}
.experience .cursive {
	color: #fff;}
section .cursive-sub {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

section p {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
}

.max-desk {
  max-width: 392px;
}

.top-45 {
  margin-top: 45px;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# specials
--------------------------------------------------------------*/
.specials{background-color: #F6F6F6;}

.specials .icon-box {
text-align: left;
    padding: 0;
    transition: all ease-in-out .3s;
    background: #fff;
    box-shadow: 0 0px 11px 0 rgba(0,0,0,.1);
}

.specials .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
max-height:339px;
	overflow:hidden;
}
.specials  .owl-nav button {
    background: rgb(255 255 255/1)!important;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    box-shadow: 0 4px 11px 0 rgba(0,0,0,.2);
}
.specials  .owl-nav button.owl-next {
    right: 23px;
    position: absolute;
}
.specials  .owl-nav button.owl-prev {
	left: -39px;
    position: absolute;
}

.specials .icon-box h3 {
  margin: 28px 0 15px 0;
  color: #333333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
}

.specials .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.specials .icon-box p {
  color: #4a4a4a;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-bottom: 0px;
	max-width:500px;
	padding-right:55px;
}

.top-10 {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.menu{
  background-color: #F6F6F6;
    padding: 140px 0 140px 0px;
    background-size: cover;
}

.menu .icon-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 30px;
}

.menu .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
	max-height:323px;
	overflow:hidden;
}

.menu .icon-box h3 {
  margin: 28px 40px 15px 40px;
  color: #333333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
}

.more-btn{
 color: #CC3A1B;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    margin-left: 40px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    margin-bottom: 40px;
}
.menu .icon-box h3 a {
  color: #111;
  transition: ease-in-out 0.3s;
}

.menu .icon-box p {
  color: #666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-bottom: 0px;
  padding-left: 40px;
    padding-right: 40px;
}


/*--------------------------------------------------------------
# explore
--------------------------------------------------------------*/

.explore {
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
}

.special-box {
  padding: 40px 40px 50px 40px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
  width: 498px;
  margin-left: -12px;
}

.special-box h2 {
  color: #fff;
  margin-bottom: 30px;
}

.special-box p {
  color: #fff;
}

.special-box ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-left:0px;
	display: inline-flex;
    flex-wrap: wrap;
}

.special-box ul li {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 15px;
}

.special-box ul li:nth-child(2) {
  padding-right: 0px;
}

.special-box ul li:nth-child(3) {
  padding-bottom: 0px;
}

.special-box ul li:nth-child(4) {
  padding-right: 0px;
  padding-bottom: 0px;
}

.special-box ul li:nth-child(6) {
  padding-right: 0px;
  padding-bottom: 0px;
}

.yellow-btn {
  padding-top: 9px;
  border-radius: 0;
  height: 44px;
  min-width: 199px;
  text-align: center;
  background-color: #FABF00;
  color: #333333;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 24px;
}

.yellow-btn:hover {
  background-color: #bd9208;
  color: #fff;
}


/*--------------------------------------------------------------
# specials
--------------------------------------------------------------*/

.speciality {
  padding-bottom: 50px;
}
.owl-nav.disabled {
  display: block !important;
    position: absolute;
    top: 40%;
    font-size: 75px;
    line-height: 0px;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}
.owl-nav button.owl-next{
  right: 62px;
  position: absolute;
}
.owl-nav button{
  background: rgb(255 255 255 / 0.8)!important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.owl-nav button:focus{outline: none;}
.owl-nav button span{
  margin-top: -5px;
    float: left;
    width: 100%;
}
/*.speciality .item-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 30px;
  float:left;
  margin-left: 30px;
}
.speciality .item-box:first-child {
  margin-left: 0px;
}
.speciality .item-box:nth-child(1) {
  max-width: 816px;
    max-height: 410px;
    overflow: hidden;
}
.speciality .item-box:nth-child(1) .icon {
	max-width: 816px;
    max-height: 410px;
    overflow: hidden;
}
.speciality .item-box:nth-child(3) {
  margin-left: 0px;
  margin-top: -373px;
}
.speciality .item-box:nth-child(4) {
  margin-top: -373px;
}
.speciality .item-box:nth-child(5) {
  margin-left: 0px;
}*/

.g-section .item-box {
        margin: 0 auto 30px auto;
         overflow: hidden;
         z-index: 1;
         text-decoration: none;
         transition: all 120ms ease;
      }
.g-section .item-box img{
	max-width:600px;
}

      .g-section .item-box h3 {
         color: #000;
      }

      .g-section .item-box p {
         color: #5b5b5b;
      }



      .g-section .item-box:hover {
         opacity: 0.75;
      }

      .g-section .item-box:hover::before {
         transform: scale(1);
         opacity: 1;
      }

      .g-section .item-box img {
         width: 100%;
         height: auto;
         display: block;
      }

     .g-section .grid-sizer {
         width: 50px;
      }





.speciality .item-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.speciality .item-box .icon .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 40px;
  opacity: 1;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: #333333;
  padding: 20px 30px 20px 40px;
}

.speciality .item-box .icon .detail h4 {
  margin: 0px 0 0px 0;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}

.speciality .item-box .icon .detail h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.arrow {
  cursor: pointer;
}

.arrow:before {
  content: "";
  transition: 0.6s ease-in;
  padding-right: 5px;
}

.arrow:hover:before {
  opacity: 1;
}

.arrow span {
  display: inline-block;
  transition: 0.3s ease-in;
  margin-left: 20px;
}

.arrow:hover span {
  transform: translateX(50%);
}


/*--------------------------------------------------------------
# specials
--------------------------------------------------------------*/

.experience {
  background: #333333;
}

.experience .item-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 30px;
  float: left;
    margin-left: 30px;
}
.experience .item-box:first-child {
    margin-left: 0px;
}
.experience .item-box:nth-child(4) {
  margin-left: 0px;
}
.experience h2 {
  color: #fff;
}

.experience .item-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
	max-height:323px;
	overflow:hidden;
}

.experience .item-box .icon .detail {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 40px;
  opacity: 1;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(51, 51, 51, .59);
  padding: 20px 30px 20px 40px;
}

.experience .item-box .icon .detail h4 {
  margin: 0px 0 0px 0;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}

.experience .item-box .icon .detail h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}


/*# eventslist
--------------------------------------------------------------*/
.custom-select {
  background: url(../img/select.png) no-repeat;
  background-position: right top;
  border-right: 0px !important;
margin-top:10px;
	padding-right:47px!important;
}
.btn-area p{padding-bottom: 0px;}
.search-box .custom-select {
height: 44px;
    border-radius: 0;
    margin-top: 10px;
	padding: .375rem 0rem .375rem 0rem;
}
.jplist-dd-panel{
	padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
}
.filter-drop-down .dropdown-menu {
    position: inherit;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: .5rem 0;
    margin: 12px 0px 0rem 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;
}
.custom-upload {
  background: url(../img/upload.png) no-repeat;
  background-position: right top;
  border-right: 0px !important;
}
.load-more{
  border: 2px solid rgb(0 0 0 / .4);
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 14px;
  padding: 17px 34px;
  margin: 0 auto;
}
.load-more:hover{background:transparent;}
.load-more i{
padding-left:10px;
}
.top-70{margin-top:70px;margin-bottom:15px;}
.search-box{
  min-height: 128px;
  width:100%;
  float:left;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.08);
  margin-bottom:32px;
  padding-left: 15px;
    padding-right: 15px;
    padding-top:28px;
}
.search-box .form-control {
  display: block;
  height: 44px;
  padding: .65rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid rgb(0 0 0 / 0.2);
  background-color: #FFFFFF;
}
.search-box label{
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
}
.btn-success {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 0px;
}
.btn-success:hover {
  background-color: #ca391b;
  border-color: #ca391b;
}
.eventslist h2{color:#333!important;}
.eventslist{background: #f6f6f6!important;}
.eventslist .icon-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom:32px;
}

.eventslist .icon-box .icon {
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  float: left;
  max-width:498px;
  overflow: hidden;
}
.eventslist article{
  padding-left: 50px;
    float: left;
    max-width: 740px;
    padding-top: 20px;
    padding-right: 50px;
}
.eventslist article .date{
  color: #666666;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 5px;
}
.eventslist article i{padding-right:10px;}
.eventslist article h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-transform:initial;
}

.eventslist article h4 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.eventslist article p {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
}
.eventslist article .more-btn {
  padding-left: 0px;
 padding-top: 10px;
    padding-bottom: 10px;
	margin-left:0px;
}

/*# events
--------------------------------------------------------------*/

.events .icon-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.events .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
	max-height: 240px;
    overflow: hidden;
}

.events .icon-box h4 {
  margin: 28px 0 6px 0;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}

.events .icon-box h4 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.events .icon-box p {
  color: #4a4a4a;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom:0px;
}

/*event detail*/
.eventsdetail{}
.eventsdetail .icon-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
}
.gallery .load-more{
  border: 2px solid rgb(0 0 0 / .4);
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 14px;
  padding: 17px 34px;
  margin: 0 auto;
}
.gallery .load-more:hover{background:transparent;}
.gallery .load-more i{
padding-right:10px;
}
.gallery .top-70 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.eventsdetail article{
   width:100%;
}
.eventsdetail article .date{
  color: #666666;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 30px;
}
.eventsdetail article i{padding-right:10px;}
.eventsdetail article h1 {
  color: #333333;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 49px;
  text-transform: uppercase;
  width:100%;
  margin-bottom: 30px;
}

.eventsdetail article h1 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}
.top0{padding-top:0px;}
.eventsdetail article p {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
}
.eventsdetail article .more-btn {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 100%;
}
/**/
/*# highlights
--------------------------------------------------------------*/

.highlights {}
.highlights .icon-box {
  text-align: left;
  padding: 0px 0px 20px 0px;
  transition: all ease-in-out 0.3s;
 
}

.highlights .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
	max-height: 221px;
    overflow: hidden;
}

.highlights .icon-box .iconbox-tittle {
  margin: 28px 0 6px 0;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.highlights .more-btn {
  margin-left:0px;
  padding-left: 0px;
}
.highlights .icon-box .iconbox-tittle a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.highlights .icon-box p {
  color: #666666;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom:0px;
}
.pic-count{
  height: 36px;
  background-color: rgba(0, 0, 0, 0.8); 
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  padding:5px 10px;
  position: absolute;
    top: 10px;
    right: 10px;
}
.pic-count:hover{
  color: #FFFFFF;
}
.pic-count i{float:left; padding-right:10px;}
.pic-count span{ float:left; }
.gray-bg{background: #F6F6F6;}
/*# Team
--------------------------------------------------------------*/

.team {background: #F6F6F6;
padding-bottom:40px;
}

.team .icon-box {
  text-align: left;
  padding: 0px 0px 20px 0px;
  transition: all ease-in-out 0.3s;
 
}

.team .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
	max-height:323px;
	overflow:hidden;
}

.team .icon-box h3 {
  margin: 28px 0 6px 0;
  color: #333333;
text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
}
.team .more-btn {
 padding-top: 10px;
    padding-left: 0px;
    margin-left: 0px;
}
.team .icon-box h3 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.team .icon-box p {
  color: #666666;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 19px;
}
/*# gallery
--------------------------------------------------------------*/

.gallery {
 
  }
  
  .gallery .icon-box {
    text-align: left;
    padding: 0px 0px 40px 0px;
    transition: all ease-in-out 0.3s;
   
  }
   .gallery .icon-box:nth-child(4) {
    text-align: left;
    padding: 0px 0px 0px 0px;
    transition: all ease-in-out 0.3s;
   
  }
.gallery .icon-box:nth-child(5) {
    text-align: left;
    padding: 0px 0px 0px 0px;
    transition: all ease-in-out 0.3s;
   
  }
.specials .item .more-btn{margin-left:0px;}
  .gallery .icon-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
  }
  
  .gallery .icon-box h4 {
    margin: 28px 0 6px 0;
    color: #333333;
  text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 32px;
  }
  .gallery .more-btn {
    padding-top:0px;
    padding-left: 0px;
  }
  .gallery .icon-box h4 a {
    color: #333333;
    transition: ease-in-out 0.3s;
  }
  
  .gallery .icon-box p {
    color: #666666;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 19px;
  }
  /*# event
--------------------------------------------------------------*/

.gallery {
 
}

.gallery .icon-box {
  text-align: left;
  padding: 0px 0px 40px 0px;
  transition: all ease-in-out 0.3s;
 
}

.gallery .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.gallery .icon-box h4 {
  margin: 28px 0 6px 0;
  color: #333333;
text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
}
.gallery .more-btn {
  padding-top:0px;
  padding-left: 0px;
}
.gallery .icon-box h4 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.gallery .icon-box p {
  color: #666666;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 19px;
}
/*# listitem
--------------------------------------------------------------*/

.listitems {background:#F6F6F6;}
.listitems .icon-box {
  text-align: left;
  padding: 0px 0px 20px 0px;
  transition: all ease-in-out 0.3s;
}
.nav-tabs {
    border-bottom: 1px solid #000;
    margin-bottom: 45px;
    margin-top:30px;
	margin-left: 0px;
}
.nav-tabs .nav-link{
  opacity: 0.3;
  color: #333333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  padding: .5rem 2rem;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.nav-tabs .nav-link.active {
  opacity: 1;
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.listitems article{
  border-bottom: 1px solid rgb(0 0 0 / .16);
  padding-bottom: 30px;
  transition: ease-in-out 0.3s;
  position: relative;
  margin-bottom: 40px;
}

.listitems article:last-child{
  margin-bottom: 10px!important;
}
.listitems article h5 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 15px;
}
.listitems article h5 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.listitems article p {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-bottom: 10px;
}
.listitems article .tags{
  color: #666666;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
}
.listitems .notes{
  color: #161616;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom:60px;
}
.general-btn{
  height: 54px;
  min-width: 252px;
  background-color: #CC3A1B;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 14px;
  padding: 16px 30px;
  text-transform: uppercase;
}
.general-btn:hover{
 color:#fff;
  background-color: #9c1f04;
}
.general-btn i{padding-right:15px; }
/*--------------------------------------------------------------
# testimonials
--------------------------------------------------------------*/

.testimonials {
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
}

.testimonials q {
  color: #FAFAFA;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  max-width: 1024px;
}

.testimonials h5 {
  color: #FAFAFA;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  padding-top: 60px;
  font-weight: 300;
}

.testimonials .carousel {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.text-center {
  text-align: center;
}


/*--------------------------------------------------------------
awards
--------------------------------------------------------------*/

.awards figure {
  width: 100%;
  text-align: center;
	max-height: 159px;
    overflow: hidden;
}


/*--------------------------------------------------------------
signup
--------------------------------------------------------------*/

.signup {
  background-size: cover;
}

.signup p {
  color: #333333;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.signup .signup-newsletter form {
  background: #fff;
  padding: 0px 0px;
  position: relative;
  border-radius: 0px 0 0 0px;
  text-align: left;
  max-width: 525px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.signup .signup-newsletter form input[type="email"] {
  border: 1px solid #000;
  padding: 11px 8px;
  width: calc(100% - 136px);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.signup .signup-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  text-transform: uppercase;
  padding: 0 30px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 30px;
  transition: 0.3s;
  border-radius: 0 0px 0px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.signup .signup-newsletter form input[type="submit"]:hover {
  background: #ca391b;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0px 0px;
}

#footer .black-bg {
  padding: 120px 0px;
  background: #000000;
  color: #fff;
}

#footer .black-bg .content-box {
  max-width: 548px;
  float: right;
  text-align: left;
}

#footer h2 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
  text-transform: initial;
}

#footer p {
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 36px;
}

#footer .copyright {
  opacity: 0.61;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 50px;
}

#footer .social-links {
  padding-left: 0px;
  margin-top: 50px;
	margin-left: 0px;
}

#footer .social-links li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
#footer .social-links li:nth-child(3) img {height:29px;}
#footer .social-links a {
  display: inline-block;
  background: #FABF00;
  padding: 16px 0 1px 0;
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ca391b;
  text-decoration: none;
}

#footer .map-bg {
  background: url(../img/map.png);
  width: 100%;
  
  background-size: cover;
  right: 0px;
  top: 0;
  min-height: 582px;
}

.arrow_box {
 position: absolute;
    background: #fff;
    width: 295px;
    height: auto;
    left: 34%;
    top: 173px;
    padding: 21px 21px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.14);
}
.arrow_box:after {
  right: 100%;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left: 50%;
  position: absolute;
  pointer-events: none;
  border-color: rgba(252, 156, 20, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-top: 0px;
}

.arrow_box .footer-text {
  padding-top: 0px;
}

#footer .arrow_box h3 {
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: inherit;
	min-height: 390px;
}
.modal-body .carousel-inner{ overflow: hidden;}
/*timeline slider css*/
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    top: 20px;
    border-top: 2px solid #666;
    margin-top: 10px;
}
.carousel-indicators button {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 0;
  margin-left: 0;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
  height: 15px;
  width: 15px;
  border: 3px solid #FFFFFF;
  background-color: #333333;
  border-radius: 50%;
  margin-top:-12px;
	padding:0px;
}
.carousel-indicators button:active, .carousel-indicators button:focus, .carousel-indicators input[type=button]:active {
    border-color: #aaa #bbb #bbb;
    border-radius: 50%!important;
    outline: 2px solid red;
}
.carousel-indicators .active {
  opacity: 1;
  height: 21px;
  width: 21px;
  border: 3px solid #000;
  background-color: #fff;
  margin-top: -15px;
}

.carousel-indicators button:last-child{margin-right:0;}
/*.top-115{margin-top: -115px;}*/
.about{
  padding-bottom:0px;
}
.about .section-title:last-child{
  padding-bottom: 0px;
}
.num{
  background: #000;
  padding: 10px;
  max-width: 50px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
  color: #666666;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}
.image-modal .close {
  right: 0;
  float: right;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
  margin-right: 0px;
  background-color: #fff!important;
  z-index: 999;
  position: absolute;
  padding: 0px 11px!important;
}

.image-modal .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 48%;
  bottom: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px!important;
  height: 50px!important;
  color: #000;
  background: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
	left: 4px;
	box-shadow: 0 4px 11px 0 rgba(0,0,0,.1);
}
.image-modal .carousel-control-next{
  right:0px;
}

/*# highlights
--------------------------------------------------------------*/

.highlights {}
.highlights .icon-box {
  text-align: left;
  padding: 0px 0px 20px 0px;
  transition: all ease-in-out 0.3s;
 
}

.highlights .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.highlights .icon-box .iconbox-tittle {
  margin: 28px 0 6px 0;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.highlights .more-btn {
  
  padding-left: 0px;
}
.highlights .icon-box .iconbox-tittle a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.highlights .icon-box p {
  color: #666666;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom:0px;
}


/*# contact
--------------------------------------------------------------*/

.contact { background-size:cover;}
.contact .icon-box {
  text-align: left;
  padding: 0px 0px 50px 0px;
  transition: all ease-in-out 0.3s;
 
}

.contact .icon-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  min-height: 123px;
  margin-bottom: 40px;
}

.contact .icon-box h4 {
  margin: 28px 0 16px 0;
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
.contact .icon-box h3 {
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 30px;
}
.contact .icon-box h3 i{
  padding-right:20px;

}
.btn-area{
  float:left;
  width:100%;
  text-align: center;
}
.contact-btn{
  border-radius: 0;
  background-color: #4394D0;
  min-width: 312px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 14px;
  text-transform: uppercase;
  padding: 19px;
}
.contact-btn:hover{
  border-radius: 0;
  background-color: #2a74ab;
  color: #FFFFFF;
}
.contact .icon-box h4 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.contact .icon-box p {
  color: #423f3f;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
	min-height:110px;
}
.teamarea{background: #000; background-size:cover;}
.teamarea h2 {
  color: #fff;}
.teamarea .item .icon-box{
  background: #fff;
  padding:60px 30px 50px 30px;
}
.teamarea .owl-carousel .owl-item img {
  display: initial;
  width: auto;
}
.teamarea .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  max-height: 367px;
}
.teamarea .owl-carousel button.owl-dot{
  margin-top:80px;
  height: 15px;
    width: 15px;
    opacity: 0.4;
    border-radius: 7.5px;
    background-color: #FFFFFF;
    margin-right:10px;
}
.career-form .form-box{
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.08);
  padding:60px 60px;
  width:100%;
}
.career-form .btn-area {
  text-align: left;
  margin-top:15px;
}
.top-40{margin-top:40px;}
.career-form .btn-area .contact-btn {
  border-radius: 0;
  background-color: #000000;
  min-width: 140px;
}
.teamarea .owl-carousel button.owl-dot.active{
    opacity: 1;

}
.teamarea  .owl-item p{
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding-top:40px;
}
.teamarea  .owl-item h4{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  padding-top:5px;
}
.teamarea  .owl-item h5{
  color: #333333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  font-weight: 400;

}
.teamarea .owl-nav{display:none!important;}
.formarea{background: #333333;background-size: cover;}
.formarea h2 {
  color: #fff;}

  .formarea .form-box{
    background-color: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.08);
    padding:80px 30px;
    width:100%;
  }

  label{
    color: #333333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
	  width: 100%;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .375rem 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #333333;
    background-color: #FFFFFF;
}
textarea.form-control{height:104px;}
.form-group {
  margin-bottom: 25px;
}
.formarea .contact-btn {
  background-color: #000;
  color: #FFFFFF;
  margin-top: 10px;
}


/*# career-box
--------------------------------------------------------------*/
.awards figure img{filter: grayscale(100%);}
.awards figure img:hover{filter: grayscale(0%);}
.career { background-size:cover;padding-bottom:0px;}
.career h2{ margin-bottom:0px;}
.career .icon-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.12);
  float: left;
  width: 100%;
	display:none;
}

.career .icon-box .icon {
  float: left;
  justify-content: left;
  transition: ease-in-out 0.3s;
}
.career article{
text-align: center;
float:left;
padding: 50px;
}
.career article figure{margin-bottom:30px;}
 .career article p{
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  max-width:536px;
 }
.career article h4 {
  color: #333333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: center;
    margin-top: 10px;
}
.career article h5 {
  opacity: 0.5;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;

}
.current-menu-item a{border-bottom: 2px solid #CC3A1B;padding-bottom:3px;}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	.arrow-history {
    position: absolute;
    top: 44%;
    width: 100%;
    flex: 58.333333%!important;
    max-width: 58.333333%!important;
    margin-left: 41.666667%!important;
}
	.nav-menu>ul>li:last-child{display:block;}
	
	.inside-page h1 {
    bottom: 190px;
	}
	.formarea .form-box {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.08);
    padding: 50px 50px;
    width: 100%;
}
	.contact-btn{min-width:100%;}
	.nav-menu a{font-size:14px;}
	.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 20px;
}
	#mainNav {
    height: 87px;
    padding: 0;
    margin-top: 0px!important;
}
	#mainNav.navbar-shrink {
    height: 84px;
    padding: 0;
    margin-top: 32px!important;
}
	#mainNav .header-text {
    display: block;
    height: 32px;
    background-color: #282828;
    margin-top: -32px;
    display: none!important;
}
	.navbar-shrink #mainNav {
    height: 84px;
    padding: 0;
    margin-top: 32px!important;
}
	 #mainNav.navbar-shrink .header-text {
    display: block!important;
    height: 32px;
    background-color: #282828;
    margin-top: -32px;
   
}
	.career article {
    text-align: center;
    float: left;
    padding: 50px;
    width: 50%;
}
	.eventslist article {
    padding-left: 50px;
    float: left;
    max-width: 57%;
    padding-top: 20px;
    padding-right: 20px;
}
	.career article p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    max-width: 536px;
}
	.career .icon-box .icon{width:50%;}
	.navbar-shrink .nav-menu a{font-size:14px;}
	.navbar-shrink .nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 20px;
}
	#explore .col-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	#hero .carousel-item{min-height: 550px;}
	#menu-header.menu{
		background: transparent;
    padding: 0px;
	}
	
	.address-area i {
    float: left;
    padding-right: 15px;
    margin-top: 3px;
    zoom: 80%;
}
	.navbar-shrink .header-booking-btn {
    margin-top: 0px!important;
}
	#mainNav .address-area .address-text{display:none;}
	.header-booking-btn-section{display:none;}
	.navbar-shrink .header-booking-btn-section{display:none;}
	
	#mainNav .logo {
   margin-top: -19px;
	margin-left: 0px;
}
	.mobile-nav-toggle {
    left: -5px;
    top: 48px;
    text-align: left;
}
	.header-booking-btn {
    margin-top: 0px;
    zoom: 72%;
}
	#mainNav .logo img {
    max-height: 56px;
}
	#hero .carousel-content {
    display: block!important;
}
	.single-colum {
    float: left;
   padding: 12px 20px 0 20px;
		width:33%;
}
	.address-area .address-text {
    float: left;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 300;
    max-width: 260px;
}
	.multi-colum {
    float: left;
    padding: 12px 0px 0 0;
    max-width: 204px;
	width:33%;
}
	.nav-menu>ul>li:last-child {
    display: none!important;
}
	.navbar-shrink .nav-menu>ul>li:last-child  {
    	display: block!important;
		font-weight:bold;
	}
	.navbar-shrink .nav-menu>ul>li:last-child a {
    	font-weight:bold;
		color:#cc3a1b;
	}
	.order-online-btn{
		min-width: 243px;
    float: right;
    background: #CC3A1B;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 24px;
    padding: 24px 20px 24px 20px;
    cursor: pointer;
	}
	.carousel-inner{min-height:460px!important;}
	.home-content-slider .carousel-inner {
		min-height: 350px!important;
	}
	#hero{height: 550px !important;}
	#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 550px;
}
	.top-115 {
    margin-top: 0px;
}
	section .cursive{font-size:60px;}
	section .cursive-sub{font-size:30px;line-height: 40px;}
	/*.owl-nav.disabled{top: 30%;}*/
	.special-box {
    margin: auto;
    width: 100%;
    margin-left: auto;
}
	.special-box ul li {
   display: inline-block;
    padding-bottom: 15px;
    padding-right: 15px!important;
}
	.yellow-btn {
    width: 100%;
}
	.speciality .item-box {
    margin-left: 0px;
}
	.speciality .item-box:nth-child(3) {
    margin-left: 0px;
		margin-top: 0px;
}
	.speciality .item-box:nth-child(4) {
    margin-top: 0px;
}
	.speciality .item-box {
    margin-left: 0px;
    width: 100%;
}
		.speciality .item-box .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
	#experience .item-box .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
	.experience .item-box{margin-left:0px;width:100%;}
	#signup .offset-md-3 {
    margin-left: 25%!important;
}
	.testimonials q {
    color: #FAFAFA;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    max-width: 1024px;
}
	#testimonials .carousel-inner{min-height:auto!important;overflow:hidden;}
	#footer .black-bg .content-box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
	#footer h2 {
    font-size: 20px;
}
	#footer p {
    font-size: 16px;
}
	#footer .map-bg{background-position:center center;}
	.arrow_box {
    left: 13%;
    top: 153px;
}
	.max-desk {
    max-width: 100%;
}
	#explore .offset-md-7{margin-left: 0%;}
	.external-btn.navbar-shrink .nav-menu>ul>li:last-child {
    display: none!important;
    font-weight: 700;
}
	
}

.navbar-shrink .address-text br{display:none;}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation:landscape) {
	.skip-link{display:none!important;}
	.carousel-caption {
    margin-top: 11%!important;
}
	.barmenu {
    float: left;
    margin-bottom: 30px;
}
	.nav-menu>ul>li:last-child{display:block;}

	.inside-page h1 {
    bottom: 190px;
	}
	.formarea .form-box {
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.08);
    padding: 50px 50px;
    width: 100%;
}
	.contact-btn{min-width:100%;}
	.nav-menu a{font-size:14px;}
	.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 20px;
}
	#mainNav {
    height: 84px;
    padding: 0;
    margin-top: 0px!important;
}
	#mainNav.navbar-shrink {
    height: 84px;
    padding: 0;
    margin-top: 32px!important;
}
	#mainNav .header-text {
    display: block;
    height: 32px;
    background-color: #282828;
    margin-top: -32px;
    display: none!important;
}
	.navbar-shrink #mainNav {
    height: 84px;
    padding: 0;
    margin-top: 32px!important;
}
	 #mainNav.navbar-shrink .header-text {
    display: block!important;
    height: 32px;
    background-color: #282828;
    margin-top: -32px;
   
}
	.career article {
    text-align: center;
    float: left;
    padding: 50px;
    width: 50%;
}
	.eventslist article {
    padding-left: 50px;
    float: left;
    max-width: 57%;
    padding-top: 20px;
    padding-right: 20px;
}
	.career article p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    max-width: 536px;
}
	.career .icon-box .icon{width:50%;}
	.navbar-shrink .nav-menu a{font-size:14px;}
	.navbar-shrink .nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 20px;
}
	#explore .col-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	#hero .carousel-item{min-height: 550px;}
	#menu-header.menu{
		background: transparent;
    padding: 0px;
	}
	
	.address-area i {
    float: left;
    padding-right: 15px;
    margin-top: 3px;
    zoom: 80%;
}
	.navbar-shrink .header-booking-btn {
    margin-top: 0px!important;
}
	#mainNav .address-area .address-text{display:none;}
	.header-booking-btn-section{display:none;}
	.navbar-shrink .header-booking-btn-section{display:none;}
	
	#mainNav .logo {
   margin-top: -19px;
	margin-left: 55px;
}
	.mobile-nav-toggle {
    left: -5px;
    top: 48px;
    text-align: left;
}
	.header-booking-btn {
    margin-top: 0px;
    zoom: 72%;
}
	#mainNav .logo img {
    max-height: 56px;
}
	#hero .carousel-content {
    display: block!important;
		width: 100%;
}
	.single-colum {
    float: left;
   padding: 12px 20px 0 20px;
}
	.address-area .address-text {
    float: left;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 300;
    max-width: 260px;
}
	.multi-colum {
    float: left;
    padding: 12px 0px 0 0;
    max-width: 204px;
}
	.nav-menu>ul>li:last-child {
    display: none!important;
}
	.navbar-shrink .nav-menu>ul>li:last-child {
    display: block!important;
}
	.order-online-btn{
		min-width: 243px;
    float: right;
    background: #CC3A1B;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 24px;
    padding: 24px 20px 24px 20px;
    cursor: pointer;
	}
	.carousel-inner{min-height:460px!important;}
	#hero{height: 550px !important;}
	
	#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 550px;
}
	.top-115 {
		margin-top: 0px!important;
	}
	section .cursive{font-size:60px;}
	section .cursive-sub{font-size:30px;line-height: 40px;}
	/*.owl-nav.disabled{top: 30%;}*/
	.special-box {
    margin: auto;
    width: 100%;
    margin-left: auto;
}
	.special-box ul li {
   	display: inline-block;
    padding-bottom: 15px;
    padding-right: 15px;
}
	.yellow-btn {
    width: 100%;
}
	.speciality .item-box {
    margin-left: 0px;
}
	.speciality .item-box:nth-child(3) {
    margin-left: 0px;
		margin-top: 0px;
}
	.speciality .item-box:nth-child(4) {
    margin-top: 0px;
}
	.speciality .item-box {
    margin-left: 0px;
    width: 100%;
}
		.speciality .item-box .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
	#experience .item-box .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
	.experience .item-box{margin-left:0px;width:100%;}
	#signup .offset-md-3 {
    margin-left: 25%!important;
}
	.testimonials q {
    color: #FAFAFA;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    max-width: 1024px;
}
	#testimonials .carousel-inner{min-height:auto!important;}
	#footer .black-bg .content-box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
	#footer h2 {
    font-size: 20px;
}
	#footer p {
    font-size: 16px;
}
	#footer .map-bg{background-position:center center;}
	.arrow_box {
    left: 13%;
    top: 153px;
}
	.max-desk {
    max-width: 100%;
}
	#explore .offset-md-7{margin-left: 0%;}
	.eventslist .icon-box .icon {
    width: auto!important;
    max-width: 498px!important;
    overflow: hidden;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {

	.career-form .form-box {
    padding: 80px 30px;
}
	.formarea .offset-md-2{margin-left:0%;}
	.carousel-fade .carousel-item .col-lg-7.pt-4.pt-lg-0.top-115 {
  
    z-index: 1!important;
}
	.innerContentleft{ z-index: -2;}
	.specials .icon-box .icon{
		 position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	}
	.barmenu {
    float: left;
    margin-bottom: 30px;
}
	.eventslist .icon-box .icon{
		max-width: 100%;
    overflow: hidden;
    width: 100%;
	}
	.eventslist .icon-box .icon img{
	
    width: 100%;
	}
	.nav-menu>ul>li:last-child{display:block;}
	#carouselExampleIndicators .offset-md-5 {
    margin-left: 0%;
}
	#carouselExampleIndicators .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 100%;
    max-width: 100%;
}
	.inside-page h1 {
    bottom: 190px;
	}
#hero .carousel-item{min-height: 550px;}
	#menu-header.menu{
		background: transparent;
    padding: 0px;
	}
	#mainNav .header-text {
   display: block;
    height: 32px;
    background-color: #282828;
    margin-top: -32px;
}
	.address-area i {
    float: left;
    padding-right: 15px;
    margin-top: 3px;
    zoom: 80%;
}
	.navbar-shrink .header-booking-btn {
    margin-top: 0px!important;
}
	#mainNav .address-area .address-text{display:none;}
	.header-booking-btn-section{display:none;}
	.navbar-shrink .header-booking-btn-section{display:none;}
	#mainNav {
   height: 84px;
    padding: 0px 0;
    margin-top: 32px;
}
	#mainNav .logo {
   margin-top: -19px;
	margin-left: 0px;
}
	.mobile-nav-toggle {
    left: -5px;
    top: 15px;
    text-align: left;
}
	.header-booking-btn {
    margin-top: 0px;
    zoom: 72%;
}
	#mainNav .logo img {
    max-height: 56px;
}
	#hero .carousel-content{display:none;}
	.carousel-inner{min-height:550px;}
	#hero{height: 550px !important;}
	#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 550px;
}
	.top-115 {
		margin-top: 0px!important;
	}
	section .cursive{font-size:60px;}
	section .cursive-sub{font-size:30px;line-height: 40px;}
	/*.owl-nav.disabled{top: 30%;}*/
	.special-box {
    margin: auto;
    width: 100%;
    margin-left: auto;
}
	.special-box ul li {
	    display: inline-block;
		padding-bottom: 15px;
		padding-right: 0;
		margin-right:15px;
}
	.yellow-btn {
    width: 100%;
}
	.speciality .item-box {
    margin-left: 0px;
}
	.speciality .item-box:nth-child(3) {
    margin-left: 0px;
		margin-top: 0px;
}
	.speciality .item-box:nth-child(4) {
    margin-top: 0px;
}
	.speciality .item-box {
    margin-left: 0px;
    width: 100%;
}
		.speciality .item-box .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
	#experience .item-box .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
	.experience .item-box{margin-left:0px;width:100%;}
	#signup .offset-md-3 {
    margin-left: 0%!important;
}
	.testimonials q {
    color: #FAFAFA;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    max-width: 1024px;
}
	#testimonials .carousel-inner{min-height:auto!important;}
	#footer .black-bg .content-box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
	#footer h2 {
    font-size: 20px;
}
	#footer p {
    font-size: 16px;
}
	#footer .map-bg{background-position:center center;}
	.arrow_box {
    left: 13%;
    top: 153px;
}
	.max-desk {
    max-width: 100%;
}
	#explore .offset-md-7{margin-left: 0%;}
	.mview{display:block!important;padding-right: 20px!important;
	font-size: 12px!important;
    letter-spacing: 0;
    line-height: 32px!important;}
	.yellow-btn{min-width:230px;}
	.events .icon-box{margin-bottom:30px;}
	.awards figure{margin-bottom:50px;}
	.barmenu img {
    float: left;
    min-width: 52px;
}
	.private-dining .contact-btn {
    border-radius: 0;
    background-color: #cc3a1b;
    min-width: 312px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    padding: 19px;
    position: absolute;
    bottom: 32px;
    right: 0;
}
	.small-modal .modal-body p{max-width:100%;}
	.external-btn .mobile-nav-toggle {
    left: -5px;
    top: 15px;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    left: auto;
    top: 38px;
}
	.external-btn.navbar-shrink .logo {
    margin-top: 14px!important;
}
	.external-btn.navbar-shrink .nav-menu {
    margin-top: 9px;
}
	.external-btn .single-colum {
    float: left;
    padding: 12px 20px 12px 20px;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
#signup .offset-md-3 {
    margin-left: 25%!important;
}
}
@media (max-width: 767px) {
	.header-booking-btn a span {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    transition: 0.3s;
    float: left;
    width: 100%;
    padding-top: 20px;
}
	.header-booking-btn{padding: 14px 5px 0px 5px;}
	
	.home-content-slider{padding: 40px 0 80px 0px;}
	#carouselButtons {
    position: relative;
    z-index: 9999;
    font-size: 21px;
    color: #fff;
    width: 92%!important;
    text-align: center;
    bottom: -250px!important;
    left: 20px!important;
}
	.skip-link{display:none!important;}
	.skip-linkw{display:none;}
	.navbar-shrink .skip-linkw{display:none!important;}
	.wpcf7-radio span:last-child{
	margin: 0 0 0 0em!important;
}
	.text-dark {
    font-size: 16px!important;
}
	.small-model .modal-body {
    padding: 25px!important;
}
	.table-section .fixed-table-pagination{display:grid!important;}
	.pagination-info {
    font-size: 12px;
    float: left!important;
    width: 100%!important;
    padding-bottom: 20px;
}
	.table-section .fixed-table-pagination .pagination li a {
    width: 30px!important;
		height: 30px!important;}
	
	.custom-select{min-width:150px;}
	.table-section .bootstrap-table .table-responsive {
    margin-bottom: 0;
    display: grid!important;
}
	.m-fix{padding-left:20px;}
	.mview{display:block!important;padding-right: 15px!important;
	font-size: 12px!important;
    letter-spacing: 0;
    line-height: 32px!important;
	}
	.btn-area input[type="submit"] {min-width: 100%; max-width:300px;}
	.eventslist article .more-btn{margin-bottom:30px;}
	.more-btn{margin-bottom:0px;}
	/*.carousel-indicators li{margin-right: 13%;}*/
	section {
    padding: 40px 0 40px 0px;

}
	.nav-menu>ul>li:last-child{display:block;}
	
	.inside-page h1 {
    bottom: 190px;
	}
	#hero .carousel-item{min-height: 550px;}
	#menu-header.menu{
		background: transparent;
    padding: 0px;
	}
	#mainNav .header-text {
   display: block;
    height: 32px;
    background-color: #282828;
    margin-top: -32px;
}
	.address-area i {
    float: left;
    padding-right: 8px;
    margin-top: 3px;
    zoom: 80%;
}
	.navbar-shrink .header-booking-btn {
    margin-top: 0px!important;
}
	#mainNav .address-area .address-text{display:none;}
	.header-booking-btn-section{display:none;}
	.navbar-shrink .header-booking-btn-section{display:none;}
	#mainNav {
   height: 84px;
    padding: 0px 0;
    margin-top: 32px;
}
	#mainNav .logo {
   margin-top: -19px;
	
}
	.mobile-nav-toggle {
    left: -5px;
    top: 48px;
    text-align: left;
}
	.header-booking-btn {
    margin-top: 0px;
    zoom: 72%;
}
	#mainNav .logo img {
    max-height: 56px;
}
	#hero .carousel-content{display:none;}
	.carousel-inner{min-height:550px;}
	#hero{height: 550px !important;}
	#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 550px;
}
	.top-115 {
		margin-top: 0px!important;
	}
	section .cursive{font-size:60px;}
	section .cursive-sub{font-size:30px;line-height: 40px;}
	/*.owl-nav.disabled{top: 30%;}*/
	.special-box {
    margin: auto;
    width: 100%;
    margin-left: auto;
}
	.special-box ul li {
		display: block;
		padding-bottom: 15px !important;
		padding-right: 0 !important;
		width:100%;
}
	.yellow-btn {
    width: 100%;
}
	.speciality .item-box {
    margin-left: 0px;
}
	.speciality .item-box:nth-child(3) {
    margin-left: 0px;
		margin-top: 0px;
}
	.speciality .item-box:nth-child(4) {
    margin-top: 0px;
}
	.experience .item-box{margin-left:0px;}
	.testimonials q {
    color: #FAFAFA;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    max-width: 1024px;
}
	#testimonials .carousel-inner{min-height:auto!important;}
	#footer .black-bg .content-box {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
	#footer h2 {
    font-size: 20px;
}
	#footer p {
    font-size: 16px;
}
	#footer .map-bg{background-position:center center;}
	.arrow_box {
    left: 13%;
    top: 153px;
}
	.external-btn .mobile-nav-toggle {
    left: -5px;
    top: 15px;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    left: auto;
    top: 38px;
}
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], input[type="file"], textarea {
   display: block;
    width: 100%;
    height: 44px;
    padding: .375rem 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #333333;
    background-color: #FFFFFF;
	margin-top:10px;
}
input[type="file"] {
    background: url(../img/upload.png) no-repeat;
    background-position: right top;
    border-right: 0px !important;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    padding-top: 14px !important;
}

::-webkit-file-upload-button {
  background:#ff8f00;
  color: #fff;
	display:none;
  border:1px solid #ff8f00;
    padding:5px 15px;
    border-radius: 3px;
}
 input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    padding: 19px;
    border-radius: 0;
    background-color: #cc3a1b;
    min-width: 140px;
 transition: 0.3s;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #9c1f04;
    color: #FFFFFF;
    
}
.tnp-field-email label{display:none;}
.btn-area input[type="submit"] {min-width: 300px; max-width:300px;}
.input-group input[type="search"]{margin-top:0px;}
.arrow1 {
  color: #0c5449;
  background-color: #f6f3ed;
  margin: 1em 0;
}
.arrow1::after {
  display: inline-block;
  padding-left: 8px;
  content: "\0279E";
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.arrow1:hover {
  color: #0c5449;
  background-color: #f6f3ed;
}
.arrow1:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.arrowbutton {
  
  text-align: center;
  
  transition: all 0.3s;
  cursor: pointer;

}
#testimonials .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: auto!important;
}
.arrowbutton{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.arrowbutton span:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: -3px;
  right: -10px;
  transition: 0.3s;
	font-size:20px;
	font-weight:400;
	color:#fff;
}
.arrowbutton span{
	padding:0 20px;
}

.arrowbutton:hover span:after {
  opacity: 1;
  right: 0;
  color:#fff;
}
@media (min-width: 576px){
.modal-dialog {
	
    max-width: 1048px;
    /*margin: 1.75rem auto;*/
	 margin: 0 auto 0 auto;
	transform:translateY(-50%)!important;
	top:50%;

	
}
}
body > header{
padding-right:0!important;
}
.wpcf7-not-valid-tip{ margin-top:5px;font-size:12px;}

input.wpcf7-not-valid {
border: 1px solid red;
}
input.wpcf7-not-valid:focus {
border: 0px solid red;
}
.mobile-nav-toggle span{display:none;}

.input-group-append span{display:none;}
#specials .owl-one .owl-dots{display:none;}
.owl-dots span{display:none;}
.carousel-fade .carousel-item .col-lg-7.pt-4.pt-lg-0.top-115{ max-height:500px; margin-top:-115px; overflow:hidden; z-index:-1}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .1s!important;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	display:none;
}
.mCSB_draggerContainer::after{
	   background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.truncate-text.show {
    position: fixed;
    width: 45%;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 0 35px #000;
    padding: 50px;
    border-radius: 10px;
}
.innerContentleft {
    max-height: 390px;
    overflow-y: auto;
	max-width:90%;
}
.home-content-slider .carousel-inner {
    position: relative;
    width: 100%;
   /* overflow: hidden;*/
	min-height: 390px;
	max-height: 390px;
}
.moreless{ color:#cc3a1b; font-weight:bold;}


/* total width */
::-webkit-scrollbar{
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:#fff
}
::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.innerContentleft::-webkit-scrollbar-button, .modal-content::-webkit-scrollbar-button {display:none}

.modal-content .modal-body .row .col-lg-6 + .col-lg-6 .scroll-content{ max-height:320px; overflow-y:auto;}
.modal-content .modal-body .carousel-inner{ min-height:200px}
.modal-content .modal-body .carousel-item img{ width:100%;}
.modal-content .modal-body .close{
	margin:-30px;
}
.home-content-slider .carousel-indicators button{
	text-indent: initial;
	position:relative;
}

.home-content-slider .carousel-indicators button span.ind-val {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
	font-size:12px;
}
.home-content-slider .carousel-indicators button.active span{
	font-weight:bold;
	top:33px;
}
@media only screen and (max-width:767px){

	.address-area:first-child{display:none;}
	.highlight-box:nth-child(6) {margin-bottom:30px;}
	.highlight-box:nth-child(12) {margin-bottom:30px;}
	.highlight-box:nth-child(18) {margin-bottom:30px;}
	.highlight-box:nth-child(24) {margin-bottom:30px;}
	.highlight-box:nth-child(30) {margin-bottom:30px;}
	.highlight-box:nth-child(36) {margin-bottom:30px;}
	.highlight-box:nth-child(42) {margin-bottom:30px;}
	.private-dining .carousel-control-prev {
    top: 30%!important;
}
	.private-dining .carousel-control-next {
    top: 30%!important;
}
	.btn-area input[type=submit] {
		min-width: 100%!important;
	}
	.search-box .col-md-6, .search-box .col-md-3{margin-bottom:20px;}
	.menu .icon-box{padding-bottom:30px;}
	.career-form .form-box {
    padding: 80px 30px;
}
	.carousel-fade .carousel-item .col-lg-7.pt-4.pt-lg-0.top-115 {
  
    z-index: 1!important;
}
	
	.innerContentleft{ z-index: -2;}
	.home-content-slider .carousel-inner .carousel-item .row div.top-115{
		margin-top: 0!important;
	}
	.home-content-slider .carousel-inner{
		    max-height: 550px;
		overflow:hidden;
	}
	.home-content-slider .innerContentleft {
		max-height: 270px;
		overflow-y: auto;
	}
}

.small-modal .carousel-control-next {
    position: absolute;
    top: 48%;
    bottom: auto;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #000;
    background: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
}
.small-modal .carousel-control-next {
     right: 0px; 
}
.eventsdetail h3 {
    font-size: 1.3rem;
}
.eventsdetail article h1 {
    color: #333;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 49px;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
}
.eventsdetail .icon-box article img{
	border: 3px solid #cc3a1b;
    padding: 5px;
}
.eventsdetail article .more-btn {
   margin-left:0px;
}

.table-section .bootstrap-table .fixed-table-toolbar{ display: flex; justify-content: flex-end; margin-bottom: 20px;} 
.table-section .bootstrap-table .fixed-table-toolbar .search{ width: 25%;}
.table-section .bootstrap-table .table-responsive{
  display: table;
	margin-bottom:0px;
}
.table-section .fixed-table-loading{
  display: none;
}

.table-section .fixed-table-body .table-responsive.table thead th{
  pointer-events: none;
  border-top:none;
  border-bottom:none;
  text-transform: uppercase;
  font-weight: 800;
  width: 25%;
}

.table-section .fixed-table-body .table-responsive.table thead th input,
.table-section .fixed-table-body .table-responsive.table thead th select{
  padding: 5px 10px;
 
  border-radius: 0px;
  margin-top: 10px;
  font-weight: 500;
}


.table-section .fixed-table-body .table-responsive.table td{
  font-size: 16px;
  font-weight: 500;
}
.table-section .filterControl{
  pointer-events: initial;
  cursor: pointer;
	margin: 0px 2px 2px 0px !important;
}
.table-section .fixed-table-body .table-responsive.table thead th:first-child,
.table-section .fixed-table-body .table-responsive.table td:first-child{
  padding-left: 0;
 
}
.table-section .fixed-table-body .table-responsive.table td:first-child{
  font-weight: 600;
}

.table-section .fixed-table-body .table-responsive.table thead th:last-child,
.table-section .fixed-table-body .table-responsive.table td:last-child{
  padding-right: 0;
}
.table-section .fixed-table-pagination{
  border-top: 1px solid #999;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding-top: 15px;
}
.table-section .fixed-table-pagination .pagination li{
  margin-right: 2px;
}
.table-section .fixed-table-pagination .pagination li a{
     width: 40px;
    height: 40px;
    background: #fff;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    transition: 0.3s;
}
.table-section .fixed-table-pagination .pagination li.active a,
.table-section .fixed-table-pagination .pagination li a:hover{
  background: #000;
  color: #fff;
}


.table-section .fixed-table-pagination .pagination ul{ margin-bottom: 0;}
.table-section .fixed-table-pagination .pagination li:first-child a,
.table-section .fixed-table-pagination .pagination li:last-child a{
  font-size: 30px;
  line-height: 20px;
}
.table-section tbody tr:first-child td{
  border-color: #999;
}
.table-section .pagination-detail{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
 
}
.table-section .pagination-detail .page-list{
  font-size: 14px;
   margin-right: 30px;
}
.table-section .pagination-detail .page-list .btn-group:first-letter{
 font-size: 50px;
}
.table-section .pagination-detail .page-list .dropup{
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  height: 35px;
  border-radius: 3px;
  border: 1px solid rgb(0 0 0 / 0.2);
  background: #fff;
}
.pagination-info{
  font-size: 12px;
}
.table-section .pagination-detail .dropdown-menu li{
  padding: 0 10px;

}
.pagination{margin-left:0px;}
.top61{margin-top: 60px;}
#foodsafety .safety-content{
	max-height:500px;
	overflow-y:auto;
}
#foodsafety h2{padding-left:0px!important}
#foodsafety ul, ol {
    margin: 0 0 1.5em 0em;
}
#foodsafety li{font-size: 14px;
	line-height: 25px;}
#foodsafety p{max-width: 100%;}




/*private dining*/

.private-dining{background: #f6f6f6;padding-bottom:0px;}
.private-dining .icon-box {
  text-align: left;
  padding: 0px 0px 0px 0px;
  transition: all ease-in-out 0.3s;
  float: left;
  width: 100%;
  margin-bottom:32px;
}

.private-dining .icon-box .icon {
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  float: left;
  width: 100%;
  height:429px;
}
.private-dining .icon-box .icon img{height:100%;object-fit: cover;}
.private-dining article{
  padding-left: 0px;
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0px;
}
.private-dining article .date{
  color: #999999;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 5px;
  float: right;
  margin-top: -48px;
}
.private-dining article i{padding-right:10px;}
.private-dining article h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.private-dining article h5 {
  color: #333333;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  padding-top: 15px;
}
.private-dining .carousel-control-prev{top: 45%;}
.private-dining .carousel-control-next {
  right: 0;
  background: #fff;
  position: absolute;
  top: 45%;
  bottom: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 60px;
  color: #000;
  background: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity .15s ease;
}
.eventslist .form-box {
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.08);
  padding: 80px 30px;
  width: 100%;
}
.private-dining .pull-right{float:right;}
.barmenu {
  margin-right: 80px;
  font-size: 14px;
  font-weight: 900;
  color: #CC3A1B;
  float: left;
}
.barmenu img {
 float:left;
}
.barmenu span {
  margin-left: 10px;
  float:left;
}
.private-dining article h4 a {
  color: #333333;
  transition: ease-in-out 0.3s;
}

.private-dining article p {
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 30px;
  padding-bottom: 0px;
}
.private-dining article .viewmore{
  font-size: 16px;
    font-weight: 600;
    color: #cc3a1b;
}
.private-dining article .more-btn {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
}
.private-dining .contact-btn {
   border-radius: 0;
    background-color: #CC3A1B;
    min-width: 312px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    padding: 19px;
}
.private-dining .contact-btn:hover {
	background: #9c1f04;
    color: #fff;
}
.highlight-box{
        flex: inherit;
        display: none;
    }
.left0{margin-left:0px;}

@media only screen and (min-width:1200px) and (max-width:1330px){
	#hero .carousel-content{
		display: flex!important;
		justify-content: space-between;
	}
	.single-colum{
		width:auto;
	}
	.multi-colum{
		width:auto;
		max-width:100%;
		float:none;
	}
	.address-area{
		float:none;
		display:block;
	}
	.address-area .address-text{
		max-width:100%;
		font-size:19px;
	}
	#hero .carousel-container{
		bottom:70px;
	}
}


@media only screen and (min-width:938px) and (max-width:1330px){
	#hero .carousel-container{
		bottom:70px;
	}
}
.modal-content .modal-body .carousel-inner{
	display: inline-flex;
    align-items: center;
}

@media only screen and (max-width:767px){
	#owl-demo .item .icon-box{
		padding:20px;
	}
}
@media only screen and (min-width:767px) and (max-width:1024px){
	.innerContentleft {
		max-height: 230px;
		overflow-y: auto;
	}
	.home-content-slider .carousel-inner {
		position: relative;
		width: 100%;
		min-height: 390px;
		max-height: 650px;
		overflow:hidden;
	}	
	.arrow-history .carousel-control-next {
    right: -15px!important;
	}
	.specials .owl-nav button.owl-prev {
    left: -15px;
    position: absolute;
}
	.specials .owl-nav button.owl-next {
    right: 45px;
    position: absolute;
}
}
.address-area .address-text a{
		color:#fff;
	}

@media only screen and (min-width:1301px){
	.special-box ul li{
		width:50%;
		
	}
	.special-box ul li a{
		font-size:13px;
	}
	.special-box ul li span{ padding:0}
	.arrowbutton:hover span:after {
		opacity: 1;
		right: -17px;
		color: #fff;
	}
	.arrowbutton span:after{
		top:-5px;
	}
}


.show-more-height {
height: 35px;
overflow: hidden;
}
.moreless{cursor:pointer;}
.media-group .icon-box{display:none;}
#filtersection > .container > .row.top-10{
	position:relative;
	z-index:2;
}
@media only screen and (max-width:767px){
	.eventslist .icon-box .icon {
    max-width: 100%;
  width:100%;
}
.eventslist .icon-box .icon img{
  width:100%;
}
	.eventslist article {
    padding-left: 20px;
    padding-right: 20px;
}
	.private-dining .icon-box .icon img {
    height: auto;
}
.private-dining	.carousel-inner {
    min-height: 100px!important;
}
	.private-dining .icon-box .icon {
    height: auto;
}
	.private-dining .carousel-control-next, .private-dining  .carousel-control-prev {
    width: 22px;
    height: 30px;
}
	.private-dining .contact-btn {
    width: 100%;
    margin-top: 30px;
}
	.barmenu {
    margin-right: 80px;
    font-size: 14px;
    font-weight: 900;
    color: #cc3a1b;
    float: left;
    margin: 20px 0px;
    display: block;
    width: 100%;
}
	.private-dining article .date {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 5px;
    float: left;
    margin-top: -0px;
    width: 100%;
}
	.private-dining article p {
    float: left;
}
}
.arrow-history{
	position: absolute;
    top: 27%;
    width: 100%;
}
.arrow-history  .carousel-control-prev {
    position: absolute;
    top: 48%;
    bottom: auto;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 60px;
    color: #000;
    background: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
	left: 27px;
}
.arrow-history .carousel-control-next {
	right: -39px;
    position: absolute;
    top: 48%;
    bottom: auto;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #000;
    background: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    box-shadow: 0 4px 11px 0 rgba(0,0,0,.2);
}
.history-arrow{
	position: absolute;
    top: 28%;
    left: 12px;
}
.history-arrow .carousel-control-next{right:13px;}
button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
       border-color: #aaa #bbb #bbb;
    border-radius: 0px!important;
    outline: 2px solid red;
}
.wpcf7-submit:focus{border-radius: 0px!important;}
.imageblocks-template-default .eventsdetail article h1 {
    color: #333;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 49px;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px; 
}
.imageblocks-template-default .eventsdetail article h3 {
    
    margin-bottom: 30px;
   
}
.imageblocks-template-default .inside-page {
    height: 350px !important;
}
.arrow-history .carousel-control-prev{left:4px;}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    outline: black;
}
.btn.focus, .btn:focus {
    outline: black;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.home-scroll{max-height:150px;overflow-y:scroll;}
	.home-scroll p{
		font-size: 14px!important;
    letter-spacing: .1px;
    line-height: 25px!important;
    padding-bottom: 15px!important;
	}
	.wpcf7-radio span:last-child{
	margin: 0 0 0 0em!important;
}
	.special-box ul li:nth-child(2){padding-right:15px;}
	.mobile-nav-toggle.custom{
		position: fixed;
    background: #cc3a1b;
    width: 100%;
    left: 0px;
    padding-left: 16px;
    top: 69px;
		}
	
	.mobile-nav-toggle.custom .fa-bars:before {
    content: "\f00d"!important;
}
	.modal.show .carousel-control-next, .modal.show .carousel-control-prev{top: 45%!important;}
.imageblocks-template-default #hero{
    height: 350px !important;
}
	.modal.show .modal-dialog .carousel-control-prev {
    left: 0px !important;
}
	.modal.show .modal-dialog .carousel-control-next {
    right: 0px !important;
}
	.private-dining .carousel-control-prev {
		left: 0px !important;}
	.private-dining .carousel-control-next {
		right: 0px !important;}
	.imageblocks-template-default .eventsdetail article h1{margin-top:20px;}
	.carousel-control-next, .carousel-control-prev {
    transition: opacity .15s ease;
    top: 35%!important;
}
.arrow-history {
    position: absolute;
    top: 66%;
    width: 100%;
    flex: 100%!important;
    max-width: 100%!important;
    margin-left: 0%!important;
}
	.arrow-history .carousel-control-prev{left:15px;}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
	.skip-link{display:none;}
	
	.formarea .offset-md-2 {
    margin-left: 12.666667%;
}
	.formarea .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 75.666667%;
    max-width: 75.666667%;
}
	.carousel-control-next, .carousel-control-prev {
    transition: opacity .15s ease;
    top: 44%!important;
}
.arrow-history {
    position: absolute;
    top: 36%;
    width: 100%;
    flex: 58.333333%!important;
    max-width: 58.333333%!important;
    margin-left: 41.666667%!important;
}
	.arrow-history .carousel-control-prev{left:27px;}
}
.custom{display:none;}
.mobile-nav-active .custom{display:block;}
@media only screen and (max-width:767px){
	.home-scroll {
    max-height: 350px;
    overflow-y: scroll;
    padding-right: 5px;
}
	.home-scroll p{
		font-size: 14px!important;
    letter-spacing: .1px;
    line-height: 25px!important;
    padding-bottom: 15px!important;
	}
	.navbar-shrink .address-area i {
  padding-right: 8px;
}
	#mainNav.navbar-shrink .address-area .address-text{font-weight: 300;}
	.mobile-nav-toggle.custom{
		position: fixed;
    background: #cc3a1b;
    width: 100%;
    left: 0px;
    padding-left: 16px;
    top: 69px;
		}
	.mobile-nav-toggle.custom .fa-bars:before {
    content: "\f00d"!important;
}
	.small-modal .modal-body h2{padding-bottom:0px;}
	.small-modal .modal-body h4{padding-bottom:0px;}
	.modal-content .modal-body .row .col-lg-6+.col-lg-6 .scroll-content {
    max-height: 270px;
    overflow-y: auto;
}
	.carousel-control-next, .carousel-control-prev {
    top: 49%!important;
}
	.private-dining .carousel-control-prev {
    left: 0px!important;
}
	.modal.show .modal-dialog .carousel-control-prev {
    left: 0px!important;
}
	.modal.show .modal-dialog .carousel-control-next {
    right: 0px!important;
   
}
	.modal.show .carousel-control-next, .modal.show .carousel-control-prev {
    top: 41%!important;
}
	.specials .icon-box .icon {
    max-height: 203px;
    overflow: hidden;
    object-fit: cover;
}
	.private-dining .carousel-control-next {
		right: 0px!important;}
	.arrow-history {
    position: absolute;
    bottom: -20%;
    width: 100%;
    flex: 100%!important;
    max-width: 100%!important;
    margin-left: 0%!important;
}
	.arrow-history .carousel-control-prev{left:15px;}
	.general-btn {
    height: 54px;
    min-width: 252px;
    background-color: #cc3a1b;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 14px;
    padding: 16px 30px;
    text-transform: uppercase;
}
	.specials .owl-nav button.owl-prev {
    left: 5px;
    position: absolute;
}
	.specials .owl-nav button.owl-next {
    right: 65px;
    position: absolute;
}
	.specials .owl-nav.disabled {
    top: 21%;
}
	#owl-demo .item .icon-box .row .col-md-6:last-child{padding-left:52px;}
	#owl-demo .item .icon-box .row .col-md-6:last-child p{padding-right:40px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	}
	.arrow-history .carousel-control-next{right: -15px;}
}
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.sr-only {
position: absolute;
	left: -9999px;}
button.owl-next:hover, button.owl-prev:hover{background: rgb(255 255 255/0.7)!important;}
.carousel-control-next, .carousel-control-prev{transition: opacity .15s ease;}
.carousel-control-next:hover, .carousel-control-prev:hover{opacity:0.9;}
.modal.show .modal-dialog .carousel-control-prev{left:-25px;}
.modal.show .modal-dialog .carousel-control-next{right:-25px;box-shadow: 0 4px 11px 0 rgba(0,0,0,.2);opacity:1;}
.modal.show .modal-dialog .carousel-control-next:hover{opacity:0.9;}
.specials .owl-nav button{opacity:1;transition: opacity .15s ease;}
.specials .owl-nav button:hover{opacity:0.9;}
.private-dining .carousel-control-prev{left:-25px;box-shadow: 0 4px 11px 0 rgba(0,0,0,.2);opacity:1;width:50px;height:50px;}
.private-dining .carousel-control-next{right:-25px;box-shadow: 0 4px 11px 0 rgba(0,0,0,.2);opacity:1;width:50px;height:50px;}
.private-dining .carousel-control-prev:hover{opacity:0.9;}
.private-dining .carousel-control-next:hover{opacity:0.9;}
.private-dining  .carousel-inner{overflow:hidden;}
.jplist-hidden{display:none;}
.jplist-hidden + .row .loadMore{display:none;}
.signup .email-head {
    color: #8A6A00;
    font-family: 'Conv_EmbassyBT', Sans-Serif;
    font-size: 80px;
    letter-spacing: 0;
    line-height: 80px;
    margin-bottom: 15px;
}
.signup .email-subhead {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1350px){
	.arrow-history .carousel-control-next {
    right: -28px;
	}
	.arrow-history .carousel-control-prev {
    left: 13px;
}
	.specials .owl-nav button.owl-next {
    right: 32px;
    position: absolute;
}
	.specials .owl-nav button.owl-prev {
    left: -29px;
    position: absolute;
}
	.private-dining .carousel-control-next {
		right: -13px;}
	.private-dining .carousel-control-prev {
		left: -13px;}
	.arrow-history {
    
    top: 30%!important;
}
}
.social-links a:hover img{filter: brightness(0) invert(1);}
.page-list{display:none;}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	.innerContentleft {
    max-height: 390px;
    overflow-y: auto;
}
	.arrow-history {
    position: absolute;
    top: 44%;
    width: 100%;
    flex: 58.333333%!important;
    max-width: 58.333333%!important;
    margin-left: 41.666667%!important;
	}
	.formarea .offset-md-2 {
    margin-left: 12.666%;
}
	.formarea .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 75.666667%;
    max-width: 75.666667%;
}
	.aview{display: block!important;
    padding-right: 20px!important;
    font-size: 12px!important;
    letter-spacing: 0;
    line-height: 32px!important;}
}
.aview{display:none;}
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation:landscape)
	.skip-link{display:none;}
.innerContentleft {
    max-height: 290px;
    overflow-y: auto;
}
}

@media (min-width: 576px){.modal-dialog.small-model{max-width:725px !important;}}

.modal-dialog.small-model{max-width:725px !important;}
.small-model .modal-body{padding:40px;}
.small-modal .modal-body label{display:block;}
.small-model h2{
  color: #333333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.small-modal .modal-body .form-check-label {
  margin-bottom: 0;
  display: contents;
}
.small-modal .modal-body .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 20px;
  margin-left: 0;
  width: 18px;
  height: 18px;
}
.custom-calander {
  background: url(../img/calander.png) no-repeat;
  background-position: right top;
  border-right: 0px !important;
}
.custom-watch {
  background: url(../img/watch.png) no-repeat;
  background-position: right top;
  border-right: 0px !important;
}
.listitems article {
  border-bottom: 0px solid rgb(0 0 0 / .16);
  padding-bottom: 0px;
  transition: ease-in-out 0.3s;
  position: relative;
  margin-bottom: 20px;
}
.accordion > .card > .card-header {
  border-bottom: 0px solid #d4d9e1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion > .card > .card-header h6 {
  font-size: 24px;
}

.accordion > .card .card-body p {
  font-size: 18px;
  color: #141414;
}

.accordion > .card .card-body p strong {
  color: #343a40;
}

.collapsible-link[aria-expanded='true']::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #414140;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #414140;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  -webkit-transform: rotate(90deg) translateX(-1px);
          transform: rotate(90deg) translateX(-1px);
}
.card{background:transparent;}
.card-header {
  padding: .75rem 0rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 0rem;
}
.listitems article h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.text-dark {
  color: #333333!important;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
	padding-right:40px;
}

.skills{
	margin-left:0px;
  padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
}
.tab-content .contact-btn {
    border-radius: 0;
    background-color: #CC3A1B;
   
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: uppercase;
    padding: 19px;
}
.tab-content .btn-area {
    float: left;
    width: 100%;
    text-align: left;
}
.tab-content .contact-btn:hover {
	background: #9c1f04;
    color: #fff;
}
.skills li{
  background: url(../img/point.png) no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-bottom: 15px;
}
.tab-content .contact-btn {
  
  min-width: 187px;
 margin-bottom:30px;
}
.accordion>.card {
  overflow: hidden;
  border-bottom: 1px solid #333333!important;
  margin-bottom: 0px!important;
}
.carousel-caption {
    position: initial;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(18,17,17,.85);
    margin-top: 21%;
    padding: 25px;
}
section .carousel-caption h2 {
    color: #ffffff;
    font-family: 'Montserrat',sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px;
}
section .carousel-caption p {
    color: #fff;
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.form-scroll{
	max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
    padding-right: 10px;
}
.small-model .modal-body .close {
    margin: -30px;
    margin-right: 0px;
}
.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
}
.wpcf7-checkbox span.wpcf7-list-item {
   font-weight: 600;
    display: inline-block;
    margin: 0;
    font-size: 14px;
}
.wpcf7-checkbox span.wpcf7-list-item input{
   float: left;
    margin-top: 4px;
    margin-right: 11px;
}
.wpcf7-radio span:first-child{
	margin: 0 0 0 0em;
}
.eventslist .form-box{
	padding: 40px 30px;
}
.f16{font-size: 16px;}
#carouselButtons {
	position: relative;
    z-index: 9999;
    font-size: 21px;
    color: #fff;
    width: 15%;
    text-align: center;
    bottom: -217px;
    left: 20px;
}
#carouselButtons .btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
	font-size:26px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.screen-reader-text {
    display: none;
}
.skip-link{
    right: 215px;
    margin-top: -79px!important;
    font-size: 12px!important;
    font-weight: bold!important;
    border: 2px solid!important;
    padding: 1px 10px!important;
    max-width: 170px;
    position: absolute!important;
    transform: translateY(-150%);
}
.skip-link:hover::after {
	width: 0%!important;
}
.skip-link:focus{
	transform: translateY(0%);
}
.navbar-shrink .skip-link{display:none;}

.skip-linkw{
	position: absolute!important;
    transform: translateY(-150%);
    right: 140px;
   margin-top:2px;
    font-size: 12px!important;
    font-weight: bold!important;
    border: 1px solid #fff!important;
    padding: 0px 10px!important;
    max-width: 170px;
	color:#fff;
}
.skip-linkw:hover::after {
	width: 0%!important;
}
.skip-link:focus{
	transform: translateY(0%);
}
.navbar-shrink .skip-linkw:hover{
	color: #ffffff!important;
}
.navbar-shrink .skip-linkw{display:block;}
.skip-linkw i{padding-right:10px;margin-top: 0px!important;}
.table-section .fixed-table-pagination .pagination li.active a, .table-section .fixed-table-pagination .pagination li a:hover {
    font-weight: bold;
}
h2 span{display:block;}
@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
.wpcf7-radio span.wpcf7-list-item:last-child {
    margin: 0 0 0 1em!important;
}
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) and (orientation:portrait) {
	.carousel-caption {
    margin-top: 13%!important;
}
	@media only screen and (max-width: 1366px) and (min-width: 1024px) and (orientation:landscape) {
	.carousel-caption {
    margin-top: 30%!important;
}
		
		input[type="date"]::-webkit-calendar-picker-indicator,input[type="date"]::-webkit-inner-spin-button{    display: none;}
		input[type="date"] i {color: #fff!important;}
}
@media only screen and (max-width:767px){
	.carousel-caption {
    margin-top: 142px!important;
}
	}
	
	.multi-colum {
    float: left;
    padding: 12px 72px 11px 0px;
    max-width: 352px;
}
section.formarea .section-title .cursive-sub{color:#fff!important;}
	
	
	