@charset "UTF-8";
/*
Theme Name: Stream Line Utility Management
Theme Author: Nayyer Abbas
Author URI: https://nayyer.tech
Theme Description: This theme is developed by Nayyer Abbas.

*/


html, body {
	margin: 0 !important;
	padding: 0 !important;
}

.main-footer__logo a img ,
.main-header__logo a img {
	width: 250px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	color: #082545;
    background-color: #fff;
    height: 52px;
    font-weight: 400;
    border-color: RGBA(113, 120, 128), 0.3);
    display: block;
    width: 100%;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    line-height: 14px;
    border: none;
    outline: none;
    padding: 0 20px;
    transition: all 400ms ease;
}
.wpcf7 textarea {
	height: 144px;
	padding: 20px;
}

.wpcf7 input[type="submit"] {
	cursor: pointer;
    padding: 19px 24.15px;
    font-size: 16px;
    display: inline-flex;
	width: auto;
    background-color: #01C3ED;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    transition: all 500ms ease;
	text-transform: uppercase;
}