/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

.site-banner {
    height: 0;
    padding-bottom: 22%;
}

@media (max-width: 1119.98px) {
    .section-header-bar .header-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    #tip {
        right: 10px;
    }

    #header .logo {
        padding-left: 10px;
    }
}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    #menu-site-default .navbar-right {
        display: none;
    }

    .column-margin-left {
        margin-left: 0 !important;
    }

    .qr-code-wraper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .copyright {
        margin: 10px 10px 0 10px;
    }

    #ftip {
        left: 15px;
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .site-banner {
        height: 300px;
        max-height: 100%;
        padding-bottom: 0;
    }

    .header-nav-inner {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .contactDefault {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .personalArea,
    .social-icons {
        padding-left: 10px;
    }

    .social-icons .content,
    .contactDefault .content {
        display: none;
    }

    .contactList li {
        display: block;
    }

    .contactList li .fa,
    .contactList li [class^='icon-'],
    .contactList li [class*=' icon-'] {
        width: 20px !important;
    }

    .breadcrumbs-wrap {
        display: none;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    #header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #header .right-ads,
    #header .logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    #header .logo {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header .right-ads {
        padding-top: 0;
    }

    #header .logo img {
        max-height: 100px;
    }

    .section-nav > .wraper {
        position: inherit;
    }

    .second-nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .third-nav .bg {
        padding: 10px 5px;
    }

    .third-nav .current-time {
        display: none;
    }

    #menusite .navbar-default {
        background-color: #428bca;
        border-color: #428bca;
        border-radius: 0;
        min-height: 0;
    }

    #menusite .navbar-default:before,
    #menusite .navbar-default:after,
    #menusite .navbar-header:before,
    #menusite .navbar-header:after {
        display: none;
    }

    #menusite .navbar-default .navbar-nav > li {
        margin-left: 0;
    }

    #menusite .navbar-default .navbar-nav > li:first-child {
        margin-left: 0;
    }

    #menusite .navbar-default .navbar-nav > li:last-child {
        margin-right: 0;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        background-color: #428bca;
        color: #fff;
        padding-right: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > li > a:focus,
    #menusite .navbar-default .navbar-nav > .open > a,
    #menusite .navbar-default .navbar-nav > .open > a:hover,
    #menusite .navbar-default .navbar-nav > .open > a:focus {
        background: linear-gradient(to bottom,
                #357ebd 0%,
                #2f70a7 100%) !important;
        color: #ffffff !important;
    }

    #menusite .navbar-default .navbar-nav > .active > a,
    #menusite .navbar-default .navbar-nav > .active > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a:focus {
        background: #4247ca !important;
        color: #ffffff !important;
    }

    #menusite .navbar-default .navbar-nav > li > a > .caret {
        position: absolute;
        width: 30px;
        height: 30px;
        border: 0;
        right: 4px;
        top: 4px;
        margin-left: 0;
        line-height: 1;
    }

    #menusite .navbar-default .navbar-nav > li > a > .caret:before {
        font-family: 'FontAwesome';
        content: '\f0d7';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0px);
    }

    #menusite .navbar-nav {
        margin: 0 0 10px 0;
    }

    #menusite .navbar-collapse {
        position: absolute;
        padding: 0;
        border: 0;
        top: 50px;
        width: 100%;
    }

    #menusite .navbar-toggle {
        margin-left: 0;
        margin-right: -55px;
        color: #dcdcdc;
        border-color: #428bca;
        background-color: #428bca;
        position: absolute;
        left: 10px;
    }

    #menusite .navbar-toggle:hover,
    #menusite .navbar-toggle:focus {
        color: #fff;
        background-color: #245682;
        border-color: #245682;
    }

    #menusite .navbar-nav .dropdown-mobile {
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #82b2dc !important;
    }

    #menusite .dropdown-submenu {
        margin: 0;
        padding: 0;
    }

    #menusite .dropdown-submenu li > ul > li {
        margin-left: 30px;
    }

    #menusite .dropdown-submenu a {
        line-height: 33px;
        background-color: #82b2dc;
        border-top-width: 1px !important;
        border-top-style: solid !important;
        border-top-color: #a6c8e6 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #menusite .dropdown-submenu li a {
        color: #333333 !important;
    }

    #menusite .dropdown-submenu > a:after {
        display: none;
    }
}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    #tip,
    #footer-tip {
        max-width: 100%;
        margin-right: 0 !important;
    }

    #header .logo img {
        max-height: 60px;
    }
}

@media (min-width: 500px) and (max-width: 991.98px) {
    #footer .menu li {
        width: 32%;
    }

    #footer .menu li:nth-child(3n + 2) {
        padding-right: 8px;
        padding-left: 7px;
    }

    #footer .menu li:nth-child(3n),
    #footer .menu li:nth-child(3n + 1) {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 100%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1080px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1080px;
    }
}
@media only screen and (min-width:1921px) {
  div[data-element_type=container].parallax_section_holder,
section.parallax_section_holder {
  background-size:cover;
}
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item,
  .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder:not(.gs3) .qode-portfolio-masonry-gallery-grid-sizer {
    width:25% !important;
    margin:0 !important;
  }
  .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item.large_width,
  .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item.large_width_height {
    width:50% !important;
    margin:0 !important;
  }
}

@media only screen and (max-width:1400px) {
  .full_width .q_masonry_blog .q_masonry_blog_grid_sizer,
  .full_width .q_masonry_blog article {
    width:23%;
  }
  .full_width .q_masonry_blog .q_masonry_blog_grid_gutter {
    width:2.6%;
  }
  .full_width .grid_section .q_masonry_blog article,
  .full_width .grid_section .q_masonry_blog_grid_sizer,
  .full_width .qode_elementor_container_inner .q_masonry_blog article,
  .full_width .qode_elementor_container_inner .q_masonry_blog_grid_sizer,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog article,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog_grid_sizer {
    width:31.2%;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_sizer,
  .blog_holder.masonry_full_width article {
    width:23%;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_gutter {
    width:2.6%;
  }
  .full_screen_navigation_holder.up_arrow {
    top:10px;
  }
  .full_screen_navigation_holder.down_arrow {
    bottom:10px;
  }
  .qode-preview-slider {
    padding-bottom:50px;
  }
  .qode-preview-slider .qode-presl-main-slider .flex-control-nav {
    bottom:-50px;
  }
  .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer,
  .column_inner .blog_holder.masonry_gallery article {
    width:33.33%;
  }
  .column_inner .blog_holder.masonry_gallery article.large-width,
  .column_inner .blog_holder.masonry_gallery article.large-width-height {
    width:66.66%;
  }
  .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
    width:773px;
  }
  .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
    width:794px;
  }
}

@media only screen and (max-width:1300px) {
  .touchevents footer.uncover {
    position:relative;
    top:0;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    -ms-transition:none;
    transition:none;
  }
  .touchevents .content {
    margin-bottom:0 !important;
  }
  .q_elements_holder.responsive_mode_from_1300.five_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1300.four_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1300.six_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1300.three_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1300.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1300.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_25_75 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_25_75 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_33_66 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_33_66 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_66_33 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_66_33 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_75_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
    width:100%;
    display:inline-block;
    height:auto;
  }
  .q_elements_holder.alignment_one_column_left.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
    text-align:left !important;
  }
  .q_elements_holder.alignment_one_column_center.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
    text-align:center !important;
  }
  .q_elements_holder.alignment_one_column_right.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
    text-align:right !important;
  }
}

@media only screen and (max-width:1200px) {
  body.boxed .carousel-inner,
  body.boxed .footer_inner,
  body.boxed .full_width .parallax_content,
  body.boxed .header_inner,
  body.boxed .wrapper_inner,
  body.boxed footer {
    width:1000px;
  }
  body.boxed footer.uncover {
    width:100%;
  }
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .footer_bottom_border.in_grid,
  .footer_top_border.in_grid,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  .title_border_in_grid_holder,
  div.grid_section .section_inner,
  div[data-element_type=container].qode_elementor_container_inner,
  nav.content_menu ul {
    width:950px;
  }
  .paspartu_enabled .carousel-inner .slider_content_outer,
  .paspartu_enabled .container_inner,
  .paspartu_enabled .container_inner nav.content_menu,
  .paspartu_enabled .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .footer_bottom_border.in_grid,
  .paspartu_enabled .footer_top_border.in_grid,
  .paspartu_enabled .full_width .parallax_content,
  .paspartu_enabled .qode_elementor_container_inner,
  .paspartu_enabled .steps_holder_inner,
  .paspartu_enabled .title_border_in_grid_holder,
  .paspartu_enabled div.grid_section .section_inner,
  .paspartu_enabled div[data-element_type=container].qode_elementor_container_inner,
  .paspartu_enabled nav.content_menu ul,
  .paspartu_enabled.boxed div.section .section_inner {
    width:900px;
  }
  .drop_down .wide .second ul li {
    width:207px;
  }
  .drop_down .wide .second .inner>ul>li>a {
    line-height:1.4em;
  }
  .projects_holder.v6 .mix,
  .projects_holder.v6.hover_text .mix {
    width:18.5%;
    margin:0 0 1.7%;
  }
  .projects_holder.v6 .filler,
  .projects_holder.v6.hover_text .filler {
    width:18.5%;
  }
  .blog_small_image .post_info_left,
  .blog_small_image.blog_holder article .post_description .post_description_left,
  .blog_small_image.blog_holder article .post_description .post_description_right {
    float:none;
  }
  .blog_small_image .post_info_left,
  .blog_small_image.blog_holder article .post_description .post_description_left {
    margin-top:10px;
  }
  .blog_holder.blog_small_image article .post_comments {
    margin-left:0;
  }
  .blog_holder.masonry_gallery .blog_holder_grid_sizer,
  .blog_holder.masonry_gallery article,
  .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer,
  .column_inner .blog_holder.masonry_gallery article {
    width:33.33%;
  }
  .blog_holder.masonry_gallery article.large-width,
  .blog_holder.masonry_gallery article.large-width-height,
  .column_inner .blog_holder.masonry_gallery article.large-width,
  .column_inner .blog_holder.masonry_gallery article.large-width-height {
    width:66.66%;
  }
  .cover_boxes ul li,
  .cover_boxes ul li .box .thumb {
    width:227px;
  }
  .cover_boxes ul li .box,
  .cover_boxes ul li.act {
    width:455px;
  }
  .cover_boxes ul li .box .box_content {
    left:247px;
    width:207px;
  }
  body.boxed .cover_boxes ul li,
  body.boxed .cover_boxes ul li .box .thumb {
    width:223px;
  }
  body.boxed .cover_boxes ul li .box,
  body.boxed .cover_boxes ul li.act {
    width:464px;
  }
  body.boxed .cover_boxes ul li .box .box_content {
    left:242px;
    width:220px;
  }
  .projects_holder.v6.hover_text.no_space .filler,
  .projects_holder.v6.hover_text.no_space .mix,
  .projects_holder.v6.standard_no_space .filler,
  .projects_holder.v6.standard_no_space .mix {
    width:19.99%;
  }
  .qode-safari .projects_holder.v6.hover_text.no_space .filler,
  .qode-safari .projects_holder.v6.hover_text.no_space .mix,
  .qode-safari .projects_holder.v6.standard_no_space .filler,
  .qode-safari .projects_holder.v6.standard_no_space .mix {
    width:19.93%;
  }
  .full_width .projects_masonry_holder .portfolio_masonry_item,
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
    width:33.3% !important;
    margin:0 !important;
  }
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_width,
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
    width:66.6% !important;
    margin:0 !important;
  }
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer {
    width:25% !important;
    margin:0 !important;
  }
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width_height {
    width:50% !important;
    margin:0 !important;
  }
  .masonry_with_space .projects_holder.v6 .mix,
  .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
    width:20%;
  }
  .qode-instagram-feed.qode-col-12 li,
  .qode-instagram-feed.qode-col-9 li {
    width:33.33%;
  }
  .portfolio_single.portfolio_template_8 .portfolio_container>.column1 {
    width:66.66%;
  }
  .portfolio_single.portfolio_template_8 .portfolio_container>.column2 {
    width:33.33%;
  }
  .content .container .container_inner>.grid2 .portfolio_single.portfolio_template_8 .portfolio_container>.column1,
  .content .container .container_inner>.grid2 .portfolio_single.portfolio_template_8 .portfolio_container>.column2 {
    width:100%;
    float:none;
  }
  .content .container .container_inner>.grid2 .portfolio_single.portfolio_template_8 .portfolio_container>.column1>*,
  .content .container .container_inner>.grid2 .portfolio_single.portfolio_template_8 .portfolio_container>.column2>* {
    padding:0;
  }
  .content .container .container_inner>.grid2 .portfolio_single.portfolio_template_8 .portfolio_detail .info>* {
    float:none !important;
    width:auto !important;
    display:table-cell;
    text-align:left;
    vertical-align:top;
  }
  .content .container .container_inner>.grid2 .portfolio_single.portfolio_template_8 .portfolio_detail .info>h6 {
    padding:0 10px 0 0;
  }
  .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
    width:670px;
  }
  .frame_holder.frame_holder3>.wpb_wrapper {
    padding:38px 0 55px;
  }
  .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
    width:797px;
  }
}

@media only screen and (min-width:1000px) and (max-width:1500px) {
  .tstm_block_1 {
    width:50%;
  }
  .tstm_block_2,
  .tstm_block_3 {
    width:25%;
  }
  .tstm_block_2 .testimonials_item:not(.tstm_item_large),
  .tstm_block_3 .testimonials_item:not(.tstm_item_large) {
    display:none;
  }
  .tstm_block_2 .tstm_item_large,
  .tstm_block_3 .tstm_item_large {
    width:calc(100% - 34px);
    padding-top:calc(200% - 34px);
  }
  .boxed .section .section_inner .tstm_block_2 .tstm_item_large,
  .boxed .section .section_inner .tstm_block_3 .tstm_item_large,
  .container .container_inner .tstm_block_2 .tstm_item_large,
  .container .container_inner .tstm_block_3 .tstm_item_large,
  .grid_section .section_inner .tstm_block_2 .tstm_item_large,
  .grid_section .section_inner .tstm_block_3 .tstm_item_large {
    width:calc(100% - 12px);
    padding-top:calc(200% - 12px);
  }
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
  .qode_pricing_tables.four_columns .price_in_table .price {
    font-size:60px;
  }
  .header_bottom .container_inner {
    width:100%;
  }
}

@media only screen and (min-width:1000px) {
  .light.header_style_on_scroll .side_menu_button>a,
  .light:not(.sticky):not(.scrolled) .side_menu_button>a {
    color:#fff;
  }
  .dark.header_style_on_scroll .side_menu_button>a,
  .dark:not(.sticky):not(.scrolled) .side_menu_button>a {
    color:#000;
  }
  .admin-bar header.fixed,
  .admin-bar header.sticky.sticky_animate {
    padding-top:32px !important;
  }
  .admin-bar .side_menu,
  .admin-bar header.fixed .qode_search_form,
  .admin-bar header.sticky .qode_search_form {
    top:32px;
  }
  .stick_with_left_right_menu .logo_wrapper {
    overflow:hidden;
  }
}

@media only screen and (min-width:768px) {
  .latest_post_holder.boxes.four_columns>ul>li:nth-child(4n+1),
  .latest_post_holder.boxes.three_columns>ul>li:nth-child(3n+1),
  .latest_post_holder.boxes.two_columns>ul>li:nth-child(2n+1),
  .latest_post_holder.dividers.four_columns>ul>li:nth-child(4n+1),
  .latest_post_holder.dividers.three_columns>ul>li:nth-child(3n+1),
  .latest_post_holder.dividers.two_columns>ul>li:nth-child(2n+1) {
    clear:both;
  }
}

@media only screen and (min-width:600px) and (max-width:1000px) {
  .q_image_with_text_over .text:hover .desc {
    display:none;
  }
}

@media only screen and (max-width:1024px) {
  .qode_pricing_tables .q_price_table.qode_pricing_table_advanced,
  .qode_pricing_tables.four_columns .q_price_table.qode_pricing_table_advanced,
  .qode_pricing_tables.three_columns .q_price_table.qode_pricing_table_advanced {
    width:48.75%;
    margin-bottom:15px;
  }
  .qode_pricing_tables.three_columns .q_price_table.qode_pricing_table_advanced:nth-child(3n) {
    margin-left:0;
  }
}

