/*
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");



.TechnologyBy {
	border-top:solid 1px #FFF;
	width:200px;
	margin:0 auto;
	padding:10px 0;
}


/* horizontal timeline resp fix */
@media screen and (max-width: 600px) {
.qode-horizontal-timeline .qode-events-wrapper .qode-events .qode-event-text {
    display: none;
}
.qode-horizontal-timeline .qode-events-wrapper .qode-events {
    background: none !important;
}
.qode-horizontal-timeline .qode-filling-line {
    display: none;
}
.qode-horizontal-timeline .qode-events ol {
    text-align: center !important;
    vertical-align: top !important;
    position: relative;
    top: -12px;
}
.qode-horizontal-timeline .qode-events ol li {
    height: 20px;
    width: 20px !important;
    display: inline-block;
    
}
.qode-horizontal-timeline .qode-events ol li:not(:last-child) {
    margin-right: 14px;
}
.qode-horizontal-timeline .qode-events ol li a {
    position: static !important;
    left: 0px !important;
    padding: 0px;
}
.qode-horizontal-timeline .qode-events-wrapper .qode-events a .circle-outer {
    position: static !important;
    left: 0%;
    right: auto;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    display: inline-block;
}
.qode-horizontal-timeline .qode-events ol li a.selected .circle-outer {
    width: 18px !important;
    height: 18px !important;
    top: 3px !important;
    position: relative !important;;
}
}