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

.center-block-btn-stiri {
        display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 125px;
}

.testimonials_c_holder .testimonial_content_inner {
    background: none !important;
    box-sizing: border-box;
    padding: 60px 45px;
    text-align: center;
}

.h2, .h3, h2, h3 {
    text-transform: initial !important;
    letter-spacing: 1px;
    font-weight: 600;
}

.qbutton.big_large_full_width {
    height: 60px !important;
    line-height: 60px !important;
}

.q_tabs .tabs-nav, .q_tabs .tabs-nav li{
	margin:0px 10px; 
}
.q_tabs .tabs-nav li.active a:hover, .q_tabs .tabs-nav li a:hover{

    color: #e0e1dd !important;;
}

.q_tabs .tabs-nav li.active a {
    background: rgb(67, 160, 71);
    color: #ffffff;
	padding:0px 10px;
	border-radius:3px;
}
.q_tabs.horizontal .tabs-nav li:first-child a{
	padding:0px 10px;
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text .circle{
	width: 24px;
	margin: 0 0 0 -11px;
	height: 24px;
	border: 3px solid transparent;
}

.btn-green {
    background-color: rgb(67, 160, 71);
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    color: white;
    padding: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
	padding:16px;
}

.q_logo {
    left: 0;
    height: 70px !important;
}

.q_progress_bar .progress_content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    background-color: #ff9800 !important;
	border: 1px solid #ff9800 !important;
    height: 13px;
    box-sizing: border-box;
}

.q_font_awsome_icon i:hover {
    color: #ff9800 !important;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.q_icon_with_title .icon_with_title_link {
    display: inline-block;
    margin: 13px 0 0;
   
}

.icon_with_title_link:hover {
    display: inline-block;
    margin: 13px 0 0;
    color: #43a047 !important;
}


.popup_menu_holder {
	background-color: rgba(255,255,255,.95);
}

@media only screen and (max-width: 600px) {
.qode-workflow .qode-workflow-text {
    width: 100%!important;
    padding: 0 20px !important;
	text-align:center;
}
}

