*{padding: 0;margin: 0;}
@font-face{
	font-family:Roboto-Thin;
	src:url(font/Roboto-Thin.ttf);
}
@font-face{
	font-family:Roboto-Regular;
	src:url(font/Roboto-Regular.ttf);
}
@font-face{
	font-family:Roboto-Medium;
	src:url(font/Roboto-Medium.ttf);
}
@font-face{
	font-family:Roboto-Light;
	src:url(font/Roboto-Light.ttf);
}
@font-face{
	font-family:Roboto-Bold;
	src:url(font/Roboto-Bold.ttf);
}

body{
	background:#ffffff;
	font-family:'Roboto-Regular', sans-serif;
	font-weight: 500;
	font-size:18px;
	font-weight:normal;
	line-height: normal;
	color:#11274C;
	overflow-x:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family:'Roboto-Bold', sans-serif;margin-top: 0px;padding-top: 0px;}

h1{font-size:50px; font-weight: bold; color:#ffffff; line-height:60px; letter-spacing: -0.5px; margin-bottom:35px;}
h2{font-size:50px; font-weight: bold; color:#000000; line-height:60px; letter-spacing: 0px; margin-bottom:10px;}
h3{font-size:24px; font-weight: bold; color:#000000; line-height:50px; letter-spacing: 0px; margin-bottom:15px;}
h4{font-size:25px; font-weight: bold; color:#000000; line-height:30px; letter-spacing: 0px; margin-bottom:15px;}
h5{font-size:22px; font-weight: 500; color:#000000; line-height:30px; letter-spacing: 0px; margin-bottom:10px;}
h6{font-size:20px; font-weight: bold; color:#000000; line-height:30px; letter-spacing: 0px; margin-bottom:10px;}
h1 span, h2 span{color: #ED6B46;}
p{font-size:22px; font-weight: 500; color:#8d8d8d; line-height:30px; letter-spacing: 0px; margin-bottom:20px;}
/* p:nth-last-child(1){margin-bottom:0;} */

a{text-decoration:none;color:#11274C;outline:none;display:inline-block;transition: all 0.5s;}
a:hover{text-decoration:none;color:#fbe106;}

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

.btn-default, button, input[type=submit], input[type=button], input[type=reset] {
	font-size: 18px;
	font-family: 'Roboto-Medium', sans-serif;
	line-height: 1;
	letter-spacing:3.6px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 18px 25px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	box-shadow: 0px 3px 6px #00000029;
	background-color: #fbe106;
	color: #000;
	text-align: center;
	border: none;
	max-width: 100%;
	min-width: 237px;
}

.btn-default:hover, button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	border: none;
	/* box-shadow: 3px 6px 6px #00000029; */
}

.btn-default.btn-big{min-width: 375px;}

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"], textarea, select {
	max-width: 375px;
	width: 100%;
	height: 55px;
	border: none;
	padding: 10px 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #333333;
	margin-bottom: 10px;
	outline: none;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: none;
	overflow: hidden;
	vertical-align: top;
	transition: all 0.5s ease-in-out 0s;	
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s
}

select {
	padding: 10px 40px 10px 20px;
	appearance: none;
	background-image: url("../images/select-arrow.svg");
	background-position: calc(100% - 15px) center;
	background-size: 24px;
	background-repeat: no-repeat;
	border-radius: 8px;
	font-size: 22px;
	color: #848484;
	box-shadow: 0px 3px 6px hsl(0deg 0% 0% / 16%);
	width: 294px;
    max-width: 100%;
}

select:hover {
	background-color: #11274C;
	background-image: url("../images/select-arrow-hover.svg");
	color: #ffffff;
	cursor: pointer;
}

/* .container-fluid{ width: 1630px; max-width: 95%;} */

.container{ width: 1440px; max-width: 95%;} 

textarea {
	height: 130px;
	border-radius: 21px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	background-color: #ffffff;
	color: #11274C;
}
img{max-width:100%;vertical-align:middle; width: auto; height: auto;}

section{padding-top: 85px; padding-bottom: 85px; position: relative; overflow: hidden;}

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

.page-title{margin-bottom: 70px;}

.text-white{color: #ffffff !important;}

.theme-bg{background: #11274C;}
.light-blue-bg{background: #EFF5FF;}

.pt-0{padding-top:0!important}
.pb-0{padding-bottom:0!important}
.p-0{padding:0!important}
.m-0{margin:0!important}
.mt-0{margin-top:0!important}
.mb-0{margin-bottom:0!important}
.text-golden{color: #fbe106;}

/* Header */
.logo{
	width: 150px;
	margin: 0;
}
header{
	position: absolute;
	width: 100%;
    z-index: 11;
}
.header-address ul {
    display:flex;
	justify-content: end;
}
.header-address ul li {
   margin: 0 5px;
   text-align: left;
}
.header-address ul li a {
    display: flex;
    align-items: center;
    color: #fff;
	font-size: 12px;
}
.header-address ul li a i {
    margin-right: 10px;
    color: #fbe106;
	font-size: 20px;
}
.banner-section{
	padding: 0;
}
.banner-img{
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.banner-img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5) ;
	z-index: -1;
}
.banner-container{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: auto;
	position: relative;
	z-index: 2;
	
}
.banner-text{
	text-align: center;
}
.banner-text h1{
	color: #ffffff;
}
.banner-text h1{
	font-size: 50px;
	margin-bottom: 0;
}
.contact-detail span a {
    color: #fff;
}
.banner-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
    margin: auto;
	z-index: 1;
}
.contact-icon i {
	color: #000;
}
/* contact detail */
.contact-detail{
	display: flex;
    align-items: center;
    padding: 40px 20px;
    box-shadow: 0px 0px 40px 15px rgb(0 0 0 / 6%);
    border-radius: 15px;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
	border: 1px solid #545454;
    /* height: 100%; */
}
address{
	margin-bottom: 0;
}
.contact-icon{
	width: 50px;
    height: 50px;
    background-color: #fbe106;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	color: #ffffff;
    margin-bottom: 25px;
}

/* Video section */
.video-section{
	/* height: 800px; */
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat ;
}
.video {
    position: relative;
    padding-bottom: 56.75%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
/* Newsletter */
.newsletter-box{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	height: 100%;
}
.beer-product{
	/* background: #f6f3ee; */
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.beer-img{
	width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.beer-img:after {
    position: absolute;
    display: block;
    content: " ";
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffc123;
    border-radius: 50%;
}
.beer-img img{
	width: 100%;
    height: 100%;
    padding: 30px;
	object-fit: contain;
}

.beer-product h3{
	margin-top:10px ;
	text-transform: uppercase;
	line-height: 1;
	min-height: 50px;
	text-align: center;
	margin-bottom: 0;
}

/*staff section*/

.staff-section {
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.title-wrapper {
    background: white;
    padding: 20px;
}
.title-wrapper .btn-default {
    letter-spacing: normal;
}
.free-stuff .row > div:first-child img {
    max-width: 70%;
}
.title-wrapper .btn-default:hover {
    background: #000000;
    color: #ffffff;
}
.newsletter-box span{
	color: #8d8d8d;
}
.testimonials-box {
    padding: 25px;
    background: #eee;
    border-radius: 15px;
	height: 100%;
}
.testimonials-content-left span {
    height: 40px;
    width: 40px;
    background: #fbe106;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials-content-right span i {
    color: #fbe106;
	font-size: 14px;
}
.testimonials-content-left {
    margin-right: 20px;
}
.testimonials-content-right h6 {
    margin: 0;
}
.testimonials-content-right span p {
    margin: 0;
    font-size: 12px;
    padding-left: 10px;
}
.testimonials-content-right span {
    display: flex;
    align-items: center;
}
ul.slick-dots {
    text-align: center;
    padding: 15px 0;
}
ul.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
ul.slick-dots li button {
    padding: 0;
    min-width: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	background: #eee;
	box-shadow: unset;
}
ul.slick-dots li.slick-active button {
    background: #fbe106;
}
.google-post-img img {
    max-width: 30px;
}
.google-post-content h5 {
    margin: 0;
    line-height: normal;
    padding-left: 20px;
	font-size: 18px;
	color: #8d8d8d;
    font-weight: normal;
}
.google-post-content h5 span {
    color: #348afd;
}
.testimonials-bottom p {
    font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.testimonials-slider .slick-slide {
    padding: 0 15px;
}
.testimonials-slider .slick-list {
    margin: 0 -15px;
}
.testimonials-slider .slick-arrow {
    font-size: 0;
    background: none;
    height: 40px;
    width: 40px;
    min-width: 0;
    border-radius: 50%;
	padding: 0;
	
}
.testimonials-slider .slick-prev{
	background-color: #eee;
	background-image: url("../images/left-arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
    top: 40%;
    left: -20px;
    transform: translateY(-50%);
	z-index: 1;
}
.testimonials-slider .slick-next{
	background-color: #eee;
	background-image: url("../images/right-arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
    top: 40%;
    right: -20px;
    transform: translateY(-50%);
	z-index: 1;
}
.testimonials-slider .slick-track
{
    display: flex !important;
}

.testimonials-slider .slick-slide
{
    height: inherit !important;
}
.testimonials-slider .slick-slide > div {
    height: 100%;
}
/*footer section*/
footer {
    background: #000;
}
.footer-top{
    padding: 50px 0;
	border-bottom: 1px solid #545454;
}
.footer-logo a img {
    max-width: 150px;
}
.footer-logo p {
    font-size: 18px;
	line-height: normal;
	margin: 0;
}
.footer-address ul li a {
    text-transform: capitalize;
	color: #8d8d8d;
	display: flex;
    align-items: start
}
.footer-address ul li a i {
    margin-right: 14px;
}
.footer-address ul li {
    padding-bottom: 15px;
	text-align: left;
	
}
.discription .btn-default {
    letter-spacing: normal;
}
.discription p {
    font-size: 18px;
    margin-bottom: 10px;
	line-height: normal;
}
.footer-bottom {
    padding: 15px 0;
   
}
.footer-bottom ul li {
    display: inline-block;
    margin-left: 20px;
}
.footer-bottom ul li a {
	font-size: 20px;
    color: #8d8d8d;
	

}
.footer-bottom ul li a img {
	max-width: 40px;
    filter: invert(1) brightness(1);
}
.footer-bottom p {
    margin: 0;
}
.footer-bottom p {
    font-size: 12px;
	line-height: normal;
}

.discription h6 {
    color: #fbe106;
	line-height: normal;
}
.footer-address ul li a p {
    vertical-align: top;
	text-transform: capitalize;
	font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
}
.footer-address ul li a p span {
    display: inline-block;
    width: 110px;
	text-align: left;
}
.great-selection {
    padding-top: 0;
}