@media only screen and (max-width:1000px) {
  body.boxed .carousel-inner,
  body.boxed .footer_inner,
  body.boxed .full_width .parallax_content,
  body.boxed .header_inner,
  body.boxed .wrapper_inner,
  body.boxed footer {
    width:818px;
  }
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .footer_bottom_border.in_grid,
  .footer_top_border.in_grid,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  .title_border_in_grid_holder,
  div.grid_section .section_inner,
  div[data-element_type=container].qode_elementor_container_inner,
  nav.content_menu ul {
    width:768px;
  }
  .vertical_menu_hidden.vertical_menu_enabled.vertical_menu_hidden_with_logo .vertical_menu_area_bottom_logo {
    display:none;
  }
  body.vertical_menu_hidden.vertical_menu_hidden_with_logo.page-template-blog-masonry-full-width-php.vertical_menu_enabled .content .full_width,
  body.vertical_menu_hidden.vertical_menu_hidden_with_logo.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_right .content .full_width {
    padding-left:45px !important;
    padding-right:20px !important;
  }
  .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo .carousel-inner:not(.relative_position) {
    left:0 !important;
  }
  .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_right .carousel-inner:not(.relative_position) {
    left:auto !important;
    right:0 !important;
  }
  .paspartu_enabled .carousel-inner .slider_content_outer,
  .paspartu_enabled .container_inner,
  .paspartu_enabled .container_inner nav.content_menu,
  .paspartu_enabled .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .footer_bottom_border.in_grid,
  .paspartu_enabled .footer_top_border.in_grid,
  .paspartu_enabled .full_width .parallax_content,
  .paspartu_enabled .qode_elementor_container_inner,
  .paspartu_enabled .steps_holder_inner,
  .paspartu_enabled .title_border_in_grid_holder,
  .paspartu_enabled div.grid_section .section_inner,
  .paspartu_enabled div[data-element_type=container].qode_elementor_container_inner,
  .paspartu_enabled nav.content_menu ul,
  .paspartu_enabled.boxed div.section .section_inner {
    width:720px;
  }
  .full_width .projects_holder_outer.v5,
  .full_width .projects_holder_outer.v6 {
    width:100%;
  }
  .header_top .container {
    display:inline-block;
  }
  .hide_inital_sticky header.stick {
    -ms-transform:none;
    -webkit-transform:none;
    transform:none;
  }
  .content {
    margin-bottom:0 !important;
  }
  .header_top {
    height:auto;
    display:block !important;
  }
  .hide_top_bar_on_mobile_header .header_top {
    display:none !important;
  }
  .header_top .left,
  .header_top .right {
    text-align:center;
    float:none;
  }
  .header_top .inner {
    display:inline-block;
    margin:0 0 -4px;
  }
  .header_bottom {
    background-color:#fff !important;
  }
  header.centered_logo .header_inner_left {
    margin:0;
  }
  header.centered_logo .header_inner_right {
    float:right;
  }
  header.centered_logo .logo_wrapper {
    height:100px !important;
  }
  header .q_logo img.mobile {
    display:block !important;
    opacity:1 !important;
    position:relative;
    margin:0 auto;
  }
  header .q_logo img.dark,
  header .q_logo img.light,
  header .q_logo img.normal,
  header .q_logo img.sticky {
    display:none !important;
  }
  .fixed_top_header .logo_wrapper {
    display:block;
    height:auto;
    left:0;
    position:relative;
  }
  .fixed_top_header .q_logo {
    display:block;
    position:relative;
    top:0;
    vertical-align:middle;
  }
  .fixed_top_header .q_logo img.mobile,
  .logo_wrapper {
    position:absolute;
  }
  .fixed_top_header .q_logo a {
    left:0;
    width:auto;
  }
  .fixed_top_header .q_logo img {
    top:0;
    left:0;
  }
  .fixed_top_header .header_bottom_right_widget_holder,
  .fixed_top_header .mobile_menu_button,
  .fixed_top_header .shopping_cart_inner,
  .fixed_top_header .side_menu_button {
    height:45px !important;
  }
  .fixed_top_header.has_top .bottom_header {
    padding-top:45px;
  }
  header .q_logo.animate_logo div.normal {
    opacity:1 !important;
    display:block;
  }
  .header-left-from-logo-widget,
  .header-right-from-logo-widget,
  .q_logo_hidden,
  header .q_logo.animate_logo div.dark,
  header .q_logo.animate_logo div.sticky {
    display:none;
  }
  body.side_menu_slide_with_content.side_menu_open .carousel-inner:not(.relative_position),
  body.side_menu_slide_with_content.width_270.side_menu_open .carousel-inner:not(.relative_position),
  body.side_menu_slide_with_content.width_370.side_menu_open .carousel-inner:not(.relative_position) {
    left:0 !important;
  }
  .main_menu {
    display:none !important;
  }
  nav.mobile_menu {
    display:block;
  }
  .logo_wrapper,
  .mobile_menu_button {
    display:table;
  }
  nav.mobile_menu>ul {
    width:768px;
    margin:0 auto;
  }
  .logo_wrapper {
    height:100px !important;
    left:50%;
  }
  .q_logo {
    display:table-cell;
    position:relative;
    top:auto;
    vertical-align:middle;
  }
  .q_logo a {
    left:-50%;
    width:auto !important;
  }
  .q_logo img {
    top:0;
    left:0;
  }
  header .header_fixed_right_area {
    line-height:100% !important;
    top:80px !important;
    width:100%;
    display:block;
    text-align:center;
    margin:0;
    position:absolute;
  }
  header:not(.centered_logo) .header_fixed_right_area {
    display:none;
  }
  .header_menu_bottom {
    border-top:none;
  }
  .dark .mobile_menu_button span,
  .dark .shopping_cart_header .header_cart>i,
  .dark .side_menu_button>a,
  .light .header_top .header-widget,
  .light .header_top .header-widget a,
  .light .header_top .header-widget p,
  .light .header_top .header-widget span,
  .light .header_top .header-widget.widget_nav_menu ul.menu>li>a,
  .light .header_top .q_social_icon_holder i.simple_social,
  .light .header_top .q_social_icon_holder span.simple_social {
    color:#777;
  }
  .light .header_top #lang_sel>ul>li>a,
  .light .header_top #lang_sel_click>ul>li>a,
  .light .header_top .q_social_icon_holder i.simple_social,
  .light .header_top .q_social_icon_holder span.simple_social {
    color:#777 !important;
  }
  .dark .header_top .header-widget,
  .dark .header_top .header-widget a,
  .dark .header_top .header-widget p,
  .dark .header_top .header-widget span,
  .dark .header_top .header-widget.widget_nav_menu ul.menu>li>a,
  .dark .header_top .q_social_icon_holder i.simple_social,
  .dark .header_top .q_social_icon_holder span.simple_social,
  .dark .mobile_menu_button span,
  .dark .shopping_cart_header .header_cart>i,
  .dark .side_menu_button>a {
    color:#777;
  }
  .dark .header_top #lang_sel>ul>li>a,
  .dark .header_top #lang_sel_click>ul>li>a,
  .dark .header_top .q_social_icon_holder i.simple_social,
  .dark .header_top .q_social_icon_holder span.simple_social {
    color:#777 !important;
  }
  .title {
    height:auto !important;
    padding:30px 0 !important;
  }
  .title_outer.with_image .title {
    padding:0 !important;
  }
  .title.has_background,
  .title.has_fixed_background {
    background:0 0 !important;
    height:auto !important;
    padding:0 !important;
  }
  .title_outer.animate_title_area {
    height:auto !important;
    opacity:1 !important;
  }
  .title .not_responsive {
    display:block;
  }
  .angled-section.svg-title-bottom,
  div.q_slider+div .angled-section,
  nav.content_menu ul.menu {
    display:none;
  }
  .title_outer.with_image .title .title_subtitle_holder {
    padding:0 !important;
  }
  .title h1 {
    margin:0;
  }
  .title.with_angled {
    padding-top:20px;
    padding-bottom:20px;
  }
  .shopping_cart_inner,
  .side_menu_button {
    height:100px !important;
  }
  header.menu_bottom.has_header_fixed_right .side_menu_button {
    height:130px !important;
  }
  .header_top .right #lang_sel ul ul,
  .header_top .right #lang_sel_click ul ul {
    right:0;
  }
  nav.content_menu {
    position:relative !important;
    top:0 !important;
    margin:0 auto;
  }
  nav.content_menu .nav_select_menu {
    display:block;
  }
  nav.content_menu .back_outer {
    display:none;
  }
  .ls-nav-next,
  .ls-nav-prev {
    top:50% !important;
  }
  .projects_holder.v4 .mix,
  .projects_holder.v4.hover_text .mix,
  .projects_holder.v5 .mix,
  .projects_holder.v5.hover_text .mix,
  .projects_holder.v6 .mix,
  .projects_holder.v6.hover_text .mix {
    width:23%;
    margin:0 0 3%;
  }
  .projects_holder.v4 .filler,
  .projects_holder.v4.hover_text .filler,
  .projects_holder.v5 .filler,
  .projects_holder.v5.hover_text .filler,
  .projects_holder.v6 .filler,
  .projects_holder.v6.hover_text .filler {
    width:23%;
  }
  .projects_holder.v2 .mix,
  .projects_holder.v3 .mix {
    margin:0 0 3%;
  }
  .projects_holder.v2.hover_text .mix,
  .projects_holder.v3.hover_text .mix,
  .projects_holder.v4.hover_text .mix,
  .projects_holder.v5.hover_text .mix,
  .projects_holder.v6.hover_text .mix {
    margin:0 0 2.8%;
  }
  .projects_holder.v4.hover_text.no_space .filler,
  .projects_holder.v4.hover_text.no_space .mix,
  .projects_holder.v4.standard_no_space .filler,
  .projects_holder.v4.standard_no_space .mix,
  .projects_holder.v5.hover_text.no_space .filler,
  .projects_holder.v5.hover_text.no_space .mix,
  .projects_holder.v5.standard_no_space .filler,
  .projects_holder.v5.standard_no_space .mix,
  .projects_holder.v6.hover_text.no_space .filler,
  .projects_holder.v6.hover_text.no_space .mix,
  .projects_holder.v6.standard_no_space .filler,
  .projects_holder.v6.standard_no_space .mix {
    width:24.99%;
  }
  .qode-safari .projects_holder.v4.hover_text.no_space .filler,
  .qode-safari .projects_holder.v4.hover_text.no_space .mix,
  .qode-safari .projects_holder.v4.standard_no_space .filler,
  .qode-safari .projects_holder.v4.standard_no_space .mix,
  .qode-safari .projects_holder.v5.hover_text.no_space .filler,
  .qode-safari .projects_holder.v5.hover_text.no_space .mix,
  .qode-safari .projects_holder.v5.standard_no_space .filler,
  .qode-safari .projects_holder.v5.standard_no_space .mix,
  .qode-safari .projects_holder.v6.hover_text.no_space .filler,
  .qode-safari .projects_holder.v6.hover_text.no_space .mix,
  .qode-safari .projects_holder.v6.standard_no_space .filler,
  .qode-safari .projects_holder.v6.standard_no_space .mix {
    width:24.95%;
  }
  .projects_holder.v3.standard_no_space .mix,
  .projects_holder.v4.standard_no_space .mix,
  .projects_holder.v5.standard_no_space .mix,
  .projects_holder.v6.standard_no_space .mix {
    margin:0;
  }
  .projects_holder article .feature_holder .feature_holder_icons {
    margin:10px 0 0;
  }
  .masonry_with_space .projects_holder.v5 .mix,
  .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v6 .mix,
  .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
    width:25%;
  }
  .full_width .projects_masonry_holder .portfolio_masonry_item,
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
    width:50% !important;
    margin:0 !important;
  }
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_width,
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
    width:100% !important;
    margin:0 !important;
  }
  .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item,
  .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer,
  .projects_masonry_holder.gs3 .portfolio_masonry_item,
  .projects_masonry_holder.gs3 .portfolio_masonry_item.large_height,
  .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer,
  .projects_masonry_holder.gs4 .portfolio_masonry_item,
  .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height,
  .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer {
    width:50% !important;
    margin:0 !important;
  }
  .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width,
  .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width_height,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width_height,
  .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width,
  .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width_height,
  .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width,
  .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width_height {
    width:100% !important;
    margin:0 !important;
  }
  .projects_masonry_holder .portfolio_masonry_item,
  .projects_masonry_holder .portfolio_masonry_item.large_height,
  .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
    width:50%;
  }
  .projects_masonry_holder .portfolio_masonry_item.large_width,
  .projects_masonry_holder .portfolio_masonry_item.large_width_height {
    width:100%;
  }
  .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .blog_holder.blog_pinterest article,
  .blog_holder.masonry .blog_holder_grid_sizer,
  .blog_holder.masonry article {
    width:47%;
  }
  .q_masonry_blog .q_masonry_blog_grid_sizer,
  .q_masonry_blog article {
    width:48%;
  }
  .q_masonry_blog .q_masonry_blog_grid_gutter {
    width:4%;
  }
  .full_width .q_masonry_blog .q_masonry_blog_grid_sizer,
  .full_width .q_masonry_blog article {
    width:31.2%;
  }
  .full_width .q_masonry_blog .q_masonry_blog_grid_gutter {
    width:3.2%;
  }
  .full_width .grid_section .q_masonry_blog article,
  .full_width .grid_section .q_masonry_blog_grid_sizer,
  .full_width .qode_elementor_container_inner .q_masonry_blog article,
  .full_width .qode_elementor_container_inner .q_masonry_blog_grid_sizer,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog article,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog_grid_sizer {
    width:48%;
  }
  .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .blog_holder.masonry .blog_holder_grid_gutter {
    width:6%;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_sizer,
  .blog_holder.masonry_full_width article {
    width:30.5%;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_gutter {
    width:4.2%;
  }
  .blog_holder.masonry_gallery .blog_holder_grid_sizer,
  .blog_holder.masonry_gallery article,
  .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer,
  .column_inner .blog_holder.masonry_gallery article {
    width:50%;
  }
  .blog_holder.masonry_gallery article.large-width,
  .blog_holder.masonry_gallery article.large-width-height,
  .column_inner .blog_holder.masonry_gallery article.large-width,
  .column_inner .blog_holder.masonry_gallery article.large-width-height {
    width:100%;
  }
  .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .blog_holder.blog_chequered article,
  .blog_holder.blog_gallery .blog_holder_grid_sizer,
  .blog_holder.blog_gallery article,
  .column_inner .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .column_inner .blog_holder.blog_chequered article {
    width:50%;
  }
  .box_image_holder .box_icon .fa-stack {
    font-size:3em;
  }
  .q_steps_holder .step1 {
    left:-81px;
  }
  .q_steps_holder .step2 {
    left:122px;
  }
  .q_steps_holder .step3 {
    left:350px;
  }
  .q_steps_holder .step4 {
    left:560px;
  }
  .q_steps_holder .step1,
  .q_steps_holder .step2,
  .q_steps_holder .step3,
  .q_steps_holder .step4 {
    margin:0 0 30px;
  }
  .qode_call_to_action .two_columns_75_25>.column2>.column_inner {
    padding:0;
  }
  .qode_call_to_action .qbutton {
    padding:0 10px !important;
    font-size:10px;
  }
  .header_top .left .inner>div:last-child,
  .header_top .right .inner>div,
  header .q_social_icon_holder {
    border-right:0;
  }
  .header_top .left .inner>div,
  .header_top .right .inner>div:first-child {
    border-left:0;
  }
  .qode_clients.five_columns .qode_client_holder,
  .qode_clients.four_columns .qode_client_holder,
  .qode_clients.six_columns .qode_client_holder {
    width:33.33333333333333%;
  }
  .qode_clients.five_columns .qode_client_holder:nth-child(5n) .qode_client_holder_inner:before,
  .qode_clients.four_columns .qode_client_holder:nth-child(4n) .qode_client_holder_inner:before,
  .qode_clients.six_columns .qode_client_holder:nth-child(6n) .qode_client_holder_inner:before {
    border-right-width:1px;
  }
  .qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before {
    border-right-width:0;
  }
  .animated_icons_with_text.five_columns .animated_icon_with_text_holder,
  .animated_icons_with_text.four_columns .animated_icon_with_text_holder,
  .animated_icons_with_text.three_columns .animated_icon_with_text_holder {
    width:50%;
  }
  .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before,
  .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before,
  .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before {
    border-right-width:1px;
  }
  .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before,
  .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before,
  .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before {
    border-right-width:0;
  }
  .cover_boxes ul {
    margin:0 -8px 0 0;
  }
  .cover_boxes ul li {
    margin-right:8px;
  }
  .cover_boxes ul li,
  .cover_boxes ul li .box .thumb {
    width:187px;
  }
  .cover_boxes ul li .box,
  .cover_boxes ul li.act {
    width:374px;
  }
  .cover_boxes ul li .box .box_content {
    left:197px;
    width:177px;
  }
  body.boxed .cover_boxes ul li,
  body.boxed .cover_boxes ul li .box .thumb {
    width:185px;
  }
  body.boxed .cover_boxes ul li .box,
  body.boxed .cover_boxes ul li.act {
    width:381px;
  }
  body.boxed .cover_boxes ul li .box .box_content {
    left:200px;
    width:185px;
  }
  .cover_boxes ul li .box .box_content p {
    max-height:105px;
    overflow:hidden;
  }
  .cover_boxes ul li .box h3 {
    margin:0 0 5px;
  }
  .cover_boxes ul li .box .qbutton,
  .cover_boxes ul li .box h5 {
    margin:8px 0 0;
  }
  .latest_post_holder.boxes.four_columns>ul>li,
  .latest_post_holder.dividers.four_columns>ul>li,
  .latest_post_holder.four_columns>ul>li {
    width:49%;
    margin:0 2% 25px 0 !important;
  }
  .latest_post_holder.boxes.four_columns>ul>li:nth-child(2n),
  .latest_post_holder.dividers.four_columns>ul>li:nth-child(2n) {
    margin:0 0 25px !important;
  }
  .latest_post_holder.boxes.four_columns>ul>li:nth-child(2n+1),
  .latest_post_holder.dividers.four_columns>ul>li:nth-child(2n+1) {
    clear:both;
  }
  .q_team .q_team_social_holder .fa-stack {
    margin:0 4px 3px 0;
    width:1.6em;
    height:1.6em;
    line-height:1.6em;
  }
  .q_tabs .tabs-nav li a {
    padding:0 7px;
  }
  .price_table_inner ul li.table_title {
    padding:18px 15px 17px;
  }
  .price_table_inner ul li {
    padding:11px 10px;
  }
  .price_table_inner ul li.pricing_table_content {
    padding:20px 12px 10px;
  }
  .price_button .qbutton {
    margin-bottom:5px;
  }
  .content,
  .content.content_top_margin {
    margin-top:0 !important;
  }
  .title .title_holder {
    height:100% !important;
    padding:0 !important;
  }
  .q_counter_holder.center {
    padding:20px 30px;
  }
  .qode-image-gallery-slides.flexslider.have_frame,
  .wpb_flexslider.flexslider.have_frame {
    width:566px;
  }
  .frame_holder>.wpb_wrapper,
  .qode-image-gallery-slides.flexslider.have_frame {
    padding:30px 0 66px;
  }
  .frame_holder.frame_holder2>.wpb_wrapper {
    padding:42px 0 66px;
  }
  .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
    width:541px;
  }
  .frame_holder.frame_holder3>.wpb_wrapper {
    padding:30px 0 55px;
  }
  .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
    width:703px;
  }
  .frame_holder.frame_holder4>.wpb_wrapper {
    padding:36px 0 154px;
  }
  .qode_pricing_tables.four_columns .q_price_table {
    width:48.75%;
    margin-bottom:15px;
  }
  .qode_pricing_tables.four_columns .q_price_table:nth-child(2n+1) {
    margin-left:0;
    clear:both;
  }
  .gallery_holder ul.v5 li,
  .wpb_gallery_slides .gallery_holder ul.v5 li {
    width:25%;
  }
  .gallery_holder ul.v6 li,
  .wpb_gallery_slides .gallery_holder ul.v6 li {
    width:33.33333333333333%;
  }
  .google_map_ovrlay,
  .google_map_shortcode_overlay {
    display:block;
  }
  .title.title_size_large h1 {
    font-size:40px !important;
    line-height:50px !important;
  }
  .blog_holder.blog_large_image_simple article .post_text .post_text_inner {
    padding-left:0;
    padding-right:0;
  }
  .full_screen_navigation_holder.up_arrow {
    top:50px;
  }
  .full_screen_navigation_holder.down_arrow {
    bottom:0;
  }
  .q_elements_holder.responsive_mode_from_1000.five_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1000.four_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1000.six_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1000.three_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1000.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1000.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_25_75 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_25_75 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_33_66 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_33_66 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_66_33 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_66_33 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_75_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
    width:100%;
    display:inline-block;
    height:auto;
  }
  .q_elements_holder.alignment_one_column_left.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
    text-align:left !important;
  }
  .q_elements_holder.alignment_one_column_center.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
    text-align:center !important;
  }
  .q_elements_holder.alignment_one_column_right.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
    text-align:right !important;
  }
  .grid-sizer {
    width:50%;
  }
  .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_landscape,
  .masonry_gallery_holder.three_columns .masonry_gallery_item.square_big,
  .masonry_gallery_item.rectangle_landscape,
  .masonry_gallery_item.square_big {
    width:100%;
  }
  .latest_post_two_holder.four_columns>ul>li,
  .latest_post_two_holder.three_columns>ul>li,
  .masonry_gallery_holder.three_columns .grid-sizer,
  .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_portrait,
  .masonry_gallery_holder.three_columns .masonry_gallery_item.square_small,
  .masonry_gallery_item.rectangle_portrait,
  .masonry_gallery_item.square_small {
    width:50%;
  }
  .footer_bottom_holder .footer_bottom ul.menu li {
    margin-right:7px;
  }
  .footer_bottom_holder .footer_bottom ul.menu li a {
    font-size:11px;
  }
  .latest_post_two_holder.three_columns>ul>li:nth-child(3n+1) {
    clear:none;
  }
  .latest_post_two_holder.four_columns>ul>li:nth-child(2n+1),
  .latest_post_two_holder.three_columns>ul>li:nth-child(2n+1) {
    clear:both;
  }
  .portfolio_single.portfolio_template_8 .portfolio_container>.column1,
  .portfolio_single.portfolio_template_8 .portfolio_container>.column2 {
    width:100%;
    float:none;
  }
  .portfolio_single.portfolio_template_8 .portfolio_container>.column1>*,
  .portfolio_single.portfolio_template_8 .portfolio_container>.column2>* {
    padding:0;
  }
  .portfolio_single.portfolio_template_8 .portfolio_detail .info>* {
    float:none !important;
    width:auto !important;
    display:table-cell;
    text-align:left;
    vertical-align:top;
  }
  .portfolio_single.portfolio_template_8 .portfolio_detail .info>h6 {
    padding:0 10px 0 0;
  }
  .testimonials_block {
    width:100%;
  }
  .tstm_block_2 {
    float:none;
  }
  .qode-preview-slider {
    padding-bottom:40px;
  }
  .qode-preview-slider .qode-presl-main-slider .flex-control-nav {
    bottom:-40px;
  }
  .blog_holder.single_image_title_post .comment_holder {
    padding-left:0;
    padding-right:0;
  }
  body.qode_advanced_footer_responsive_1000 .four_columns .column1,
  body.qode_advanced_footer_responsive_1000 .four_columns .column2,
  body.qode_advanced_footer_responsive_1000 .four_columns .column3,
  body.qode_advanced_footer_responsive_1000 .four_columns .column4 {
    width:50%;
  }
}

