.hero {
	position: relative
}
.hero__items {
	height: 700px;
	width:100%;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
	top: 0;
	opacity: 1
}
.hero__slider.owl-carousel .owl-dots {
	display: none
}
.hero__slider.owl-carousel .owl-nav button {
	font-size: 20px;
	color: #fff !important;
	position: absolute;
	left: 145px;
	/* top: 50%; */
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-top: -25px
}
.hero__slider.owl-carousel .owl-nav button.owl-next i, .hero__slider.owl-carousel .owl-nav button.owl-prev i {
	font-size:20px;
	-moz-transform: skew(-25deg, 0);
    -ms-transform: skew(-25deg, 0);
    -o-transform: skew(-25deg, 0);
    -webkit-transform: skew(-25deg, 0);
}
.hero__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 145px;
	-moz-transform: skew(25deg, 0);
    -ms-transform: skew(25deg, 0);
    -o-transform: skew(25deg, 0);
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0);
	background:#bb495b;
	border: 2px solid #bb495b;
}
.hero__slider.owl-carousel .owl-nav button.owl-prev {
	left: auto;
	right: 225px;
	-moz-transform: skew(25deg, 0);
    -ms-transform: skew(25deg, 0);
    -o-transform: skew(25deg, 0);
    -webkit-transform: skew(25deg, 0);
    transform: skew(25deg, 0);
	border: 2px solid #bb495b;
	background:#bb495b;
}
.hero__slider.owl-carousel .owl-nav button:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	display:none;
	width: 20px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	content: "";
	border-radius: 0 0 0 4px;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	transition: all, .5s
}
.hero__slider.owl-carousel .owl-nav button:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	display:none;
	width: 20px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	content: "";
	border-radius: 0 4px 0 0;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	transition: all, .5s
}
.hero__slider.owl-carousel .owl-nav button:hover {
	background:#002a80;
	border: 2px solid #002a80;
	color:#fff !important;
	-webkit-transition: all, .5s;
	-o-transition: all, .5s;
	transition: all, .5s
}




@media only screen and (min-width:1200px) {
	
}

@media only screen and (min-width:1450px) {
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hero__slider.owl-carousel .owl-nav button {
		left: 15px
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hero__slider.owl-carousel .owl-nav button {
		left: 0
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0
	}
	.hero__text .hero__social {
		right: 80px
	}
	.slide-num {
		left: 70px
	}
	.slider__progress {
		left: 106px
	}
	
}

@media only screen and (max-width:767px) {
	.hero__text h2 {
		font-size: 34px;
		line-height: 45px
	}
	.hero__items {
		height: 710px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 0
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 0
	}
	.hero__text h2 {
		font-size: 46px;
		line-height: 58px
	}
	.hero__text .hero__social {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 100px
	}
	.slide-num {
		bottom: 25px;
		left: 0;
		width: 100%;
		text-align: center
	}
	.slider__progress {
		left: 0;
		bottom: 35px;
		right: 0;
		margin: 0 auto
	}
	.hero__text .more_btn {
		bottom: 62px
	}
	
}

@media only screen and (max-width:575px) {
	
	
}

@media only screen and (max-width:479px) {
	.section-title h2 {
		font-size: 28px;
		line-height: 1
	}
	.hero__text h2 {
		font-size: 28px;
		line-height: 42px
	}
	.hero__items {
		height: 610px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 40px
	}
}

