/*
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_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1000 !important;
}



span.bluechev {
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    display: block;
    position: absolute;
    bottom: -27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #009ddc;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.08);
}

span.whitechev {
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    display: block;
    position: absolute;
    bottom: -27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.08);
}

nav.main_menu>ul>li>a {
    padding: 0 10px;
}

.toback{
   z-index:1;
}

.equalizeheight .icon_holder {
    height: 60px;
}

.q_team_title_holder span {
    line-height: 17px;
    display: inline-block;
}

.custom-font {
    font-family: "gesta"; 
    color: #000;
    font-size: 14px;
    margin-bottom: 26px
}

.custom-title {
    font-family: "gesta"; 
    color: #000;
    font-size: 25px;
    text-transform:capitalize;
}


.custom.tparrows.tp-leftarrow:before {
    left: 80px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
}

.custom.tparrows.tp-rightarrow:before {
    right: 80px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
}


.custom.tparrows {
    cursor: pointer;
    background: none !important;

    width: 160px;
    height: 160px;
    position: absolute;
    display: block;
    z-index: 100;
    content: '';
}

.custom.tparrows:hover {
    background: none;
}
     
        
.custom:before { 
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 300ms cubic-bezier(.41, .41, 0, .99);
    transition: all 300ms cubic-bezier(.41, .41, 0, .99);
}

/*Disable links on portfolio */
.projects_holder .image_holder a {
    pointer-events: none;
}

input.wpcf7-form-control.wpcf7-quiz {
    margin-left: 0;
}
