

.q_counter_holder.center{
    padding-left: 0px;
    padding-right: 0px;
}

.q_counter_holder .separator.small {
    margin: 8px auto 0 auto;
}

.q_counter_holder p.counter_text {
    margin: 43px 0 0 0;
}

.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a, .light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover {
    color: #51b8af !important;
}

.side_menu_button > a:hover {
    color: #51b8af !important;
}

.side_menu_button > a {
    color: #505c73 !important;
}

header.scrolled .side_menu_button a {
    color: #ffffff !important;
}

.q_progress_bar {
    position: relative;
    margin: 0 0 44px 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.subtitle {
    text-transform: uppercase;
}

/*Single Image Hover Effect - start*/
.wpb_single_image .prettyphoto {
    position: relative;
    display: inline-block;
    width: 100%;
}

.wpb_single_image .prettyphoto:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.wpb_single_image .prettyphoto:hover:after {
    opacity: 1;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}
/*Single Image Hover Effect - end*/

.side_menu .widget {
    margin: 0 0 35px;
}

.testimonials .testimonial_text_inner p.testimonial_author {
    margin-top: 33px;
}

.testimonials_holder .flex-direction-nav li {
    margin-top: 47px;
}

@media only screen and (max-width: 768px) {
    .footer_responsive_adv .footer_top .four_columns .column1, .footer_responsive_adv .footer_top .four_columns .column2, .footer_responsive_adv .footer_top .four_columns .column3 {
    margin: 0 0 50px;
}
}

@media only screen and (max-width: 480px) {
    .footer_top .column_inner>div {
    margin: 0!important;
}
}

@media only screen and (max-width: 1000px) {
    .title.title_size_medium h1 {
    font-size: 92px;
    line-height: 92px;
}
}

@media only screen and (max-width: 480px) {
    .title.title_size_medium h1 {
    font-size: 29px;
    line-height: 80px;
     }
     .subtitle {
     display: none;
     }
    .title.title_size_small h1 {
    font-size: 20px;
    line-height: 25px;
}
}

.projects_holder article .portfolio_description {
    padding: 30px 0 22px;
}

.qode_portfolio_related .projects_holder article .portfolio_description .portfolio_title a,
.portfolio_navigation.navigation_title .post_info span.h5 {
    font-size: 16px;
    font-weight: 500;
}

.wpcf7 form.wpcf7-form p {
    margin-bottom: 12px;
}

.q_dropcap{
    margin: 0px 18px 0px 0px;
}

.comments .comment .text .comment_date {
    font-size: 12px;
    font-weight: 500;
    color: #303030;
}

.comments .comment .text .text_holder {
    margin: 13px 0 0;
}

.comment_holder .comment {
    padding: 34px 25px 37px;
}

.icon_social_holder>div {
    font-weight: 500;
}


.home .qbutton.big_large_full_width {
box-sizing: border-box !important;
width: 100% !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
.home .qbutton.big_large_full_width {
font-size: 14px !important;
}
}
@media screen and (max-width: 480px) {
.home .qbutton.big_large_full_width {
font-size: 11px !important;
letter-spacing: 0px !important;
}
}

.title.title_size_large h1 {
font-size: 60px;
}

.subtitle {
    color: #ffffff;
    font-size: 30px;
    font-family: "Arimo";
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    margin-bottom: 100px;
}

.title.title_size_large h1 {
    font-size: 60px;
    letter-spacing: -1px;
    font-weight: 300;
}

a.green:link { color: #007582; font-weight:500; }
a.green:visited { color: #007582; }
a.green:hover { color: #007d8c; }

.title.title_size_small h1 {
    color: #6b7c90;
    font-weight: 300;
    letter-spacing: -1px;
}

.content > .content_inner > .full_width {
    position: relative !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: Poppins, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: Poppins, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: Poppins, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: Poppins, sans-serif;
}

.footer_top.footer_top_full {
    padding: 48px 45px;
}

.footer_bottom_holder {
    padding-bottom: 0px;
}

.footer_bottom {
    padding: 25px 0;
}

.qbutton.white {
    font-size: 14px;
    font-weight: 600;
}

.carousel-inner .slider_content .text .qbutton:not(.white):hover {
    color: #ffffff !important;
    background-color: #6b7c90 !important;
}