/*!
Theme Name: Consulting
Theme URI: https://consulting.stylemixthemes.com/
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Description: Consulting - Business and Finance WordPress theme. Using Consulting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
Version: 6.7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consulting
Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.stm_gmap_wrapper .alert {
    margin-bottom: 0;
}

.stm_gmap_wrapper .alert strong {
    color: #ff0000;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.top_nav .top_nav_wrapper>ul>li,
.top_nav .main_menu_nav>ul>li,
.breadcrumbs {
    text-transform: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: inherit !important;
}

.company_history {
    min-width: 48px;
}

/* OCT 26 UPD */
@media only screen and (max-width: 992px) {
    body.header_style_3 .logo {
        float: none;
    }

    body.header_style_3 #header .header_top .icon_text {
        float: left;
        margin: 30px 30px 0 0;
    }

    body.header_style_3 #header .top_nav .icon_text {
        display: none;
    }

    body.header_style_3 #header .top_nav .icon_text:before {
        display: none;
    }

    .top_nav .top_nav_wrapper>ul>li>a {
        padding: 21px 14px;
    }
}

@media only screen and (max-width: 767px) {
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: auto !important;
        text-align: center;
        margin: 0 0 20px;
    }

    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
        text-align: center;
    }

    body .vc_cta3.vc_cta3-actions-right .vc_btn3-container.vc_btn3-right {
        text-align: center
    }

    .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
        z-index: 15;
    }

    .full_height_columns {
        overflow: hidden;
        position: relative;
    }

    .full_height_columns iframe {
        height: 540px !important;
    }
}

@media only screen and (max-width: 920px) {
    html body.error404 {
        background-size: inherit !important;
    }

    .page_404 .container {
        width: auto;
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .page_404 .bottom h1 {
        font-size: 158px !important;
        line-height: 113px !important;
    }

    .page_404 .bottom .bottom_wr {
        padding: 30px 15px;
    }
}

/* Dec 1 2016 */
.staff_list.grid.cols_2 ul li {
    width: 50%;
    flex: 0 0 50%;
}

.staff_list.grid.cols_4 ul li {
    width: 25%;
    flex: 0 0 25%;
}

.staff_list.grid.cols_2 ul li .staff_image {
    max-width: 100%;
}

@media only screen and (max-width: 667px) {

    .staff_list.grid.cols_2 ul li,
    .staff_list.grid.cols_4 ul li {
        width: 100%;
        flex: 0 0 100%;
    }
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
    z-index: 999
}

#footer .footer_widgets .widget .widget_title {
    font-size: 26px;
}

#footer .copyright_row .copyright_row_wr .copyright a:first-child {
    color: inherit;
}

body textarea.wpcf7-form-control.height205 {
    height: 205px;
}

body textarea.wpcf7-form-control.height147 {
    height: 147px;
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opactiy 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    visibility: hidden;
    background: #ffffff;
    z-index: 999999;
}

html.stm-site-preloader:after {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: none;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scaleout 0.5s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}

html.stm-site-preloader:before,
html.stm-site-preloader:after {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@media only screen and (min-width: 1199px) {
    body.header_full_width.boxed_layout #header .container {
        padding: 0 15px !important;
    }

    .right-indent-30 {
        padding-right: 30px !important;
    }

    .form_full-right_width {
        padding-right: 15px !important;
    }

    .form_full-right_width .vc_column-inner {
        margin-right: -5000px !important;
        margin-left: 25px !important;
        padding-top: 76px !important;
        padding-right: 5000px !important;
        padding-left: 50px !important;
    }

    .about_full-right_width .vc_column-inner {
        padding-left: 55px !important;
    }

    .site_layout_16 .form_full-right_width,
    .site_layout_17 .form_full-right_width,
    .site_layout_18 .form_full-right_width {
        padding-left: 15px !important;
    }

    .site_layout_16 .form_full-right_width .vc_column-inner,
    .site_layout_17 .form_full-right_width .vc_column-inner,
    .site_layout_18 .form_full-right_width .vc_column-inner {
        margin-left: -5000px !important;
        margin-right: 25px !important;
        padding-top: 76px !important;
        padding-left: 5000px !important;
        padding-right: 50px !important;
    }
}

