.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;
  display: none;
}

.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% #2D4A32  !important;
}
.index-carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/80% #B6D3A2 !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: 950px;
	overflow: hidden;
}
.index-carousel-inner>.index-carousel-item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(1,26,0,.49);
	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: #0D4C99;
	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% 200px 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   z-index: 4;
}
.bannertext .maincon{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bannertext .banner-title{
	text-align: center;
	font-size: 40px;
	line-height: 1.3;
	max-width: 900px;
	margin: 150px auto 40px;
    color: #fff;
	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;
    font-family: 'MontserratAlternates';
}
.bannertext p{
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	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.8s;
    text-align: left;   
}
.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;
}
.banner-foot-bg{
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: auto;
}
.banner-foot-bg img{
	width: 100%;
	height: auto;
}
.banner-contact{
	display: inline-flex;
	align-items: center;
	padding: 8px 30px;
	background: #FFFCCD;
	color: #3C3C20;
	font-size: 15px;
	margin-top: 50px;
	border-radius: 200px;
	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: 1s;
}
.banner-contact .banner-email:after{
	content: '/';
	margin-left: 15px;
	margin-right: 15px;
}
.banner-contact a{
	color: #3C3C20;
}
.banner-contact a:hover{
	color: #2D4A32;
}
.carousel-inner>.item.thanksgiving-banner .maincon{
	text-align: left;
}
.carousel-inner>.item.thanksgiving-banner:before{
	content: none;
}
.carousel-inner>.item.thanksgiving-banner .thanksgiving-banner-pic{
	display: inline-flex;
	justify-content: flex-end;
	width: 650px;
	max-width: 100%;
	margin-top: 60px;
	margin-left: 10%;
}
.carousel-inner>.item.thanksgiving-banner .thanksgiving-banner-pic img{
	width: 100%;
	max-width: 100%;
	height: auto;
}



@media screen and (max-width:1400px){

.bannertext{
	padding-bottom: 100px;
}
.bannertext .banner-title{
	font-size: 30px;
}

}

@media screen and (max-width:1200px){


}

@media screen and (max-width:1000px){

.banner-foot-bg{
	display: none;
}
.index-carousel-inner>.index-carousel-item{
	height: 650px;
}
.bannertext .banner-title{
	font-size: 25px;
}

}


@media screen and (max-width:800px){

.banner-contact{
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.banner-contact .banner-email:after{
	content: none;
	margin-left: 0px;
	margin-right: 0px;
}
.banner-contact{
	margin-top: 30px;
}
.bannertext .banner-title{
	font-size: 20px;
	margin-bottom: 30px;
}

}