@media only screen and (min-width:600px) and (max-width:1000px) {
  body.qode_header_in_grid .header_bottom {
    padding:0;
  }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
  .portfolio_gallery a.v4 {
    width:32%;
    margin:0 2% 2% 0 !important;
  }
  .portfolio_gallery a.v4:nth-child(3n) {
    margin:0 0 2% !important;
  }
  .drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li {
    width:194px;
  }
  .widget.widget_search form input[type=text] {
    width:67%;
  }
  .q_percentage_with_icon canvas {
    width:100% !important;
    height:100% !important;
  }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
  .grid2 .blog_holder.masonry .blog_share,
  .grid2.two_columns_66_33 .blog_holder.blog_single article .post_comments {
    margin-left:0;
  }
  .grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_left,
  .grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_right {
    float:none;
  }
}

@media only screen and (min-width:601px) and (max-width:1000px) {
  .full_screen_holder {
    margin-top:-50px;
  }
}

@media only screen and (max-width:900px) {
  .projects_holder.v4.hover_text.no_space .filler,
  .projects_holder.v4.hover_text.no_space .mix,
  .projects_holder.v4.standard_no_space .filler,
  .projects_holder.v4.standard_no_space .mix,
  .projects_holder.v5.hover_text.no_space .filler,
  .projects_holder.v5.hover_text.no_space .mix,
  .projects_holder.v5.standard_no_space .filler,
  .projects_holder.v5.standard_no_space .mix,
  .projects_holder.v6.hover_text.no_space .filler,
  .projects_holder.v6.hover_text.no_space .mix,
  .projects_holder.v6.standard_no_space .filler,
  .projects_holder.v6.standard_no_space .mix {
    width:33.32%;
  }
  .qode-safari .projects_holder.v4.hover_text.no_space .filler,
  .qode-safari .projects_holder.v4.hover_text.no_space .mix,
  .qode-safari .projects_holder.v4.standard_no_space .filler,
  .qode-safari .projects_holder.v4.standard_no_space .mix,
  .qode-safari .projects_holder.v5.hover_text.no_space .filler,
  .qode-safari .projects_holder.v5.hover_text.no_space .mix,
  .qode-safari .projects_holder.v5.standard_no_space .filler,
  .qode-safari .projects_holder.v5.standard_no_space .mix,
  .qode-safari .projects_holder.v6.hover_text.no_space .filler,
  .qode-safari .projects_holder.v6.hover_text.no_space .mix,
  .qode-safari .projects_holder.v6.standard_no_space .filler,
  .qode-safari .projects_holder.v6.standard_no_space .mix {
    width:33.3%;
  }
}

