@font-face {
    font-family: 'modernline - Personal Use';
    src: url('../fonts/modernline.eot');
    src: url('../fonts/modernline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/modernline.woff2') format('woff2'),
         url('../fonts/modernline.woff') format('woff'),
         url('../fonts/modernline.ttf')  format('truetype'),
         url('../fonts/modernline.svg#modernline - Personal Use') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf')  format('truetype'),
         url('../fonts/OpenSans-Regular.svg#Open Sans') format('svg');
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
         url('../fonts/OpenSans-SemiBold.woff') format('woff'),
         url('../fonts/OpenSans-SemiBold.ttf')  format('truetype'),
         url('../fonts/OpenSans-SemiBold.svg#Open Sans SemiBold') format('svg');
}

:root {
	--color-dark-blue: #19495C;
	--color-white: #ffffff;
	--color-gray: #757676;
	--color-light-gray: #F8F8F8;
	--color-black: #191A1A;
	--text-dark-gray:#585858;
	--font-inter: 'Inter', sans-serif;
	--button-gradient: linear-gradient(90deg, #ff5000 0%, rgb(201, 36, 14) 100%);
	--color-orange:#ff5000;
	--color-red:#ff5000;
	--kt-menu-dropdown-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

body {
    font-family: 'Open Sans' !important;
    color: #515050;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}


html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: block;
    background: var(--color-orange);
    color: #FFF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: -50px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transition: background 0.5s;
    z-index: 11;
    transition: 0.5s ease;
}

.back-to-top:hover {
    background: #191A1A;
    color: #FFF;
}

.back-to-top.scrollfixed {
    right: 15px;
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}

.back-to-top i {
    padding-top: 12px;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #CCC;
    border-top: 6px solid #ff5000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.img-responsive{max-width:100%;height:auto}

section{
    padding:70px 0;    
}

.p-rel{
    position:relative;
}

h1, .h1{
    font-weight: 800;
    font-family: 'Open Sans SemiBold';
    font-size: 35px;
    line-height:44px;
}

h2, .h2{
    font-weight: 800;
    font-family: 'Open Sans SemiBold';
    font-size: 30px;
    line-height:40px;
}

.ft-12{
	font-size: 12px !important;
}

.ft-14{
	font-size: 14px !important;	
}

.ft-16{
	font-size: 16px !important;
}

.ft-18{
	font-size: 18px !important;	
}

.ft-20{
	font-size: 20px !important;	
}

.ft-22{
    font-size: 22px !important;
}

.ft-24{
    font-size:30px;
}

.ft-26{
    font-size:30px;
}

.ft-30{
    font-size:30px;
}

.fw-600{
    font-weight:600;
}

.fw-400{
    font-weight:400 !important;
}

.fw-500{
    font-weight:500 !important;
}

.fw-400 .fa{
    font-weight:300 !important;
}

.fw-700{
    font-weight:700;
}

.fw-800{
    font-weight:800;
}

.color-red{
    color: var(--color-red);
}

p{
    font-size: 17px;
    line-height: 28px;
    font-family: 'Open Sans';
    color: #000;
}

.common-header .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    padding: 15px 0;
    transition: all 0.5s ease;
    border-radius: 0;
    box-shadow: none;

}

.navbar-fixed-top.common-header .navbar {
    background-color: transparent;
}

.shrink.common-header .navbar {
    background-color: #fff;
    box-shadow: 0 0 12px -4px;
    padding: 0;
    transition: all 0.5s ease;
}

.logo-image {
    height: 70px;
    transition: all 0.5s ease;
}

.shrink .logo-image {
    height: 60px;
    margin: 5px 0;
    transition: all 0.5s ease;
    filter: brightness(0.2);
}

.common-header .navbar-header {
    width: 100%;
}

.common-header .navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.common-header .navbar-default .navbar-nav>li>a {
    color: #000;
    position: relative;
    text-transform: uppercase;
}

.shrink .menu-trigger {
    margin-top: 10px;
    transition: all 0.5s ease;
}

.navbar.navbar-default .row {
    width: 100%;
}

.icon-bar {
    background-color: #fd5100;
    display: block;
    height: 3px;
    margin: 10px 0;
    transition: all 0.5s ease;
    transform: none;
    width: 40px;
}

.shrink .icon-bar{
    background-color: #575656;
    transition: all 0.5s ease;
}

.shrink .header-social-links .fa{
    color: #575656;
    transition: all 0.5s ease;
}

.icon-bar.two {
    opacity: 1;
    transition: all 0.5s ease;
}

.icon-bar.three {
    width: 40px;
    position: relative;
    left: 2px;
}

.icon-bar.two {
    opacity: 1;
    transition: all 0.5s ease;
    position: relative;
    width: 25px;
}

.menu-trigger.show .icon-bar.one{
    transform: rotate(45deg);
    top: 13px;
}

.menu-trigger.show .icon-bar.three{
    transform: rotate(-45deg);
    bottom: 12px;
}

.menu-trigger.show .icon-bar.two{
    opacity: 0;
}

.icon-bar.one {
    left: 2px;
    position: relative;
}

.menubar-wrap {
    display: inline-block;
    vertical-align: middle;
}

.menu-trigger {
    cursor: pointer;
    float: right;
    margin-top: 24px;
    position: absolute;
    transition: all 0.5s ease;
    display: flex !important;
    align-items: center;
    margin-left: 15px;
    outline: none;
    top: 0;
}

.header-social-links .fa{
    font-size:26px;
    color:#FFF;
    padding:0 0 0 30px;    
}

.header-social-links{
    margin-top: 30px;
    position: absolute;
    transition: all 0.5s ease;
    display: flex !important;
    align-items: center;
    right:0;
}

.shrink .header-social-links{
    margin-top: 25px;
}

.banner-layers {
    max-height: 100vh;
    overflow: hidden;
}

.banner-layers::after{
    content:"";
    width:100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position:absolute;
    top:0;
    right:0;
}

.banner-layers h1{
    font-family: 'Open Sans';
    font-size:30px;
    padding-bottom:10px;
    line-height:40px;
    font-weight:300;
}

.banner-layers h1 b{
    font-weight:500;
    font-family: 'Open Sans SemiBold';
}

.banner-layers .buttons{
    padding-top:30px;
}

.banner-btn1, .cta-btn{
    padding: 13px 30px;
    font-weight: 400;
    font-family: 'Open Sans SemiBold';
    background: #ff5000;
    color: #FFF;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 50px;
    display: inline-block;
}

.banner-btn1:hover, .cta-btn:hover{
    background: #FFF;
    color: #ff5000;
    transition: all 0.5s ease;
}

.banner-layers .kenburns img, .banner-layers .kenburnsreverse img {
	width:100%;
	height:100%;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:60s;
	-moz-animation-duration:80s;
	-ms-animation-duration:80s;
	-o-animation-duration:80s;
	animation-duration:80s;
	animation-timing-function:ease-out;
	-webkit-animation-timing-function:ease-out;
	-webkit-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-moz-animation-iteration-count:1;
	-moz-animation-fill-mode:forwards;
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
	animation-name: kenburns;
}

.banner-layers .kenburnsreverse img{
    animation-name: kenburnsreverse;
}

.kenburns {
	-webkit-animation-name:kenburns;
	-moz-animation-name:kenburns;
	-o-animation-name:kenburns;
	animation-name:kenburns;
}
.kenburnsreverse {
	-webkit-animation-name:kenburnsreverse;
	-moz-animation-name:kenburnsreverse;
	-o-animation-name:kenburnsreverse;
	animation-name:kenburnsreverse;
}

.home-banner{
    padding:0px;
}

.pt-70{
    padding-top:70px;
}

.pt-80{
    padding-top:80px;
}

.pt-90{
    padding-top:90px;
}

.pb-70{
    padding-bottom:70px;
}

.pb-80{
    padding-bottom:80px;
}

.pb-90{
    padding-bottom:90px;
}


@-webkit-keyframes kenburns {
	0% {
					-webkit-transform:scale(1.2);
	}
	50% {
					-webkit-transform:scale(1);
	}
	100% {
					-webkit-transform:scale(1.2);
	}
	
}
@keyframes kenburns {
	0% {
					transform:scale(1.2);
	}
	50% {
					webkit-transform:scale(1);
	}
	100% {
					webkit-transform:scale(1.2);
	}
}
@-webkit-keyframes kenburnsreverse {
	0% {
					-webkit-transform:scale(1);
	}
	50% {
					-webkit-transform:scale(1.2);
	}
	100% {
					-webkit-transform:scale(1);
	}
}
@keyframes kenburnsreverse {
	0% {
					transform:scale(1);
	}
	50% {
					transform:scale(1.2);
	}
	100% {
					transform:scale(1);
	}
	
}

.bglight{
    background:#f7f7f7;
}

.banner-strip{
    background-position: center;
    min-height:65px;
    background-repeat: no-repeat;
    position:relative;
    background-image:url(../images/banner-bottom-strip.jpg);
    padding:0px;
}

.cta-btn{
    margin-right: 0px;
}


.carousel-caption{
    top:40%;
    width:600px;
    left:auto;
    right:15%;
}


.carousel-indicators{
    top: 44%;
    right: 10%;
    bottom: auto;
    width: 30px;
    position:absolute;
    left:auto;
    display:block;
    margin:0;
}

.carousel-indicators li{
    font-size: 6px;
    line-height: 20px;
    top: 0;
    left: 0;
    width: 10px !important;
    height: 10px !important;
    content: '';
    text-align: center;
    color: #938687;
    background:#938687;
    border-radius:50%;
    opacity:0.8;
    border:none;
    margin-bottom:10px;
}

.carousel-indicators li.active{
    color: #FFF;
    background:#FFF;
    border-radius:50%;
    opacity:0.8;
    border:none;
}

.menu{
    position:absolute;
    left:-400px;
    top:0;
    padding:50px;
    background:#000;
    z-index:9999;
    height:100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 1.3s ease;
}

.menu.show{
    opacity: 1;
    left:0px;
    visibility: visible;
    transition: all 0.8s ease;
}

.menu ul li{
    padding:10px 0;
    min-width:200px;
}

.menu ul li a, .menu p, .menu-close a{
    font-size:16px;
    color:#FFF;
    font-family: 'Open Sans SemiBold';
    transition: all 0.5s ease;
}

.menu p::before{
    float: left;
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    top: 7px;
    border: none;
    padding-right: 10px;
    color: #ff5000;
}

.menu ul li a:hover, .menu-close a:hover, .menu ul li.active a{
    color:#ff5000;
    transition: all 0.5s ease;
}

.menu ul li ul li{
    padding:10px 0 0 0;
}

.menu ul li ul li a{
    font-family: 'Open Sans';
}

.menu ul li .dropdown-toggle::after{
    float: right;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    top: 10px;
    border:none;
}

.jarallax {
   /* min-height: 425px;*/
   padding:100px 0px
}


/*.banner-bottom{
    position: relative;
    min-height: 425px;
    width: 100vw;
    transform-style: inherit;
}

.banner-bottom:before{
    background-image: url(../images/banner-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:70px 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 425px;
}*/

.banner-bottom:after{
    content:"";
    background: rgb(0,0,0, 0.5);
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.banner-bottom p{
    font-family: 'Open Sans';
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 44px;
    font-weight: 300;
    color: #FFF;
}

.footer-cta p{
    color:#FFF;
    font-size:28px;
    line-height:46px;
}

.banner-bottom-sm p{
    font-size:14px;
    color:#ccc;
    line-height:20px;
    font-style: italic;
}

.banner-bottom .container{
    z-index:3;
    position: relative;
}

.footmenu{
    padding:70px 0;
    background: rgb(223,223,222);
    background: #FFF;
}

.footmenu-iteam1{
    background: url(../images/footmenubg1.jpg);
}

.footmenu-iteam2{
    background: url(../images/footmenubg2.jpg);
}

.footmenu-iteam3{
    background: url(../images/footmenubg3.jpg);
}

.footmenu-iteam4{
    background: url(../images/footmenubg4.jpg);
}

.footmenu a, .footmenu a:hover{
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    cursor: text;
}

.footmenu-iteam{
    background-repeat: no-repeat;
    background-size: cover;
    min-height:400px;
    width:100%;
    position:relative;
}

.footmenu-iteam::before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    min-height:400px;
    transition: all 0.5s ease;
}

.footmenu a:hover .footmenu-iteam::before{
    background: rgba(253, 81, 0, 0.4);
    transition: all 0.5s ease;
}

.footmenu-iteam a{
    font-size:20px;
    padding:5px 0;
    text-align:center;
    border-radius:10px;
    color:#FFF;
    font-family: 'Open Sans SemiBold';
    font-weight:700;
    transition: all 0.5s ease;
    transition: all 0.6s ease;
}

.foot-text{
    position: absolute;
    top: 40%;
    border: 2px solid #ff5000;
    display: block;
    padding: 8px;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 50px;
    left: 0;
    right: 0;
    text-align: center;
    cursor:pointer;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}
.footmenu a .foot-hover-text{
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 80, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.footmenu a:hover .foot-hover-text{
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
}

.footmenu a:hover .foot-text{
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.foot-text:hover, .footmenu a:hover .foot-text{
    background:#ff5000;
    color:#FFF;
    transition: all 0.5s ease;
}

.foot-text:hover a{
    color:#FFF;
    transition: all 0.5s ease;
}

.footer-cta{
    padding:200px 0 70px 0;
   /* background: url(../images/ctabanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

.latest-events{
    padding:70px 0;
}

.latest-events h2{
    font-weight: 800;
    font-family: 'Open Sans SemiBold';
    color: #ff5000;
    font-size:35px;
}

.latest-events h3{
    font-family: 'modernline - Personal Use';
    color:#000;
    font-size:28px;
}

.letest-desc h3{
    font-size:20px;
    color:#000;
    font-family: 'Open Sans SemiBold';
    line-height:30px;
    font-weight:bold;
}

.letest-desc p{
    font-size:16px;
    line-height:24px;
    font-family: 'Open Sans';
    color:#000;
}

footer{
    background:#000;
    padding:15px 0 0 0;
    font-size:16px;
    line-height:20px;
    float: left;
    width: 100%;
}

.footer p{
    font-size:14px;
    color:#FFF;
}

.footer p a{
    color: #ff5000;
}

.footer p a:hover{
    color: #FFF;
}


/************** innerpage *************/

.innerpage-banner{
    width:100%;
    min-height:400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position:relative;
}

.delay-03s{animation-delay:0.3s}
.delay-06s{animation-delay:0.6s}
.delay-09s{animation-delay:0.9s}
.delay-12s{animation-delay:1.2s}

.aboutus{
    background-image:url(../images/aboutusbanner.jpg);
}

.menu-banner{
    background-image:url(../images/menu-banner.jpg);
}

.breadcrumbs{
    position:absolute;
    left:0;
    right:0;
    top:50%;
}

.breadcrumbs h3{
    font-weight: 800;
    font-family: 'Open Sans SemiBold';
    color: #FFF;
    font-size: 34px;
}

.breadcrumbs p, .breadcrumbs p a{
    font-family: 'Open Sans';
    color: #FFF;
    font-size: 16px;
} 

.innerpage-intro h2{
    color: var(--color-red);
    
}

a.menu-image{
    display: block;
    overflow: hidden;
    position: relative;
}

a.menu-image:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "+";
    color: #FFF;
    z-index: 99;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
a.menu-image:hover:before{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

a.menu-image img{
    transform: scale(1);
    transition: all 0.3s ease;
}

a.menu-image:hover img{
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.menu-bg-black{
    background: #000;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menu-bg-black p{
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #FFF;
}

.menu-bg-black .banner-btn1.cta-btn{
    padding: 10px 30px;
    line-height: 30px;
}

.aboutus_banner{
    padding:100px 0;
}

.aboutus_banner:before{
    content:"";
    background: rgb(0,0,0, 0.5);
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.aboutus_banner p{
    font-size:28px;
    line-height:46px;
    color:#FFF;
}

.catering{
    background-image:url(../images/cateringbg.jpg);
}

.kitchen{
    background-image:url(../images/kitchenbg.jpg);
}

.contactus{
    
    background-image:url(../images/contactusbanner.jpg);
}


.contact-details{
    padding: 100px 40px 70px 40px;
}

.contact-details .p-rel{
    padding:30px 20px 30px 90px;
    font-size: 18px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: var(--color-white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact-details .p-rel strong{
    font-weight: 600;
}

.contact-details .p-rel h3{
    font-weight: 600;
    font-size: 20px;
    color: var(--color-black);
}


.contact-details .p-rel a{
    color: var(--color-red);
}

.contact-details .p-rel span.contaci-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-red);
    color: var(--color-white);
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 24px;
}


.form-control{
    font-size:16px;
    font-family: 'Open Sans';
    line-height: 40px;
    height: 50px;
    margin-bottom: 30px;
    border: none;
}

.form-control:focus{
    box-shadow:none;
    
}

.red-bg{
    background: var(--color-red);
}

.google-map{
    border-top: 5px solid var(--color-red);
}

#map_canvas div[role="button"]{
	background: url("../images/map1.png") center center no-repeat;
	width: 40px !important;
	height: 66px !important;
}

#map_canvas button[type="button"]{
	border: none !important;
	box-shadow: none !important;
	outline : none !important;
}

#map_canvas h4{
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.column_strip{
    background:url(../images/strip_sm.png);
    background-repeat: no-repeat;
    background-size: cover;
    height:72px;
    width: 100%;
    margin-top: 30px;
}

.submit-bottom{
    font-family: 'Open Sans SemiBold';
    background: var(--color-black);
    color:var(--color-white) !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    transition: all 0.5s ease;
}

.res-menu {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ece5d3;
    margin-bottom: 15px;
    margin: 15px;
    padding-bottom: 15px;
}
.res-menu:hover.res-menu h3 span {
    background: #d62027;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.res-menu img {
    float: left;
    width: 55px;
    margin-right: 25px;
}
.res-menu h3 span {
    float: right;
    font-size: 16px;
    color: #d62027;
    border: 1px solid #d62027;
    padding: 3px;
    border-radius: 2px;
    font-family: 'Open Sans';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.res-menu h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Open Sans SemiBold';
}

@media (max-width:1400px) {
    .banner-layers {
        max-height: 100vh;
        overflow: hidden
    }
}

@media (max-width:1200px) {
    .menu-bg-black p{
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width:990px) {
    .logo-image{
     height:50px;   
    }
    .menu-trigger{
        margin-top:5px;
    }
    
    .carousel-caption{
        width:62%;
    }
    
    .banner-layers h1{
        font-size: 28px;
        padding-bottom: 10px;
        line-height: 34px;
    }
    .banner-layers .kenburns img, .banner-layers .kenburnsreverse img{
        height:100%;
        width:auto;
    }
    .menu-bg-black{
        min-height: 300px;
    }

    .menu-bg-black p{
        font-size: 24px;
        line-height: 36px;
    }
}


@media (max-width:540px) {
    h2, .h2{
        font-size: 20px;
        line-height: 30px;
    }
    
    .contact-details{
        padding: 50px 20px;
    }
    .logo-image{
     height:45px; 
     padding-left:15px;
    }
    .shrink .logo-image{
        height:45px;
        padding-left:15px;
    }
    
    .menu-trigger{
        margin-top:5px;
    }
    
    .icon-bar{
        margin:7px 0;    
    }
    
    .icon-bar, .icon-bar.three{
        width:30px;
    }
    
    .icon-bar.two{
        width:22px;
    }
    
    .header-social-links{
        margin-top:10px;
    }
    
    .shrink .header-social-links{
        margin-top:18px;
    }
    
    .header-social-links .fa{
        padding:0 0 0 15px;
    }
    
    .carousel-caption{
        width:82%;
        top: 20%;
    }
    
    .banner-layers h1{
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 34px;
    }
    
    .banner-layers{
        min-height:480px;
    }
    .banner-layers .kenburns img, .banner-layers .kenburnsreverse img{
        height:100%;
        width:auto;
    }
	
	.banner-layers .buttons{
		padding-top: 0px;
	}
    
    .banner-bottom p, .footer-cta p, .aboutus_banner p{
        font-size:24px;
        line-height:36px;
    }
    
    .innerpage-banner{
        height:300px;
    }
    
    .footmenu, section{
        padding:40px 0;
    }
    .res-menu img {
        float: inherit;
        display: block;
        margin: 0 auto;
    }
    .res-menu h3 span {
        float: initial;
        display: block;
        margin: 15px 0px;
        max-width: 52px;
        margin: 5px auto 3px auto;
        padding: 5px 0;
    }
    .res-menu h3 {
        margin-top: 12px;
        text-align: center;
        font-size: 20px;
    }
}