/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.kwayy-tb-content {
	font-size: 15px;
}

.kwayy-titlebar-inner-wrapper {
	padding-top: 55px;
}

.kwayy-row-bgcolor-grey {
	background-color: #648eb2;
	border-bottom-color: #648eb2;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-top-color: #256093;
	border-top-style: solid;
	border-top-width: 0;
	box-shadow: 0 5px 13px 0 rgba(0,0,0,.80);
}

.kwayy-row-bgcolor-tan {
	background-color: #E6DECE;
}

.kwayy-testimonial-wrapper .contarea {
	background-color: #e6dece !important;
}

.wpb_row.vc_row-fluid.kwayy-row-bgcolor-grey {
	padding-bottom: 0;
	padding-top: 65px;
}

.wpb_row.vc_row-fluid.kwayy-row-bgcolor-tan {
	padding-bottom: 40px;
	padding-top: 40px;
}

.footer {
	background-color: #1b3d6e;
	border-top-width: 0;
}

.header-wrapper {
	border-bottom-width: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.copyright {
	padding-top: 0;
	text-align: left;
}

.kwayy-testimonial-data .kwayy-testimonial-title {
	color: #dabe79;
	margin-left: 40px;
	margin-top: 20px;
}

.footer .widget h3::after {
	height: 0;
}
.cf7sr-g-recaptcha {
	float: left;
	margin: 20px 0;
}
.wpcf7-validation-errors,
.wpcf7-response-output{
	float: left;
	width: 100%;
	clear: both;
}
#logo_footer_text {
	float: none;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	max-width: 200px;
	text-align: center;
	width: 100%;
	line-height: 130%;
}
.kwayy-titlebar-main .breadcrumb-wrapper {
	width: 40%;
}
footer #secondary .widget_media_image, footer #secondary .widget_text{
	position: relative!important;
	float: left;
	width: 100%;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
}
.vc_wp_custommenu #menu-services .sub-menu {
margin: 10px 0 0 25px;
}
.vc_wp_custommenu #menu-services .sub-menu li {
padding: 5px 0;
	border-bottom: 1px solid #eeeeee;
}
.vc_wp_custommenu #menu-services .sub-menu li:last-child {
	border: 0;
}
.fields_fullwidth {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.fields_fullwidth .wpcf7-submit {
	float: left;
	width: auto;
	min-width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

.fields_left {
	float: left;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0 0 20px;
}
.fields_right {
	float: right;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0 0 20px;
}
.wpcf7-checkbox {
	padding: 0;
}
.wpcf7-list-item-label {
	font-size: 16px;
}
.fields_left label,
.fields_right label {
	font-weight: normal;
}