.homeslider {
	position: relative;
	list-style: none;
	overflow: hidden;
	margin:0 0 80px;
}
.homeslider .arrows {
	display: none;
}
.homeslider .caption.even {
	text-align: center;
	top: 50px;
	position: absolute;
	left: 0;
	height: 315px;
	margin: auto;
	bottom: 0;
	right: 0;
}
.homeslider .caption.odd {
    text-align: center;
    top: 50px;
    position: absolute;
    left: 10%;
    height: 315px;
    margin: auto;
    bottom: 0;
    right: auto;
}
.homeslider .owl-item.active .caption {
    animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
}
.homeslider .caption h2 {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: var(--secondary-text-color);
	font: 400 90px/92px var(--primary-font);
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
	margin: 0 0 30px;
}
.homeslider .caption h3 {
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: var(--secondary-bg-color);
	width: auto;
	font: 400 90px/92px var(--primary-font);
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
	margin: 0 0 20px 20px;
}
.homeslider .caption h3::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -4px;
	width: 3px;
	height: 42px;
	background: var(--secondary-bg-color);
	margin: auto 0;
}
.homeslider .caption h3::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	bottom: 0;
	left: -13px;
	width: 3px;
	height: 25px;
	background: var(--secondary-bg-color);
}
.homeslider .caption p {
	color: var(--secondary-text-color);
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
	font: 400 18px/20px var(--secondary-font);
	margin: 0 0 35px;
	clear: both;
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.homeslider .caption .btn {
	background: var(--secondary-bg-color);
	margin: 0;
	color: #111;
	padding: 10px 30px;
	font: 400 16px/18px var(--secondary-font);
	animation: 1400ms ease-in-out 0s normal none 1 running fadeInDown;
}
.homeslider .caption .btn:hover {
	background: var(--body-background-color);
}
.homeslider .caption .btn:hover a {
	color: #111;
}
.homeslider .direction a{
    opacity: 0 !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    -webkit-opacity: 0 !important;
}
.homeslider:hover .direction a{
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important; 
    -webkit-opacity: 1 !important;
}
@media(max-width:1399px){
    .homeslider {
        margin: 0 0 60px;
    }
    .homeslider .caption h3, .homeslider .caption h2 {
        font-size: 75px;
        line-height: 77px;
    }
    .homeslider .caption h3{
        margin: 0 0 15px;
    }
    .homeslider .caption h2 {
        margin: 0 0 20px;
    }
    .homeslider .caption p {
        margin: 0 0 20px;
        font-size: 13px;
        line-height: 15px;
    }
}
@media(max-width:1299px){
    .homeslider .caption.odd {
        left: 7%;
    }
    .homeslider .caption.odd h3, .homeslider .caption.odd h2 {
        font-size: 62px;
        line-height: 64px;
    }
    .homeslider .caption.even h3, .homeslider .caption.even h2 {
        font-size: 62px;
        line-height: 64px;
    }
    .homeslider .caption h3{
        margin: 0 0 10px;
    }
    .homeslider .caption h2 {
        margin: 0 0 15px;
    }
    .homeslider .caption h2 {
        margin: 0 0 20px;
    }
    .homeslider .caption .btn {
        padding: 10px 22px;
    }
}
@media(max-width: 1199px){
    .homeslider {
        margin: 0 0 50px;
    }
    .homeslider .caption.odd {
        left: 5%;
        height: 237px;
    }
    .homeslider .caption.even {
        height: 237px;
    }
    .homeslider .caption.odd h3, .homeslider .caption.odd h2 {
        font-size: 50px;
        line-height: 52px;
    }
    .homeslider .caption.even h3, .homeslider .caption.even h2 {
        font-size: 50px;
        line-height: 52px;
    }
    .homeslider .caption .btn {
        padding: 8px 20px;
    }
}
@media(max-width:991px){
    .homeslider {
        margin: 0 0 40px;
    }
	.homeslider .caption.odd {
        left: 5%;
        height: 174px;
        top: 0;
    }
    .homeslider .caption.even {
        height: 170px;
        top: 0;
    }
    .homeslider .caption.odd h3, .homeslider .caption.odd h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .homeslider .caption.even h3, .homeslider .caption.even h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .homeslider .caption h3{
        margin: 0 0 8px;
    }
    .homeslider .caption h2 {
        margin: 0 0 10px;
    }
    .homeslider .caption .btn{
        padding: 5px 17px;
    }
    .homeslider .caption h3::before {
        left: -4px;
        height: 31px;
    }
    .homeslider .caption h3::after {
        left: -11px;
        height: 23px;
    }
}
@media (max-width:767px){
    .homeslider .caption.even {
        height: 141px;
        top: 0;
        padding: 0;
    }
    .homeslider .caption.odd {
        left: 7%;
        height: 184px;
        top: 0;
        padding: 0;
    }
    .homeslider .caption.odd h3, .homeslider .caption.odd h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .homeslider .caption.odd h3, .homeslider .caption.odd h2 {
        font-size: 40px;
        line-height: 42px;
    }
    .homeslider .caption h3{
        margin: 0 0 5px;
    }
    .homeslider .caption h2 {
        margin: 0 0 8px;
    }
    .homeslider .caption h3::before {
        left: -4px;
        height: 22px;
        width: 2px;
    }
    .homeslider .caption h3::after {
        left: -11px;
        height: 18px;
        width: 2px;
    }
    .homeslider .caption p {
        margin: 0 0 11px;
        font-size: 12px;
        line-height: 14px;
    }
    .homeslider .caption .btn {
        padding: 5px 13px;
        font-size: 15px;
        line-height: 17px;
    }
}
@media (max-width: 650px){
    .homeslider .caption.odd {
        left: 5%;
        height: 104px;
        top: 0;
        padding: 0;
    }
    .homeslider .caption.even h3, .homeslider .caption.even h2 {
        font-size: 31px;
        line-height: 33px;
    }
    .homeslider .caption.odd h3, .homeslider .caption.odd h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .homeslider .caption p{
        display: none;
    }
}
@media(max-width: 543px){
    .homeslider {
        margin: 0 0 30px;
    }
}
@media(max-width: 480px){
    .homeslider .caption.even {
        height: 84px;
        top: 0;
        padding: 0;
    }
    .homeslider .caption.odd {
        padding: 0;
        height: 70px;
        top: 0;
    }
    .homeslider .caption.odd h3, .homeslider .caption.odd h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .homeslider .caption.even h3, .homeslider .caption.even h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .homeslider .caption h3{
        margin: 0;
    }
    .homeslider .caption h2 {
        margin: 0 0 7px;
    }
    .homeslider .caption h3::before {
        left: -4px;
        height: 16px;
        width: 2px;
    }
    .homeslider .caption h3::after {
        left: -9px;
        height: 14px;
        width: 2px;
    }
    .homeslider .caption p {
        display: none;
    }
    .homeslider .caption .btn {
        padding: 2px 5px;
        font-size: 12px;
        line-height: 14px;
    }
    .homeslider .owl-carousel .owl-dots button.active {
        height: 4px;
        width: 22px;
    }
    .homeslider .owl-carousel .owl-dots button {
        height: 4px;
        width: 22px;
    }
}



.carousel-inner {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    -ms-transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    line-height: 1;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-transition: transform .6s ease-in-out;
        -moz-transition: transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        -ms-transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right,
    .carousel-inner > .carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.direction a {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border: 2px solid var(--primary-bg-color);
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 60px;
    margin: auto;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 60px;
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    background: var(--primary-bg-color);
}

.direction a:focus,
.direction a:hover {
    background: var(--secondary-bg-color);
    border-color: var(--secondary-bg-color);
    color: var(--secondary-text-color);
    text-decoration: none;
    outline: 0;
    opacity: .9;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    -webkit-opacity: .9;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel .carousel-item {
    height: 100%;
}
.carousel .carousel-item img {
    width: 100%;
    margin-left: 0;
}
.carousel i {
    color: var(--primary-text-color);
    display: inline-block;
    float: none;
    font-size: 28px;
    height: 100%;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.carousel .left:hover i,
.carousel .left:focus i,
.carousel .right:hover i,
.carousel .right:focus i {
    color: #fff;
}
.homeslider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 50px;
	top: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	border-radius: 25px;
	width: 90px;
}
.homeslider .owl-carousel .owl-dots button.active {
	height: 5px;
	width: 30px;
	background: var(--secondary-bg-color) !important;
}
.homeslider .owl-carousel .owl-dots button {
	border: none;
	height: 5px;
	width: 30px;
	background: #2f2f31;
	cursor: pointer;
	padding: 0;
	margin: 0 5px;
	transition: all 400ms ease-in-out 0s;
}
.homeslider .owl-carousel .owl-dots button:hover {
	background: var(--secondary-bg-color) !important;
}
@media (min-width: 544px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
}
@media (max-width:1399px){
	.carousel i {
		padding: 9px;
	}
	.direction a {
		height: 50px;
		width: 50px;
	}
}
@media (max-width: 1200px) {
	.carousel i {
		padding: 7px;
	    font-size: 22px;
	}
	.direction a {
		height: 40px;
		width: 40px;
	}

}
@media (max-width: 991px) {
    .homeslider .owl-carousel .owl-dots {
        bottom: 28px;
    }
}
@media (max-width: 767px) {
	.direction a {
		opacity: 1;
		-moz-opacity: 1; 
		-khtml-opacity: 1; 
		-webkit-opacity: 1;
	}
    .homeslider .owl-carousel .owl-dots {
        bottom: 13px;
    }
}
@media (max-width: 543px) {
    .carousel i {
        color: #111;
		padding:0;
		font-size: 28px;
    }
    .carousel .left:hover i,
    .carousel .left:focus i,
    .carousel .right:hover i,
    .carousel .right:focus i {
        color: var(--secondary-bg-color);
    }
	.direction a {
        background:none;
		border:none;
		height: 28px;
		width: 28px;
	}
	.direction a:focus, .direction a:hover {
        background:none;
		border:none;
	}
}
@media (max-width: 480px) {
    .homeslider .owl-carousel .owl-dots {
        bottom: 6px;
    }
    .homeslider .owl-carousel .owl-dots button {
        height: 3px;
        width: 24px;
    }
    .homeslider .owl-carousel .owl-dots button.active {
        height: 3px;
        width: 24px;
    }
}