.index-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-carousel-inner {
  display: flex;
}
.index-carousel-item {
  min-width: 100%;
  position: relative;
}
.index-carousel-control-prev,
.index-carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .index-carousel-control-prev,
  .index-carousel-control-next {
    transition: none;
  }
}
.index-carousel-control-prev:hover, .index-carousel-control-prev:focus,
.index-carousel-control-next:hover,
.index-carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.index-carousel-control-prev {
  left: 0;
}
.index-carousel-control-next {
  right: 0;
}
.index-carousel-indicators {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  padding: 0;
}

.index-carousel-item img{
	max-width: none;
	height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
	-webkit-animation: upDown2 30s ease-out;
    animation: upDown2 30s ease-out;
    animation-iteration-count:infinite;
    animation-fill-mode:forwards;
}
.index-carousel-indicators{
	bottom: 30px;
}
.index-carousel-control{
	height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    z-index: 5;
    cursor: pointer;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/80% #698B52  !important;
}
.index-carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/80% #5fb525 !important;
}
.index-carousel-control:focus{
	opacity: 1;
}
.index-carousel-control.index-carousel-control-next{
	right: 1%;
}
.index-carousel-control.index-carousel-control-prev{
	left: 1%;
	right: auto;
	transform: rotate(180deg) translateY(50%);
}
.index-carousel-inner>.index-carousel-item{
	height: 100vh;
  min-height: 680px;
	overflow: hidden;
}
.index-carousel-inner>.index-carousel-item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.index-carousel-indicators button{
	width: 24px;
	height: 6px;
	border-radius: 0px;
	margin: 0px 4px;
	background: #fff;
	border: none;
	cursor: pointer;
}
.index-carousel-indicators .active{
	background: #698B52;
	margin: 0px 4px;
	width: 24px;
	height: 6px;
	border-radius: 0px;
}
#indexCarousel .index-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes upDown2 {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
@keyframes upDown2 {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}


.bannertext{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 0px 0%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 5;
    text-align: center;
}
.bannertext .text{
	width: 900px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
}
.bannertext h1,.bannertext h2{
	text-align: center;
	font-size: 40px;
	line-height: 140%;
    color: #fff;
    margin: auto;
    margin-top: 130px;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    white-space: break-spaces;
}
.bannertext p{
	font-size: 20px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 0px;
	white-space: normal;
	display: block;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.7s;
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.bannertext .learnmore{
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    margin-top: 50px;
}



@media screen and (max-width:1400px){

.bannertext h1, .bannertext h2,.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 35px;
}

}


@media screen and (max-width:1200px){


.bannertext h1, .bannertext h2,.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 30px;
}

}

@media screen and (max-width:1000px){


.index-carousel-control{
	display: none;
}
.bannertext h1, .bannertext h2,.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 25px;
}

}


@media screen and (max-width:800px){


.bannertext h1, .bannertext h2,.pagebanner h1,.pagebanner .pagebanner-title{
	font-size: 22px;
}

}

