
.custom-slider{
		animation: zoom 30s linear infinite alternate;
		-webkit-animation: zoom 30s linear infinite alternate;
}


@keyframes zoom {



0% {
    background-size: 100%;
		 background-position: 0% 0%;

  }

0% {
    background-size: 100%;
	background-position: 0% 0%;

 }

  25% {
     background-size: 110%;
		 background-position: 5% 5%;

  }
  50% {
     background-size: 120%;
		 background-position: 10% 10%;

  }
	60% {
     background-size: 120%;
		 background-position: 10% 10%;

  }
  75% {
    background-size: 110%;
		 background-position: 5% 5%;

  }

	 85% {
    background-size: 105%;
		 background-position: 5% 5%;

  }
100% {

       background-size: 100%;
		 background-position: 0% 0%;

     }

   }




.capitalize{ text-transform: capitalize; }


.media.contactus{
    background: #eef3f5;
    padding: 20px;    min-height: 130px;}
.media.contactus .icon-styled{}
.media.contactus .icon-styled i{}

.media.contactus .media-body{}
.media.contactus .media-body h5{}



.media.contactus h4{}




/*Video PAge*/

.custom-video-holder{position: relative;margin: 10px 8px;box-shadow: 0px 0px 17px #d8d4d4d9;border: 5px solid #e6e6e6;border-radius: 20px;overflow: hidden;}

.custom-video-holder::after {
    background: #0c2d417a;
    content: '';
    width: 100%;
    height: 98%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}


.custom-video-holder:hover:after {
    z-index: -1;
}

/*Top BAr Css*/

.top-bar {
	border-bottom: 1px solid #062637;
	background: #062637;
	color: #ffffff;
}
.top-bar {
}
.top-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(255,255,255,0.07);
}
.top-bar ul li {
	display: inline-block;
	border-right: 1px solid rgba(174, 174, 174, 0.42);
	padding: 5px 15px;
	margin: 0;
}
.top-bar ul li:last-child{
	border-right: none;
}

.navbar.light .top-bar,
.navbar.light .top-bar ul,
.navbar.light .top-bar ul li {
	/* border-color: #222222; */
	background: #1e1e1e;
}
.top-bar ul.social li {
	padding: 0;
}
.top-bar ul.social li a {
	padding: 9px 15px;
}
.top-bar a {
	color: #ccc;
}
.top-bar a:hover {
	color: #4aa2d1;
}


/*Traniner*/
.traniner p{     color: #0d425e;
    font-size: 1rem;
    font-weight: 400;}


		.course{}

		.course .media{
    background: #fff !important;
    margin: 3rem 0px 0rem 0px;
    box-shadow: 0px 0px 17px #d8d4d473;
    min-height: 120px;
}

		.course .media .icon-styled{
    text-align: center;
    display: inline-block;
    height: 80px;
    width: 80px;
}

		.course .media .icon-styled i{
    font-size: 4rem;
    text-align: center;
    text-align: center;
    display: inline;
    line-height: 80px;
}

		.course .media h6{
    font-size: 1.5rem;
}

		.course .media p{}





/*================================================
04 - BANNER SECTION CSS
==================================================*/

.banner {
	background-image: none;
    background-color: #7fcbff;
	height: 100vh;
	width: 100%;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-position: center center
}

.banner-caption {
	border-radius: 4px;
	display: table;
	height: 100%;
	width: 100%;
}

.banner-caption .container {
	display: table-cell;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 100%;
}

.banner-welcome>h3 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 20px;
}

.typed-static {
	color: #d6d6d6
}

.caption-inner span {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

.banner-welcome {
	position: relative;
	z-index: 22;
	text-align: center
}

.mouse-icon {
	background: rgba(0, 0, 0, 0.69) none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 15px;
	bottom: 30px;
	height: 42px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 30px;
	z-index: 2;
}

.mouse-icon .wheel {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: down;
	animation-name: down;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	display: block;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 4px;
	width: 3px;
}

@-webkit-keyframes down {
	0% {
		top: 5px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	30% {
		top: 15px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	60% {
		top: 15px;
		opacity: 0.60;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}
	100% {
		top: 25px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes down {
	0% {
		top: 5px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	30% {
		top: 15px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		top: 25px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.banner-area {
	height: 100vh;
	width: 100%;
	position: absolute;
	z-index: 22
}

.ah-headline.clip .ah-words-wrapper:after {
	background-color: #fff
}

.ah-words-wrapper b {
	margin-left: 5px
}
