/*
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.

*/
.header_inner_right {
    display: none;
}
body nav.main_menu>ul>li>a {
    color: #000;
padding:0;
}
body nav.main_menu ul li{
    border-bottom: 3px solid transparent;
margin-left: 8px;
}
body nav.main_menu ul li:hover {
    /*border-bottom: 3px solid #5a5acb;*/
}
body .q_logo {
    top: 0;
}
body .q_logo a {
    width: 100px;
    padding: 10px;
    box-sizing: border-box;
background: #fff;
}
body .q_logo a img {
    top: 0;
    width: 80px !important;
    box-sizing: border-box;
    object-fit: contain;
    max-width: 100% !important;
}
body .footer_top_holder {
    background-color: transparent;
}
body .footer_top {
    padding: 72px 0 0;
}
.footer_bottom_holder * {
    color: #fff;
}
.footer_bottom_holder {
    padding-top: 100px;
}
body .q_logo a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #fff;
}
body .header_bottom {
background-color: transparent;
}
.social-media-link li:before {
display:none;
}
header.scrolled .q_logo a:after {
    height: 30px;
}
.social-media-link li {
    display: inline-block;
    padding: 0 !important;
}
#contact-section .social-media-link li a {
    font-size: 18px;
    margin: 10px 0;
    margin-right: 10px;
    display: inline-block;
}
#contact-section .column1.footer_col1 {
    margin-bottom: 20px;
}
#counter-section .counter-title p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#contact-section .sub-title-section h2:before {
    margin: 0;
    right: initial;
    width: 50px;
}

#contact-section .footer_top h5{
    color:#333;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 20px;
}

#contact-section .footer_top h5:before {
    content: '';
    width: 100px;
    height: 1px;
    display: inline-block;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
#contact-section .textwidget h4{
    padding:14px 0;
    letter-spacing:1px;
    font-weight: bold;
    font-size: 20px;
}
#contact-section .textwidget,  
#contact-section .textwidget a{
    color:#a7a7a7;
}
#contact-section .textwidget a:hover{
    color:#ffffff;
}
#contact-section .textwidget li{
    list-style-type: none;
    position: relative;
    padding: 10px 30px;
    letter-spacing:1px;
    color:#333;
    font-weight:500;
}

#contact-section .textwidget ul li:nth-child(1){
    list-style-type: none;
    letter-spacing: 2px;
    padding: 25px 0;
    font-weight: 600;
}
#contact-section .textwidget ul li:nth-child(2):before,
#contact-section .textwidget ul li:nth-child(3):before
{
    font-family: FontAwesome;
    color: #000;
    top:50%;
    transform:translateY(-50%);
    left:0;
    position:absolute;
}
#contact-section .textwidget ul li:nth-child(2):before{
    content: "\f0e0";
}
#contact-section .textwidget ul li:nth-child(3):before{
    content: "\f095";
}
#contact-section .column1.footer_col1 {
    width:40%;
}
#contact-section .column2.footer_col2 {
    width: 60%;
    background: #fff;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: -80px;
    box-sizing:border-box;
    padding: 0px 25px 0 0;
}

#contact-section input.wpcf7-form-control.wpcf7-text,
#contact-section textarea.wpcf7-form-control.wpcf7-textarea{
    border-bottom:2px solid #bbb;
    padding: 15px 15px 15px 0;
    max-height:130px;
}

#contact-section input.wpcf7-form-control.wpcf7-submit{
    box-sizing:border-box;
    text-align:center;
}
#contact-section input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background-color: #213b7c;
    border-color: #213b7c;
    color: #f6f6f6;
    text-decoration: none;
}
#contact-section span.wpcf7-not-valid-tip {
    color: #f00;
}
#contact-section .social-media-link li a:hover i {
    color: #000;
}

@media (max-width:1000px){
    #contact-section .column2.footer_col2{
        width:100%;
        padding:20px;
    }
    #contact-section .column1.footer_col1{
        width:100%;
        margin-bottom: 50px;
        padding:20px;
    }
}
@media (max-width:767px){
     nav.mobile_menu ul li a:hover {
    	color: #000 !important;
      }
}
@media(min-width:768px) {
body nav.main_menu ul li a span:not([class]) {
    padding: 8px 10px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}
body nav.main_menu ul li:last-child a span:not([class]) {
    border: 1px solid #020202;
    border-radius: 20px;
    padding: 8px 14px;
}
body nav.main_menu ul li:last-child a span:not([class]):hover {
    background: #000000;
    color: #fff;
}
}