/**
* Theme Name: Kingstrox Child
* Description: This is a child theme of Kingstrox, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: kingstrox
* Version: 1.0.0
*/

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea {
	color: #000000;
}
.wpcf7-form-control::placeholder {
  color: #000000;
}
.wpcf7-submit {
	background-color: #0F52BA  !important;
	cursor: pointer;
}
.wpcf7-submit:hover {
	background-color: #000000 !important;
}
.banner-section .content-box {
	justify-content: center !important;	
}
.banner-section .content-box .inner {
	text-align: center;
}
a.btn-1 {
	background-color: #0F52BA !important;
	cursor: pointer;
}
a.btn-1:hover {
	background-color: #000000 !important;
}