/*
Theme Name: Design9 Creatives
Theme URI: https://design9creatives.com/themes/design9
Author: the iTech Avengers Team
Author URI: https://www.itechavengers.com/
Description: iTech Avengers provides unique, innovative digital services to businessman or individuals who want to grow their business online. Focusing on results, we use our technical skill and industry insight to help provide our clients so that they can meet their marketing goals.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: design9
Tags: web-design, web-development, software-company, wordpress, e-commerce, digital-marketing, business-marketing, cms, php, codeigniter, laravel, CRM, HRM, seo, wordpress-themes, blogs, adobe, css, javascript, itech, avengers, itechavengers

This theme, like WordPress, is licensed under the GPL. 
Use it to make something cool, have fun, and share what you've learned with others.
*/

.brand_logo a img {
	width: 150px !important;
}
/*Contact Form Error Styling*/
.contact_form div.wpcf7-validation-errors, .contact_form div.wpcf7-acceptance-missing {
	margin: 0;
	margin-top: 1rem;
	background: #edc2c226;
	border-color: red;
}
.contact_form div.wpcf7-response-output{
	text-align: center;
	color: #fff;
	background: #ff5252;
	border: none;
	border-radius: 4px;
	padding: 10px;
	margin-left: 0;
	margin-right: 0;
}
.contact_form .wpcf7-not-valid-tip {
	display: none!important;
}
.contact_form .wpcf7-not-valid {
	border: 1px solid red!important;
	transition: .5s;
	background-color: #edc2c226;
	color: inherit;
}
.contact_form div.wpcf7-mail-sent-ok{
	background: #398f14;
	color:#fff;
	border: 0;
}
.contact_form .div.wpcf7-mail-sent-ok {
	background: rgba(0, 128, 0, 0.22);
}
.contact_form div.wpcf7-mail-sent-ok{
	background: #46b450;
	color:#fff;
	border: 0;
}
.contact_form label{
	color: #fff;
}
.contact_form .cv_attach{
	height: 150px;
}

/*header styling button*/
.header_btns_group .offcanvas_btn_2, .banner_content .btn_primary, .skill_section .btn_primary, .portfolio_section .btn_primary{
	background-color: #ff5252;
}
.main_menu_list > li:not(:last-child) {
    margin-right: 35px !important;
}
.main_menu_list > li > a {
    display: block;
    line-height: 1;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 500;
    color: #272727;
    letter-spacing: -0.5px;
}
/*product page*/
.page-id-631 .client_item {
    height: 200px;
	background-color: #000000;
    border-radius: 14px;
}
.page-id-631 .client_item h4{
	color: #ffffff;
}
