body {
	font-family: 'Raleway';
}

.mobile-break { 
	display: none; 
}


a,
button {
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.fontRC {
	font-family: 'Roboto Condensed';
	font-weight: bold;
}

a.navbar-brand {
	margin: 0;
}

a.navbar-brand img {
	max-width: 170px;
	margin: 0 2rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	padding: 0 2em;
	letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: rgb(0, 0, 0);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgb(0, 0, 0);
}

.headerSearch {
	color: #ac9671;
}

a.nav-link.Isactive {
	position: relative;
}

a.nav-link.Isactive::after {
	background-color: #e7c16b;
	content: "";
	height: 3px;
	width: 65%;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #000;
}

.dropdown-menu.show {
	padding: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
	padding: 10px 10px;
}

.dropdown-menu ul li {
	border-bottom: 1px solid #80808059;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

a.dropdown-item {
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	padding: 0px 10px;
	border-left: 3px solid transparent;
	margin: 0px 0;
}

a.dropdown-item:hover {
	background-color: transparent;
	border-left: 3px solid #e7c16b;
}

.dropdown-menu ul li:last-child {
	border-bottom: 0px solid #80808059;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
}

.homeBanner {
	height: 70vh;
}

.homeBanner .carousel-inner img {
	height: 70vh;
	object-fit: cover;
	background-position: center;
}

.carouselContent {
	position: absolute;
	background-color: #000000d4;
	height: 100%;
	width: 500px;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.bannerTitle h4 {
	font-size: 22px;
	font-family: "Raleway";
	color: rgb(231, 193, 107);
	font-weight: bold;
	margin-bottom: 0;
}

.bannerTitle h2 {
	font-size: 46px;
	font-family: 'Roboto Condensed';
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.bannerTitle {
	border-bottom: 5px solid rgb(231, 193, 107);
	padding-bottom: 15px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.learnMoreBtn a {
	border: 2px solid rgb(231, 193, 107);
	display: inline-block;
	color: rgb(231, 193, 107);
	font-family: "Raleway";
	font-size: 14px;
	font-weight: 700;
	padding: 13px 30px;
}

.learnMoreBtn a:hover {
	background-color: rgb(231, 193, 107);
	color: #fff;
}

.siteTitle h4 {
	font-size: 22px;
	font-family: "Raleway";
	color: rgb(231, 193, 107);
	font-weight: bold;
	margin-bottom: 5px;
}

.siteTitle h2 {
	font-size: 40px;
	font-family: 'Roboto Condensed';
	color: rgb(3, 2, 2);
	font-weight: bold;
}

.serviceBox {
	margin: 30px 0;
}

.serviceBox h2 {
	font-size: 20px;
	font-family: "Raleway";
	color: rgb(8, 8, 7);
	font-weight: bold;
}

.serviceBox img {
	max-width: 110px;
	margin-bottom: 20px;
}

.aboutSec {
	background-color: #030202;
	padding: 30px 30px !important;
}

.aboutImage img {
	height: 420px;
	width: 100%;
	object-fit: cover;
}

.homeBrandSlider {
	padding: 80px 0;
}

.brandItem img {
	width: 150px !important;
	height: 100px;
	object-fit: contain;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.brandSlider01 .owl-nav button.owl-prev,
.brandSlider02 .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: rgb(231, 193, 107);
	font-size: 125px;
}

.brandSlider01 .owl-nav button.owl-next,
.brandSlider02 .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: rgb(231, 193, 107);
	font-size: 125px;
}

button:focus {
	outline: none;
}

.bottomSection {
	background-image: url(../images/lastSectionBG.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}

footer {
	background-color: #030202;
	padding: 50px 0;
}

.footerInner {
	position: relative;
}

.footerlogo {}

a.footerLogo img {
width: 150px;
margin: 0 auto;
display: block;
height: 60px;
object-fit: contain;
}

.footerList a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed';
	padding: 0 1.8em;
	letter-spacing: 1px;
}

.footerInner {
	border-bottom: 2px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.copyRight {
	color: #fff;
	font-size: 14px;
}

.copyRight a {
	color: #fff;
	padding: 0 5px;
}

.copyRight a:hover {
	opacity: .8;
}

.copyRight span {
	padding: 0 5px;
}

.pageTitle {
	padding: 70px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about {
	background-image: url(../images/about-bg.png);
}

.policy {
	background-image: url(../images/policy-bg.png);
}

.foundedtxt p {
	font-size: 26px;
	color: rgb(10, 10, 10);
	font-weight: 700;
	line-height: 40px;
}

.foundedPara p {
	font-size: 20px;
	color: rgb(10, 10, 10);
	padding-bottom: 25px;
}

.accordion h2 {
	font-size: 26px;
	color: rgb(218, 166, 62);
	font-weight: 600;
	line-height: normal;
	position: relative;
	cursor: pointer;
}

.card-header {
	padding: 0 1.25rem;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: transparent;
}

.card {
	border-left: transparent;
	border-right: transparent;
	border-bottom: 1px solid rgb(218, 166, 62);
	border-top: 1px solid rgb(218, 166, 62);
	padding: 18px 0;
	border-radius: 0;
	overflow: visible !important;
}

.accordion h2:after {
	content: '+';
	background-color: rgb(218, 166, 62);
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
}

.accordion h2.active:after {
	content: '-';
}

.accordion h2.active.collapsed:after {
	content: '+';
}

.accordion ul li {
	position: relative;
	padding-left: 16px;
	line-height: 35px;
}

.accordion ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color: rgb(218, 166, 62);
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

.HistoryDate {
	position: relative;
	text-align: center;
	margin: 0;
	font-size: 32px;
	font-family: "Raleway";
	font-weight: bold;
	color: #848484
}

.HistoryDate::after {
	content: "";
	background-color: #fff;
	border: 1px solid #848484;
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 7px;
}

.HistoryDate::before {
	background-color: #848484;
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 11px;
	z-index: 9;
}

.HistoryTimeLine .owl-stage-outer {
	padding: 210px 0;
}

.HistoryTimeLine .owl-stage .owl-item h3 span {
	position: relative;
	top: -38px;
}

.HistoryTimeLine .owl-stage .owl-item:nth-child(even) h3 span {
	position: relative;
	top: 32px;
}

.HistoryTimeLine .owl-stage-outer::before {
	background-color: #848484;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

h3.HistoryDate.active {
	color: rgb(231, 193, 107);
}

h3.HistoryDate.active::before {
	background-color: rgb(231, 193, 107);
}

.popover {
	border: 0;
	border-left: 5px solid rgb(231, 193, 107);
	border-radius: 0;
	font-size: 16px;
	font-family: "Raleway";
	color: rgb(10, 10, 10);
	max-width: 350px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(195, 195, 195, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(195, 195, 195, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(195, 195, 195, 0.75);
	margin: 20px 0;
}


/* h3.HistoryDate.active span::before {
    background-color: #848484;
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.popover-body {
	background-color: #fff;
	z-index: 99;
	position: relative;
	padding: 15px 15px;
}

.HistoryTimeLine button.owl-prev.disabled {
	display: none;
}

.HistoryTimeLine button i {
	display: none;
}

.HistoryTimeLine button.owl-prev {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -15px;
	font-size: 26px !important;
}

.HistoryTimeLine button.owl-next::after {
	content: "";
	background-image: url(../images/arrow-left.png);
	width: 32px;
	height: 32px;
	position: absolute;
	background-size: contain;
	z-index: 9999;
	right: -10px;
	top: -16px;
	background-repeat: no-repeat;
}

.HistoryTimeLine button.owl-next {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: -15px;
	font-size: 26px !important;
}

.HistoryTimeLine button.owl-prev::after {
	content: "";
	background-image: url(../images/arrow-right.png);
	width: 32px;
	height: 32px;
	position: absolute;
	background-size: contain;
	z-index: 9999;
	left: -5px;
	top: -16px;
	background-repeat: no-repeat;
}

.accordion p b {
	color: #daa63e;
	margin-bottom: 0;
}

.contactUs {
	background-color: #000000;
}

.contactContent {
	display: flex;
	height: 100%;
	border-left: 6px solid rgb(231, 193, 107);
	padding-left: 15px;
}

.contactContent h2 {
	margin: 0;
	font-size: 22px;
	font-family: "Raleway";
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 30px;
}

.map iframe {
	width: 100%;
	height: 500px;
}

.contactForm {
	background-color: #daa63e;
	padding: 100px 0;
	margin-top: -5px;
}

.contactForm h2 {
	font-size: 40px;
	font-family: 'Roboto Condensed';
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
}

input.form-control {
	border-radius: 0;
	border: 0;
	padding-left: 15px;
}

textarea.form-control {
	border: 0;
	border-radius: 0;
	height: 198px;
}

.submitBtn,
.visitBtn {
	background-color: #2a2722;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding: 7px 70px;
	margin-top: 20px;
	border: 1px solid #2a2722;
}

.submitBtn:hover,
.visitBtn:hover {
	background-color: #fff;
	color: #2a2722;
}

.divisions {
	background-image: url(../images/divisions-bg.png);
}

.brandLogoBox h6 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 40px;
}

.divider {
	width: 100%;
	height: 130px;
}

.accordion p {
	line-height: 32px;
}

.accSocial a {
	color: rgb(218, 166, 62);
	display: inline-block;
	font-size: 3rem;
	margin: 0 10px;
}

.brandSlider02 .brandItem img {
	width: 125px !important;
	height: 100px;
	object-fit: contain;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 3rem auto;
}

.la-bodega {
	background-image: url(../images/la-bodega-bg.png);
}

.careers {
	background-image: url(../images/careers-bg.png);
}

.borderR06 {
	border-left: 6px solid rgb(231, 193, 107);
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.foundedImage img {
	width: 100%;
}

.laBoDelist ul li {
	position: relative;
	padding-left: 16px;
	line-height: 35px;
}

.laBoDelist ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color: rgb(218, 166, 62);
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 0;
}

.laBoDelist h2 {
	font-size: 26px;
	color: rgb(218, 166, 62);
	font-weight: bold;
}

.bodegalogo img {
	max-width: 340px;
}

.visit {
	background-color: #daa63e;
	padding: 60px 0;
}

.visit h2 {
	font-size: 36px;
	font-family: "Roboto Condensed";
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 30px;
}

.servicesbg {
	background-image: url(../images/services-bg.png);
}

.serImage img {
	max-width: 200px;
}

.footerService {
	position: relative;
}

.footerService::before {
	content: "";
	background-image: url(../images/lightService.png);
	position: absolute;
	width: 460px;
	height: 460px;
	bottom: 130px;
	background-repeat: no-repeat;
	left: auto;
	right: 12%;
	/* margin: 0 auto; */
	background-size: contain;
	z-index: -1;
}

.footerCareers {
	position: relative;
}

.footerCareers::before {
	content: "";
	background-image: url(../images/lightService.png);
	position: absolute;
	width: 460px;
	height: 460px;
	bottom: 130px;
	background-repeat: no-repeat;
	left: auto;
	right: 40%;
	/* margin: 0 auto; */
	background-size: contain;
	z-index: -1;
}

.navbar-nav > li > a > span {
    border-bottom: 3px solid transparent;
    padding-bottom: 4px;
}
.navbar-nav > li.IsActive > a > span{
border-bottom: 3px solid rgb(231, 193, 107);
}
.footerList a > span {
    border-bottom: 3px solid transparent;
    padding-bottom: 4px;
}
.footerList a > span.IsActive{
border-bottom: 3px solid #fff;
}
