/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; background-color: #fff}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amikobold';
    src: url('../fonts/amiko-bold-webfont.woff2') format('woff2'),
         url('../fonts/amiko-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amikoregular';
    src: url('../fonts/amiko-regular-webfont.woff2') format('woff2'),
         url('../fonts/amiko-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amikosemibold';
    src: url('../fonts/amiko-semibold-webfont.woff2') format('woff2'),
         url('../fonts/amiko-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: 'poppinsbold';
	font-size: 22px;
	color: black;
	line-height: 55px;
	padding-top: 40px;
	text-transform: uppercase;
}

h2 {
	font-family: 'poppinsmedium';
	font-size: 35px;
	color: #edbd40;
	float: left;
	padding-left: 22px;
}

h3 {
	font-family: 'amikobold';
	font-size: 40px;
	color: white;
	line-height: 50px;
	font-weight: bolder;
	padding-left: 45px;
}

h4 {
	font-family: 'amikobold';
	font-size: 26px;
	color: black;
	text-align: center;
	padding-top: 70px;
}

.spacer {
    width: 100%;
    height: 1px;
    line-height: 1px;
    clear: both;
}

img {
    max-width: 100%;
}

#top-bg {
	width: 100%;
	height: 67px;
	margin: 0 auto;
	background-color: #000;
}

.wrapper {
	width: 100%;
	max-width: 1385px;
	height: auto;
	margin: 0 auto;
	overflow: hidden !important;
}

.logo {
	float: left;
	z-index: 999;
	position: absolute;
}

#phn {
	width: 100%;
	max-width: 200px;
	height: auto;
	float: right;
	margin-top: 24px;
}

#phn-img {
	float: left;
}

#phn-txt {
	float: left;
}

#phn-txt p {
	font-family: 'amikobold';
	font-size: 20px;
	color: #e1b33e;
	padding-top: 3px;
    padding-left: 15px;
}

#menu {
	float: right;
	margin-right: 20px;
}

#menu ul {
	text-decoration: none;
	list-style-type: none;
}

#menu ul li {
	font-family: 'amikosemibold';
	font-size: 17px;
	color: white;
	float: left;
	text-transform: uppercase;	
	padding: 27px 0px;
}

#menu ul li a {
	text-decoration: none;
	list-style-type: none;
	color: white;
	padding: 5px 20px;
  border-radius: 30px;
  transition: 0.3s ease;
}

#menu ul li a:hover {
	background-color: #fa4f09;
}

.active a {
	background-color: #fa4f09 !important;
}

#banner {
	text-align: center;
}

#welcome-bg {
	width: 100%;
	height: 672px;
	margin: 0 auto;
	background-image: url(../images/welcome-bg.jpg);
	background-size: cover;
}

#welcome-line {
	width: 100px;
	max-width: 121px;
	height: 1px;
	background-color: #de7d14;
	margin-top: 20px;
}

#welcome-img {
	float: left;
	margin-top: 45px;
	margin-left: 25px;
}

#welcome {
	width: 100%;
	max-width: 725px;
	height: auto;
	float: right;
	margin-right: 25px;
}

#welcome p {
	font-family: 'poppinsregular';
	font-size: 18px;
	color: black;
	line-height: 24px;
	text-align: justify;
	padding-top: 25px;
}

#cat-bg {
	width: 100%;
	height: 807px;
	margin: 0 auto;
	background-image: url(../images/cat-bg.jpg);
	background-size: cover;
	overflow: hidden;
}

#cat {
	width: 100%;
	max-width: 380px;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
	overflow: hidden;
}

#cat-icon {
	float: left;
	margin-top: 8px;
}

#cat-icon1 {
	float: right;
	margin-top: 8px;
}

#cat-img {
	float: left;
	margin-top: 65px;
}

.cat-img-1 {
	width: 100%;
	max-width: 666px;
	height: auto;
	float: right;
}

.cat-img-1 img {
	margin: 64px 0 -38px 0;
}

#cat-line {
	width: 100%;
	max-width: 58px;
	height: 2px;
	background-color: #edbd40;
	margin: 0 auto;
	margin-top: 35px;
}

#hour-bg {
	width: 100%;
	height: 496px;
	margin: 0 auto;
	background-image: url(../images/hour-bg.jpg);
	background-size: cover;
}

#hour-img {
	float: left;
}

#hour-rt {
	width: 100%;
	max-width: 610px;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-top: 70px;
}

#hour-rt p {
	font-family: 'amikoregular';
	font-size: 15px;
	color: white;
	line-height: 24px;
	padding: 20px 48px
}

#hour-icon {
	float: left;
	margin-top: 15px;
}

#hour-button {
	margin-top: 10px;
	margin-left: 50px;
}

#review-line {
	width: 100%;
	max-width: 62px;
	height: 3px;
	background-color: #bd0028;
	margin: 0 auto;
	margin-top: 20px;
}

#footer-bg {
	width: 100%;
	height: 330px;
	margin: 0 auto;
	background-color: black;
}

#footer {
	width: 100%;
	max-width: 1320px;
	height: auto;
	margin: 0 auto;
}

#footer-logo {
	float: left;
	margin-top: 50px;
}

#footer-line {
	width: 100%;
	max-width: 1320px;
	height: 11px;
	background-color: #ff9600;
	margin-top: 60px;
}

#footer-txt {
	width: 100%;
	max-width: 360px;
	height: auto;
	float: left;
	margin-left: 35px;
	margin-top: 45px;
}

#footer-txt p {
	font-family: 'poppinsregular';
	font-size: 16px;
	color: white;
	line-height: 30px;
}

#footer-rt {
	width: 100%;
	max-width: 495px;
	height: auto;
	float: right;
}

#footer-rt p {
	font-family: 'poppinsregular';
	font-size: 17px;
	color: white;
	line-height: 30px;
	text-align: right;
	margin-top: 50px;
}

#footer-social-icon {
	text-align: right;
	margin-top: 10px;
}



.contactdetails {
    width: 100%;
    max-width: 400px;
    margin-left: 25px;
    float: left;
}

.contactdetails p {
    font-family: 'poppinsregular';
    font-size: 20px;
    color: #000;
    line-height: 35px;
}

.form {
    width: 100%;
    max-width: 750px;
    height: auto;
    float: right;
    margin-top: 50px;
    margin-right: 50px;
}

input[type="text"], input[type="email"], textarea {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        input[type="submit"] {
            width: 100%;
            padding: 10px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;            
            margin-bottom: 35px;
        }
        input[type="submit"]:hover {
            background-color: #45a049;
        }













.review-slider {
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'poppinsregular';
    line-height: 26px;
    margin-top: 05px;
    padding-bottom: 35px;

}

.reviews {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review {
    min-width: 100%;
    padding: 25px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

.review h4 {
    margin-top: 10px;
    color: #555;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 10%;

}

button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}