body
{
overflow:hidden;
position: fixed;
}

.bannerdata {
	z-index: 10000;
	position: fixed;
	width: 100%;
	top: 0;
}
.bannerdata  .bannerinner
{
/*display: -webkit-box;
display: -ms-flexbox;
display: flex;*/
display:block
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content:center;
position: relative;
}

.logoimg img {
	margin: 0 auto;
}

.bannerdata .bk-img img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

.bannerdata .bk-img {
	width: 100%;
	overflow: hidden;
	height: 100vh;
}

.bannerdata .content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	height:100%;
	/*top: 50%;
	transform: translateY(-50%);*/
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
	text-align: center;
	-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content:center;
}

.bannertxt {
	font-family: 'Abhaya Libre', serif;
	color: #fff;
	font-weight: 400;
	font-size: 1.875rem;
	line-height: 3.625rem;
	max-width: 1000px;
	width: calc(100% - 30px);
	margin: 0 auto;
	text-align: left;
}

.bannerdata .btntxt {
	color: #c1c0c0;
	
	border: 1px solid #797979;
	display: inline-block;
	cursor: pointer;
	margin-top: 32px;
	padding: 6px 12px;
	font-size: .875rem;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.bannerdata .btntxt:hover {

	color: #fff;
	border: 1px solid #fff;
	
}

.content-wrapper .logoimg {
	margin-bottom: 50px;
}

span.highlight {
	position: relative;
	padding: 0px 3px;
	white-space: pre;
	display: inline-block;
line-height: 1;
    z-index: 1;
}

span.highlight:after {
	position: absolute;
	content: "";
	width: 0%;
	height: 6px;
	background: #ccc;
	left: 0;
	bottom: 0;
	z-index: -1;
	display:block;
}
.bannerdata span.highlight:nth-child(1)
{
padding-top: 2px;
}
span.highlight:nth-child(1):after {
	background: #8cc63f;

}

span.highlight:nth-child(2):after {
	background: #d40000;
}

span.highlight:nth-child(3):after {
	background: #e8ac37;
}

span.highlight:nth-child(4):after {
	background: #808080;
}

span.highlight:nth-child(5):after {
	background: #006400;
}

.bannerdata.anim span.highlight:nth-child(1):after {
/*	-webkit-animation-name: pulse;
	-ms-animation-name: pulse;
	animation-name: pulse;
	animation-delay: .5s;
	animation-duration: .6s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;*/
	-webkit-animation: pulse .6s linear .5s 1 forwards ;
	
	-ms-animation: pulse .6s linear .5s 1 forwards ;
	animation: pulse .6s linear .5s 1 forwards ;
	
}

.bannerdata.anim span.highlight:nth-child(2):after {
/*	-webkit-animation-name: pulse;
	-ms-animation-name: pulse;
	animation-name: pulse;
	animation-delay: 1.5s;
	animation-duration: .6s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;*/
	-webkit-animation: pulse .6s linear 1.5s 1 forwards ;
	
	-ms-animation: pulse .6s linear 1.5s 1 forwards ;
	animation: pulse .6s linear 1.5s 1 forwards ;
}

.bannerdata.anim span.highlight:nth-child(3):after {
	/*-webkit-animation-name: pulse;
	-ms-animation-name: pulse;
	animation-name: pulse;
	animation-delay: 2.5s;
	animation-duration: .6s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;*/
	-webkit-animation: pulse .6s linear 2.5s 1 forwards ;
	
	-ms-animation: pulse .6s linear 2.5s 1 forwards ;
	animation: pulse .6s linear 2.5s 1 forwards ;
}

.bannerdata.anim span.highlight:nth-child(4):after {
	/*-webkit-animation-name: pulse;
	animation-name: pulse;
	-ms-animation-name: pulse;
	animation-delay: 3.5s;
	animation-duration: .6s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;*/
	 -webkit-animation: pulse .6s linear 3.5s 1 forwards ;
	
	 -ms-animation: pulse .6s linear 3.5s 1 forwards ;
	  animation: pulse .6s linear 3.5s 1 forwards ;
}

.bannerdata.anim span.highlight:nth-child(5):after {
/*	-webkit-animation-name: pulse;
	animation-name: pulse;
	-ms-animation-name: pulse;
	animation-delay: 4.5s;
	animation-duration: .6s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;*/
	 -webkit-animation: pulse .6s linear 4.5s 1 forwards ;
	
	 -ms-animation: pulse .6s linear 4.5s 1 forwards ;
	  animation: pulse .6s linear 4.5s 1 forwards ;
}

@-webkit-keyframes pulse {
	0% {
		height: 6px;
		width:0px;
	}
	50% {
		height: 6px;
		width: 100%
	}
	100% {
		height: 100%;
		width: 100%
	}
	
}
@-ms-keyframes pulse {
	0% {
		height: 6px;
		width:0px;
	}
	50% {
		height: 6px;
		width: 100%
	}
	100% {
		height: 100%;
		width: 100%
	}
	
}

@keyframes pulse {
	0% {
		height: 6px;
		width:0px;
	}
	50% {
		height: 6px;
		width: 100%
	}
	100% {
		height: 100%;
		width: 100%
	}
}
.bannerdata .btntxt
{
	position:relative;
		padding-right: 38px;
}

.bannerdata .btntxt:after {
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	content:"";
	background: url(img/learn-more.png) no-repeat center center;
	-webkit-animation-name: MOVEBG;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: .8s;
	animation-name: MOVEBG;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: .8s;
}

@-webkit-keyframes MOVEBG {
   from {
	right:10px
   }
   to { 
      right:6px
   }
}
@keyframes MOVEBG {
   from {
	right:10px
   }
   to { 
	right:6px
   }
}


/*test*/
/*
.bannerdata .bannerinner
{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
    justify-content: center;
}
.bannerdata .content-wrapper
{
left: unset;
    right: unset;
    top: unset;
	transform:unset;
    
}
*/
/**/

@media screen and (max-width: 1199px) {
	.bannertxt {
	width: calc(100% - 100px);
	}
}

@media screen and (max-width: 991px) {
.bannerimgwrapper
{
position:relative;
}


}

@media only screen and (min-width: 992px) and (max-width: 1200px)
{
.bannerinner .logoimg  img{
    height: 150px;
    width: auto;

}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
 {
	
		.bannertxt {
			width: calc(100% - 70px)!important;
		}
	}
	@media screen and (max-width: 767px) {
		.bannertxt {
			font-size: 1.125rem;
			line-height: 1.875rem;
		}
	/*	span.highlight:after {
			height: 3px;
			bottom: -3px;
		}*/
		.bannerdata .btntxt {
			font-size: .8125rem;
		}
		.bannerinner .logoimg {
			max-width: 155px;
			width: 80%;
		
			margin: 0 auto;
			margin-bottom: 0px;
			margin-bottom: 25px;
		}
		.logoimg img {
			max-width: 100%;
		}
	body .bannertxt {
    width: calc(100% - 40px);
        }
	
	
}

