/* Enter Your Custom CSS Here */
body{
font-size:18px;
}
.floatleft{
 float: left;
}

.clear{
  clear:both;
}

.floatright{
float:right;
}

ul{    list-style: none;
}


/* for the heading of each system title */
h2.system{
font-size:30px;
color:#f28532;
font-weight:bold;
}


/* each system's childen parts */
h3.title{
color:#f28532;
margin:0;
font-size:18px;
font-weight:bold;
}

/*contact us button */
.vc_btn3.vc_btn3-size-lg{
font-size:18px;
font-weight:bold;}

.vc_btn3-container{
margin-bottom:0;}