@media only screen and (min-width: 768px) {
    .about_full-right_width .vc_column-inner {
        margin-right: -500px !important;
        padding-right: 500px !important;
    }
}

@media only screen and (max-width: 667px) {
    .stm_services .item {
        width: 100% !important;
    }

    .woocommerce div.product div.images .woocommerce-main-image,
    .woocommerce #content div.product div.images .woocommerce-main-image {
        height: auto !important;
        border: 0 !important;
        text-align: left !important;
    }

    .woocommerce div.product div.images img,
    .woocommerce #content div.product div.images img {
        max-width: 100% !important;
    }

    .stm_works_wr.grid.style_1 .stm_works .item .item_wr img {
        width: 100%;
    }
}

.mobile_header .logo_wrapper .logo {
    max-width: 80%;
}

.logo a img {
    max-width: 100%;
}

@media only screen and (min-width: 1199px) {
    body.boxed_layout .vc_row[data-vc-full-width] {
        left: 50% !important;
        padding-left: 60px !important;
        padding-right: 60px !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }

    body.boxed_layout .vc_row.vc_row-no-padding[data-vc-full-width] {
        left: 50% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -615px !important;
        width: 1230px !important;
    }
}

@media only screen and (max-width: 992px) {
    html body ul.main_menu_nav li.stm_megamenu>ul.sub-menu>li {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 580px) {
    #sb_instagram #sbi_images .sbi_item {
        max-height: 140px;
    }
}

.icon_box {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
}

.g-recaptcha {
    padding: 0 !important;
    background: transparent !important;
}

@media only screen and (max-width: 474px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.home #main.footer_hide {
    padding-bottom: 0;
}

.woocommerce.shop_widgets ul.product_list_widget li:last-child {
    padding-bottom: 20px;
    border: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px double #ebe9eb;
    padding: 10px 0 0;
}

/* Autoptimize */
.home .stm_select_country_unit .select2-container,
.home .stm_select_office_unit .select2-container {
    width: 100% !important;
}

.stm_sidebar .third_bg_color {
    margin-right: 0px !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
}

.stm_sidebar .third_bg_color .vc_column-inner {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important;
}

.stm_sidebar .third_bg_color .vc_column-inner .vc_custom_heading h4 {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 474px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: transparent !important;
}

.user_validated_field.form-error {
    border-color: #ff0000 !important;
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll;
}

.vc_image_carousel.style_1 .item img {
    margin-left: auto;
    margin-right: auto;
}

.stats_counter.right {
    text-align: right;
}

.stats_counter.center {
    text-align: center;
}

.slotholder {
    filter: none !important;
}

body.header_style_2 .header_top .top_nav .header_socials {
    margin-left: 18px !important;
}

body.header_style_2 .header_top .top_nav .header_socials a {
    margin-left: 18px !important;
}

body.site_layout_17.header_style_2 .header_top .top_nav .top_nav_wrapper>ul>li>a {
    padding: 10px 14px;
}

body.header_style_2 .header_top .top_nav .header_socials a:first-child {
    margin-left: 0 !important;
}

body.header_style_6 .header_top .top_nav .top_nav_wrapper>ul>li>a,
body.header_style_6 .header_top .top_nav .main_menu_nav>ul>li>a {
    padding: 10px 16px !important;
}

body.site_layout_14 .top_nav .top_nav_wrapper.stm_l14_footer_menu ul.main_menu_nav li a {
    padding-right: 32px !important;
    padding-left: 32px !important;
}

.stm_the_excerpt {
    display: none;
}

