  

html { 
  -ms-word-break: break-all; 
  word-break: break-all; 
  word-break: break-word; /* old webkit */ 
}

.white_text, .white_text p, .white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6 {color:#fff !important;}
.black_text, .black_text p, .black_text h1, .black_text h2, .black_text h3, .black_text h4, .black_text h5, .black_text h6 {color:#000 !important;}

.big_title,
.big_title p,
.big_title h1,
.big_title h2,
.big_title h3,
.big_title h4,
.big_title h5,
.big_title h6 {
    font-size: 180px !important;
    line-height: 200px !important;
    text-transform: uppercase !important;
    color: #000;
    letter-spacing: 2px;
}

.home .full_width_inner {padding-top:0;}

.home h2{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
}
.home h3{
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px !important;
    font-size: 34px;
    line-height: 43px;
}

.home footer {
    float: left !important;
}

/*.overlay {
  position: relative;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: none;
  z-index:0;
}

.gray:before {
  background-color: rgba(0,0,0,0.25);
}*/

.overlay {background:linear-gradient(0deg,rgba(0,0,0,0.25),rgba(0,0,0,0.25))}

/* LOGO */

/*TIMELINE*/
.white {color:#fff;}
.strikethrough_icon {
    position: relative;
    z-index: 1;

  }  
  .strikethrough_icon:before {
        border-top: 1px solid rgba(255,255,255,0.8);
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
    }
.circle-icon {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 10px;
    color:#fff;
    font-size:30px;
    margin-left:25px;
}

.no-gaps .vc_column-inner{padding:0 !important;}

/* TESTIMONIALS */
.testimonials_holder .flex-direction-nav a {
width: 32px;
height: 32px;
}
.testimonials_holder .flex-direction-nav a:before {
font-size: 20px;
left: 11px;
height: 0px;
width: 0px;
}

.testimonials_holder .flex-direction-nav a:hover {
background-color: #0069aa;
border: 2px solid #0069aa;
}
.flex-direction-nav a {
margin: -23px -1px 0;
}
.q_counter_holder p.counter_text {
line-height: 35px;
margin: 22px 0 0 0;
}


footer {
    margin-top: 0 !Important;
}
.footer_top .widget_nav_menu ul li {
padding: 0;
}
.footer_top h5 {
margin: 0;
}

.wpcf7 form.wpcf7-form p {
margin-bottom: 10px;
}

.footer_top .footer_col3 .wpcf7 {
text-align: right; 
}
.footer_top .footer_col3 .wpcf7 img.ajax-loader {
display: none;
}
.q_icon_with_title .icon_with_title_link {
font-size: 12px;
font-weight: 600;
margin: 24px 0 0;
}
.q_icon_with_title .icon_with_title_link:hover {
color: #0069aa !important;
}
.header_top {
overflow: hidden;
}
.header_bottom_right_widget_holder {
    padding-right: 0;
}
.header_top {
line-height: 53px;
}

 header.sticky .header_bottom .qode_icon_shortcode span {
color: #0069aa !important;
}

header.sticky .header_bottom .qode_icon_shortcode span:hover {
color: #919295 !important;
}

.title.title_size_large h1 {
letter-spacing: -1px;
}
.title .separator.small {
margin-top: 3px;
}
.filter_holder {
padding-top: 7px;
}

.q_dropcap{
margin: 0px 18px 0px 0px;
}

.projects_holder article .portfolio_description {
padding: 27px 0 22px;
}

.projects_holder article .portfolio_description .portfolio_title a  {
     color: #0069aa !important;
}

 .projects_holder article .feature_holder .feature_holder_icons a.preview:hover {
background-color: #fff;
color: #303030;
}

.qode_portfolio_related h4 {
font-weight: 700;
font-size: 34px;
line-height: 38px;
letter-spacing: -1.3;
text-align:left;
}


.project_info h1,
.project_info h2,
.project_info h3,
.project_info h4,
.project_info h5,
.project_info h6,
.project_info p {
  color:#fff;
  
}

.project_info ul {
  list-style: none;
}

.project_info ul li{ 
    border-bottom:1px solid #919295; 
    padding:20px 0;
}

.portfolio_navigation {display:none;}

@media only screen and (max-width: 768px) {
.title.title_size_large h1 {
font-size: 40px!important;
line-height: 46px!important;
}
.title.title_size_medium h1 {
font-size: 36px!important;
line-height: 45px!important;
}
.footer_responsive_adv .footer_top .four_columns .column1,
.footer_responsive_adv .footer_top .four_columns .column2,
.footer_responsive_adv .footer_top .four_columns .column3,
.footer_responsive_adv .footer_top .three_columns .column1,
.footer_responsive_adv .footer_top .three_columns .column2,
.footer_responsive_adv .footer_top .two_columns_50_50 .column1,
.footer_responsive_adv .footer_top .two_columns_50_50 .column2 {
    margin: 0 0 50px;
}
.big_title,
.big_title p,
.big_title h1,
.big_title h2,
.big_title h3,
.big_title h4,
.big_title h5,
.big_title h6 {
    font-size: 80px !important;
    line-height: 90px !important;
}

}

@media only screen and (max-width: 480px) {
.title.title_size_large h1 {
font-size: 32px!important;
}
.title.title_size_medium h1 {
font-size: 27px!important;
line-height: 28px!important;
}
.big_title,
.big_title p,
.big_title h1,
.big_title h2,
.big_title h3,
.big_title h4,
.big_title h5,
.big_title h6 {
    font-size: 40px !important;
    line-height: 50px !important;
}

}

.comment_holder .comment {
    padding: 34px 25px 37px;
    background-color: #f9f9f9;
}

.comments .comment .text .comment_date {
    font-size: 12px;
    font-weight: 500;
    color: #303030;
}

.comments .comment .text .text_holder {
    margin: 13px 0 0;
}

.icon_social_holder>div {
    font-weight: 500;
}

.no_padding {padding:0 !important;}

.blog_time, .time {display:none;}

.single-post .title.title_size_medium h1 {display:none;}
.single-post .breadcrumb {display:none;}

.header_top #searchform input[type=text], .widget.widget_search form input[type=text] {
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}





/*.qbutton:hover, .qbutton.medium:hover, #submit_comment:hover, .load_more a:hover, .blog_load_more_button a:hover, .post-password-form input[type='submit']:hover, input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, .woocommerce table.cart td.actions input[type="submit"]:hover, .woocommerce input#place_order:hover, .woocommerce-page input[type="submit"]:hover, .woocommerce .button:hover {background-color: transparent;}*/

@media (max-width: 813px)   {
	.breadcrumbs, .tparrows {display:none !important}
}	