body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

.btn {
	outline: 0;
	box-shadow: none;
	border: 0;
}

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

#header {
	position: relative;
	z-index: 9;
}

#header .top .row {
	height: 72px;
}

#header .top .search-content {
	width: 50px;
	float: right;
	height: 50px;
	position: relative;
	border: 1px solid transparent;
	transition: all ease 0.3s;
}

#header .top .search-content.open {
	width: 300px;
	border-color: #e8e8e8;
	box-shadow: 0 0 10px #bbb;
}

#header .top .search-content.open .close-search {
	display: block;
}

#header .top .search-content .form-control {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 5px 50px;
	height: 50px;
	box-shadow: none;
}

#header .top .search-content .icon-search {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	font-size: 28px;
	color: #a31621;
}

#header .top .search-content .close-search {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	padding: 0;
	font-size: 14px;
	color: #6b6b6b;
	background-color: #c7c7c7;
	border-radius: 100%;
	display: none;
}

#header .top .navbar-toggler {
	color: #a31621;
	font-size: 28px;
}

#header .bottom {
	background: rgba(163, 22, 33, 0.8);
	position: absolute;
	width: 100%;
	bottom: -74px;
}

#header .bottom .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header .bottom .nav ul li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #fff;
	padding: 25px 5px;
	transition: all ease 0.3s;
	position: relative;
	overflow: hidden;
}

#header .bottom .nav ul li a:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #ddd;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform: rotate(45deg);
	background: #fff;
	display: none;
}

#header .bottom .nav ul li .mega-menu {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(163, 22, 33, 0.8);
	max-height: 0px;
	overflow: hidden;
	transition: all ease 0.4s;
}

#header .bottom .nav ul li .mega-menu ul {
	margin: 15px 0;
}

#header .bottom .nav ul li .mega-menu ul li a {
	padding: 5px;
	left: 0;
}

#header .bottom .nav ul li .mega-menu ul li a:after {
	display: none;
}

#header .bottom .nav ul li .mega-menu ul li a:hover {
	left: 5px;
}

#header .bottom .nav ul li .mega-menu img {
	margin: 20px;
	border: 1px solid #fff;
	max-height: 180px;
}

#header .bottom .nav ul li .mega-menu .container:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	display: block;
}

#header .bottom .nav ul li:hover>a:after {
	display: block;
}

#header .bottom .nav ul li:hover>.mega-menu {
	height: auto;
	max-height: 500px;
}

.slider .item {
	display: none;
	outline: none !important;
}

.slider .item:first-child {
	display: block;
}

.slider .item.slick-slide {
	display: block;
}

.slider .item img {
	display: block;
	width: 100%;
}

.slider .slick-dots {
	position: absolute;
	bottom: 10px;
	z-index: 9;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.slider .slick-dots>li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #a30f0e;
	background-color: #fff;
	border-radius: 100%;
	margin: 5px;
}

.slider .slick-dots>li.slick-active {
	background-color: #a30f0e;
	border-color: #fff;
}

.slider .slick-dots>li * {
	display: none;
}

.boxes {
	padding: 40px 25px;
}

.boxes .box-text {
	background: #f0f1f3;
	height: 100%;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	color: #830e26;
}

.boxes .box-text h2 {
	margin: 5%;
}

.boxes .box-text p {
	position: absolute;
	left: 35%;
	bottom: 0;
	padding: 5%;
	font-size: 16px;
	font-weight: 300;
}

.boxes .box-text p strong {
	font-weight: 700;
}

.boxes .box-text .link {
	position: absolute;
	right: 5%;
	bottom: 5%;
	color: #830e26;
	font-size: 18px;
}

.boxes .box-text .img1 {
	position: absolute;
	right: -5%;
	width: 40%;
}

.boxes .box-text .img2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
}

.boxes .box1 {
	width: calc(52% - 20px);
	float: left;
	height: 100%;
	margin-right: 20px;
}

.boxes .box1 img {
	height: 100%;
}

.boxes .box2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	height: calc(60% - 10px);
}

.boxes .box2 img {
	height: 100%;
}

.boxes .box3 {
	width: 48%;
	float: left;
	height: calc(40% - 10px);
}

.boxes .box3 img {
	height: 100%;
}

.right-img-bg {
	background-color: #a30f0e;
	color: #fff;
	display: flex;
	align-items: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 360px;
}

.right-img-bg h2 {
	font-weight: 300;
	font-size: 40px;
	position: relative;
}

.right-img-bg h2 strong {
	font-weight: 700;
}

.right-img-bg h2:after {
	content: '';
	width: 60%;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 30px 0;
}