@media only screen and (max-width:783px) {
  .full_width .q_masonry_blog article {
    width:46.5%;
  }
  .full_width .q_masonry_blog .q_masonry_blog_grid_gutter {
    width:7%;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_sizer,
  .blog_holder.masonry_full_width article {
    width:46.5%;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_gutter {
    width:7%;
  }
}

@media only screen and (max-width:768px) {
  .comment_holder .comment_number,
  .portfolio_navigation.navigation_title .post_info {
    display:none;
  }
  body.boxed .carousel-inner,
  body.boxed .footer_inner,
  body.boxed .full_width .parallax_content,
  body.boxed .header_inner,
  body.boxed .wrapper_inner,
  body.boxed footer {
    width:650px;
  }
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .footer_bottom_border.in_grid,
  .footer_top_border.in_grid,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  .title_border_in_grid_holder,
  div.grid_section .section_inner,
  div[data-element_type=container].qode_elementor_container_inner,
  nav.content_menu ul {
    width:600px;
  }
  .paspartu_enabled .carousel-inner .slider_content_outer,
  .paspartu_enabled .container_inner,
  .paspartu_enabled .container_inner nav.content_menu,
  .paspartu_enabled .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .footer_bottom_border.in_grid,
  .paspartu_enabled .footer_top_border.in_grid,
  .paspartu_enabled .full_width .parallax_content,
  .paspartu_enabled .qode_elementor_container_inner,
  .paspartu_enabled .steps_holder_inner,
  .paspartu_enabled .title_border_in_grid_holder,
  .paspartu_enabled div.grid_section .section_inner,
  .paspartu_enabled div[data-element_type=container].qode_elementor_container_inner,
  .paspartu_enabled nav.content_menu ul,
  .paspartu_enabled.boxed div.section .section_inner {
    width:550px;
  }
  .side_menu_slide_from_right .side_menu {
    width:100%;
    right:-100%;
  }
  nav.mobile_menu>ul {
    width:600px;
  }
  .projects_holder.v2 .mix,
  .projects_holder.v2.hover_text .mix,
  .projects_holder.v3 .mix,
  .projects_holder.v3.hover_text .mix,
  .projects_holder.v4 .mix,
  .projects_holder.v4.hover_text .mix,
  .projects_holder.v5 .mix,
  .projects_holder.v5.hover_text .mix,
  .projects_holder.v6 .mix,
  .projects_holder.v6.hover_text .mix {
    width:47.9%;
    margin:0 0 4.7%;
  }
  .projects_holder.v2.hover_text .mix,
  .projects_holder.v3.hover_text .mix,
  .projects_holder.v4.hover_text .mix,
  .projects_holder.v5.hover_text .mix,
  .projects_holder.v6.hover_text .mix {
    margin:0 0 4.2%;
  }
  .projects_holder.v2 .filler,
  .projects_holder.v2.hover_text .filler,
  .projects_holder.v3 .filler,
  .projects_holder.v3.hover_text .filler,
  .projects_holder.v4 .filler,
  .projects_holder.v4.hover_text .filler,
  .projects_holder.v5 .filler,
  .projects_holder.v5.hover_text .filler,
  .projects_holder.v6 .filler,
  .projects_holder.v6.hover_text .filler {
    width:47.9%;
  }
  .projects_holder.v2.hover_text.no_space .filler,
  .projects_holder.v2.hover_text.no_space .mix,
  .projects_holder.v2.standard_no_space .filler,
  .projects_holder.v2.standard_no_space .mix,
  .projects_holder.v3.hover_text.no_space .filler,
  .projects_holder.v3.hover_text.no_space .mix,
  .projects_holder.v3.standard_no_space .filler,
  .projects_holder.v3.standard_no_space .mix,
  .projects_holder.v4.hover_text.no_space .filler,
  .projects_holder.v4.hover_text.no_space .mix,
  .projects_holder.v4.standard_no_space .filler,
  .projects_holder.v4.standard_no_space .mix,
  .projects_holder.v5.hover_text.no_space .filler,
  .projects_holder.v5.hover_text.no_space .mix,
  .projects_holder.v5.standard_no_space .filler,
  .projects_holder.v5.standard_no_space .mix,
  .projects_holder.v6.hover_text.no_space .filler,
  .projects_holder.v6.hover_text.no_space .mix,
  .projects_holder.v6.standard_no_space .filler,
  .projects_holder.v6.standard_no_space .mix {
    width:49.99%;
  }
  .qode-safari .projects_holder.v2.hover_text.no_space .filler,
  .qode-safari .projects_holder.v2.hover_text.no_space .mix,
  .qode-safari .projects_holder.v2.standard_no_space .filler,
  .qode-safari .projects_holder.v2.standard_no_space .mix,
  .qode-safari .projects_holder.v3.hover_text.no_space .filler,
  .qode-safari .projects_holder.v3.hover_text.no_space .mix,
  .qode-safari .projects_holder.v3.standard_no_space .filler,
  .qode-safari .projects_holder.v3.standard_no_space .mix,
  .qode-safari .projects_holder.v4.hover_text.no_space .filler,
  .qode-safari .projects_holder.v4.hover_text.no_space .mix,
  .qode-safari .projects_holder.v4.standard_no_space .filler,
  .qode-safari .projects_holder.v4.standard_no_space .mix,
  .qode-safari .projects_holder.v5.hover_text.no_space .filler,
  .qode-safari .projects_holder.v5.hover_text.no_space .mix,
  .qode-safari .projects_holder.v5.standard_no_space .filler,
  .qode-safari .projects_holder.v5.standard_no_space .mix,
  .qode-safari .projects_holder.v6.hover_text.no_space .filler,
  .qode-safari .projects_holder.v6.hover_text.no_space .mix,
  .qode-safari .projects_holder.v6.standard_no_space .filler,
  .qode-safari .projects_holder.v6.standard_no_space .mix {
    width:49.97%;
  }
  .projects_holder.v2.standard_no_space .mix,
  .projects_holder.v3.standard_no_space .mix,
  .projects_holder.v4.standard_no_space .mix,
  .projects_holder.v5.standard_no_space .mix,
  .projects_holder.v6.standard_no_space .mix {
    margin:0;
  }
  .masonry_with_space .projects_holder.v4 .mix,
  .masonry_with_space .projects_holder.v4 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v5 .mix,
  .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v6 .mix,
  .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
    width:33.33%;
  }
  .projects_holder.alternating_sizes .mix {
    margin-bottom:2%;
  }
  .projects_holder.alternating_sizes .mix:nth-child(2n) {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
  }
  .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .blog_holder.blog_pinterest article,
  .blog_holder.masonry .blog_holder_grid_sizer,
  .blog_holder.masonry article,
  .blog_holder.masonry_full_width article,
  .full_width .grid_section .q_masonry_blog article,
  .full_width .grid_section .q_masonry_blog_grid_sizer,
  .full_width .qode_elementor_container_inner .q_masonry_blog article,
  .full_width .qode_elementor_container_inner .q_masonry_blog_grid_sizer,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog article,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog_grid_sizer,
  .q_masonry_blog .q_masonry_blog_grid_sizer,
  .q_masonry_blog article {
    width:46.5%;
  }
  .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .blog_holder.masonry .blog_holder_grid_gutter,
  .full_width .grid_section .q_masonry_blog .q_masonry_blog_grid_gutter,
  .q_masonry_blog .q_masonry_blog_grid_gutter {
    width:7%;
  }
  .blog_holder.blog_small_image article .post_text .post_text_inner {
    min-height:0 !important;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_sizer,
  .blog_holder.masonry_full_width article,
  .comment_holder .comments,
  .full_width .q_masonry_blog article,
  .two_columns_25_75 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_25_75 .blog_holder.blog_chequered article,
  .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_25_75 .blog_holder.blog_pinterest article,
  .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_25_75 .blog_holder.masonry article,
  .two_columns_25_75 .q_masonry_blog .q_masonry_blog_grid_sizer,
  .two_columns_25_75 .q_masonry_blog article,
  .two_columns_33_66 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_33_66 .blog_holder.blog_chequered article,
  .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_33_66 .blog_holder.blog_pinterest article,
  .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_33_66 .blog_holder.masonry article,
  .two_columns_33_66 .q_masonry_blog .q_masonry_blog_grid_sizer,
  .two_columns_33_66 .q_masonry_blog article,
  .two_columns_66_33 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_66_33 .blog_holder.blog_chequered article,
  .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_66_33 .blog_holder.blog_pinterest article,
  .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_66_33 .blog_holder.masonry article,
  .two_columns_66_33 .q_masonry_blog .q_masonry_blog_grid_sizer,
  .two_columns_66_33 .q_masonry_blog article,
  .two_columns_75_25 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_75_25 .blog_holder.blog_chequered article,
  .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_75_25 .blog_holder.blog_pinterest article,
  .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_75_25 .blog_holder.masonry article,
  .two_columns_75_25 .q_masonry_blog .q_masonry_blog_grid_sizer,
  .two_columns_75_25 .q_masonry_blog article {
    width:100%;
  }
  .blog_holder.masonry_full_width .blog_holder_grid_gutter,
  .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_gutter,
  .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_gutter,
  .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_gutter,
  .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_gutter {
    width:0;
  }
  .fixed_top_header .header_bottom_right_widget_holder {
    display:table-cell;
  }
  div.comment_form {
    padding-top:40px;
    border-top:1px solid #ddd;
  }
  .title {
    padding:25px 0 !important;
  }
  .has_header_fixed_right.stick.menu_bottom .header_inner_right,
  .header_bottom_right_widget_holder {
    display:none;
  }
  .q_line_graf {
    margin:0 0 25px;
    width:100%;
  }
  .q_pie_graf {
    width:70%;
    margin:0 auto 25px;
    float:none;
  }
  .q_line_graf canvas,
  .q_line_graf_legend,
  .q_pie_graf canvas,
  .q_pie_graf_legend {
    width:100% !important;
    height:auto !important;
  }
  .q_icon_list p,
  .q_list.number.circle_number li {
    line-height:37px;
  }
  .q_list.number.circle_number ul>li:before {
    top:0;
  }
  .q_icon_list p {
    padding:0 0 0 45px;
  }
  .q_icon_list i {
    line-height:35px;
    height:35px;
    width:35px;
  }
  .grid2 .blog_holder article .post_description .post_description_left,
  .grid2 .blog_holder article .post_description .post_description_right,
  .grid2 .post_info_left {
    float:none;
  }
  .grid2 .blog_holder article .post_description .post_description_left,
  .grid2 .post_info_left {
    margin-top:10px;
  }
  .grid2 .blog_holder article .post_comments {
    margin-left:0;
  }
  .blog_holder.blog_small_image article .post_image,
  .blog_holder.blog_small_image article .post_text {
    float:left;
    width:100%;
  }
  .cover_boxes ul,
  .cover_boxes ul li {
    width:100% !important;
  }
  .cover_boxes ul li {
    margin:0 0 20px !important;
  }
  .cover_boxes ul li,
  .cover_boxes ul li .box .thumb {
    width:270px;
  }
  .cover_boxes ul li .box,
  .cover_boxes ul li.act {
    width:100%;
  }
  .cover_boxes ul li .box .box_content {
    position:static;
    left:0;
    float:right;
    width:310px;
  }
  .cover_boxes ul li .box .box_content p {
    height:auto;
    max-height:none;
    overflow:visible;
  }
  body.boxed .cover_boxes ul li .box,
  body.boxed .cover_boxes ul li.act {
    width:100%;
  }
  body.boxed .cover_boxes ul li .box .box_content {
    left:0;
    width:395px;
  }
  .latest_post_holder.boxes>ul>li,
  .latest_post_holder.dividers>ul>li {
    margin:0 2% 25px 0 !important;
  }
  .latest_post_holder.boxes.four_columns>ul>li,
  .latest_post_holder.boxes.three_columns>ul>li,
  .latest_post_holder.boxes.two_columns>ul>li,
  .latest_post_holder.dividers.four_columns>ul>li,
  .latest_post_holder.dividers.three_columns>ul>li,
  .latest_post_holder.dividers.two_columns>ul>li {
    width:49%;
  }
  .latest_post_holder.boxes>ul>li:nth-child(2n),
  .latest_post_holder.dividers>ul>li:nth-child(2n) {
    margin:0 0 25px !important;
  }
  .latest_post_holder.boxes>ul>li:nth-child(2n+1),
  .latest_post_holder.dividers>ul>li:nth-child(2n+1) {
    clear:both;
  }
  .q_circles_holder .q_circle_outer {
    width:50% !important;
    margin:0 0 30px;
  }
  .q_circles_holder:before {
    display:none;
    width:0;
    height:0;
    border:0;
  }
  body:not(.qode_disabled_responsive_button_padding_change) #submit_comment,
  body:not(.qode_disabled_responsive_button_padding_change) .drop_down .wide .second ul li .qbutton,
  body:not(.qode_disabled_responsive_button_padding_change) .drop_down .wide .second ul li ul li .qbutton,
  body:not(.qode_disabled_responsive_button_padding_change) .load_more a,
  body:not(.qode_disabled_responsive_button_padding_change) .qbutton,
  body:not(.qode_disabled_responsive_button_padding_change) .qbutton.small {
    padding:0 14px;
  }
  body:not(.qode_disabled_responsive_button_padding_change) .qbutton.big_large,
  body:not(.qode_disabled_responsive_button_padding_change) .qbutton.big_large_full_width {
    height:50px;
    line-height:50px;
    font-size:16px;
    padding:0 20px;
  }
  body:not(.qode_disabled_responsive_button_padding_change) .qbutton.large {
    height:42px;
    line-height:42px;
    padding:0 17px;
  }
  body:not(.qode_disabled_responsive_button_padding_change) #submit_comment,
  body:not(.qode_disabled_responsive_button_padding_change) .load_more.tiny a,
  body:not(.qode_disabled_responsive_button_padding_change) .qbutton.medium {
    height:38px;
    line-height:38px;
    padding:0 16px;
  }
  .qbutton.big_large i,
  .qbutton.big_large_full_width i,
  .qbutton.large i {
    margin:0 0 0 15px;
  }
  .qbutton.medium i {
    margin:0 0 0 13px;
  }
  .qbutton.small i {
    margin:0 0 0 8px;
  }
  .q_social_icon_holder .fa-stack {
    margin:.1407692307692308em;
  }
  .qode-image-gallery-slides.flexslider.have_frame,
  .wpb_flexslider.flexslider.have_frame {
    width:442px;
  }
  .frame_holder>.wpb_wrapper,
  .qode-image-gallery-slides.flexslider.have_frame {
    padding:24px 0 58px;
  }
  .frame_holder.frame_holder2>.wpb_wrapper {
    padding:33px 0 58px;
  }
  .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
    width:425px;
  }
  .frame_holder.frame_holder3>.wpb_wrapper {
    padding:24px 0 34px;
  }
  .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
    width:549px;
  }
  .frame_holder.frame_holder4>.wpb_wrapper {
    padding:28px 0 121px;
  }
  .have_frame.flexslider .flex-prev {
    left:-60px;
  }
  .have_frame.flexslider .flex-next {
    right:-60px;
  }
  .touchevents .content {
    margin:0 !important;
  }
  nav.popup_menu ul li a,
  nav.popup_menu ul li h6 {
    line-height:40px;
  }
  nav.popup_menu ul li a span,
  nav.popup_menu ul li h6 span {
    font-size:.7em;
  }
  .title.title_size_large h1 {
    font-size:30px !important;
    line-height:40px !important;
  }
  .q_elements_holder.four_columns {
    display:inline-block;
    width:100%;
  }
  .q_elements_holder.responsive_mode_from_768.five_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_768.four_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_768.six_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_768.three_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_768.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_768.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_768.two_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_25_75 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_25_75 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_33_66 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_33_66 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_66_33 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_66_33 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_75_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
    width:100%;
    display:inline-block;
    height:auto;
  }
  .q_elements_holder.alignment_one_column_left.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
    text-align:left !important;
  }
  .q_elements_holder.alignment_one_column_center.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
    text-align:center !important;
  }
  .q_elements_holder.alignment_one_column_right.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
    text-align:right !important;
  }
  .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
    padding:3%;
  }
  .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 .blog_slider_simple_excerpt {
    display:none;
  }
  .footer_bottom ul.menu li {
    width:100% !important;
  }
  .call_to_action.simple .text_wrapper>.call_to_action_text {
    display:block;
    margin:0 !important;
  }
  .call_to_action.simple .text_wrapper>.qbutton {
    margin:30px 0 0 !important;
  }
  .qode-instagram-feed.qode-col-4 li {
    width:50%;
  }
  .qode-instagram-feed.qode-col-6 li {
    width:33.33%;
  }
  .footer_responsive_adv .footer_top .footer_col1,
  .footer_responsive_adv .footer_top .footer_col2,
  .footer_responsive_adv .footer_top .footer_col3,
  .footer_responsive_adv .footer_top .footer_col4,
  .footer_responsive_adv .footer_top .two_columns_50_50>.column1,
  .footer_responsive_adv .footer_top .two_columns_50_50>.column2 {
    width:100%;
    float:none;
  }
  .footer_responsive_adv .footer_top .footer_col1>.column_inner,
  .footer_responsive_adv .footer_top .footer_col2>.column_inner,
  .footer_responsive_adv .footer_top .footer_col3>.column_inner,
  .footer_responsive_adv .footer_top .footer_col4>.column_inner,
  .footer_responsive_adv .footer_top .two_columns_50_50>.column1 .column_inner,
  .footer_responsive_adv .footer_top .two_columns_50_50>.column2 .column_inner {
    padding:0;
  }
  .footer_responsive_adv .footer_top .footer_col1>.column_inner>div,
  .footer_responsive_adv .footer_top .footer_col2>.column_inner>div,
  .footer_responsive_adv .footer_top .footer_col3>.column_inner>div,
  .footer_responsive_adv .footer_top .footer_col4>.column_inner>div {
    margin:0;
  }
  .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 25px;
  }
  .footer_responsive_adv .footer_top .wpcf7 .four_columns .column1,
  .footer_responsive_adv .footer_top .wpcf7 .four_columns .column2,
  .footer_responsive_adv .footer_top .wpcf7 .four_columns .column3,
  .footer_responsive_adv .footer_top .wpcf7 .three_columns .column1,
  .footer_responsive_adv .footer_top .wpcf7 .three_columns .column2,
  .footer_responsive_adv .footer_top .wpcf7 .two_columns_50_50 .column1,
  .footer_responsive_adv .footer_top .wpcf7 .two_columns_50_50 .column2 {
    margin:0;
  }
  .qode_pricing_tables .q_price_table.qode_pricing_table_advanced,
  .qode_pricing_tables.four_columns .q_price_table.qode_pricing_table_advanced,
  .qode_pricing_tables.three_columns .q_price_table.qode_pricing_table_advanced {
    width:100%;
    margin-left:0;
  }
  .latest_post_two_holder .latest_post_two_text {
    padding:36px 28px 44px;
  }
  .latest_post_two_holder .latest_post_two_info {
    padding:23px 28px 28px;
  }
  .qode-content-sidebar-responsive .content .container>.container_inner.default_template_holder>.grid2>*>*,
  .qode-content-sidebar-responsive .portfolio_single .portfolio_container>*>* {
    padding:0;
  }
  .latest_post_two_holder .latest_post_two_info_inner>* {
    display:block;
  }
  .latest_post_two_holder .latest_post_two_info_inner .post_info_date {
    text-align:left;
    margin:10px 0 0;
  }
  .latest_post_two_holder .latest_post_two_info_inner img {
    margin:0 10px 0 0;
  }
  .qode-content-sidebar-responsive .content .container>.container_inner.default_template_holder>.grid2>* {
    width:100%;
  }
  .qode-content-sidebar-responsive .portfolio_single .portfolio_container>* {
    width:100%;
  }
  .qode-twitter-feed-shortcode .qode-tfs-inner {
    margin:0;
  }
  .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item {
    width:100%;
    padding:0 0 20px;
  }
  .title .text_above_title {
    display:none;
  }
  .qode-three-columns-form-with-space .qode-three-columns-form-with-space-column {
    display:inline-block;
    margin-bottom:15px;
    width:100%;
  }
  body.qode_advanced_footer_responsive_768 .four_columns .column1,
  body.qode_advanced_footer_responsive_768 .four_columns .column2,
  body.qode_advanced_footer_responsive_768 .four_columns .column3,
  body.qode_advanced_footer_responsive_768 .four_columns .column4 {
    width:50%;
  }
}

@media only screen and (min-width:600px) and (max-width:768px) {
  .portfolio_gallery a.v3,
  .portfolio_gallery a.v4 {
    width:49% !important;
    margin:0 2% 2% 0 !important;
  }
  .portfolio_gallery a.v3:nth-child(2n),
  .portfolio_gallery a.v4:nth-child(2n) {
    margin:0 0 2% !important;
  }
  .gallery_holder ul.v4 li {
    width:50% !important;
  }
  .gallery_holder ul.gallery_with_space.v4 li {
    width:48% !important;
    margin-right:2% !important;
  }
  .gallery_holder ul.gallery_with_space.v3 li:nth-child(3n),
  .gallery_holder ul.gallery_with_space.v4 li:nth-child(2n),
  .gallery_holder ul.gallery_with_space.v5 li:nth-child(3n),
  .gallery_holder ul.gallery_with_space.v6 li:nth-child(3n) {
    margin-right:0 !important;
  }
  .gallery_holder ul.v3 li,
  .gallery_holder ul.v5 li {
    width:33.33333% !important;
  }
  .gallery_holder ul.gallery_with_space.v3 li,
  .gallery_holder ul.gallery_with_space.v5 li,
  .gallery_holder ul.gallery_with_space.v6 li {
    width:32% !important;
    margin-right:2% !important;
  }
  .blog_holder article .post_info .inner {
    padding:0 10px 0 0;
  }
  .widget.widget_search form input[type=text] {
    width:60%;
  }
  .q_image_with_text_over.one_fourth {
    width:49.9%;
  }
  .q_percentage_with_icon canvas {
    width:100% !important;
    height:100% !important;
  }
  .q_circles_holder .q_circle_outer:nth-child(2n+1) {
    clear:both;
  }
  .blog_like {
    padding:0 0 0 8px;
  }
  .blog_share {
    margin:0 0 0 8px;
  }
  .blog_holder article .post_description .post_description_left {
    margin:0 12px 0 0;
  }
  .blog_holder.masonry article .post_description .post_description_left {
    margin:0;
  }
  .q_tabs .tabs-nav li a {
    padding:0 4px;
    font-size:12px;
  }
  .q_counter_holder.center {
    padding:20px 15px;
  }
  .price_in_table .price {
    font-size:60px;
  }
}

