/* Enter Your Custom CSS Here */

#gform_1 input[type="text"]
 
{
	
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #003064;
    padding: 20px;
    line-height: 20px;

}



#gform_1 textarea {

    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #003064;
   padding: 20px;
    line-height: 20px;

}



#gform_1 input[type="submit"]

{
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 2px solid #003064;
    padding: 17px 22px 17px 22px;
    line-height: 20px;
	background-color:#003064;
	color:#ffffff;
}
.hero-ul-sl ul li {
	color:#000 !Important;
}
.white
{
	color:#ffffff;
}

.bullet-points li:before
{

content: '\f046 ';
  
  display: block;
 
   position: absolute;
 
   top: 5px;
    left: 0px;
   
 color: #ffffff;
   
 font: normal 15px/1 FontAwesome;

}



.bullet-points li{
	
    position: relative;
  
  padding-left: 25px;

    padding-bottom: 10px;
   
 list-style-type: none;


}
