

/*! Text-aligns */
.myalign-left {
  text-align: left; 
  padding: 10px 0px 0px 30px;
  color: #ffffff;
  }
  .myalign-left2 {
 
  padding: 10px 0px 0px 15px;

  }
  .myalign-botom {
  text-align: left; 
  padding: 50px 0px 0px 0px;
  color: #000000;
  }
  .mymargin-top { 
  padding: 0px 0px 15px 0px;

  }
  .mymargin-botom { 
  padding: 0px 0px 50px 0px;

  }
  .padin-home-botom { 
  padding: 50px 0px 0px 0px;
  }
 .formwidth { 
  width: 100%;
  }  
  .formwidth-textarea { 
  width: 100%;
  height: 20%;
  }  


/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }
  
  .text-bold-one {
  
  color: #ef8700;
  font-weight: 600;
   }
   .text-bold-one:hover {
  
  color: #000000;
  font-weight: 600;
   }
.text-normal {
  
  color: #ef8700;
  font-weight: 400;
   }
   .text-footer {
  
  color: #ffffff;
  font-weight: 400;
   }
   .text-footer2 {
  
  color: #07d8c2;
  font-weight: 600;
   }
.table-border {
	border: 1px solid #666666;
}
   .mylink {
  
  color: #ffffff;
  font-weight: 400;
   }
      .mylink a {
  
  color: #ffffff;
  font-weight: 400;
   }
  .mylink a:hover {
  
  color: #000000;
  font-weight: 400;
   }