/*
 Theme Name:     Divi Child
 Template:       Divi
 Author:         Xweb Devlopers
 Author URI:     www.xwebdevelopers.com
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.keyfunction img {
    height: 200px;
    object-fit: cover;
}
footer .et-menu.nav {
    flex-direction: column;
}
footer .et-menu.nav li {
    width: 100%;
}
.footer-intro h6 {
    padding-bottom: 0;
}
/*contact*/
.et-pb-contact-message p {
  font-size: 20px;
  line-height: 1.5em;
  color: #06a022;
}

.et-pb-contact-message:has(ul) p {
  font-size: 16px;
  line-height: 1.5em;
  color: red;
}

.et-pb-contact-message ul {
  font-size: 16px;
  line-height: 1.5em;
  color: red;
}
footer .et_mobile_nav_menu {
	display: none !important;
}
footer .et_pb_menu__menu {
	display: block !important;
	width: 100%;
}
footer #menu-main-menu-1 .menu-item-1182 {
	display: none;
}