@media only screen and (max-width:600px) {
  body.boxed .carousel-inner,
  body.boxed .footer_inner,
  body.boxed .full_width .parallax_content,
  body.boxed .header_inner,
  body.boxed .wrapper_inner,
  body.boxed footer {
    width:470px;
  }
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .footer_bottom_border.in_grid,
  .footer_top_border.in_grid,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  .title_border_in_grid_holder,
  div.grid_section .section_inner,
  div[data-element_type=container].qode_elementor_container_inner,
  nav.content_menu ul {
    width:420px;
  }
  .paspartu_enabled .carousel-inner .slider_content_outer,
  .paspartu_enabled .container_inner,
  .paspartu_enabled .container_inner nav.content_menu,
  .paspartu_enabled .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .footer_bottom_border.in_grid,
  .paspartu_enabled .footer_top_border.in_grid,
  .paspartu_enabled .full_width .parallax_content,
  .paspartu_enabled .qode_elementor_container_inner,
  .paspartu_enabled .steps_holder_inner,
  .paspartu_enabled .title_border_in_grid_holder,
  .paspartu_enabled div.grid_section .section_inner,
  .paspartu_enabled div[data-element_type=container].qode_elementor_container_inner,
  .paspartu_enabled nav.content_menu ul,
  .paspartu_enabled.boxed div.section .section_inner {
    width:400px;
  }
  nav.mobile_menu>ul {
    width:420px;
  }
  .projects_holder.v2.hover_text.no_space .filler,
  .projects_holder.v2.hover_text.no_space .mix,
  .projects_holder.v2.standard_no_space .filler,
  .projects_holder.v2.standard_no_space .mix,
  .projects_holder.v3.hover_text.no_space .filler,
  .projects_holder.v3.hover_text.no_space .mix,
  .projects_holder.v3.standard_no_space .filler,
  .projects_holder.v3.standard_no_space .mix,
  .projects_holder.v4.hover_text.no_space .filler,
  .projects_holder.v4.hover_text.no_space .mix,
  .projects_holder.v4.standard_no_space .filler,
  .projects_holder.v4.standard_no_space .mix,
  .projects_holder.v5.hover_text.no_space .filler,
  .projects_holder.v5.hover_text.no_space .mix,
  .projects_holder.v5.standard_no_space .filler,
  .projects_holder.v5.standard_no_space .mix,
  .projects_holder.v6.hover_text.no_space .filler,
  .projects_holder.v6.hover_text.no_space .mix,
  .projects_holder.v6.standard_no_space .filler,
  .projects_holder.v6.standard_no_space .mix,
  .qode-safari .projects_holder.v2.hover_text.no_space .filler,
  .qode-safari .projects_holder.v2.hover_text.no_space .mix,
  .qode-safari .projects_holder.v2.standard_no_space .filler,
  .qode-safari .projects_holder.v2.standard_no_space .mix,
  .qode-safari .projects_holder.v3.hover_text.no_space .filler,
  .qode-safari .projects_holder.v3.hover_text.no_space .mix,
  .qode-safari .projects_holder.v3.standard_no_space .filler,
  .qode-safari .projects_holder.v3.standard_no_space .mix,
  .qode-safari .projects_holder.v4.hover_text.no_space .filler,
  .qode-safari .projects_holder.v4.hover_text.no_space .mix,
  .qode-safari .projects_holder.v4.standard_no_space .filler,
  .qode-safari .projects_holder.v4.standard_no_space .mix,
  .qode-safari .projects_holder.v5.hover_text.no_space .filler,
  .qode-safari .projects_holder.v5.hover_text.no_space .mix,
  .qode-safari .projects_holder.v5.standard_no_space .filler,
  .qode-safari .projects_holder.v5.standard_no_space .mix,
  .qode-safari .projects_holder.v6.hover_text.no_space .filler,
  .qode-safari .projects_holder.v6.hover_text.no_space .mix,
  .qode-safari .projects_holder.v6.standard_no_space .filler,
  .qode-safari .projects_holder.v6.standard_no_space .mix {
    width:100%;
  }
  .projects_holder.v2.standard_no_space .mix,
  .projects_holder.v3.standard_no_space .mix,
  .projects_holder.v4.standard_no_space .mix,
  .projects_holder.v5.standard_no_space .mix,
  .projects_holder.v6.standard_no_space .mix {
    margin:0 0 6.5%;
  }
  .masonry_with_space .projects_holder.v3 .mix,
  .masonry_with_space .projects_holder.v3 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v4 .mix,
  .masonry_with_space .projects_holder.v4 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v5 .mix,
  .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v6 .mix,
  .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
    width:49.99%;
  }
  .portfolio_gallery a.v2,
  .portfolio_gallery a.v3,
  .portfolio_gallery a.v4 {
    width:100%;
    margin:0 0 4% !important;
  }
  .portfolio_gallery a.v3:nth-child(2n),
  .portfolio_gallery a.v4:nth-child(2n) {
    margin:0 0 4% !important;
  }
  .four_columns .column1,
  .four_columns .column2,
  .four_columns .column3,
  .four_columns .column4,
  .three_columns .column1,
  .three_columns .column2,
  .three_columns .column3,
  .two_columns_25_75 .column1,
  .two_columns_25_75 .column2,
  .two_columns_33_66 .column1,
  .two_columns_33_66 .column2,
  .two_columns_50_50 .column1,
  .two_columns_50_50 .column2,
  .two_columns_66_33 .column1,
  .two_columns_66_33 .column2,
  .two_columns_75_25 .column1,
  .two_columns_75_25 .column2,
  body.qode_advanced_footer_responsive_1000 .four_columns .column1,
  body.qode_advanced_footer_responsive_1000 .four_columns .column2,
  body.qode_advanced_footer_responsive_1000 .four_columns .column3,
  body.qode_advanced_footer_responsive_1000 .four_columns .column4,
  body.qode_advanced_footer_responsive_768 .four_columns .column1,
  body.qode_advanced_footer_responsive_768 .four_columns .column2,
  body.qode_advanced_footer_responsive_768 .four_columns .column3,
  body.qode_advanced_footer_responsive_768 .four_columns .column4 {
    width:100%;
  }
  .four_columns .column1 .column_inner,
  .four_columns .column2 .column_inner,
  .four_columns .column3 .column_inner,
  .four_columns .column4 .column_inner,
  .three_columns .column1 .column_inner,
  .three_columns .column2 .column_inner,
  .three_columns .column3 .column_inner,
  .two_columns_25_75 .column1 .column_inner,
  .two_columns_25_75 .column2 .column_inner,
  .two_columns_25_75.grid2 .column1 .column_inner,
  .two_columns_25_75.grid2 .column2 .column_inner,
  .two_columns_33_66 .column1 .column_inner,
  .two_columns_33_66 .column2 .column_inner,
  .two_columns_33_66.grid2 .column1 .column_inner,
  .two_columns_33_66.grid2 .column2 .column_inner,
  .two_columns_50_50 .column1 .column_inner,
  .two_columns_50_50 .column2 .column_inner,
  .two_columns_66_33 .column1 .column_inner,
  .two_columns_66_33 .column2 .column_inner,
  .two_columns_66_33.grid2 .column1 .column_inner,
  .two_columns_66_33.grid2 .column2 .column_inner,
  .two_columns_75_25 .column1 .column_inner,
  .two_columns_75_25 .column2 .column_inner,
  .two_columns_75_25.grid2 .column1 .column_inner,
  .two_columns_75_25.grid2 .column2 .column_inner {
    padding:0;
  }
  .full_screen_holder {
    margin-top:0 !important;
  }
  .q_tabs.vertical .tabs-nav {
    width:22%;
  }
  .q_tabs.vertical.right .tabs-nav {
    float:right;
  }
  .q_tabs.vertical .tabs-container {
    width:73%;
  }
  .q_tabs.horizontal .tab-content {
    padding:30px 0 10px;
  }
  .q_tabs .tabs-nav li a {
    padding:0 8px;
  }
  .q_tabs.vertical .tabs-nav li a {
    padding:6px 10px;
  }
  .gallery_holder ul.v2 li,
  .gallery_holder ul.v3 li,
  .gallery_holder ul.v4 li,
  .gallery_holder ul.v5 li,
  .gallery_holder ul.v6 li {
    width:50% !important;
  }
  .gallery_holder ul.gallery_with_space.v2 li,
  .gallery_holder ul.gallery_with_space.v3 li,
  .gallery_holder ul.gallery_with_space.v4 li,
  .gallery_holder ul.gallery_with_space.v5 li,
  .gallery_holder ul.gallery_with_space.v6 li {
    width:48% !important;
    margin-right:2% !important;
  }
  .gallery_holder ul.gallery_with_space.v2 li:nth-child(2n),
  .gallery_holder ul.gallery_with_space.v3 li:nth-child(2n),
  .gallery_holder ul.gallery_with_space.v4 li:nth-child(2n),
  .gallery_holder ul.gallery_with_space.v5 li:nth-child(2n),
  .gallery_holder ul.gallery_with_space.v6 li:nth-child(2n) {
    margin-right:0 !important;
  }
  body.side_menu_slide_with_content .side_menu,
  body.side_menu_slide_with_content.width_270 .side_menu,
  body.side_menu_slide_with_content.width_370 .side_menu {
    width:100%;
    right:-100%;
  }
  body.side_menu_slide_with_content.side_menu_open .wrapper,
  body.side_menu_slide_with_content.side_menu_open header.fixed,
  body.side_menu_slide_with_content.side_menu_open header.fixed_hiding,
  body.side_menu_slide_with_content.side_menu_open header.sticky,
  body.side_menu_slide_with_content.width_270.side_menu_open .wrapper,
  body.side_menu_slide_with_content.width_270.side_menu_open header.fixed,
  body.side_menu_slide_with_content.width_270.side_menu_open header.fixed_hiding,
  body.side_menu_slide_with_content.width_270.side_menu_open header.sticky,
  body.side_menu_slide_with_content.width_370.side_menu_open .wrapper,
  body.side_menu_slide_with_content.width_370.side_menu_open header.fixed,
  body.side_menu_slide_with_content.width_370.side_menu_open header.fixed_hiding,
  body.side_menu_slide_with_content.width_370.side_menu_open header.sticky {
    left:-100%;
  }
  #respond textarea {
    padding:13px;
  }
  .comment_holder .comment-list li ul.children {
    padding:0 0 0 30px;
  }
  .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .blog_holder.blog_chequered article,
  .blog_holder.blog_gallery .blog_holder_grid_sizer,
  .blog_holder.blog_gallery article,
  .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .blog_holder.blog_pinterest article,
  .blog_holder.masonry .blog_holder_grid_sizer,
  .blog_holder.masonry article,
  .full_width .grid_section .q_masonry_blog article,
  .full_width .qode_elementor_container_inner .q_masonry_blog article,
  .full_width .qode_elementor_container_inner .q_masonry_blog_grid_sizer,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog article,
  .full_width div[data-element_type=container].qode_elementor_container_inner .q_masonry_blog_grid_sizer,
  .q_masonry_blog article,
  .two_columns_25_75 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_25_75 .blog_holder.blog_chequered article,
  .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_25_75 .blog_holder.blog_pinterest article,
  .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_25_75 .blog_holder.masonry article,
  .two_columns_25_75 .q_masonry_blog article,
  .two_columns_33_66 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_33_66 .blog_holder.blog_chequered article,
  .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_33_66 .blog_holder.blog_pinterest article,
  .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_33_66 .blog_holder.masonry article,
  .two_columns_33_66 .q_masonry_blog article,
  .two_columns_66_33 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_66_33 .blog_holder.blog_chequered article,
  .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_66_33 .blog_holder.blog_pinterest article,
  .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_66_33 .blog_holder.masonry article,
  .two_columns_66_33 .q_masonry_blog article,
  .two_columns_75_25 .blog_holder.blog_chequered .blog_holder_grid_sizer,
  .two_columns_75_25 .blog_holder.blog_chequered article,
  .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_sizer,
  .two_columns_75_25 .blog_holder.blog_pinterest article,
  .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_sizer,
  .two_columns_75_25 .blog_holder.masonry article,
  .two_columns_75_25 .q_masonry_blog article {
    width:100%;
  }
  .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .blog_holder.masonry .blog_holder_grid_gutter,
  .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_gutter,
  .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_gutter,
  .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_gutter,
  .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_gutter,
  .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_gutter {
    width:0;
  }
  .blog_holder.masonry_gallery .blog_holder_grid_sizer,
  .blog_holder.masonry_gallery article,
  .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer,
  .column_inner .blog_holder.masonry_gallery article {
    width:100%;
  }
  .blog_holder.masonry_gallery article.large-height img,
  .column_inner .blog_holder.masonry_gallery article.large-height img {
    width:100%;
    height:auto;
  }
  .blog_holder.masonry_gallery article.large-width img,
  .column_inner .blog_holder.masonry_gallery article.large-width img {
    height:100%;
    width:auto;
    max-width:none;
  }
  .blog_holder.single_image_title_post article .post_info {
    display:none;
  }
  .blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_left,
  .blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_right {
    width:100%;
    text-align:left;
    padding:5px 0;
  }
  .call_to_action_button_wrapper.right {
    text-align:center !important;
    margin-top:15px;
  }
  .title {
    padding:15px 0 !important;
  }
  .title h1 {
    float:none;
  }
  .breadcrumb {
    position:relative;
  }
  .title .subtitle {
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
  .blog_holder article .post_description .post_description_left,
  .blog_holder article .post_description .post_description_right,
  .post_info_left {
    float:none;
  }
  .blog_holder article .post_description .post_description_left,
  .post_info_left {
    margin-top:10px;
  }
  .blog_holder article .post_comments {
    margin-left:0;
  }
  .blog_compound article .post_meta .three_columns>.column1,
  .blog_compound article .post_meta .three_columns>.column2,
  .blog_compound article .post_meta .three_columns>.column3 {
    width:33.33%;
  }
  .qode_clients.five_columns .qode_client_holder,
  .qode_clients.four_columns .qode_client_holder,
  .qode_clients.six_columns .qode_client_holder,
  .qode_clients.three_columns .qode_client_holder {
    width:50%;
  }
  .qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before {
    border-right-width:1px;
  }
  .animated_icons_with_text .animated_icon_with_text_inner:before,
  .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before,
  .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before,
  .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before,
  .qode_clients.five_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,
  .qode_clients.four_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,
  .qode_clients.six_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before,
  .qode_clients.three_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before {
    border-right-width:0;
  }
  .animated_icons_with_text.five_columns .animated_icon_with_text_holder,
  .animated_icons_with_text.four_columns .animated_icon_with_text_holder,
  .animated_icons_with_text.three_columns .animated_icon_with_text_holder,
  .animated_icons_with_text.two_columns .animated_icon_with_text_holder {
    width:100%;
  }
  .qode_pricing_list .qode_pricing_item_text {
    padding-right:130px;
  }
  .qode_pricing_list .qode_pricing_item_price {
    width:130px;
  }
  .qode_pricing_list .qode_pricing_item_price_inner span {
    font-size:25px !important;
  }
  body.boxed .cover_boxes ul li .box .box_content {
    left:0;
    width:215px;
  }
  .vc_row-fluid [class*=vc_span] {
    width:100% !important;
    margin-left:0 !important;
  }
  .q_image_with_text_over.one_fourth,
  .q_image_with_text_over.one_half,
  .q_image_with_text_over.one_third {
    width:100%;
  }
  .call_to_action .column2.button_wrapper {
    position:relative;
    text-align:center;
  }
  .call_to_action .column2.button_wrapper .qbutton {
    position:static;
    margin:10px 0 0 !important;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0);
  }
  .cover_boxes ul li,
  .cover_boxes ul li .box .thumb {
    width:190px;
  }
  .cover_boxes ul li .box .box_content {
    width:210px;
  }
  .latest_post_holder>ul>li {
    width:100% !important;
    margin:0 0 25px !important;
  }
  .q_circles_holder .q_circle_outer {
    width:100% !important;
  }
  .footer_top .four_columns .column2 .column_inner>div,
  .footer_top .four_columns .column3 .column_inner>div,
  .footer_top .four_columns .column4 .column_inner>div,
  .footer_top .three_columns .column2 .column_inner>div,
  .footer_top .three_columns .column3 .column_inner>div,
  .footer_top .two_columns_50_50 .column2 .column_inner>div {
    margin:0;
  }
  .footer_top .four_columns .column1,
  .footer_top .four_columns .column2,
  .footer_top .four_columns .column3,
  .footer_top .three_columns .column1,
  .footer_top .three_columns .column2,
  .footer_top .two_columns_50_50 .column1 {
    margin:0 0 25px;
  }
  .footer_bottom_columns.three_columns .column1 .footer_bottom,
  .footer_bottom_columns.three_columns .column1 .footer_bottom ul,
  .footer_bottom_columns.three_columns .column3 .footer_bottom,
  .footer_bottom_columns.three_columns .column3 .footer_bottom ul,
  .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom,
  .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom ul,
  .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom,
  .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
    text-align:center;
  }
  .qode-image-gallery-slides.flexslider.have_frame,
  .wpb_flexslider.flexslider.have_frame {
    width:307px;
  }
  .frame_holder>.wpb_wrapper,
  .qode-image-gallery-slides.flexslider.have_frame {
    padding:18px 0 42px;
  }
  .frame_holder.frame_holder2>.wpb_wrapper {
    padding:23px 0 40px;
  }
  .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
    width:298px;
  }
  .frame_holder.frame_holder3>.wpb_wrapper {
    padding:19px 0 23px;
  }
  .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
    width:384px;
  }
  .frame_holder.frame_holder4>.wpb_wrapper {
    padding:18px 0 87px;
  }
  .qode_pricing_tables .q_price_table {
    width:100% !important;
    margin-left:0;
    margin-bottom:15px;
  }
  .qode_pricing_tables .q_price_table.active {
    margin-top:20px;
    margin-bottom:25px;
  }
  .q_price_table.qode_pricing_table_advanced .price_table_inner .value {
    font-size:11px;
  }
  .q_price_table.qode_pricing_table_advanced .price_table_inner .price {
    font-size:45px;
  }
  .call_to_action .text_wrapper .call_to_action_text {
    text-align:center;
    margin-bottom:10px !important;
  }
  .title.title_size_large h1 {
    font-size:25px !important;
    line-height:35px !important;
  }
  .post-password-form {
    width:100%;
  }
  body.page-template-full_screen-php {
    font-size:inherit !important;
    height:auto !important;
  }
  .full_screen_navigation_holder,
  .full_screen_preloader,
  .slimScrollBar {
    display:none !important;
    visibility:hidden !important;
  }
  .full_screen_inner {
    visibility:visible !important;
    top:auto !important;
    -ms-touch-action:inherit !important;
    touch-action:inherit !important;
  }
  .fp-scrollable,
  .fp-section.fp-table,
  .fp-slide.fp-table,
  .fp-tableCell,
  .slimScrollDiv {
    height:auto !important;
  }
  .vc_row.full_screen_section {
    padding:30px 0;
  }
  .q_elements_holder.responsive_mode_from_600.five_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_600.four_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_600.six_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_600.three_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_600.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_600.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_600.two_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_25_75 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_25_75 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_33_66 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_33_66 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_66_33 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_66_33 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_75_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
    width:100%;
    display:inline-block;
    height:auto;
  }
  .q_elements_holder.alignment_one_column_left.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
    text-align:left !important;
  }
  .q_elements_holder.alignment_one_column_center.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
    text-align:center !important;
  }
  .q_elements_holder.alignment_one_column_right.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
    text-align:right !important;
  }
  .grid-sizer,
  .masonry_gallery_holder.three_columns .grid-sizer,
  .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_landscape,
  .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_portrait,
  .masonry_gallery_holder.three_columns .masonry_gallery_item.square_big,
  .masonry_gallery_holder.three_columns .masonry_gallery_item.square_small,
  .masonry_gallery_holder.two_columns .grid-sizer,
  .masonry_gallery_holder.two_columns .masonry_gallery_item.rectangle_portrait,
  .masonry_gallery_holder.two_columns .masonry_gallery_item.square_small,
  .masonry_gallery_item.rectangle_portrait,
  .masonry_gallery_item.square_small {
    width:100%;
  }
  .latest_post_two_holder>ul>li {
    width:100% !important;
    float:none;
  }
  .filter_holder ul li {
    float:none;
    display:inline-block;
    vertical-align:middle;
  }
  .testimonials_item,
  .testimonials_item.testimonials_header,
  .testimonials_item.tstm_item_large {
    width:calc(100% - 34px);
    padding-top:calc(100% - 34px);
  }
  .boxed .section .section_inner .testimonials_masonry_holder .testimonials_item,
  .boxed .section .section_inner .testimonials_masonry_holder .testimonials_item.testimonials_header,
  .boxed .section .section_inner .testimonials_masonry_holder .testimonials_item.tstm_item_large,
  .container .container_inner .testimonials_masonry_holder .testimonials_item,
  .container .container_inner .testimonials_masonry_holder .testimonials_item.testimonials_header,
  .container .container_inner .testimonials_masonry_holder .testimonials_item.tstm_item_large,
  .grid_section .section_inner .testimonials_masonry_holder .testimonials_item,
  .grid_section .section_inner .testimonials_masonry_holder .testimonials_item.testimonials_header,
  .grid_section .section_inner .testimonials_masonry_holder .testimonials_item.tstm_item_large {
    width:calc(100% - 12px);
    padding-top:calc(100% - 12px);
  }
  .qode-preview-slider {
    padding-bottom:30px;
  }
  .qode-preview-slider .qode-presl-main-slider .flex-control-nav {
    bottom:-30px;
  }
  .wpb_gallery_slides .qode-image-slider-description {
    display:none;
  }
  .latest_post_holder.image_on_the_left_boxed .featured .latest_post_title {
    padding:0;
  }
  .latest_post_holder.image_on_the_left_boxed li:not(.featured) .latest_post_image {
    width:100%;
    max-width:100%;
    float:none;
  }
  .latest_post_holder.image_on_the_left_boxed li:not(.featured) .latest_post_text {
    padding:0;
    margin-top:20px;
  }
  .latest_post_holder.image_on_the_left_boxed li:not(.featured) .qode_share {
    position:relative;
    float:right;
    top:0;
    right:0;
  }
}

