/*
Theme Name: kgkcompany
Template:  hello-elementor
*/
body ul,
body ol{
	padding-left: 17px;
}
.resources-contact-form .wpcf7-form.init label input[type="checkbox"] {
	width: auto;
	height: auto;
}
.resources-contact-form .wpcf7-form.init label {
	margin-bottom: 25px;
	width: 100%;
	line-height: 1.5em;
}

@media (max-width: 996px) {
  br {
    display: none;
  }
}

/* Animation */
.btn-animation a,
.contact-page-form button {
	transition: 0.5s all;
	position: relative;
	top: 0;
}
.btn-animation a:hover,
.contact-page-form button:hover{
	top: -5px;
}

/* Sticky Heade Style */
.elementor-location-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    transition: 0.5s all;
}
.elementor-location-header .sticky_active {
	background: #fff;
}