/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
.q_logo img{
    height: 45px !important;
    margin-top: 10px;
margin-left:25px;
}
@media(min-width:769px){
.company_desk_mobile{
margin-bottom:60px !important;
}
}
.footer_widget_one{
float:right;
padding-top:8%;
}
.footer_widget_two{
float:left;
padding-top:8%;
}
@media(max-width:767px){
.footer_widget_one{
    float: right;
    padding-top: 8%;
    text-align: center;
    width: 100%;
}
.footer_widget_two {
    float: none;
    padding-top: 8%;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1000px){
header{
    transition: left .33s cubic-bezier(.694,.0482,.335,1);
 
}
header.mobilefixed {
   /*  background: #fff;
    position: fixed !important;
    left: inherit !important;
    margin-bottom: 0;
    width: 100%;*/
}
}
#team{
padding:220px 0 160px;
}
@media(max-width:640px){
#team{
padding:120px 0 60px;
}
}