@media only screen and (max-width:500px) {
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_height a.portfolio_link_for_touch {
    display:block;
    height:100%;
  }
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_height .image_holder img {
    height:auto !important;
  }
  .projects_masonry_holder.portfolio_masonry_gallery_with_space .portfolio_masonry_item.large_height .image_holder img {
    height:100% !important;
  }
  .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item,
  .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item,
  .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer,
  .projects_masonry_holder.gs4 .portfolio_masonry_item,
  .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height,
  .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer {
    width:100% !important;
    margin:0 !important;
  }
}

@media only screen and (max-width:480px) {
  body.boxed .carousel-inner,
  body.boxed .full_width .parallax_content,
  body.boxed .header_inner,
  body.boxed .wrapper_inner,
  body.boxed footer {
    width:350px;
  }
  body.boxed .footer_inner {
    width:100%;
  }
  .fixed_top_header .header_bottom_right_widget_holder {
    display:none;
  }
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .container_inner nav.content_menu,
  .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  div.grid_section .section_inner,
  div[data-element_type=container].qode_elementor_container_inner,
  nav.content_menu ul {
    width:300px;
  }
  .paspartu_enabled .carousel-inner .slider_content_outer,
  .paspartu_enabled .container_inner,
  .paspartu_enabled .container_inner nav.content_menu,
  .paspartu_enabled .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .paspartu_enabled .full_width .parallax_content,
  .paspartu_enabled .qode_elementor_container_inner,
  .paspartu_enabled .steps_holder_inner,
  .paspartu_enabled div.grid_section .section_inner,
  .paspartu_enabled div[data-element_type=container].qode_elementor_container_inner,
  .paspartu_enabled nav.content_menu ul,
  .paspartu_enabled.boxed div.section .section_inner {
    width:280px;
  }
  .full_width .projects_masonry_holder .portfolio_masonry_item,
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_height,
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_width,
  .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height,
  .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
    width:100% !important;
    margin:0 !important;
  }
  .projects_masonry_holder .portfolio_masonry_item,
  .projects_masonry_holder .portfolio_masonry_item.large_height,
  .projects_masonry_holder .portfolio_masonry_item.large_width,
  .projects_masonry_holder .portfolio_masonry_item.large_width_height,
  .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
    width:100%;
  }
  .blog_holder.blog_pinterest,
  .blog_holder.masonry {
    width:300px !important;
  }
  .header_bottom,
  footer .container_inner {
    padding:0 25px;
  }
  .footer_bottom_border.in_grid,
  .footer_top_border.in_grid,
  .header_bottom .container_inner,
  .title_border_in_grid_holder,
  footer .container_inner,
  nav.mobile_menu>ul {
    width:auto;
  }
  .projects_holder.v2 .mix,
  .projects_holder.v2.hover_text .mix,
  .projects_holder.v3 .mix,
  .projects_holder.v3.hover_text .mix,
  .projects_holder.v4 .mix,
  .projects_holder.v4.hover_text .mix,
  .projects_holder.v5 .mix,
  .projects_holder.v5.hover_text .mix,
  .projects_holder.v6 .mix,
  .projects_holder.v6.hover_text .mix {
    width:100%;
    margin:0 0 7.4%;
  }
  .projects_holder.v2.hover_text .mix,
  .projects_holder.v3.hover_text .mix,
  .projects_holder.v4.hover_text .mix,
  .projects_holder.v5.hover_text .mix,
  .projects_holder.v6.hover_text .mix {
    margin:0 0 7.8%;
  }
  .masonry_with_space .projects_holder.v2 .mix,
  .masonry_with_space .projects_holder.v2 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v3 .mix,
  .masonry_with_space .projects_holder.v3 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v4 .mix,
  .masonry_with_space .projects_holder.v4 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v5 .mix,
  .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer,
  .masonry_with_space .projects_holder.v6 .mix,
  .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer,
  .projects_holder.v2 .filler,
  .projects_holder.v2.hover_text .filler,
  .projects_holder.v3 .filler,
  .projects_holder.v3.hover_text .filler,
  .projects_holder.v4 .filler,
  .projects_holder.v4.hover_text .filler,
  .projects_holder.v5 .filler,
  .projects_holder.v5.hover_text .filler,
  .projects_holder.v6 .filler,
  .projects_holder.v6.hover_text .filler {
    width:100%;
  }
  .single_tags {
    margin:35px 0 0 19%;
  }
  .q_tabs.vertical .tabs-nav {
    width:30%;
  }
  .q_tabs.vertical .tabs-container {
    width:65%;
  }
  .q_tabs .tabs-nav li a {
    padding:0 5px;
  }
  .q_tabs.vertical .tabs-nav li a {
    padding:7px 5px;
  }
  .gallery_holder ul.v2 li,
  .gallery_holder ul.v3 li,
  .gallery_holder ul.v4 li,
  .gallery_holder ul.v5 li,
  .gallery_holder ul.v6 li {
    width:100% !important;
    margin:0 !important;
  }
  .gallery_holder ul.gallery_with_space.v2 li,
  .gallery_holder ul.gallery_with_space.v3 li,
  .gallery_holder ul.gallery_with_space.v4 li,
  .gallery_holder ul.gallery_with_space.v5 li,
  .gallery_holder ul.gallery_with_space.v6 li {
    width:100% !important;
    margin-right:0 !important;
    margin-bottom:2% !important;
  }
  .comment_holder .comment-list li ul.children {
    padding:0 0 0 15px;
  }
  .blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1 .date,
  .blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column2,
  .filter_holder ul li span {
    padding:0 10px;
  }
  .box_image_with_border {
    margin:0 0 30px;
  }
  .box_image_holder .box_icon .fa-stack {
    font-size:4em;
  }
  .q_steps_holder .circle_small span {
    left:-35px;
  }
  .footer_bottom {
    line-height:35px;
    height:auto;
  }
  .blog_holder article .post_description .post_description_left,
  .post_info_left {
    display:inline-block;
    float:none;
    margin:0 0 5px;
    width:100%;
  }
  .blog_holder article .post_description .post_description_right,
  .post_info_right {
    float:none;
  }
  .blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1,
  .blog_holder.blog_large_image_with_dividers article .post_info .post_info_left,
  .blog_holder.blog_large_image_with_dividers article .post_info .post_info_right {
    width:auto;
  }
  .blog_compound article .post_meta .three_columns>.column1,
  .blog_compound article .post_meta .three_columns>.column2,
  .blog_compound article .post_meta .three_columns>.column3 {
    width:100%;
    text-align:center;
    padding:3px 0;
  }
  .post_info_right {
    text-align:right;
  }
  .author_description_inner .image {
    float:none;
  }
  .author_text_holder {
    padding:10px 0 0;
  }
  .single_tags {
    margin-left:0;
  }
  .footer_top .column_inner>div:not(.qode_separator_widget) {
    margin:0 0 25px !important;
  }
  .footer_top .column_inner {
    border:0;
  }
  .qbutton.big_large {
    height:50px;
    line-height:50px;
    padding:0 18px;
  }
  .qode_clients.five_columns .qode_client_holder,
  .qode_clients.four_columns .qode_client_holder,
  .qode_clients.six_columns .qode_client_holder,
  .qode_clients.three_columns .qode_client_holder,
  .qode_clients.two_columns .qode_client_holder {
    width:100%;
  }
  .qode_clients.five_columns .qode_client_holder .qode_client_holder_inner:before,
  .qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.four_columns .qode_client_holder .qode_client_holder_inner:before,
  .qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.six_columns .qode_client_holder .qode_client_holder_inner:before,
  .qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.three_columns .qode_client_holder .qode_client_holder_inner:before,
  .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before,
  .qode_clients.two_columns .qode_client_holder .qode_client_holder_inner:before {
    border-right-width:0;
  }
  .side_menu_button>a {
    padding:0;
  }
  .cover_boxes ul li .box .thumb {
    width:100% !important;
  }
  .cover_boxes ul li .box,
  .cover_boxes ul li.act {
    width:100%;
  }
  .cover_boxes ul li .box a.thumb,
  .cover_boxes ul li.act {
    float:none;
    margin:0 !important;
  }
  .cover_boxes ul li .box .box_content {
    position:static;
    margin-top:20px;
    width:100%;
  }
  .cover_boxes ul li.act {
    margin-bottom:35px !important;
  }
  .cover_boxes ul li .box .thumb img {
    width:100%;
  }
  body.boxed .cover_boxes ul li .box .box_content {
    left:0;
    width:100%;
  }
  .q_counter_holder.center {
    padding:20px;
  }
  .q_accordion_holder,
  .q_tabs {
    visibility:visible !important;
  }
  .qode-image-gallery-slides.flexslider.have_frame,
  .wpb_flexslider.flexslider.have_frame {
    width:220px;
  }
  .frame_holder>.wpb_wrapper,
  .qode-image-gallery-slides.flexslider.have_frame {
    padding:12px 0 30px;
  }
  .frame_holder.frame_holder2>.wpb_wrapper {
    padding:17px 0 28px;
  }
  .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
    width:211px;
  }
  .frame_holder.frame_holder3>.wpb_wrapper {
    padding:14px 0 15px;
  }
  .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
    width:275px;
  }
  .frame_holder.frame_holder4>.wpb_wrapper {
    padding:14px 0 62px;
  }
  .have_frame.flexslider .flex-prev {
    left:-50px;
  }
  .have_frame.flexslider .flex-next {
    right:-50px;
  }
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label input.small {
    width:100%;
  }
  div.pp_pic_holder {
    width:100% !important;
    left:0 !important;
  }
  .pp_content,
  .pp_content iframe {
    width:100% !important;
    height:300px !important;
  }
  .pp_hoverContainer {
    width:100% !important;
    height:250px !important;
  }
  #pp_full_res>img {
    width:100% !important;
    height:auto !important;
  }
  div.pp_default .pp_details {
    width:98% !important;
  }
  div.ppt {
    width:100% !important;
  }
  .title .separator {
    display:none;
  }
  .qode_pricing_list .qode_pricing_item_text {
    padding-right:100px;
  }
  .qode_pricing_list .qode_pricing_item_price {
    width:100px;
  }
  .qode_pricing_list .qode_pricing_item_price_inner span {
    font-size:20px !important;
  }
  .title.title_size_large h1 {
    font-size:20px !important;
    line-height:25px !important;
  }
  .q_elements_holder.responsive_mode_from_480.five_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_480.four_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_480.six_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_480.three_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_480.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_480.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_480.two_columns .q_elements_item,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_25_75 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_25_75 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_33_66 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_33_66 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_66_33 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_66_33 .q_elements_item:last-child,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_75_25 .q_elements_item:first-child,
  .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
    width:100%;
    display:inline-block;
    height:auto;
  }
  .blog_slider.simple_slider .read_more_wrapper,
  .blog_slider_holder .blog_slider.simple_slider .blog_slider_simple_info,
  .qode-preview-slider .qode-presl-main-slider .flex-direction-nav,
  .qode-preview-slider .qode-presl-small-slider-holder {
    display:none;
  }
  .q_elements_holder.alignment_one_column_left.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
    text-align:left !important;
  }
  .q_elements_holder.alignment_one_column_center.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
    text-align:center !important;
  }
  .q_elements_holder.alignment_one_column_right.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
    text-align:right !important;
  }
  .blog_slider .blog_slider_simple_title {
    margin-bottom:0;
    line-height:19px;
  }
  .blog_slider .blog_slider_simple_title a {
    font-size:17px;
    line-height:19px;
  }
  .projects_masonry_holder .large_height .image_holder img {
    height:auto !important;
  }
  .qode-instagram-feed.qode-col-12 li,
  .qode-instagram-feed.qode-col-3 li,
  .qode-instagram-feed.qode-col-4 li,
  .qode-instagram-feed.qode-col-6 li,
  .qode-instagram-feed.qode-col-9 li {
    width:100%;
  }
  .bigtext * {
    white-space:normal !important;
  }
  .blog_headlines article h2 a {
    line-height:1.3em;
  }
  .two_columns_form_without_space {
    display:block;
  }
  .two_columns_form_without_space .column_left,
  .two_columns_form_without_space .column_right {
    display:block;
    width:100%;
  }
  .two_columns_form_without_space input.wpcf7-form-control.wpcf7-submit {
    width:100%;
    text-align:center;
    box-sizing:border-box;
  }
  .wpb_single_image.qode_image_hover_bottom_title .vc_single_image-wrapper .bottom_title_holder .image_caption {
    font-size:18px;
  }
  .mejs-container.wp-audio-shortcode .mejs-controls .mejs-time span {
    width:50px;
  }
  .wp-audio-shortcode .mejs-controls div.mejs-time-rail {
    width:45%;
  }
  .wp-audio-shortcode .mejs-horizontal-volume-slider {
    width:45px;
  }
}

