@charset "utf-8";
/* CSS Document */

.advantage-skp{
	background: #242834;
	height: 100%;
    padding: 0px 18px;
}

.advantage-skp .single-course-categories-two{
    padding: 30px 0px 8px;
	height: 100%;
}

.advantage-skp .single-course-categories-two .cours-title h5{
	font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
}

.advantage-skp .single-course-categories-two{
	width: auto;
}

.advantage-skp .single-course-categories-two .cours-title h4, .advantage-skp .single-course-categories-two .cours-title p{
    padding-left: 25px;
}

.advantage-skp .single-course-categories-two .cours-title p.wmax-60{
    max-width: 65%;
}

.advantage-skp .single-course-categories-two .cours-title p.wmax-60{
    line-height: 1.6em;
    font-size: 18px;
    letter-spacing: 0;
}

.advantage-skp .single-course-categories-two .item-inner{
}

.advantage-skp .single-course-categories-two .item-inner::before{
	position: absolute;
    display: block;
    content: "";
    background: rgb(63, 95, 235);
    width: 7px;
    height: 75px;
    border-radius: 10px;
    margin-top: -16px;
	animation: reveal 6s linear;
  	/*transition: transform 1s;
  	transform-origin: 0% 50%;	*/
}

.advantage-skp .single-course-categories-two .item-inner.min-line-ht::before{
	position: absolute;
    display: block;
    content: "";
    background: rgb(63, 95, 235);
    width: 7px;
    height: 48px;
    border-radius: 10px;
    margin-top: -8px;
	animation: reveal 6s linear;
  	/*transition: transform 1s;
  	transform-origin: 0% 50%;	*/
}

@keyframes reveal {
  /*0% {
    left: -50px;
  }
  50% {
    left: calc(100% - 150px);
  }
  100% {
    left: -50px;
  }*/0% { opacity: 0; }
  100% { opacity: 1; }
}



@keyframes fadeInhead {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.advantage-skp .single-course-categories-two .cours-title{
	animation: fadeInhead 3s; 
}

.about-skp{
	max-width: 745px;
}

@media (max-width: 767px){
	.advantage-skp .single-course-categories-two .cours-title p, .advantage-skp .single-course-categories-two .cours-title p.wmax-60{
		max-width: 100%;
	    padding-left: 0px;
	}
}

.read-more-btn{
	background-color: rgb(63 95 235);
    padding: 14px 30px;
    color: white;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "Proxima-N-W01-Reg";
}

.read-more-btn:hover{
	background-color: #fff;
	color: #000;
}

.project-count-bg{
	position: relative;
	height: 100vh;
}

.work-img-skp{
    position: relative;
}

.project-count-bg1 .work-img-skp img{
	border-radius: 20px;
}

.project-count-bg1 .work-img-skp:hover:after {
  display: block;
  content: "";
  background: linear-gradient(0deg, rgb(63, 95, 235) 0%, transparent 100%);
	border-radius: 20px;
  opacity: 0.7;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

.project-count-bg1 .work-img-skp img:hover:after {
  height: 55%;
  opacity: 0.9;
    -webkit-transition: 1s;
    transition: 1s;
}

.why-skp h5, .why-skp p{
    transform: translateX(0%);
}

.material-section{
    background-color: #242834;
	padding: 0px 12px;
}

.material-section .material-row{
}

.material-item{
	border: 1px solid rgba(255, 255, 255, 0.2)/*
    width: 33%;
	display: inline-block;*/
}

/*.slider-text-info h1{animation:fadeIn .1s ease-in-out;transition:top 50ms,left 50ms;display:flex;align-items:center;justify-content:center}

@keyframes fadeIn{from{opacity:0}to{opacity:1}}*/