.hero-slider {
	/*margin-top: 100px;*/
}
.hero-slider .slick-arrow {
	position: absolute;
	top: 45%;
	z-index: 9999;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: none;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: 45px;
}
.hero-slider .slick-arrow i {
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 30px;
	display: block;
	line-height: 50px;
}
.hero-slider .slick-arrow.slick-next {
	right: 50px;
}
.hero-slider .slick-arrow.slick-prev {
	left: 50px;
}
.hero-slider .slick-arrow:hover {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.hero-slider .slick-dots {
	position: absolute;
	right: 65px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hero-slider .slick-dots {
	right: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slider .slick-dots {
	right: 30px;
}
}
.hero-slider .slick-dots li {
	padding: 14px 0;
	position: relative;
}
.hero-slider .slick-dots li:before {
	position: absolute;
	width: 2px;
	height: 18px;
	content: '';
	background-color: #ffffff;
	left: 50%;
	margin-left: -1px;
	top: 100%;
	margin-top: -9px;
}
.hero-slider .slick-dots li:last-child::before {
	display: none;
}
.hero-slider .slick-dots li button {
	border: none;
	background-color: transparent;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	padding: 0;
}
.hero-slider .slick-dots li button::before {
	content: '0';
}
.hero-slider .slick-dots li.slick-active button {
	color: #bc0400;
}
.hero-item {
	/*padding-top: 170px;  */
  background-size:90%;
}
.hero-item .hero-image img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	float: right;
	margin-right: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hero-item {
  background-size:100%;
}
.hero-item .hero-image img {
	width: 450px;
	margin-right: -30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-item .hero-image img {
	width: 350px;
	margin-right: -30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-item .hero-image img {
	max-width: 350px;
	margin-right: 0;
}
}
@media only screen and (max-width: 992px) {
  #header .logo img {
  max-height: 120px;
}
}
@media only screen and (max-width: 767px) {
.hero-item .hero-image img {
	max-width: 300px;
	width: 100%;
	margin: auto;
	float: left;
}
#header .logo img {
  max-height: 100px;
}
}
@media only screen and (max-width: 540px) {
#header .logo img {
  max-height: 80px;
}
}
.hero-item .hero-content {
	padding-top: 330px;
  padding-bottom: 250px;
	
}
@media only screen and (min-width: 1450px) and (max-width: 1650px) {
.hero-item .hero-content {
	padding-top: 330px;
  padding-bottom: 150px;
	
}
}
@media only screen and (min-width: 1201px) and (max-width: 1449px) {
.hero-item .hero-content {
	
	padding-top: 280px;
  padding-bottom: 130px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hero-item .hero-content {
	padding-top: 200px;
  padding-bottom: 80px;
	
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-item .hero-content {
	padding-top: 174px;
  padding-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.hero-item .hero-content {
	padding-top: 100px;
  padding-bottom:80px;
}
}

@media only screen and (max-width: 540px) {
.hero-item .hero-content {
	padding-top: 70px;
  padding-bottom:30px;
}
}
.hero-item .hero-content > div {
	overflow: hidden;
}
.hero-item .hero-content > div * {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
.hero-item .hero-content > div.title * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero-item .hero-content > div.title-2 * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero-item .hero-content > div.sub-title * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero-item .hero-content > div.button * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero-item .hero-content h1 {

  margin: 0 0 10px 0;
font-size: 52px;
font-weight: 700;
line-height: 56px;
color: #f2bc00;
}
.hero-item .hero-content h2 {
 color:rgba(255, 255, 255, 0.8);
 font-size:32px;
} 
 
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.hero-item .hero-content h1 {
	font-size: 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-item .hero-content h1 {
	font-size: 40px;
	padding-bottom: 5px;
}
.hero-item .hero-content h2 {
	font-size: 28px;
  padding-bottom:5px;
}
}
@media only screen and (max-width: 767px) {
.hero-item .hero-content h1 {
	font-size: 30px;
	padding-bottom: 8px;
}
.hero-item .hero-content h2 {
	font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.hero-item .hero-content h1 {
	font-size: 28px;
  margin-bottom:0px;
  padding-bottom:0px;
}

.hero-item .hero-content h2 {
	font-size: 20px;
  margin-bottom: 0;
}
.hero-item .hero-content .button{
  display:none;
}
}
.hero-item .hero-content h3 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	color: #bc0400;
	margin-top: 16px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-item .hero-content h3 {
	font-size: 20px;
	margin-top: 10px;
}
}
@media only screen and (max-width: 767px) {
.hero-item .hero-content h3 {
	font-size: 18px;
	margin-top: 10px;
}
}
.hero-item .hero-content .btn {
	margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-item .hero-content .btn {
	padding: 15px 34px;
	font-size: 12px;
	margin-top: 5px;
}
}
@media only screen and (max-width: 767px) {
.hero-item .hero-content .btn {
	margin-top: 00px;
}
}
.hero-item.slick-active .hero-image img {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.hero-item.slick-active .hero-content > div * {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
.hero-item.slick-active .hero-content > div.title * {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.hero-item.slick-active .hero-content > div.title-2 * {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.hero-item.slick-active .hero-content > div.sub-title * {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.hero-item.slick-active .hero-content > div.button * {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}