body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  
}
body {
    font-size: 15px;line-height: 22px;
}
.container{
    width: 1100px;
}
hr{
	border-top: 1px solid rgba(0, 0, 0, 0.2)
}

h1, h2, h3, h4{
    font-weight: 700;
    
}

a {
    -webkit-transition: all 0.2s;transition: all 0.2s;color: #000;
}
a:hover {color: #000;}

h1,
.common-heading{
	font-size: 40px;line-height: 43px;position: relative;display: inline-block;
}

h1::after, h1::before,
.common-heading::after, .common-heading::before {
  content: "";display: block;width: 30px;height: 4px;background: #ec1f27;position: absolute;left: 0;bottom: -13px;
}

h1::before,
.common-heading::before {
  left: 36px;width: 8px;
}

h2{
    font-size: 26px;line-height: 32px; 
}

h3 {
    font-size: 18px;line-height: 22px;
}

h4{
    font-size: 16px;line-height: 20px;
}

p {
  font-size: 16px;line-height: 24px;
}

p.small {
  font-size: 14px;line-height: 17px;
}

figure{margin: 0px;}

.bg-grey {background: #f7f7f7;}

.bg-black{background: #000;}
.bg-brown{background: #e07f59;}
.border-grey{border: 1px solid #e5e5e5;}

.text-black{color: #000;}
.text-white a{color: #fff;}
.form-control:focus{box-shadow: none;}
.shadow {box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15) !important;}
.round{border-radius: 8px;overflow: hidden;}

.btn-primary {
  background: transparent;font-size: 16px;padding: 10px 25px 10px 25px;color: #fff;border-radius: 0px;border: 1px solid #ec1f27;font-weight: 700;position: relative;z-index:1;
}

.btn-primary::after {
	content: "";position:absolute;right: 0px;top: 0px;width: 100%;height: 100%;background: #ec1f27;display: block;z-index: -1;
	
}
.btn-primary:hover:after{width: 0%;}
.btn-primary:hover{color: #ec1f27;background: #fff;text-decoration: none;border: 1px solid #ec1f27;}
.bg-white .btn-primary:hover{background: #fff;color: #004169;border: 1px solid #004169;}

.btn-primary:focus, 
.btn-primary.focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
  color: #fff;background-color: #888;border-color: transparent;
}

.btn-primary.btn-sm {
  padding: 5px 15px;
}

.btn-secondary {
  background: #000;color: #fff;border-radius: 0;border: 0px;padding: 8px 12px;font-size: 15px;border: 1px solid transparent;
}

.btn-secondary:hover{
  background: #fff;color: #000;border: 1px solid #000;
}

.btn-secondary:focus, 
.btn-secondary.focus {
    box-shadow: none;
}

.btn-dark {
  background: #000;color: #fff;border-radius: 0;border: 0px;padding: 15px 25px 10px 25px;font-size: 15px;border: 1px solid transparent;
}

.btn-dark:hover{
  background: #e5ba21;color: #000;border: 1px solid #000;
}

.bg-gradient{
    background: rgb(1,167,225);
    background: -moz-linear-gradient(180deg, rgba(1,167,225,1) 0%, rgba(1,125,195,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(1,167,225,1) 0%, rgba(1,125,195,1) 100%);
    background: linear-gradient(180deg, rgba(1,167,225,1) 0%, rgba(1,125,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01a7e1",endColorstr="#017dc3",GradientType=1);

}

.preLoader {
    position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: #eee;z-index: 10;display: table;
}
.preLoaderContent {
    vertical-align: middle;text-align: center;display: table-cell;
}

.lds-ellipsis {
    display: block;position: relative;width: 64px;height: 64px;margin: auto;
}

.lds-ellipsis div {
    position: absolute;top: 27px;width: 15px;height: 15px;border-radius: 1%;background: #ec1f27;animation-timing-function: cubic-bezier(0, 1, 1, 0);border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 28px;animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 48px;animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

#scroll {
    position: fixed;right: 20px;bottom: 83px;cursor: pointer;width: 40px;height: 40px;background-color: #333;text-indent: -9999px;display: none;z-index: 2;border: 1px solid #838383;
}
#scroll span {
    position:absolute;
    top:50%;left:50%;margin-left:-8px;margin-top:-12px;height:0;width:0;border:8px solid transparent;border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


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


header{
	position: fixed;
	left: 0px;top: 0px;z-index: 2;width: 100%;background: #fff;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

header .mainMenu{
	padding: 10px 0;
}

header .logo img {
  width: 160px;margin-top: 12px;z-index: 2;
}
header.fixed-top {
    animation: smoothScroll 0.5s forwards;
    background: rgba(255,255,255,0.95);
	z-index: 5;
	
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

header.fixed-top .mainMenu{
	padding: 4px 0;
}

header.fixed-top .logo img {
  width: 120px;
  margin-top: 10px;
}


@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.mainMenu .menu-link:hover{
	color: #fff;
}
.transparent {
  color: #fff;border: 1px solid #fff;border-radius: 0;font-size: 14px;padding: 10px 15px;
}

.transparent:hover{
	background: #fff;color: #004169;
}
.menu-link{
  font-size: 29px;
  color: #fff;
}
.overlay {
  height: 100%;width: 0;position: fixed;z-index: 1000;top: 0;right: 0;background: rgba(0,0,0,0.9) ;overflow-x: hidden;transition: 0.5s;z-index: 10;
}

.overlay-content {
  position: relative;top: 25%;width: 100%;text-align: center;
}

.overlay-content a {
  padding: 8px;text-transform: uppercase;font-size: 20px;color: #fff;display: block;transition: 0.3s;text-decoration: none;border: 1px solid rgba(255,255,255,0.8);display: block;margin: 10px auto;width: 230px;
}

.overlay-content a:hover, .overlay-content a:focus {
  color: #333;font-size: 22px;width: 250px;background: #fff;
}

.overlay .closebtn {
  position: absolute;top: 20px;right: 45px;font-size: 60px;color: #fff;
}

.overlay .closebtn:hover{
	text-decoration: none;
}
.navbar .navbar-toggler {
    border: 0px;background: #ec1f27;color: #fff;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-expand-lg .navbar-nav .nav-link {
  margin: 0 12px;position: relative;padding-left: 0px;padding-right: 0px;
}

.navbar-nav .nav-link{
	position: relative;
}
.navbar-nav .nav-link::after {
  position: absolute;left: 0;bottom: 0;content: "";width: 0%;height: 4px;background: #ec1f27;display: block;
 }

.navbar-nav .nav-link:hover::after{
	width: 100%;
}

/*.navbar-nav .nav-item:last-child .nav-link{
  color: #fff;
  border-radius: 0px;
  border: 1px solid #ec1f27;
  font-weight: 700;
  z-index: 1;
  font-weight: 700;
  padding: 6px 20px 7px;
}

.navbar-nav .nav-item:last-child .nav-link:hover{
	color: #ec1f27;
}

.navbar-nav .nav-item:last-child .nav-link::after{
	height: 100%;
	width: 100%;
	left: auto;
	right: 0;
	z-index: -1
}

.navbar-nav .nav-item:last-child .nav-link:hover:after{
	width: 0%;
}*/

/*
.navbar-nav .nav-link:last-child{
  color: #fff;
  border-radius: 0px;
  border: 1px solid #ec1f27;
  font-weight: 700;
  z-index: 1;
}

.navbar-nav .nav-link:last-child:hover{
	color: #ec1f27;
}

.navbar-nav .nav-link:last-child::after{
	height: 100%;
	width: 100%;
	left: auto;
	right: 0;
	z-index: -1
}

.navbar-nav .nav-link:last-child:hover:after{
	width: 0%;
}



.navbar-nav .nav-link:last-child {
  font-weight: 700;
  padding: 6px 20px 7px;
}*/

.breadcrumb {
  background: none;margin: 0;padding-left: 0px;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
  color: #fff;
}
.banner{
	margin-top: 50px;
}

.banner aside h2 {
  font-size: 45px;line-height: 50px;margin-bottom: 30px;max-width: 450px;text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.65);
}

.banner-slider div{
    position: relative;
}
.banner-slider aside {
    width: 83%;position: absolute;left: 50%;top: 40%;transform: translate(-50%, 0%);z-index: 3;
}
.subpage-banner aside {
  transform: none;top: auto;bottom: 20px;left: 13%;text-align: left;
}

.subpage-banner h3 {
  font-size: 26px;
}

.banner-slider .slick-active aside h2{
  animation-name: fade-Up;
  animation-duration: 2s;opacity: 1;position: relative;
}

@keyframes fade-Up {
  
  0% {
    bottom: -40px;
    opacity: 0;
  }
  
  60% {
    bottom: 0px;
    opacity:1;
  }

}

.fade-Up {
  -webkit-animation-name: fade-Up;
  animation-name: fade-Up;
}

@-webkit-keyframes fade-Up {
  
  0% {
    bottom: -20px;
    opacity: 0;
  }
  
  40% {
    bottom: 0px;
    opacity:1;
  }

}
.banner-slider.subpage aside {
    top: auto;
    bottom: 40px;
}
.banner-slider figure {
    width: 100%;display: inline-block;text-align: right;vertical-align: middle;position: relative;
}

.banner-slider figure img{
    width: 100%;
}

.banner-slider figure::after {
  content: "";
  position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0,0,0,0.2);
}

.banner-slider .slick-slide {
      padding: 0;position: relative;
}
.banner-slider i.fa {
  font-size: 20px;
}
.slick-arrow {
  border: 2px solid #fff;border-radius: 50%;padding: 7px 11px;font-size: 16px;
}

.btnPrev {
  position: absolute;top: 48%;left: 3%;z-index: 1;
}

.btnNext{
    position:absolute;top: 48%;right: 3%;z-index: 1;
}

.btnPrev i::before,
.btnNext i::before {
    color: #fff;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.scroll-down {
  display: block;width: 60px;margin: 0 auto;text-align: center;font-size: 12px;font-weight: 400;
}

.scroll-down img {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
    width: 25px;margin: 12px auto;
}

/*---------- Events -------------*/

.promotions-slider .card {
  border-radius: 0px;height: 100%;margin: 0 15px;
}

.promotions-slider h2{
	font-size: 24px;
}
.promotions-slider .card-body {
  background: #eee;height: 210px;
}
.menu-box {
  text-align: center;position: relative;padding: 20px;
}
.menu-box::after {
  content: "";background: #e07f59;width: 100%;height: 80%;display: block;left: 0;bottom: 0;position: absolute;z-index: -1;
}

.menu-box figure{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.65);
	border: 6px solid #fff;

}
.facilities {
  padding-left: 0;
}

ul.facilities {
  list-style: none;padding-left: 0;margin-top: 20px;
}

.facilities li {
  display: inline-block;margin-right: 5px;
}

.facilities li img {
  width: 36px;
}
.slick-dots {
  bottom: -50px;
}

.slick-dots li button::before {
  width: 16px;height: 16px;content: '';opacity: 1;border: 1px solid #ec1f27;
}


.slick-dots li:hover button::before {
    background: #ec1f27;
}

.slick-dots li.slick-active button::before {
    background: #ec1f27;opacity: 1;
}

.zoom,
.zoom figure{
    overflow: hidden;
}
.zoom img{
    max-height: unset;
}

.zoom:hover img {
    transform: scale(1.1);
}

.gallery img {
    height: 250px;
    object-fit: cover;cursor: url("../images/zoom.png"), auto;
}

.gallery figure{
	margin-bottom: 0px;background: #000;
}

.gallery a:hover img {
	opacity: 0.85;
}
.get-touch input::placeholder, 
.get-touch textarea::placeholder{
}

.get-touch input, 
.get-touch textarea,
.get-touch .form-control:focus {
  background: #f7f7f7;
  font-size: 15px;
}

.get-touch .wpcf7-submit {
  background: #ec1f27;border: 0px;color: #fff;padding: 10px 25px 10px 25px;font-size: 16px;font-weight: 700;
}

.filter-select, 
.filter-select:focus {
}

.filter-select option{
	color: #004169;
	background: #e9e9ed;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


@keyframes zoomIn {
    
  0% {
    opacity: 0;
    transform-style: preserve-3d;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes zoomIn {
    
  0% {
    opacity: 0;
    transform-style: preserve-3d;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.fancybox-thumbs__list a::before {
  border: 4px solid #f0c901;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--fancybox-accent-color, #f0c901);
}
#careers label {
  margin: 15px 0px 3px 0;
  font-weight: 400;
}
.modal-content{
    background: #f5f5f5;
}
.modal-header .close {
  padding: 0;margin: 0 0 0 0;opacity: 1;font-size: 45px;line-height: 50px;color: #372616;
}

.form-control,
.modal-content{
    border-radius: 0px;
}

.btn-store{
    width: 150px;
}

#calendar .btn:first-child {
  display: none;
}
.error404 h1 {
  font-size: 100px;line-height: 100px;
}
.error404 {
  text-align: center;border: 1px solid #fff;background: rgba(255,255,255,0.1);margin-top: 40px;padding: 30px;
}

footer, footer p, footer a{
	font-size: 15px;
}

.copyrights, .copyrights a{
	font-size: 13px;
}

footer, footer a{
    color: #fff;
}

footer a:hover{
	color: #fff;
}

footer hr{
	border-top: 1px solid rgba(255, 255, 255, 0.3)
}

.footer-menu{
	list-style: none;
	padding-left: 0px;
}

.footer-menu a {
	display: block;
	
}

.footer-menu a:hover {
	text-decoration: none;
}

.footer-menu a::before {
  content: "\279C";margin-right: 7px;
}


footer .media{
	display: inline;
}

footer .media i::before {
    color: #fff;font-size: 18px;padding-bottom: 6px;
}

footer .media a:hover{
	text-decoration: none;
}

footer .media a:hover i::before {
    color: #fff;
    border-bottom: 2px solid #fff;
	
}

footer .media i {
  margin: 0px 8px 0 8px;
}

.bg-shadow{
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.2);
}

.zoom img, .zoom:hover img, .btn-primary::after, 
.navbar-nav .nav-link::after{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;transition: all .5s
}


/*----July-14--*/
.tw-newsletter-form .form-control {
  height: calc(1.5em + 0.75rem + 6px);

  font-size: 15px;
}

/*---404---*/

body.error404 {
  height: auto;
}

.error404 .innerBanner {
  min-height: 61vh;
}

/*---Inner Banner--*/

.innerBanner{
    padding: 4rem 0 2rem;display: flex;justify-content: center;align-items: center;
}
.inner-page-content p a{
    color: #372616;
}
.inner-page-content p a:hover{
    text-decoration: none;color: #000;
}

/*----cookie---*/

#gdpr {
    padding: 20px;background: #161616;color: #FFFFFF;position: fixed;bottom: 0;left: 0;width: 100%;z-index: 999;
}
#gdpr p {
    font-size: 15px;line-height: 20px;margin-bottom: 0;text-align: center;
}
#gdpr p a {
    color: #fff;
}
#gdpr .btn-primary {
    color: #fff;
    /*background: #f7f7f7;
    font-size: 15px;
    margin-right: 6px;*/
    text-transform: capitalize;border: 1px solid transparent;
    /*width: 10%;
    //padding: 6px 12px;*/
    display: inline-block;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;
    -ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;
    -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;border-radius: 1px;
}
#gdpr .btn-primary:hover{
    color: #ec1f27;background: #fff;text-decoration: none;border: 1px solid #ec1f27;
}
.blog-list figure {
  position: relative;height: 250px;overflow: hidden;
}

.blog-list figure img {
  width: 100%;height: 100%;position: absolute;left: 0;object-fit: cover;top: 0;
}
.blog-container {
  max-width: 991px;
  margin: 100px auto 0;
}
.blog-container p a{
  color: #1e65ee;
}
span.posted-on {
  margin: 20px 0 10px;display: block;font-weight: 600;
}
@media screen and (min-width: 1300px) {

	.img-about {
	  bottom: -80px;
	}

} 

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:991px) {
    
    header{
		padding-bottom: 10px;
	}

	header .logo img,
	header.fixed-top .logo img {
	  width: 140px;
	  z-index: 2;
	}
    
    .navbar-dark .navbar-toggler {
      margin-top: 15px;
    }
    
    .navbar{
        background: transparent;
    }
    
    .mainMenu,
    header.fixed-top .mainMenu{
        margin-top: 10px;
    }
    
	.banner{
		margin-top: 0px;
	}
    
    .top-menu{
        display: none;
    }
    
	.menu-slider a figure::after {
	  opacity: 0.8;
	  top: 15px;
	}
	
	.menu-slider a figure h3 {
	  bottom: 20%;
	}
	
	.menu-slider .slick-slide div span{
		opacity: 1;
	}
	
	.promotions-slider .card-body {
	  height: auto;
	}
    
}

@media only screen and (max-width:767px) {
    
    
    h1, .heading, .common-heading {
        font-size: 24px;line-height: 30px;
    }
    h2, .event h2 {
        font-size: 20px;line-height: 22px;
    }
	
	.banner-slider aside{
		text-align: center;top: 30%;
	}
    .banner-slider aside h2 {
	  font-size: 25px;text-align: center;line-height: 30px;max-width: unset;
	}

    .banner-slider aside p{
        display: none;
    }
    
    .banner-slider.subpage aside {
        top: 50%;bottom: auto;
    }
    
	.banner-slider .btnPrev {
	  bottom: 15px;
	  top: auto;
	}
	.banner-slider .btnNext {
	  bottom: 15px;
	  top: auto;
	}
	

	.gallery-tabs .tab-content figure {
	  margin-bottom: 0px;
	}
	
	.gallery-tabs .tab-content figure img{
		height: 250px;
	}
    
	.menu-slider .slick-slide:nth-child(even){
		margin-top: 0px;
	}
	
    .btn-primary {
      padding: 8px 12px;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 45px;
    }
    
    #tab-about::after {
        background: transparent;
    }
    .img-about {
      width: 100%;bottom: auto;
    }
	
    .btn-store{
        width: 100px;
    }
    
    footer {
        /*background: url("../images/bubbles.png") no-repeat right bottom;*/
        background-size: auto 170px;
    }
    
    footer h3 {
        margin: 25px 0 15px;
    }
    
    #scroll{
        bottom: 83px;
    }
    
    /*---Inner Banner--*/
    .innerBanner img {
        max-width:150px;
    }
    /*----cookie---*/
    #gdpr .btn-primary{
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
}


@media only screen and (max-width:576px) {
    
    header .transparent {
	  font-size: 12px;
	  padding: 9px 12px;
	}
	
	.menu-link {
	  margin: 0;
	}
	
    .banner-slider figure img {
        height: 370px;
		object-fit: cover;
    }
	
	.subpage-banner aside{
		left: 12px;
	}
	
	.subpage-banner figure img{
		height: 200px;
	}
    
    .img-about {
      bottom: auto;
      width: 100%;
    }
    
    .btnPrev {
      left: 35%;
    }
    
    .btnNext{
        right: 35%;
    }
	
	
	footer, footer p, footer a{
		font-size: 17px;
		line-height: 24px;
	}
	
	.copyrights, .copyrights a{
		font-size: 15px;
	}
    
    
}

@media only screen and (max-width:420px) {
    
    
    .gallery-slider figure img {
      height: 180px;
    }
   
   
	.overlay a {font-size: 20px}
	.overlay .closebtn {
	font-size: 40px;top: 15px;right: 35px;
	}
    
}

    
/*------Extra Style----*/
.gal-content{
    display: none;
}
.footer-menu .nav-link{
    padding: 0;
}
.promotions-slider .slick-slide img {
  height: 320px;
}
.menu-box figure img {
  height: 180px;object-fit: cover;width: 100%;
}