@media only screen and (max-width:420px) {
  body.boxed .carousel-inner,
  body.boxed .full_width .parallax_content,
  body.boxed .header_inner,
  body.boxed .wrapper_inner,
  body.boxed footer {
    width:320px;
  }
  .header_bottom,
  footer .container_inner,
  nav.content_menu {
    padding:0 15px;
  }
  .pp_content,
  .pp_content iframe {
    height:250px !important;
  }
  .pp_hoverContainer {
    height:200px !important;
  }
  .boxed .full_width .parallax_content {
    padding:0;
  }
}

@media only screen and (max-width:350px) {
  .boxed div.section .section_inner,
  .carousel-inner .slider_content_outer,
  .container_inner,
  .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner,
  .full_width .parallax_content,
  .qode_elementor_container_inner,
  .steps_holder_inner,
  body.boxed .carousel-inner,
  body.boxed .full_width .parallax_content,
  body.boxed .header_inner,
  body.boxed .wrapper_inner,
  body.boxed footer,
  div.grid_section .section_inner,
  div[data-element_type=container].qode_elementor_container_inner,
  nav.content_menu {
    width:95%;
  }
  body.boxed .footer_inner {
    width:100%;
  }
  .parallax_section_inner_margin,
  .section_inner_margin {
    margin:0;
  }
  .qode-preview-slider {
    max-width:100%;
  }
}

@media only screen and (max-width:1024px) {
  .qode-inter-page-navigation-holder .qode-inter-page-navigation-next .qode-ipn-arrow {
    padding-left:0;
  }
  .qode-inter-page-navigation-holder .qode-ipn-arrow {
    padding-right:0;
  }
  .cards,
  .cards .card {
    height:40px;
  }
  .qode-card-slider-holder-outer {
    padding-top:30px;
    padding-bottom:60px;
  }
  .qode-card-slider-holder-outer .controls.bullets {
    bottom:-43px;
  }
  .qode-card-slider-holder-outer .controls .button.prev {
    left:30px;
  }
  .qode-card-slider-holder-outer .controls .button.next {
    right:30px;
  }
}

@media only screen and (max-width:480px) {
  .cards,
  .cards .card {
    height:15px;
  }
  .qode-card-slider-holder-outer {
    padding-top:20px;
    padding-bottom:35px;
  }
  .qode-card-slider-holder-outer .controls.arrows .button {
    display:none;
  }
  .qode-card-slider-holder-outer .controls.bullets {
    bottom:-30px;
  }
  .qode-card-slider-holder-outer .controls.bullets .dots .dots-inner .dot {
    margin:0 3px;
  }
  .qode-expanding-images .qode-expanding-images-inner {
    max-width:80%;
  }
  .qode-expanding-images .qode-hero-image .qode-hero-image-link:hover img {
    -webkit-transform:translate3d(0,-10px,0);
    -moz-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
  }
  .qode-expanding-images .qode-side-image.qode-side-image-inner {
    width:25%;
    padding-top:15.6255%;
  }
  .qode-expanding-images .qode-side-image.qode-side-image-1 {
    top:13%;
    left:4.5%;
  }
  .qode-expanding-images .qode-side-image.qode-side-image-2 {
    bottom:21%;
    left:3.3%;
  }
  .qode-expanding-images .qode-side-image.qode-side-image-3 {
    top:13%;
    right:4.5%;
  }
  .qode-expanding-images .qode-side-image.qode-side-image-4 {
    bottom:21%;
    right:3.3%;
  }
  .qode-expanding-images .qode-side-image.qode-side-image-outer {
    display:none;
  }
}

@media only screen and (max-width:1200px) {
  .qode-item-showcase .qode-item-image {
    margin-top:0 !important;
    margin-bottom:60px;
  }
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-left .qode-item-line {
    right:38px;
  }
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-right .qode-item-line {
    left:38px;
  }
}

@media only screen and (max-width:1200px) and (min-width:1024px) {
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-left,
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-right {
    width:30%;
  }
}

@media only screen and (max-width:1024px) {
  .qode-item-showcase .qode-item-image {
    width:100%;
    float:none;
  }
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-left,
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-right {
    float:left;
    width:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 15px;
  }
}

@media only screen and (max-width:600px) {
  .qode-card-slider-holder-outer .controls.arrows .button,
  .qode-inter-page-navigation-holder .qode-inter-page-title {
    display:none;
  }
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-left,
  .qode-item-showcase .qode-item-showcase-holder.qode-holder-right {
    float:none;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 15px;
  }
  .qode-int-icon-showcase .qode-int-icon-circle,
  .qode-int-icon-showcase .qode-int-icon-showcase-inner {
    width:calc(100% - 60px);
    height:calc(100% - 60px);
    margin:30px;
  }
  .qode-showcase-icon .qode-icon-holder {
    width:55px;
    height:55px;
    line-height:55px;
    font-size:20px;
  }
  .qode-showcase-content-inner {
    display:none;
  }
}

@media only screen and (max-width:1280px) {
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-title {
    font-size:2.5em;
  }
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description-holder {
    margin-bottom:35px;
  }
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
    font-size:1em;
  }
}

@media only screen and (max-width:1024px) {
  .qode-cta-section img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    transform:scale(1.25);
  }
  .qode-cta-section .qode-cta-section-text-wrapper {
    width:520px;
    height:520px;
  }
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-title {
    font-size:2.2em;
  }
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
    font-size:1.2em;
  }
}

@media only screen and (max-width:768px) {
  .qode-cta-section {
    overflow:hidden;
  }
  .qode-cta-section img {
    -webkit-transform:scale(1.75);
    -moz-transform:scale(1.75);
    transform:scale(1.75);
  }
}

@media only screen and (max-width:600px) {
  .qode-cta-section img {
    display:none;
  }
  .qode-cta-section .qode-cta-section-text-wrapper {
    height:auto;
    width:auto;
    position:relative;
    top:0;
    left:0;
    -webkit-transform:none;
    -moz-transform:none;
    transform:none;
  }
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-title {
    font-size:2em;
  }
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description-holder {
    margin-bottom:45px;
  }
  .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
    font-size:1em;
  }
}

@media only screen and (max-width:1024px) {
  .qode-elliptical-slider .flex-control-nav.flex-control-paging {
    left:20px;
  }
  .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-image-holder-wrapper .qode-elliptical-slide-image-holder {
    display:none;
  }
}

@media only screen and (max-width:768px) {
  .qode-elliptical-slider .qode-elliptical-slide {
    height:450px;
  }
  .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-image-holder-wrapper {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#292929;
  }
  .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-wrapper-inner {
    width:100%;
  }
  .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-wrapper-inner svg {
    display:none;
  }
  .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-elements-holder {
    padding:0;
  }
  .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-holder {
    background:0 0 !important;
  }
}

@media only screen and (max-width:320px) {
  .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-elements-holder {
    padding:0 35px;
  }
}

@media only screen and (max-width:600px) {
  .qode-pricing-calculator .qode-pricing-calculator-items,
  .qode-pricing-calculator .qode-pricing-calculator-text-holder {
    width:100%;
    display:block;
    border-width:0;
  }
  .qode-pricing-calculator .qode-pricing-calculator-text-holder {
    padding-top:40px;
    padding-bottom:20px;
  }
  .qode-comparative-features-table .qode-cft-feature-item-title-responsive {
    font-size:14px;
    padding:0 5px;
  }
  .qode-comparative-features-table .qode-cft-column-footer-image {
    padding:8px;
    width:30%;
  }
  .qode-comparative-features-table .qode-cft-column-footer-text {
    padding-right:8px;
  }
  .qode-comparative-features-table .qode-cft-column-link-holder {
    padding:15px 8px;
  }
}

@media only screen and (min-width:1025px) {
  .qode-sliding-image-holder .qode-sih-image-holder {
    background-image:none !important;
  }
}

@media only screen and (max-width:1024px) {
  .qode-elliptical-slide {
    height:600px;
  }
  .qode-sliding-image-holder .qode-sliding-image-background-image {
    display:none;
  }
}

@media only screen and (max-width:1024px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-numbered-process-inner {
    margin:0 -30px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item {
    padding:0 30px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-line {
    width:60px;
  }
}

@media only screen and (max-width:768px) {
  .qode-comparative-features-table .qode-cft-feature-item-title-responsive {
    display:inline-block;
  }
  .qode-comparative-features-table .qode-cft-feature-title,
  .qode-comparative-features-table .qode-cft-link-holder,
  .qode-comparative-features-table .qode-cft-title-holder {
    display:none;
  }
  .qode-comparative-features-table .qode-cft-mark {
    display:block;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-numbered-process-inner {
    margin:0 -20px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item {
    padding:0 20px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-line {
    width:40px;
  }
}

@media only screen and (max-width:600px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-numbered-process-inner {
    margin:-10px 0;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item {
    width:100%;
    padding:10px 0;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-line {
    width:0;
  }
}

@media only screen and (max-width:1200px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-numbered-process-inner {
    margin:0 -20px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item {
    padding:0 20px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-line {
    width:40px;
  }
}

@media only screen and (max-width:768px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-numbered-process-inner {
    margin:-10px -30px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item {
    width:50%;
    padding:10px 30px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item:nth-child(2n) .qode-np-line {
    border:none;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-line {
    width:60px;
  }
}

@media only screen and (max-width:600px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-numbered-process-inner {
    margin:-10px 0;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item {
    width:100%;
    padding:10px 0;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-line {
    width:0;
  }
}

@media only screen and (max-width:1400px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-numbered-process-inner {
    margin:0 -20px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item {
    padding:0 20px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-line {
    width:40px;
  }
}

@media only screen and (max-width:768px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-numbered-process-inner {
    margin:-10px -30px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item {
    width:50%;
    padding:10px 30px;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item:nth-child(2n) .qode-np-line {
    border:none;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-line {
    width:60px;
  }
}

@media only screen and (max-width:600px) {
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-numbered-process-inner {
    margin:-10px 0;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item {
    width:100%;
    padding:10px 0;
  }
  .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-line {
    width:0;
  }
}

@media only screen and (max-width:768px) {
  .qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
    display:inline-block;
  }
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-1 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-2 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-3 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-5 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-6 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-7 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-8 .qode-advanced-tabs-nav li,
  .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-9 .qode-advanced-tabs-nav li {
    width:100%;
  }
}

@media only screen and (max-width:1400px) {
  .qode_content_slider .qode_content_slider_inner {
    padding-left:0;
  }
  .qode-workflow .qode-workflow-item {
    max-width:90%;
  }
}

@media only screen and (max-width:1200px) {
  .qode-workflow .qode-workflow-item {
    max-width:100%;
  }
  .qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
    padding:0 40px;
  }
}

@media only screen and (max-width:600px) {
  .qode-workflow .main-line,
  .qode-workflow .qode-workflow-item .line,
  .qode-workflow .qode-workflow-item .qode-workflow-text .circle {
    display:none !important;
  }
  .qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse {
    display:block;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
  }
  .qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse .qode-workflow-text {
    text-align:left;
  }
  .qode-workflow .qode-workflow-text {
    width:100% !important;
    padding:0 !important;
  }
  .qode-workflow .qode-workflow-image {
    width:100% !important;
    margin-bottom:20px !important;
  }
}

@media only screen and (max-width:1280px) {
  .qode-scrolling-image-holder .qode-si-icon-holder {
    height:70px;
    width:70px;
    bottom:-35px;
  }
  .qode-scrolling-image-holder .qode-si-icon-holder .qode-si-icon {
    font-size:40px;
    line-height:1.1em;
  }
}

@media only screen and (max-width:1024px) {
  .qode-scrolling-image-holder .qode-si-icon-holder {
    height:60px;
    width:60px;
    bottom:-30px;
  }
  .qode-scrolling-image-holder .qode-si-icon-holder .qode-si-icon {
    font-size:35px;
    line-height:1.1em;
  }
}

@media only screen and (max-width:768px) {
  .qode-scrolling-image-holder .qode-si-icon-holder {
    height:48px;
    width:48px;
    bottom:-24px;
  }
}

@media only screen and (max-width:600px) {
  .qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
    display:block;
    float:left;
    width:50%;
  }
  .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder,
  .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder,
  .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder,
  .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder,
  .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder {
    display:none;
  }
  .qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-inner {
    float:right;
    width:50%;
  }
  .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-content .qode-rs-table-column,
  .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    float:none;
    width:100%;
  }
  .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child,
  .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    width:100%;
  }
  .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column,
  .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    float:none;
    width:100%;
  }
  .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child,
  .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    width:100%;
  }
  .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column,
  .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    float:none;
    width:100%;
  }
  .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child,
  .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    width:100%;
  }
  .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column,
  .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    float:none;
    width:100%;
  }
  .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child,
  .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    width:100%;
  }
  .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column,
  .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
    float:none;
    width:100%;
  }
  .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child,
  .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
    width:100%;
  }
}

@media only screen and (max-width:1400px) and (min-width:1281px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(6n+1) {
    clear:none;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(5n+1) {
    clear:both;
  }
}

@media only screen and (max-width:1400px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
    width:20%;
  }
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-inner,
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-text-wrapper {
    max-width:80%;
  }
}

@media only screen and (max-width:1280px) and (min-width:1025px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(5n+1) {
    clear:none;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(4n+1) {
    clear:both;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(6n+1) {
    clear:none;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(4n+1) {
    clear:both;
  }
}

@media only screen and (max-width:1280px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image {
    width:25%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:50%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
    width:25%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:50%;
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(3n+1),
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(3n+1) {
    clear:both;
  }
}

@media only screen and (max-width:1024px) and (min-width:681px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image:nth-child(4n+1),
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-three-columns .qode-aig-image:nth-child(3n+1),
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-two-columns .qode-aig-image:nth-child(2n+1) {
    clear:both;
  }
}

@media only screen and (max-width:1024px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
    width:33.33333%;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image {
    width:50%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image {
    width:33.33333%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:66.66667%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
    width:33.33333%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:66.66667%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image {
    width:50%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:100%;
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(2n+1),
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(2n+1) {
    clear:both;
  }
}

@media only screen and (max-width:768px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
    width:50%;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-three-columns .qode-aig-image {
    width:100%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image {
    width:50%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:100%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
    width:50%;
  }
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:100%;
  }
}

@media only screen and (max-width:600px) {
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-three-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-two-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-width-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-width-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-grid-sizer,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-image,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-image.qode-aig-large-masonry-item,
  .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-image.qode-aig-large-width-masonry-item {
    width:100%;
  }
}

@media only screen and (max-width:1024px) {
  #qode-multi-device-showcase .qode-mds-content-holder {
    width:50%;
  }
  #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-laptop-slider-holder {
    top:16%;
    left:62%;
    width:70%;
  }
  #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-tablet-slider-holder {
    top:-25%;
    left:36%;
    width:35%;
  }
  #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-phone-slider-holder {
    top:59%;
    left:48%;
    width:19%;
  }
  #qode-multi-device-showcase .qode-mds-additional-element {
    display:none;
  }
}

@media only screen and (max-width:768px) {
  #qode-multi-device-showcase .qode-mds-content-holder {
    width:70%;
  }
  #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-laptop-slider-holder {
    top:38%;
    left:56%;
    width:100%;
  }
  #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-tablet-slider-holder {
    top:-10%;
    left:39%;
    width:44%;
  }
  #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-phone-slider-holder {
    top:74%;
    left:34%;
    width:25%;
  }
}

@media only screen and (max-width:736px) {
  #qode-multi-device-showcase {
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    min-height:100vh;
    height:auto !important;
  }
  #qode-multi-device-showcase .qode-mds-content-holder {
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:12%;
  }
  #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-laptop-slider-holder {
    -webkit-transform:none;
    -moz-transform:none;
    transform:none;
    position:static;
    max-width:80%;
    margin:auto;
  }
  #qode-multi-device-showcase .qode-mds-phone-slider-holder,
  #qode-multi-device-showcase .qode-mds-tablet-slider-holder {
    display:none;
  }
  #qodef-intro-section .qodef-btn {
    margin-top:75px;
  }
}

