/* Enter Your Custom CSS Here */
ul li {
    list-style-type: disc;
    margin-left: 1.5em; /* which should give space for the disc to show */
    list-style-position: inside; /* will put the disc inside of the li
                                    element, for debugging purposes */
}

/* Footer style
-------------------------------*/

#footer_line container {  
   bottom : 2px;  
   height : 40px;  
   margin-top : 40px;  
   text-align: center;  
   vertical-align: middle; 
   position:fixed;
   width:100%;
}


/* SMart slider styles
-------------------------------*/
#n2-ss-2{
  padding:0px;
  margin-bottom: 14px;
}



/* Contact Form 7 Styles
---------------------------------*/
div.wpcf7 { 
background-color: #e6ecff;
border: 1px solid #999999;
padding:25px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#ffffff;
color:#595959;
}


.wpcf7 label {
color:#00004d;
padding:10px;
font-size: 17px;
}

input.wpcf7-form-control.wpcf7-submit {
margin-top: 14px;  
width:60%;
float: right;
text-align:center;
text-transform:uppercase;
}

   
