@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 601px) {
	.order-sm-1{
      order: 1;
    }
    .order-sm-2{
      order: 2;
    }
.navbar-fixed {
	height: 64px
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	height: 64px;
	line-height: 64px;
}
.navbar-fixed .brand-logo>img {
	height: 64px;
	width: auto
}
.order-m1 {
	order: 1;
}
.order-m2 {
	order: 2;
}
.sec {
	padding: 2rem 0;
}
ul.login-section li {
	margin-left: 20px;
	float: right;
}
.description h3 {
	font-size: 1.65rem
}
.feature {
	min-height: 240px;
}
.feature p {
    -webkit-line-clamp: 4;
}
}
 @media only screen and (min-width: 993px) {
.order-l1 {
	order: 1;
}
.order-l2 {
	order: 2;
}
.navbar-fixed {
	height: 80px
}
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	height: 80px;
	line-height: 80px;
}
.navbar-fixed .brand-logo>img {
	height: 80px;
}
.sec {
	padding: 2.5rem 0;
}
.technology .item > img {
	zoom: 1;
}
.sFeatures .row {
    justify-content: center;
    display: flex;
}
}

/*@media only screen and (min-width: 601px) and (max-width: 767px) {
.row.d-flex .col.m6 {
    width: 100%;
}
}*/

@media only screen and (max-width: 767px) {
}

 @media only screen and (max-width: 600px) {
.container {    
    padding: 0 15px;
	width: 100%;
}
.navbar-fixed {
	height: 55px
}
nav .brand-logo>img {
	height: 56px;
	width: auto
}
ul.login-section li {
	margin-right: 20px;
}
.sec {
	padding: 2rem 0;
}
.technology .item > img {
	zoom: 0.65;
}

}
@media only screen and (max-width: 480px) {
}









/* END CSS */