@media only screen and (max-width:1024px) {
  .qode-simple-quote-holder .qode-simple-quote-triangle,
  .qode-simple-quote-holder.qode-simple-quote-enabled-shadow .qode-simple-quote-triangle-shadow {
    left:12%;
  }
}

@media only screen and (max-width:600px) {
  .qode-simple-quote-holder .qode-simple-quote-holder-inner .qode-simple-quote-icon-holder {
    display:block;
    text-align:center;
    padding-right:0;
    margin-bottom:10px;
    width:100%;
  }
  .qode-simple-quote-holder .qode-simple-quote-holder-inner .qode-simple-quote-content-holder {
    display:block;
  }
  .qode-simple-quote-holder .qode-simple-quote-triangle,
  .qode-simple-quote-holder.qode-simple-quote-enabled-shadow .qode-simple-quote-triangle-shadow {
    left:20%;
  }
  .qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-line {
    display:none;
  }
  .qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-price {
    text-align:right;
    width:1%;
    vertical-align:top;
  }
  .qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-title {
    width:80%;
    white-space:normal;
  }
  .qode-irc-holder .qode-irc-holder-inner {
    padding:25px;
  }
  .qode-irc-holder .qode-irc-holder-inner .qode-irc-button-holder .qbutton.big_large_full_width {
    padding:0;
  }
}

@media only screen and (max-width:1024px) {
  .qode-horizontal-timeline .qode-events-content .qode-hti-content-image {
    width:100%;
    display:block;
    height:auto;
  }
  .qode-horizontal-timeline .qode-events-content .qode-hti-content-value {
    width:100%;
  }
  .qode-horizontal-timeline .qode-events-content>ol>li:nth-child(2n+2) .qode-event-text {
    position:relative;
    top:60px;
  }
  #qodef-intro-section .qodef-is-content-wrapper {
    width:71% !important;
  }
  #qodef-intro-section .qodef-is-content-btm {
    width:100%;
  }
}

@media only screen and (max-width:768px) {
  .qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-titles-holder {
    display:none;
  }
  .qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-image {
    position:relative;
    top:auto;
    left:auto;
    opacity:1;
    visibility:visible;
  }
  .qode-interactive-links.qode-il-links-aside .qode-il-responsive-title-holder {
    display:block;
    position:absolute;
    left:50px;
    bottom:50px;
    z-index:10;
  }
  .qode-interactive-links.qode-il-links-below {
    height:auto;
  }
  .qode-interactive-links.qode-il-links-below .qode-il-titles-holder {
    display:none;
  }
  .qode-interactive-links.qode-il-links-below .qode-il-images-holder {
    position:relative;
  }
  .qode-interactive-links.qode-il-links-below .qode-il-images-holder .qode-il-image {
    position:relative;
    transform:none;
    left:auto;
    top:auto;
    opacity:1;
    visibility:visible;
  }
  .qode-interactive-links.qode-il-links-below .qode-il-responsive-title-holder {
    display:block;
    position:absolute;
    left:50px;
    bottom:50px;
    z-index:10;
  }
  #qodef-intro-section .qodef-is-content-wrapper {
    width:75% !important;
  }
}

@media only screen and (max-width:480px) {
  #qodef-intro-section {
    padding-top:90px;
    box-sizing:border-box;
  }
  #qodef-intro-section.qodef-is-align-bottom {
    padding-top:36vh;
  }
  #qodef-intro-section .qodef-is-content-wrapper {
    width:80% !important;
  }
  #qodef-intro-section.qodef-is-align-center .qodef-is-content-btm {
    padding-left:0;
  }
}

@media only screen and (max-width:1366px) {
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-title {
    font-size:58px;
  }
  .qode-numbered-carousel .qode-nc-indicators {
    bottom:20px;
  }
}

@media only screen and (max-width:1024px) {
  .qode-numbered-carousel .qode-nc-grid .qode-nc-grid-line:first-child {
    display:none;
  }
  .qode-numbered-carousel .qode-nc-grid .qode-nc-grid-line:nth-child(2) {
    left:0;
    width:20%;
  }
  .qode-numbered-carousel .qode-nc-grid .qode-nc-grid-line:nth-child(3) {
    left:20%;
    width:30%;
  }
  .qode-numbered-carousel .qode-nc-grid .qode-nc-grid-line:nth-child(4) {
    left:50%;
    width:30%;
  }
  .qode-numbered-carousel .qode-nc-grid .qode-nc-grid-line:last-child {
    left:80%;
    width:20%;
  }
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-inner {
    max-width:95%;
  }
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-number-wrapper {
    position:absolute;
    top:65%;
    right:-1%;
    opacity:.4;
    z-index:-1;
  }
  .qode-numbered-carousel .qode-nc-item-number {
    font-size:350px;
  }
  .qode-numbered-carousel .swiper-slide-next .qode-nc-item-number-wrapper,
  .qode-numbered-carousel .swiper-slide-next~div:not(.swiper-slide-active) .qode-nc-item-number-wrapper,
  .qode-numbered-carousel .swiper-slide-prev .qode-nc-item-number-wrapper {
    -webkit-transform:translate3d(-15vw,0,0);
    -moz-transform:translate3d(-15vw,0,0);
    transform:translate3d(-15vw,0,0);
  }
}

@media only screen and (max-width:1000px) {
  .qode-numbered-carousel {
    height:calc(100vh - 100px);
  }
}

@media only screen and (max-width:768px) {
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-inner {
    max-width:100%;
  }
}

@media only screen and (max-width:600px) {
  .qode-numbered-carousel .qode-nc-item {
    width:100vw;
    margin:0;
    padding:5%;
  }
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-title {
    font-size:42px;
  }
  .qode-numbered-carousel .qode-nc-indicators {
    bottom:10px;
  }
  .qode-numbered-carousel .qode-nc-indicators>span {
    height:17px;
    margin:0;
  }
  .qode-numbered-carousel .swiper-slide-prev .qode-nc-item-number-wrapper {
    -webkit-transform:translate3d(-100%,0,0);
    -moz-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
  .qode-numbered-carousel .swiper-slide-next .qode-nc-item-number-wrapper,
  .qode-numbered-carousel .swiper-slide-next~div:not(.swiper-slide-active) .qode-nc-item-number-wrapper {
    -webkit-transform:translate3d(100%,0,0);
    -moz-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
}

@media only screen and (max-device-width:812px) and (orientation:landscape) {
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-inner {
    max-width:90%;
    padding-top:30px;
  }
  .qode-numbered-carousel .qode-nc-item .qode-nc-item-number-wrapper {
    top:55%;
    right:5%;
  }
  .qode-numbered-carousel .qode-nc-item-number {
    font-size:300px;
  }
  .qode-numbered-carousel .qode-nc-item-subtitle-wrapper,
  .qode-numbered-carousel .qode-nc-item-text-wrapper {
    display:none;
  }
}

@media only screen and (max-width:480px) {
  .qode-numbered-carousel .qode-nc-item-title {
    font-size:30px;
    line-height:1.1em;
  }
  .qode-numbered-carousel .qode-nc-item-text {
    display:none;
  }
  .qode-numbered-carousel .qode-nc-item-btn-wrapper {
    white-space:nowrap;
  }
}

@media only screen and (max-width:1024px) {
  .qode-portfolio-carousel .qode-pc-custom-cursor {
    display:none !important;
  }
  #qode-portfolio-list-stacked .qode-pls-scroll-note {
    left:30px;
  }
  #qode-portfolio-list-stacked .qode-pls-widget-area {
    right:30px;
  }
  #qode-portfolio-list-stacked .qode-pls-end-of-scroll {
    max-width:75vw;
  }
  #qode-portfolio-list-stacked .qode-eos-title {
    font-size:8vw;
  }
  #qode-portfolio-list-stacked #qode-pls-text-items {
    display:block;
  }
}

@media only screen and (max-width:1366px) {
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image {
    width:63%;
  }
  .qode-vertical-portfolio-slider .qode-vps-image {
    max-width:70%;
  }
}

@media only screen and (max-width:1024px) {
  .qode-portfolio-project-slider.swiper-container {
    margin-left:44px;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image {
    width:75%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image .qodef-pps-title {
    top:3px;
    right:-39%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image .qodef-pps-title a {
    font-size:55px;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-bottom-content {
    padding-left:15px;
    width:66%;
    right:-66%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-bottom-content .qode-qode-pps-info {
    margin-bottom:23px;
  }
}

@media only screen and (max-width:1000px) {
  .qode-portfolio-project-slider.swiper-container {
    height:calc(100vh - 100px);
  }
}

@media only screen and (max-width:768px) {
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image {
    flex-direction:column;
    width:79%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image .qodef-pps-title {
    right:initial;
    left:0;
    top:-86px;
    width:60%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-bottom-content {
    position:relative;
    bottom:0;
    left:0;
    padding-left:0;
    width:100%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-bottom-content .qode-qode-pps-info {
    margin-bottom:23px;
    margin-top:35px;
  }
}

@media only screen and (max-width:600px) {
  #qode-portfolio-list-stacked .qode-pls-scroll-note,
  #qode-portfolio-list-stacked .qode-pls-widget-area {
    display:none;
  }
  .qode-portfolio-project-slider.swiper-container {
    margin-left:0;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image {
    width:100%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image .qodef-pps-title {
    right:initial;
    left:0;
    top:80px;
    width:60%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image .qodef-pps-title a {
    font-size:45px;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-bottom-content {
    display:none;
  }
  .qode-portfolio-project-slider.swiper-container .qode-pps-widget-area {
    left:50%;
    transform:translateX(-50%);
  }
  .qode-portfolio-project-slider.swiper-container .swiper-pagination {
    text-align:center;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-pagination-bullets {
    display:none;
    left:0;
    bottom:1vh !important;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
    width:50px;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin-right:65px;
  }
}

@media only screen and (max-width:480px) {
  .qode-portfolio-project-slider.swiper-container .swiper-slide {
    padding:0 20px;
    box-sizing:border-box;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image {
    width:100%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-image .qodef-pps-title {
    right:initial;
    left:0;
    top:-73px;
    width:100%;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-slide .qode-pps-inner .qode-pps-bottom-content {
    display:none;
  }
  .qode-portfolio-project-slider.swiper-container .qode-pps-widget-area {
    bottom:10vh;
  }
  .qode-portfolio-project-slider.swiper-container .swiper-pagination-bullets {
    display:block;
    left:0;
    bottom:20vh !important;
  }
}

.qode-with-portfolio-project-slider .content {
  min-height:auto !important;
}

@media only screen and (max-width:1400px) and (min-width:1201px) {
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(6n+1) {
    clear:none;
  }
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(5n+1) {
    clear:both;
  }
}

@media only screen and (max-width:1400px) {
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli {
    width:20%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
    width:25%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
    width:25%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
    width:50%;
  }
}

@media only screen and (max-width:1200px) and (min-width:1025px) {
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(5n+1) {
    clear:none;
  }
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(4n+1) {
    clear:both;
  }
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(6n+1) {
    clear:none;
  }
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(4n+1) {
    clear:both;
  }
}

@media only screen and (max-width:1200px) {
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli {
    width:25%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height {
    width:100%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli {
    width:33.33333%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height {
    width:66.66667%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli {
    width:25%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
    width:25%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
    width:25%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
    width:50%;
  }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(3n+1),
  .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli:nth-child(3n+1),
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(3n+1),
  .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli:nth-child(3n+1),
  .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli:nth-child(2n+1) {
    clear:both;
  }
}

@media only screen and (max-width:1024px) {
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli {
    width:33.33333%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height {
    width:100%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli {
    width:33.33333%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height {
    width:66.66667%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli {
    width:33.33333%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height {
    width:66.66667%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
    width:33.33333%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
    width:66.66667%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
    width:33.33333%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
    width:66.66667%;
  }
}

@media only screen and (max-width:768px) and (min-width:681px) {
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(2n+1),
  .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli:nth-child(2n+1),
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(2n+1),
  .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli:nth-child(2n+1),
  .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli:nth-child(2n+1) {
    clear:both;
  }
}

@media only screen and (max-width:768px) {
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height {
    width:100%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height {
    width:100%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height {
    width:100%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
    width:100%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
    width:50%;
  }
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
    width:100%;
  }
  .qode-pl-holder .qode-pl-categories {
    float:none;
    padding-top:20px;
    padding-bottom:0;
    margin-bottom:-8px;
  }
  .qode-pl-holder .qode-pl-categories h6.qode-pl-categories-label {
    display:block;
  }
  .qode-pl-holder .qode-pl-categories ul {
    margin-top:10px;
    display:none;
  }
  .qode-pl-holder .qode-pl-categories ul li {
    display:block;
    padding:0;
    float:none;
  }
  .qode-pl-holder .qode-pl-ordering-outer {
    position:relative;
    float:none;
    padding-top:20px;
  }
  .qode-pl-holder .qode-pl-ordering-outer h6 {
    display:block;
    padding:0;
    font-size:13px;
  }
  .qode-pl-holder .qode-pl-ordering-outer h6:after {
    top:-1px;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering {
    display:none;
    position:relative;
    top:auto;
    left:auto;
    opacity:1;
    visibility:visible;
    background:0 0;
    width:100%;
    padding:10px 0 0;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div {
    margin:0;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div h5 {
    color:#353535;
    margin-bottom:5px;
    font-size:12px;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div h5:last-child {
    margin:0;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul {
    margin:0;
    padding:0 0 10px;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul li {
    padding:0;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul a {
    font-size:12px;
  }
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul a.active,
  .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul a:hover {
    color:#353535 !important;
  }
  .qode-pl-holder .qode-prl-loading {
    margin:0;
    top:initial;
    left:initial;
  }
}

@media only screen and (min-width:769px) {
  .qode-pl-categories ul,
  .qode-pl-ordering {
    display:block !important;
  }
}

@media only screen and (max-width:600px) {
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width,
  .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height,
  .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli,
  .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli {
    width:100%;
  }
}

@media only screen and (max-width:1441px) {
  .qode-vertical-portfolio-slider .qode-vps-bottom {
    left:18.5%;
  }
}

@media only screen and (max-width:1366px) {
  .qode-vertical-portfolio-slider .qode-vps-bottom {
    left:18.5%;
  }
}

@media only screen and (max-width:768px) {
  .qode-vertical-portfolio-slider .qode-vps-bottom {
    bottom:50px;
    left:50%;
    transform:translateX(-50%);
  }
  .qode-vertical-portfolio-slider.swiper-container-vertical>.swiper-pagination-bullets {
    right:50px;
  }
  .qode-vertical-portfolio-slider .qode-vps-title-one,
  .qode-vertical-portfolio-slider .qode-vps-title-two {
    display:none;
  }
}

@media only screen and (max-width:480px) {
  .qode-vertical-portfolio-slider.swiper-container-vertical>.swiper-pagination-bullets {
    right:30px;
  }
}

@media only screen and (max-width:1024px) {
  .qode-split-scrolling-section .qode-sss-ms-left {
    width:100%;
    float:left;
    position:relative;
  }
  .qode-split-scrolling-section .qode-sss-ms-right {
    width:100%;
    float:left;
    margin:38px 0;
  }
  .qode-vertical-portfolio-slider .qode-vps-title-one,
  .qode-vertical-portfolio-slider .qode-vps-title-two {
    font-size:100px;
  }
  .qode-vertical-portfolio-slider .qode-vps-title-one:before {
    left:-52px;
    top:72px;
  }
  .qode-vertical-portfolio-slider .qode-vps-title-one .qode-vps-to-first {
    clip-path:polygon(0 0,100% 0,100% 100%,119% 100%,0 32%);
  }
  .qode-vertical-portfolio-slider .qode-vps-title-two:before {
    left:31px;
    top:60px;
    width:370px;
  }
  .qode-vertical-portfolio-slider .qode-vps-title-two:after {
    right:-33px;
    top:85px;
  }
}
@media only screen and (max-width:1000px) {
  .header_bottom {
  background-color:#b69b78;
}
.header_bottom,
nav.mobile_menu {
  background-color:#b69b78 !important;
}
}

@media only screen and (min-width:480px) and (max-width:768px) {
  section.parallax_section_holder {
    height:auto !important;
    min-height:400px;
  }
}

@media only screen and (max-width:480px) {
  section.parallax_section_holder {
    height:auto !important;
    min-height:400px;
  }
}
.side_menu_button>a, .mobile_menu_button span, .fixed_top_header .side_menu_button>a, .fixed_top_header .popup_menu .line, .fixed_top_header .mobile_menu_button span {
    color: #f6f1eb;
}