@media only screen and (max-width: 992px) {
    .stm_news .news_list.posts_per_row_3 li {
        width: 100% !important;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .vc_col-sm-4 .info_box.style_3 .info_box_text p {
        display: none;
    }
}

.wpcf7-form-control.wpcf7-wpgdprc {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.wpcf7-form-control.wpcf7-wpgdprc span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-form-control.wpcf7-wpgdprc .wpcf7-list-item-label {
    padding-left: 4px;
}

.wpcf7-not-valid {
    box-shadow: 0 0 1px red !important;
}

body .vc_row.fixed_bg {
    background-attachment: fixed;
    background-position: 50% 0 !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

body.woocommerce-cart .woocommerce {
    min-height: 325px;
}

@media only screen and (max-width: 1024px) {
    body.woocommerce-cart .woocommerce {
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }

    body .vc_cta3.vc_general.vc_cta3-style-flat {
        padding: 50px 0 30px;
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 33.333333% !important;
    }

    body .vc_progress-bar-color-custom {
        padding-right: 0 !important;
    }
}



/*Global*/
@media screen and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 70px 15px;
    }
}

@media only all and (max-height: 1366px) and (max-width: 1024px) {
    body.error404 {
        background-size: inherit;
    }

    .page_404 .bottom .bottom_wr {
        padding: 125px 15px;
    }
}

@media only all and (max-height: 1024px) and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 106px 15px;
    }
}

@media only all and (max-height: 768px) and (max-width: 1024px) {
    .page_404 {
        text-align: center;
    }

    .page_404 .bottom .bottom_wr {
        padding: 20px 15px 30px;
    }

    .page_404 .container .media-right {
        padding-bottom: 25px;
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0 5px;
    }
}

@media only screen and (max-width: 424px) {
    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 50px;
        padding-right: 30px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        left: 20px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-left: 30px;
        padding-right: 50px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        right: 20px;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        font-size: 0;
        padding: 0;
        height: auto;
        line-height: 0;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        font-size: 20px;
        position: relative;
        margin: 10px;
        top: 9px;
        left: 0;
    }
}

@media screen and (max-width: 320px) {

    /*Service Financial*/
    body .stm_chart.legend_position_right canvas {
        display: block;
        margin: 0 auto;
    }

    body .stm_chart.legend_position_right .chart-legend {
        display: block;
        padding: 0;
        text-align: center;
    }

    body .stm_chart.legend_position_right .chart-legend li {
        display: inline-block;
        margin: 15px 24px 12px 0;
    }
}

@media only all and (max-height: 320px) and (max-width: 568px) {
    .page_404 .bottom .bottom_wr {
        padding: 5px 15px 15px;
    }
}

@media screen and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 70px 15px;
    }
}

@media only all and (max-height: 1366px) and (max-width: 1024px) {
    body.error404 {
        background-size: inherit;
    }

    .page_404 .bottom .bottom_wr {
        padding: 125px 15px;
    }
}

@media only all and (max-height: 1024px) and (max-width: 1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 106px 15px;
    }
}

@media only all and (max-height: 768px) and (max-width: 1024px) {
    .page_404 {
        text-align: center;
    }

    .page_404 .bottom .bottom_wr {
        padding: 20px 15px 30px;
    }

    .page_404 .container .media-right {
        padding-bottom: 25px;
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0 5px;
    }
}

@media only screen and (max-width: 424px) {
    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 50px;
        padding-right: 30px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        left: 20px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-left: 30px;
        padding-right: 50px;
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        right: 20px;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        font-size: 0;
        padding: 0;
        height: auto;
        line-height: 0;
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        font-size: 20px;
        position: relative;
        margin: 10px;
        top: 9px;
        left: 0;
    }
}

