/*
 Theme Name:   Consultix Child
 Theme URI:    http://radiantthemes.com/consultix/
 Description:  Consultix Child Theme
 Author:       RadiantThemes.com
 Author URI:   http://radiantthemes.com/
 Template:     consultix
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  consultix-child
*/




/* new-css */
body h1, h2 , h3, h4, h5, h6 {
    color: #10335e !important;
}
header.style-three .header_main {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_main .brand-logo {
    margin-left: 0;
}
.header_main .header-data {
    margin-right: 0;
}
.header_main .header-data p {
    color: #000 !important;
}
.header_main .header-data p a {
    color: #10335e !important;
}
.header_main .header-data p a:hover {
    color: #b99a64 !important;
}
div#belive-sec h3 {
    color: #fff !important;
}
div#belive-sec p {
    color: #fff;
}
div#belive-sec .wpb_single_image {
    margin-bottom: 20px;
}
div#box-column .vc_col-sm-6 .vc_column-inner {
    border: 1px solid #fff;
    margin: 0 10px 10px 0 !important;
    width: 95%;
    padding: 30px 0 30px 30px;
}
div#belive-sec .wpb_text_column {
    margin: 0;
}
div#box-column p {
    font-size: 20px;
    letter-spacing: 1px;
}
div#box-column .vc_col-sm-6 .vc_column-inner:hover {
    background: #fff;
    transition: all 0.3s ease-in-out;
}
div#box-column .vc_col-sm-6 .vc_column-inner:hover p {
    color: #10335e;
}
div#contact-content p {
    color: #fff;
    padding-bottom: 5px;
}
div#contact-content h3 {
    color: #fff !important;
}
div#contact-content .wpb_text_column {
    margin-bottom: 0 !important;
}
div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=tel],
.wpforms-container select:read-only, div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader{
    background: transparent !important;
    border-top: 0px solid #dedede !important;
    border-right: 0px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
    border-left: 0px solid #dedede !important;
}
textarea {
    background: transparent !important;
    border-top: 0px solid #dedede !important;
    border-right: 0px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
    border-left: 0px solid #dedede !important;
}
.wpforms-container .wpforms-field {
    padding: 0 0 10px 0;
}
button#wpforms-submit-11616, button#wpforms-submit-11681 {
    background-color: #ffffff;
    color: #001139;
    transition: all 0.3s ease-in-out;
    font-family: Rubik;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    border: 2px solid #ededed;
    height: 50px !important;
    border-radius: 50px;
	width: 200px;
}
button#wpforms-submit-11616:hover {
    background-color: #001139 !important;
    color: #ffffff;
}
div#team-sec h4 {
    color: #fff !important;
}
div#team-sec h4 a.rt-button2-main.overlay {
    background: #b99a64 !important;
}
.service-boxes .rt-button.element-one > .rt-button-main {
    padding: 15px;
}
div#belive-sec ul li {
    color: #fff;
}
div#team-sec h3 {
    color: #fff !important;
}
div#contact-col .vc_row {
    padding: 0 !important;
}
div#contact-col p {
    margin: 0 !important;
}
div#contact-col h3 {
    margin: 15px 0;
}
div#contact-col h2 {
    margin: 10px 0;
}
section#media_image-1 img {
    width: 70%;
    background: #fff;
    padding: 5px;
}
.footer_main_item .widget-title {
    color: #fff !important;
}
.footer_copyright_item p {
    color: #fff;
}
.footer_main_item ul.contact li {
    font-size: 13px;
}
.footer_main .col-lg-3:first-child {
    padding-left: 0;
    width: 32%;
}
.footer_main .col-lg-3:nth-child(2) {
    width: 17%;
}
.header_main .brand-logo img {
    max-width: 210px;
}

@media only screen and (max-width: 1000px) and (min-width: 320px){
	div#belive-sec {
		padding: 0 !important;
	}


}