body, ul {
	margin:0;
	padding: 0;
	font-family: open sans, 'sans-serif'; 
}
ul {
    list-style: none;
}
a {
	transition: 0.3s;
	text-decoration: none;
}
.text-center {
	text-align: center;
}
.text-white, .menu li a {
	color: #ffffff;
}
.position-relative {
	position: relative; 
}
.primary-color, .current-menu-item > a {
	color: #f44336;
}
.primary-fill, .primary-fill svg {
	fill: #f44336;
}
.uppercase, .menu li a {
	text-transform: uppercase;
}
.black-bg {
    background: #000000;
}
.top .social a {
    color: #cccccc;
	margin: 0 5px;
}
.top .social a:hover,
.top .icon i {
    color: #f44336;
}
.button-bg-primary {
    background: #F44336;
    color: #fff; 
}
.small {
	font-size: 13px;
}
.logo img {
    max-height: 79px;
}
.contact-icon svg {
	height: 40px;
	width: 40px;
}
.contact-icon {
    border-left: 1px solid #f3f3f3;
    padding-left: 30px;
    padding-right: 30px; 
}
.contact-icon:first-child {
	border-left: none;
	padding-left: 0;
}
.contact-icon:last-child {
	padding-right: 0;
}
.bold {
    font-weight: 900;
}
header {
    padding-bottom: 28px;
}
.menu nav { 
	background: #000000;
}
.menu nav div a {
    display: inline-block;
}
.menu nav li {
    padding: 0 15px;
}
.menu .menu {
	display: flex;
}
.menu li a {
    font-weight: 600;
    font-size: 14px;
}
.menu nav {
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
}
.menu > .menu-item .sub-menu {
	position: absolute;
	margin-left: -15px;
	margin-top: 100px;
	opacity: 0;
	transition: 0.5s;
	padding-top: 16px;
}
.menu > .menu-item:hover .sub-menu {
	margin-top: 0px;
    transition: 0.5s;
    opacity: 1;
}
.menu > .menu-item .sub-menu li {
	background: #333;
    padding: 10px;
	border-top: 1px solid #000000;
}
.menu > .menu-item .sub-menu li:first-child {
	border-top: 2px solid #f44336;
}
.services {
	clear: both;
}
.services > div > div {
    background: #f7f7f7;
    padding: 15px;
	transition: 0.3s;
	margin-bottom: 30px;
}
.services > div > div:hover {
	transition: 0.3s;
	-webkit-box-shadow: 10px 5px 11px -4px rgba(201,201,201,1);
	-moz-box-shadow: 10px 5px 11px -4px rgba(201,201,201,1);
	box-shadow: 10px 5px 11px -4px rgba(201,201,201,1);
}
.services img {
    height: 80px;
    width: auto;
}
.services h2 {
    font-size: 20px;
    font-weight: 400;
}
.services a { 
    background: #555;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 50px; 
}

.kc-col-container ul {
    list-style-type: disc;
    padding-left: 40px;
}
.kc-col-container blockquote {
    background: #f7f7f7;
    margin: 0;
    padding: 1px 25px;
    margin-top: 20px;
    border-left: 5px solid #ff3a2d;
}
.wpcf7-form {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.wpcf7-form input,  .wpcf7-form textarea {
    width: 100%;
    padding: 10px 0 5px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #7b7b7b;
    color: #ffffff;
    font-size: 17px;
	margin-bottom: 15px;
	outline: none;
	transition: 0.3s;
}
.wpcf7-form input:focus,  .wpcf7-form textarea:focus {
    border-bottom: 1px solid #ff3a2d; 
	transition: 0.3s;
}
.wpcf7-form textarea {
	height: 70px;
	font-family: open sans, 'sans-serif';
	resize: vertical;
}
.wpcf7-form input[type="submit"] {
    margin-bottom: 0;
    width: 200px;
    background: #ff3a2d;
    border-bottom: 0;
    border-radius: 50px;
    display: table;
    margin: 0 auto;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.wpcf7-response-output {
    color: #ffffff;
    text-align: center;
}
.np, .np div {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.kc_title { 
    display: table;
    border-bottom: 10px solid #ff1000;
    margin-bottom: 0;
    padding-bottom: 15px;
}
footer {
    display: inline-block;
    width: 100%;
    background: #272727;
    color: #ffffff;
    font-size: 15px;
    padding: 15px 0;
}
footer img {
    width: 180px;
}