@media screen and (max-width: 320px) {

    /*Service Financial*/
    body .stm_chart.legend_position_right canvas {
        display: block;
        margin: 0 auto;
    }

    body .stm_chart.legend_position_right .chart-legend {
        display: block;
        padding: 0;
        text-align: center;
    }

    body .stm_chart.legend_position_right .chart-legend li {
        display: inline-block;
        margin: 15px 24px 12px 0;
    }
}

@media only all and (max-height: 320px) and (max-width: 568px) {
    .page_404 .bottom .bottom_wr {
        padding: 5px 15px 15px;
    }
}

/*GMap notification fix*/
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
    margin-top: 0 !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-c {
    padding: 12px 20px !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-c button {
    display: none !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

body .stm_gmap_wrapper .stm_gmap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:first-child>div {
    left: 0 !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style iframe+div {
    border: none !important;
}

/*Instagram box fix*/
#footer .footer_widgets .widget.widget_text #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    width: 100% !important;
}

@media (max-width: 667px) {
    .stm_news .news_list li .image img {
        width: 100%;
    }
}

.wpb_video_wrapper.active:after {
    display: none !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw .h6 {
    text-transform: capitalize !important;
}

.stm-switcher__text,
div [class^=stm-header] span,
[class^=stm-header] span,
[class^=stm-header] a {
    font-family: inherit !important;
}


/* wordpress theme css start */
h2{
    text-transform: capitalize !important;
}
.consulting-rev-title-3{
    color: #ffffff !important;
}
.header-box .container .header_search .search-icon:first-child {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
}
.stm_service-template-default .breadcrumbs {
    display: none;
}
.services-full-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_widgetised_column.wpb_content_element .wpb_wrapper h2,
.services-full-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_widgetised_column.wpb_content_element .wpb_wrapper #search-2,
.services-full-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_widgetised_column.wpb_content_element .wpb_wrapper #categories-2,
.services-full-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_widgetised_column.wpb_content_element .wpb_wrapper #recent-comments-2,
.services-full-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_widgetised_column.wpb_content_element .wpb_wrapper #archives-2,
.services-full-row .vc_column_container .vc_column-inner .wpb_wrapper .wpb_widgetised_column.wpb_content_element .wpb_wrapper #meta-2 {
    display: none;
}
.custom-icon-tab .wpb_wrapper .wpb_single_image.wpb_content_element .vc_single_image-wrapper img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.custom-icon-tab .wpb_wrapper .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}
.custom-icon-tab .wpb_wrapper {
    display: flex;
    align-items: start;
}
.custom-icon-tab .wpb_wrapper .icon_box .icon {
    display: none;
}
.custom-icon-tab .wpb_wrapper .icon_box {
    margin-left: 20px;
}
.custom-icon-tab .wpb_wrapper .icon_box .icon {
    display: none;
}
.custom-icon-tab .wpb_wrapper .wpb_single_image.wpb_content_element .vc_single_image-wrapper{
    width: 50px;
    height: 50px;
}
.home-banner-slider sr7-arrow.sr7-arrows.hesperiden {
    width: 45px !important;
    height: 45px !important;
    background: 0 0 !important;
    border: 3px solid #bac1c6 !important;
    border-radius: 0 !important;
    transition: all .3s ease;
}
.home-banner-slider sr7-arrow.sr7-arrows.hesperiden:hover{
    background: #fd9b28 !important;
    border-color: #fd9b28 !important;
}
.home-banner-slider sr7-arrow.sr7-arrows.hesperiden:hover::before{
    color: #fff !important;
}
.home-banner-slider sr7-arrow.sr7-arrows.hesperiden::before{
    color: #bac1c6 !important;
}
.custom-icon-tab .wpb_wrapper .wpb_single_image.wpb_content_element .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
article#post-7234 {
    display: none;
}
.stm_service-template-default .wpb_wrapper .vc_custom_heading h2,
.stm_service-template-default .wpb_wrapper h2,
.stm_service-template-default .wpb_wrapper h4{
    text-transform: capitalize;
}
.single-post .wpb-content-wrapper .wpb_wrapper .vc_custom_heading.no_stripe h2 {
    text-transform: capitalize;
}
.single-post .wpb-content-wrapper .wpb_column .wpb_wrapper .stm_sidebar .wpb-content-wrapper .vc_row.wpb_row.vc_row-fluid.vc_custom_1452662185213 .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner .wpb_wrapper .vc_wp_search.wpb_content_element {
    display: none;
}
.header-box .container .contact-info-box .contact-info .icon i.stm-pin-11::before{
    content: "\e919";
}
.header-box .container .contact-info-box .contact-info .icon i.stm-phone6::before{
    content: "\e945";
}
.header_style_11 .header-box .contact-info {
    margin: 0 10px !important;
}
#footer .copyright_row .copyright_row_wr .socials ul li a {
    width: 50px !important;
    height: 50px !important;
    font-size: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
