.nav-menu-list-icon-image {
	width:50px;
	height:50px;
	margin-right:15px;
	
}

.nav-menu-list-icon-image2 {
	width:35px;
	height:35px;
	margin-right:15px;
	
}


.thelightbg{
	background-color:#fafafa;
}
.thelightbg2{
	background-color:#66424242;

}

.thecolor{
	color:#01579B;
}
.thecolor22{
	color:#01579B;
}
.pad25{
	padding:25px;
}
.pad35{
	padding:35px;
}
.pad50{
	padding:50px;
}
.pad20{
	padding:20px;
}

.light-gray-bg{
	background-color:#AEAEAE;
}

@media only screen and (max-width: 991px){
	.nav-menu-list-icon-image {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: none;
}
}


/* How Abou Page */

.how-section1{
    margin-top:-15%;
    padding: 12%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 25px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}



/* How Abou Page */




.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:10px;
    padding:60px 10px;
    margin:30px 0px;
}

.box-part:hover{
    background:#4183D7;
}

.box-part:hover .fa , 
.box-part:hover .title , 
.box-part:hover .text ,
.box-part:hover a{
    color:#FFF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.text{
    margin:20px 0px;
}

.fa{
     color:#4183D7;
}




/* Brad*/




.yocol{
  float:left;
  width:25%;
  padding:8px;
  box-sizing:border-box;
}

.yoprice-box{
  background:#fff;
  color:#555;
  list-style-type:none;
  border:1px solid #555;
  margin:0;
  padding:0;
  transition:0.3s;
}

.yoprice-box:hover, .price-box.best{
  box-shadow: 0 10px 15px 0 #000;
}

.yoprice-box .header{
  background-color:#111;
  color:#fff;
  font-size:25px;
}

.yoprice-box .header.header-green{
  background-color:#4CAf50;
}

.yoprice-box li{
  padding:20px;
  border-bottom:1px solid #eee;
  text-align:center;
}

.yoprice-box .emph{
  background-color:#f4f4f4;
  font-ize:18px;
}

.yobutton{
  background-color:#4CAf50;
  border:none;
  color:#fff;
  padding: 10px 15px;
  text-align:center;
  text-decoration:none;
  font-size:18px;
}

@media(max-width:700px){
  .yocol{
    width:100%;
  }
}






