.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner > .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner > .item > a > img,.carousel-inner > .item > img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner > .item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner > .item.active.right,.carousel-inner > .item.next{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner > .item.active.left,.carousel-inner > .item.prev{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner > .item.active,.carousel-inner > .item.next.left,.carousel-inner > .item.prev.right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev{display:block}.carousel-inner > .active{left:0}.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%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter: alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:0.9;filter: alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;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-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}


.thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>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;
}
.carousel-indicators{
	/*display: none;*/
	bottom: 20px;
}
.carousel-control{
	height: 40px;
    width: 40px;
    opacity: 1;
    border-radius: 100px;
    top: 50%;
    /*display: none;*/
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/80% rgba(0,0,0,.3) !important;
}
.carousel-control:hover{
	opacity: 1;
    background: url(../images/carousel-right.svg) no-repeat center center/80% #27175A !important;
}
.carousel-control:focus{
	opacity: 1;
}
.carousel-control.right{
	right: 1%;
}
.carousel-control.left{
	left: 1%;
	right: auto;
	transform: rotate(180deg) translateY(50%);
}
.carousel-inner>.item{
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}
.carousel-inner>.item:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(198,253,250,.61);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.carousel-indicators li{
	width: 12px;
	height: 12px;
	border-radius: 50px;
	margin: 0px 5px;
	background: rgba(255,255,255,.5);
	border: none;
}
.carousel-indicators .active{
	background: #27175A;
	margin: 0px 5px;
	width: 12px;
	height: 12px;
	border-radius: 50px;
}
.bannertext{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 0% 0px 0%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    text-align: center;
    z-index: 4;
}
.bannertext .text{
	width: 100%;
	max-width: 100%;
	display: inline-block;
	text-align: left;
}
.bannertext .banner-title{
	text-align: left;
	font-size: 50px;
	line-height: 1.3;
    color: #27175A;
    margin: auto;
    margin-top: 0px;
    font-family: 'Helvetica-Bold';
    width: 100%;
    max-width: 100%;
	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: 24px;
	color: #27175A;
	line-height: 1.5;
	margin-bottom: 0px;
	white-space: normal;
	display: block;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown .8s ease-out;
    animation: upDown .8s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    text-align: left;
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
}
.learnmore{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 80px;
	line-height: 22px;
	color: #fff;
	background: linear-gradient(to right,#8362F1,#27175A);
	border-radius: 35px 2px 35px 2px;
}
.learnmore:hover{
	background: #8362F1;
	color: #fff;
}
.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;
}
@-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.05);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes upDown2 {
    0% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
.banner-icon-list{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 60px;
}
.banner-icon-list .list-content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 30px 20px;
	background: rgba(0,0,0,.6);
	border-radius: 17px;
}
.banner-icon-list .list-content .list-item{
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}	
.banner-icon-list .list-content .list-item p{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #fff;
}
.banner-icon-list .list-content .list-item img{
	height: 60px;
	width: auto;
}


@media screen and (max-width:1400px){

.bannertext p{
	font-size: 20px;
}
.bannertext .banner-title{
	font-size: 35px;
}
	
}

@media screen and (max-width:1200px){



.bannertext .learnmore{
	margin-top: 30px;
}
.learnmore{
	border-radius: 25px 2px 25px 2px;
	padding: 10px 40px;
	font-size: 15px;
}
.banner-icon-list .list-content .list-item img{
	height: 50px;
}
.banner-icon-list .list-content .list-item p{
	font-size: 16px;
}
.bannertext .banner-title{
	font-size: 30px;
}
.bannertext p{
	font-size: 18px;
	margin-top: 10px;
}
	
}

@media screen and (max-width:1000px){


.banner-icon-list{
	display: none;
}	
.bannertext .banner-title{
	font-size: 26px;
}
.bannertext p{
	font-size: 16px;
}
	
}

@media screen and (max-width:800px){

.bannertext .banner-title{
	font-size: 22px;
}
