
@media only screen and (max-width:600px) {
	.nav-wrapper .brand-logo{
	  font-size:1.5em!important;
	  padding: 0px!important;
	}
	#particles-js{
	  height: 400px!important;
	}
	.partic{
		max-height: 250px!important;
	}

	.logo3{
		display: none;
	}
	#first-section{
		margin-top: 450px!important;
	}
	#first-section2{
		margin-top:250px!important;
	}

}
.logo3{
	width:200px;position: absolute;top: 30px;left: 50px;
	-ms-transform: rotate(-30deg); /* IE 9 */
	-webkit-transform: rotate(-30deg); /* Safari 3-8 */
	transform: rotate(-30deg);
}

.user-view .circle{
	min-width: 120px;
	min-height: 120px;
}

#first-section{
	margin-top: 700px;
}
#first-section2{
	margin-top:300px;
}

.course span,.service span{
    font-family: Open Sans;
    font-weight: 1000px;
    font-size: 15px;
    line-height: 23px;
    color: gray;
    
}

.course{
    margin-top: 20px;
    text-align: justify;
    max-width: 100%!important;
    height:300px;
    border-radius: 5px;
    text-overflow: ellipsis;
    -webkit-box-shadow: 1px 1px 5px 0.1px rgba(122,106,122,0.92);
    -moz-box-shadow: 1px 1px 5px 0.1px rgba(122,106,122,0.92);
    box-shadow: 1px 1px 5px 0.1px rgba(122,106,122,0.92);

}
.course-back-hover {
    
    color: white;
    height:300px!important;
}
.course-back{
    width: 100%;
    text-align: center;
    
    transition: all ease-in .3s;
    color: white;
    border-radius: 5px;
    height:190px;

}
.course span{
    padding:22px;position: absolute;top:200px;left: 10px;right: 10px;
    overflow: hidden;
    word-wrap: wrap;
}

.service .col-md-5{
    padding: 0px;
}
.service{
    padding-right: 20px; 
    margin-top: 20px;
    text-align: justify;
    max-width: 100%!important;
    height:220px;
    border-radius: 5px;
    text-overflow: ellipsis;
    -webkit-box-shadow: 1px 1px 5px 0.1px rgba(122,106,122,0.92);
    -moz-box-shadow: 1px 1px 5px 0.1px rgba(122,106,122,0.92);
    box-shadow: 1px 1px 5px 0.1px rgba(122,106,122,0.92);
}
.service-back{
    width: 100%;
    transition: all ease-in .3s;
    color: white;
    border-radius: 5px;
    height:220px;
}
.service-back-hover {
    color: white;
    width:245%!important;
}
.service-sub div{
    text-align: center;
    position: absolute;
    top:50px;
    font-size: 20px;
    text-overflow: ellipsis;
}
.service span{
    position: absolute;
    padding: 10px 15px 15px 0px;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}