/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#footer-info {
  float: none;
  text-align: center;
}
/* .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient( 90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100% ), url('https://studioinfoart.com/nip/wp-content/uploads/2024/01/bg1.jpg');
  background-color:rgba(255, 255, 255, 0);
} */
ul.page-list {
  list-style: none !important;
}
ul.page-list ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
ul.page-list ul > li > a {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #000000;
}

::placeholder {
  color: #000000;
}
.fluent_form_1 .ff-btn-submit{
  background-color: #7ec625 !important;
  color: #ffffff;
}

.fluent_form_1 .ff-el-form-control {
  border: 1px solid #000000;
  color: #000000;
  font-family: 'lato',sans-serif;
}