/* Popup Background */
.custom-popup {
    display: none;   /* hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);

  justify-content: center; /* flex but will be applied when shown */
  align-items: center;
  }
  
  .get-quote label{
    width: 100%;
  }
  .custom-popup .popup-content h2{
    text-transform: capitalize;
  }
  /* Popup Box */
  .popup-content {
    background: #fff;
  padding: 25px;
  width: 400px;
  max-width: 90%;
  border-radius: 12px;
  position: relative;
  }
  
  /* Close Button */
  .popup-close {
    position: absolute;
  right: 12px;
  top: 8px;
  font-size: 22px;
  cursor: pointer;
  }
  
  /* Inputs */
  .popup-content input,
  .popup-content textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  
  .popup-content button {
    background: #ff6600;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .popup-content button:hover {
    background: #e65500;
  }
  
  /* Animation */
  @keyframes popupFade {
    from { transform: scale(0.7); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
  .wpb_widgetised_column aside.widget ul.service_posts {
    margin-bottom: 0;
}
.wpb_widgetised_column aside.widget ul.service_posts li {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    list-style-type: none;
    padding: 0;
}
.wpb_widgetised_column aside.widget ul.service_posts li:hover a{
    border-left-color: #fd9b28;
}
.wpb_widgetised_column aside.widget ul.service_posts li::before {
    display: none;
}
.wpb_widgetised_column aside.widget ul.service_posts li a {
    color: #1e1f21;
    border-left: 5px solid transparent;
    display: inline-block;
    padding: 14px 0 14px 18px;
    transition: all .3s ease;
    text-decoration: none;
}
body .vc_row.video-production-agency.fixed_bg {
    background-position: 50% 50% !important;
}
.testimonial-slider .vc_column-inner .wpb_wrapper .vc_testimonials {
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
}
.about-full-row .vc_col-sm-9,
.service-full-row .vc_col-lg-9 {
    width: 100%;
}
.service-full-row .vc_col-lg-9 .stm_services .item .item_wr .item_thumbnail img,
.further-info .wpb_column .vc_column-inner .wpb_wrapper .stm_services .item .item_wr .item_thumbnail a img {
    width: 100%;
}
.service-full-row .wpb_wrapper .stm_services .item .item_wr .item_thumbnail a {
    padding-bottom: 43%;
}
.service-full-row .wpb_wrapper .stm_services .item .item_wr .item_thumbnail a img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.services-full-row .wpb_column .stm_sidebar {
    display: none;
}
.page_title.disable_title .breadcrumbs {
    display: none;
}
.text-with-img  img {
    width: 100%;
}
.about-full-row.vc_custom_1756709608417{
    margin-bottom: 20px !important;
}
#footer.footer_row .footer_widgets .widget.widget_nav_menu ul li{
    width: 100%;
}
.page_title h1.h2 {
    text-transform: capitalize;
}
.inner-blog-page .vc_col-md-9 {
    width: 100%;
}
.home #main {
    padding: 0 0 0 !important;
}
#main {
    padding: 30px 0 0 !important;
}
.contact-page-form.vc_custom_1756796410149 {
    margin-bottom: 0 !important;
}
.services-full-row .wpb_column .wpb_wrapper .widget_cpt_information_widget,
.further-info-full-row .wpb_column .wpb_wrapper .wpb_widgetised_column_heading,
.further-info-full-row .wpb_column .wpb_wrapper .widget_search,
.further-info-full-row .wpb_column .wpb_wrapper .widget_recent_comments,
.further-info-full-row .wpb_column .wpb_wrapper .widget_categories,
.further-info-full-row .wpb_column .wpb_wrapper .widget_meta,
.further-info-full-row .wpb_column .wpb_wrapper .widget_archive,
.further-info-full-row .wpb_column .wpb_wrapper .widget_cpt_posts_widget,
.further-info-full-row .wpb_column .wpb_wrapper .stm_sidebar {
    display: none;
}
.list-tag .wpb_wrapper ul li::before {
    top: 10px;
}
.list-tag .wpb_wrapper ul li h4 {
    padding: 0;
}
.accordion-tab,
.accordion-tab-title {
    display: none;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.stm_post_details.clearfix {
    display: flex;
    align-items: center;
}
.blog .row .sidebar-area.stm_sidebar {
    display: none;
}

.blog .row .col-lg-9 {
    width: 100%;
}
.single-post .post-thumbnail img,
.page .post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;   /* img crop thase */
}
.stm_post_details.clearfix ul.post-tags {
    width: 100%;
}
.about-services .wpb_wrapper .icon_box.hexagon.hexanog_animation {
    padding: 0;
    display: flex;
    align-items: center;
}
.about-services {
    padding-bottom: 15px;
}
.service-full-row .stm_services .item,
.further-information.stm_services .item {
    margin: 0 0 20px;
}
.further-information.stm_services .item .content p {
    display: none;
}
.further-information.stm_services .item .item_wr .item_thumbnail {
    margin: 0;
}
.further-information.stm_services .item .item_thumbnail h5 {
    margin-bottom: 15px;
}
.header-box .container{
    padding: 15px 15px 0px !important;
}
.header_style_11 .header-box .container .nav-box{
    margin-top: 15px !important;
}
.quote-btn button > i {
    font-weight: bold;
}
body.blog div#wrapper div#main .page_title {
    padding: 20px 0 0;
    margin-top: 0;
}
body.blog div#wrapper div#main .container .blog-post.stm_services .item {
    margin-bottom: 0;
}
body.blog div#wrapper div#main .container .blog-post.stm_services .item .item_wr .item_thumbnail {
    margin-bottom: 0;
}
body.blog div#wrapper div#main .container .blog-post.stm_services .item .item_wr .item_thumbnail h5.stm_title_l18 {
    margin-bottom: 10px;
}
body.blog div#fullpage {
    flex-grow: unset;
}
.inner-blog-page.vc_custom_1756815828424 {
    margin-bottom: 0 !important;
}
.request_callback .input-group span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-weight: bold;
}

.further_information-template-default .further-info-full-row .vc_col-sm-3 {
    display: none;
}

.post_by,
.post_cat,
.post_tag,
.stm_post_comments,
.comments_num,
.home .category {
    display: none;
}

  @media only screen and (min-width: 1025px) and (max-width: 1199px){
    #header .header-box .logo-box .logo a img {
        width: 190px !important;
    }
  }
  @media only screen and (max-width: 767px){
    .testimonial-slider .vc_column-inner .wpb_wrapper .vc_testimonials {
        min-height: auto;
        display: block;
    }
    .about-services .wpb_wrapper .icon_box.hexagon.hexanog_animation {
        padding: 0 0 15px;
    }
    .about-services {
        padding-bottom: 0;
    }
  }

/* wordpress theme css End */