/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 10.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.my-home-content.wpb_column.vc_column_container.vc_col-sm-12
{
    color: #fff !important;
}
.my-home-content.wpb_column.vc_column_container.vc_col-sm-12 p
{
    color: #fff !important;
}
.my-home-content.wpb_column.vc_column_container.vc_col-sm-12
{
    width: 90%;
    margin: 0% 5%;
}
.vc_row.wpb_row.section.vc_row-fluid.vc_custom_1490772993008
{
    background-color: #fff !important;
}
.my-css {
    width: 90%;
    margin: 0% 5%;
}

/***************New-Css***********/
.header_top p {
    float: left;
    color: #ffffff;
}
.q_logo img {
    max-width: 200px;
    height: auto !important;
    margin: 4px;
}
.style-default_style {
    width: 47%;
    float: left;
    padding: 10px;
}
img.before-img {
    margin-right: 30px;
}
.testimonials_c img {
    border: 2px solid #ffffff;
}

a.btn-readmore {
    padding: 7px;
    background: #007263;
    color: #fff;
    min-width: 108px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.btn-readmore:hover {
    background: #45B8A9;
    color: #fff;
    box-shadow: 5px 5px 10px #cccccc;
}
.contact-us-sec .form_box h3 {
    color: #000;
}
.contact-us-sec .box_1, .box_2 {
    color: #000;
}
.contact-us-sec .form_box .wpcf7-submit {
    background: #007263 !important;
    margin-right: 5px;
    margin-top: 15px !important;
}
.contact-us-sec .form_box {
    margin: 0;
}
.contact-us-sec .cntct-num {
    background-image: url(/wp-content/uploads/2019/02/phone-icon.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 40px;
    line-height: 22px;
    margin-top: 25px;
}
.contact-us-sec .cntct-mail {
    background-image: url(/wp-content/uploads/2019/02/email-icon.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-left: 40px;
    line-height: 22px;
    margin-top: 25px;
}
.contact-us-sec .section_inner_margin {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 30px 30px 40px;
    margin: 0px;
}
.location-sec .loc-row .wpb_content_element {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    padding: 30px 20px;
}


@media only screen and (max-width: 767px) {
.blue_section img.before-img {
    margin-right: 20px;
}
.blue_section img {
    max-width: 44%;
}
.header_top .left, .header_top .right {
    float: left !important;
}
.header_top p {
    color: #ffffff;
    padding: 0 !important;
}
.header_top .phn {
    display: none;
}
.header_top .right {
    float: right !important;
}
.q_logo a {
    height: 70px !important;
}
.header_top {
    height: 35px !important;
}
}