.right-img-bg h2:before {
	content: '';
	position: absolute;
	left: 20%;
	bottom: -5px;
	width: 12px;
	height: 12px;
	background-color: #a42a21;
	transform: rotate(45deg);
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.right-img-bg p {
	font-size: 18px;
	font-weight: 300;
}

.right-img-bg.img1 {
	background: url(../img/home-bg1.jpg) no-repeat center center;
}

.right-img-bg.img2 {
	background: url(../img/home-bg2.jpg) no-repeat center center;
}

.news {
	background: url(../img/home-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.slider-title h3 {
	font-size: 18px;
	font-weight: 300;
	color: #a30f0e;
	margin-top: 15px;
}

.mini-slider .item {
	outline: none !important;
}

.mini-slider .item .image img {
	width: 100%;
}

.mini-slider .item .text h3 {
	font-weight: 300;
	font-size: 40px;
	position: relative;
	color: #a30f0e;
}

.mini-slider .item .text h3 strong {
	font-weight: 700;
}

.mini-slider .item .text h3:after {
	content: '';
	width: 60%;
	height: 1px;
	background-color: #a30f0e;
	display: block;
	margin: 15px 0;
}

.mini-slider .item .text h3:before {
	content: '';
	position: absolute;
	left: 20%;
	bottom: -5px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	transform: rotate(45deg);
	border-left: 1px solid #a30f0e;
	border-top: 1px solid #a30f0e;
}

.mini-slider .item .text p {
	font-size: 18px;
	font-weight: 300;
}

.mini-slider .item .text a {
	color: #212529;
}

.mini-slider .slick-arrow {
	display: none !important;
}

.slider-arrows {
	margin-top: -30px;
}

.slider-arrows .btn {
	padding: 5px;
	color: #878787;
	font-size: 20px;
}

.slider-arrows .btn.next {
	color: #a30f0e;
}

.section {
	padding: 40px 0;
}

.section-title {
	color: #830e26;
}

#footer {
	padding: 40px 0;
	background: #a30f0e;
	color: #fff;
}

#footer h3 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
}

#footer p {
	font-weight: 300;
}

#footer a {
	color: #fff;
	transition: all ease 0.3s;
}

#footer a:hover {
	color: #630a03;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer .footer-menu {
	margin-bottom: 30px;
}

#footer .footer-menu a {
	display: block;
	padding: 10px 2px;
}

#footer .bulten {
	margin-bottom: 30px;
	max-width: 500px;
}

#footer .bulten .form-control {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	height: 50px;
}

#footer .bulten .btn {
	height: 50px;
	background-color: #8b0e0d;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 5px 30px;
	margin-left: 10px;
	font-size: 24px;
	box-shadow: none;
}

#footer .socials h3 {
	margin: 0 20px 0 0;
}

#footer .socials a {
	font-size: 30px;
	display: inline-block;
	padding: 10px;
}

#footer .sponsor {
	float: right;
}

#footer .sponsor img {
	margin-left: 20px;
}

#footer .sponsor img:first-child {
	margin-left: 0;
}

@media (max-width: 1199px) {
	#footer .footer-menu ul {
		display: block !important;
		text-align: center;
	}
	#footer .footer-menu ul li {
		display: inline-block;
	}
	#footer .footer-menu ul li a {
		padding: 5px 10px;
	}
}

@media (min-width: 992px) {
	#header .bottom {
		display: block;
		visibility: visible;
	}
}

@media (max-width: 991px) {
	#header .bottom {
		position: relative;
		bottom: 0;
	}
	#header .bottom .nav ul {
		display: block !important;
		margin: 15px 0;
	}
	#header .bottom .nav ul li a {
		padding: 5px 0;
	}
	#header .bottom .nav ul li a:after,
	#header .bottom .nav ul li .mega-menu .container:before {
		display: none !important;
	}
	#header .bottom .nav ul li .mega-menu {
		position: relative;
	}
	#header .bottom .nav ul li .mega-menu .row {
		display: block !important;
	}
	#header .bottom .nav ul li .mega-menu ul {
		margin: 0;
		padding: 10px 0;
	}
	#header .bottom .nav ul li .mega-menu img {
		display: none;
	}
	#header .top .search-content {
		background-color: #fff;
		overflow: hidden;
	}
	#header .top .search-content.open {
		width: 100%;
	}
	.boxes {
		padding: 15px 0;
	}
	.boxes .box-text .img2 {
		position: relative;
	}
	.boxes .box-text {
		margin: 0 0 20px 0;
		height: inherit;
	}
}

@media (max-width: 767px) {
	.boxes .box-text .img1 {
		width: 20%;
	}
	#footer {
		text-align: center;
	}
	#footer .socials {
		justify-content: center;
	}
	#footer .sponsor {
		width: 100%;
		margin: 30px 0;
	}
	.slider .item img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 50vw;
	}
}

@media (max-width: 575px) {
	.search {
		position: absolute;
		z-index: 999;
		width: auto;
		right: 60px;
		padding: 0;
	}
	.mobile-menu {
		padding: 0;
	}
	.boxes .box1,
	.boxes .box2,
	.boxes .box3 {
		width: 100%;
		height: inherit;
		margin: 0 0 15px 0;
	}
	.boxes .box-text .img1 {
		width: 40%;
		float: right;
		position: relative;
	}
	.boxes .box-text p {
		position: relative;
		left: 0;
	}
	.boxes .box3 {
		margin: 0;
	}
	.boxes .box-text {
		margin-bottom: 15px;
	}
	.slider-arrows {
		margin: 0;
	}
	.mini-slider .item .text h3 {
		margin-top: 15px;
	}
	.slider .slick-dots {
		position: relative;
		bottom: 0;
		margin: 5px 0;
	}
}