@media only screen and (min-width: 1801px) {

    /* Bg-Layer */
    .ttm-left-span > .ttm-col-wrapper-bg-layer {
        margin-left: -500px;
    }

    .ttm-right-span > .ttm-col-wrapper-bg-layer {
        margin-right: -500px;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1601px) {

    /* Bg-Layer */
    .ttm-left-span > .ttm-col-wrapper-bg-layer {
        margin-left: -400px;
    }

    .ttm-right-span > .ttm-col-wrapper-bg-layer {
        margin-right: -400px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1401px) {

    /* Bg-Layer */
    .ttm-left-span > .ttm-col-wrapper-bg-layer {
        margin-left: -300px;
    }

    .ttm-right-span > .ttm-col-wrapper-bg-layer {
        margin-right: -300px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1171px) {

    /* Bg-Layer */
    .ttm-left-span > .ttm-col-wrapper-bg-layer {
        margin-left: -200px;
    }

    .ttm-right-span > .ttm-col-wrapper-bg-layer {
        margin-right: -200px;
    }
}

@media only screen and (min-width: 1240px) {

    .container {
        width: 1200px;
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {


    /* header */
    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    #site-header-menu .site-navigation ul.menu > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 1px;
        transform-origin: right center;
        -webkit-transform-origin: right center;
        -webkit-transform: scale(0,1);
        -khtml-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    }

    #site-header-menu .site-navigation ul.menu > li.active > a:before,
    #site-header-menu .site-navigation ul.menu > li:hover > a:before {
        transform-origin: left center;
        -webkit-transform-origin: left center;
        -webkit-transform: scale(1,1);
        -khtml-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a:before {
        content: '';
        width: 0;
        height: 2px;
        bottom: 10px;
        position: absolute;
        left: 20px;
        -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
        -o-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
        transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
        -webkit-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
        -o-transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
        transition: all 0.3s cubic-bezier(0.645,0.045,0.355,1);
        display: block !important;
    }

    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a:hover:before {
        width: 13px;
    }
}


@media all and (max-width: 1199px) {

    .site-branding img {
        height: 55px;
    }

    .site-branding {
        position: absolute;
        top: 18px;
        left: 15px;
    }

    .portfolio_filter_tab .tab-title-wrapper {
        position: unset;
        writing-mode: unset;
        transform: none;
        text-align: center;
    }

        .portfolio_filter_tab .tab-title-wrapper .tab-title {
            font-size: 50px;
            line-height: 1;
        }

    .portfolio_filter_tab ul.tabs:before,
    .portfolio_filter_tab ul.tabs li:before,
    .portfolio_filter_tab ul.tabs li:after {
        content: unset;
    }

    .portfolio_filter_tab ul.tabs {
        position: unset;
        width: auto;
        text-align: center;
        display: block;
    }

        .portfolio_filter_tab ul.tabs li {
            display: inline-block;
            margin: 5px 5px;
            border: 1px solid rgba(255,255,255,.17);
        }

    .portfolio_filter_tab .content-tab {
        margin-left: 0;
        width: 100%;
        transform: none;
    }

    .res-1199-m-0 {
        margin: 0px !important;
    }

    .res-1199-m-15 {
        margin: 15px !important;
    }

    .res-1199-ml-0 {
        margin-left: 0 !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mb-0 {
        margin-bottom: 0 !important;
    }

    .res-1199-ml-10 {
        margin-left: 10px !important;
    }

    .res-1199-ml-15 {
        margin-left: 15px !important;
    }

    .res-1199-ml-20 {
        margin-left: 20px !important;
    }

    .res-1199-mr-10 {
        margin-right: 10px !important;
    }

    .res-1199-mr-15 {
        margin-right: 15px !important;
    }

    .res-1199-mr-20 {
        margin-right: 20px !important;
    }

    .res-1199-p-0 {
        padding: 0px !important;
    }

    .res-1199-p-15 {
        padding: 15px !important;
    }

    .res-1199-pr-0 {
        padding-right: 0 !important;
    }

    .res-1199-pr-15 {
        padding-right: 15px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0 !important;
    }

    .res-1199-pl-15 {
        padding-left: 15px;
    }

    .res-1199-pb-0 {
        padding-bottom: 0 !important;
    }

    .res-1199-pb-10 {
        padding-bottom: 10px !important;
    }

    .res-1199-pb-15 {
        padding-bottom: 15px !important;
    }

    .res-1199-pb-20 {
        padding-bottom: 20px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-40 {
        padding-bottom: 40px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0 !important;
    }

    .res-1199-pt-10 {
        padding-top: 10px !important;
    }

    .res-1199-pt-15 {
        padding-top: 15px !important;
    }

    .res-1199-pt-20 {
        padding-top: 20px !important;
    }

    .res-1199-pt-30 {
        padding-top: 30px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pt-50 {
        padding-top: 50px !important;
    }

    .res-1199-mt-15 {
        margin-top: 15px !important;
    }

    .res-1199-mt-30 {
        margin-top: 30px !important;
    }

    .res-1199-mt-50 {
        margin-top: 50px !important;
    }

    .top_bar {
        display: none;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }

    .header_extra, .widget_info {
        display: none !important;
        visibility: hidden;
    }

    .site-header-menu .site-navigation {
        height: 80px;
    }

    .site-navigation ul.menu > li > a {
        color: #06194b;
    }

    nav.main-menu ul.menu li > ul.mega-submenu li a:hover {
        color: #22b6af;
    }

    [class*='col-xl'] .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container {
        padding: 0;
    }

        .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row {
            margin: 0;
        }


    .slick_slider.slick-arrows-style2 .slick-next {
        left: 0;
        right: -55px;
        top: 110%;
        margin: 0 auto;
    }

    .slick_slider.slick-arrows-style2 .slick-prev {
        left: -55px;
        right: 0;
        top: 110%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {

    .lg-hide {
        display: none;
    }

    .row-equal-height > [class*='col-'],
    .ttm-equal-height-image, .featured-imagebox img, .ttm_single_image-wrapper, .ttm_single_image-wrapper img,
    [class*='col-lg'] .ttm-equal-height-image {
        text-align: center;
        margin: 0 auto;
    }

    [class*='col-lg'] .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    .featured-imagebox img {
        min-width: 100%;
    }

    .section-title h2.title {
        font-size: 35px;
        line-height: 46px;
    }

    .section-title.title-style-center_text .title-desc {
        width: 80%;
    }

    .section-title.style2 .title-header, .section-title.style2 .title-desc {
        width: 100%;
        display: block;
        padding-right: 0;
    }


    .page-title-heading h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .ttm-page-title-row-inner {
        padding: 50px 0;
    }

    /* ttm-bg-layer */
    [class*='col-lg'] .ttm-col-bgimage-yes, .bg-layer-equal-height [class*='col-lg'] .ttm-col-bgcolor-yes {
        height: auto !important;
    }

    .bg-layer > .container > .row > [class*='col-lg'] {
        padding: 0;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 32px;
        line-height: 42px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h5 {
        font-size: 19px;
        line-height: 22px;
    }

    h6 {
        font-size: 17px;
        line-height: 20px;
    }

    .fs-40 {
        font-size: 32px !important;
        line-height: 42px
    }

    .fs-50 {
        font-size: 42px !important;
        line-height: 52px
    }

    .fs-60 {
        font-size: 50px !important;
        line-height: 60px
    }


    /* ttm-row */
    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 60px 0;
    }

        .ttm-row.broken-section {
            padding: 0 0;
        }

        .ttm-row.zero_padding-section {
            padding: 0 0;
        }

        .ttm-row.top_zero_padding-section {
            padding: 0 0 60px;
        }

        .ttm-row.bottom_zero_padding-section {
            padding: 60px 0 0;
        }

        .ttm-row.client-section {
            padding: 0 0;
        }

        .ttm-row.grid-section {
            padding: 45px 0;
        }

        .ttm-row.only_title-section {
            padding: 60px 0 30px;
        }

        .ttm-row.sidebar {
            padding: 60px 0;
        }

        .ttm-row.element-row {
            padding: 40px 0;
        }

    .spacing-1 {
        padding: 0 0 50px;
        margin-top: 0;
    }

    .spacing-2 {
        padding: 40px 15px 60px;
        margin: 0;
    }

    .spacing-3 {
        padding: 60px 15px;
        margin: 0 -15px;
        margin-bottom: -60px;
    }

    .spacing-4 {
        padding: 50px 15px 40px;
    }

    .spacing-5 {
        padding: 35px 0px 35px;
    }

    .spacing-6 {
        padding: 0 20px 30px;
        margin-left: 0;
        margin-top: 60px;
    }

    .spacing-7 {
        padding: 50px 15px;
        margin: 0;
    }

    .spacing-9 {
        padding: 25px 30px 30px;
    }

    .spacing-8 {
        padding: 20px 0 20px 15px;
    }

    /* spacing */
    .res-991-p-0 {
        padding: 0px !important;
    }

    .res-991-p-10 {
        padding: 10px !important;
    }

    .res-991-p-15 {
        padding: 15px !important;
    }

    .res-991-p-30 {
        padding: 30px !important;
    }

    .res-991-p-40 {
        padding: 40px !important;
    }

    .res-991-pt-0 {
        padding-top: 0 !important;
    }

    .res-991-pt-10 {
        padding-top: 10px !important;
    }

    .res-991-pt-15 {
        padding-top: 15px !important;
    }

    .res-991-pt-20 {
        padding-top: 20px !important;
    }

    .res-991-pt-30 {
        padding-top: 30px !important;
    }

    .res-991-pt-40 {
        padding-top: 40px !important;
    }

    .res-991-pt-50 {
        padding-top: 50px !important;
    }

    .res-991-pt-60 {
        padding-top: 60px !important;
    }

    .res-991-pb-0 {
        padding-bottom: 0 !important;
    }

    .res-991-pb-5 {
        padding-bottom: 5px !important;
    }

    .res-991-pb-15 {
        padding-bottom: 15px !important;
    }

    .res-991-pb-20 {
        padding-bottom: 20px !important;
    }

    .res-991-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-991-pb-40 {
        padding-bottom: 40px !important;
    }

    .res-991-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-991-pb-60 {
        padding-bottom: 60px !important;
    }

    .res-991-pb-70 {
        padding-bottom: 70px !important;
    }

    .res-991-pb-80 {
        padding-bottom: 80px !important;
    }


    .res-991-pr-0 {
        padding-right: 0 !important;
    }

    .res-991-pr-15 {
        padding-right: 15px !important;
    }

    .res-991-pr-30 {
        padding-right: 30px !important;
    }

    .res-991-pr-50 {
        padding-right: 50px !important;
    }

    .res-991-pr-60 {
        padding-right: 60px !important;
    }

    .res-991-pl-0 {
        padding-left: 0 !important;
    }

    .res-991-pl-15 {
        padding-left: 15px !important;
    }

    .res-991-pl-30 {
        padding-left: 30px !important;
    }

    .res-991-pl-50 {
        padding-left: 50px !important;
    }

    .res-991-pl-60 {
        padding-left: 60px !important;
    }

    .res-991-m-0 {
        margin: 0px !important;
    }

    .res-991-m-15 {
        margin: 15px !important;
    }

    .res-991-mt-0 {
        margin-top: 0 !important;
    }

    .res-991-mt-10 {
        margin-top: 10px !important;
    }

    .res-991-mt-15 {
        margin-top: 15px !important;
    }

    .res-991-mt-20 {
        margin-top: 20px !important;
    }

    .res-991-mt-30 {
        margin-top: 30px !important;
    }

    .res-991-mt-40 {
        margin-top: 40px !important;
    }

    .res-991-mt-50 {
        margin-top: 50px !important;
    }

    .res-991-mt-60 {
        margin-top: 60px !important;
    }

    .res-991-mt-_15 {
        margin-top: -15px !important;
    }

    .res-991-mt-_20 {
        margin-top: -20px !important;
    }

    .res-991-mt-_30 {
        margin-top: -30px !important;
    }


    .res-991-mb-0 {
        margin-bottom: 0 !important;
    }

    .res-991-mb-15 {
        margin-bottom: 15px !important;
    }

    .res-991-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-991-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-991-mb-25 {
        margin-bottom: 25px !important;
    }

    .res-991-mb-30 {
        margin-bottom: 30px !important;
    }

    .res-991-mb-50 {
        margin-bottom: 50px !important;
    }

    .res-991-mb-60 {
        margin-bottom: 60px !important;
    }

    .res-991-mb_15 {
        margin-bottom: -15px !important;
    }

    .res-991-mb_20 {
        margin-bottom: -20px !important;
    }

    .res-991-mb_25 {
        margin-bottom: -25px !important;
    }

    .res-991-mb_30 {
        margin-bottom: -30px !important;
    }

    .res-991-mb_40 {
        margin-bottom: -40px !important;
    }

    .res-991-mb_50 {
        margin-bottom: -50px !important;
    }

    .res-991-mb_60 {
        margin-bottom: -60px !important;
    }

    .res-991-mb_70 {
        margin-bottom: -70px !important;
    }

    .res-991-mb_80 {
        margin-bottom: -80px !important;
    }

    .res-991-ml-0 {
        margin-left: 0 !important;
    }

    .res-991-ml-15 {
        margin-left: 15px !important;
    }

    .res-991-ml-20 {
        margin-left: 20px !important;
    }

    .res-991-ml-30 {
        margin-left: 30px !important;
    }

    .res-991-ml-40 {
        margin-left: 40px !important;
    }

    .res-991-ml-50 {
        margin-left: 50px !important;
    }

    .res-991-ml_15 {
        margin-left: -15px !important;
    }

    .res-991-ml_30 {
        margin-left: -30px !important;
    }

    .res-991-ml_50 {
        margin-left: -50px !important;
    }

    .res-991-mr-0 {
        margin-right: 0 !important;
    }

    .res-991-mr-15 {
        margin-right: 15px !important;
    }

    .res-991-mr-20 {
        margin-right: 20px !important;
    }

    .res-991-mr-30 {
        margin-right: 30px !important;
    }

    .res-991-mr-40 {
        margin-right: 40px !important;
    }

    .res-991-mr-50 {
        margin-right: 50px !important;
    }

    .res-991-mr_15 {
        margin-right: -15px !important;
    }

    .res-991-mr_30 {
        margin-right: -30px !important;
    }

    .res-991-mr_50 {
        margin-right: -50px !important;
    }

    .ttm-vertical_sep > [class*='col-lg']:not(:last-child):before {
        width: 100%;
        height: 1px;
        bottom: 0;
        top: auto;
    }

    .vertical_sep-lg-hide > [class*='col-lg']:not(:last-child):before {
        content: unset;
    }


    /* footer */
    .first-footer {
        padding: 15px 0 30px;
    }

    .second-footer .row {
        padding: 40px 0 25px;
    }

    .second-footer .widget-area .widget {
        padding: 20px 0 20px;
    }


    .featured-icon-box.style2 {
        padding: 15px 0;
    }

    .ttm-fid.inside.style2 {
        padding: 40px 0;
    }

    section.error-404 {
        padding: 60px 0 55px;
    }

        section.error-404 .ttm-big-icon {
            font-size: 80px;
        }

        section.error-404 h1 {
            font-size: 40px;
        }

        section.error-404 .page-content p {
            font-size: 15px;
            line-height: 22px;
        }


    #map {
        height: 264px;
    }

    /* sidebar */
    .sidebar .sidebar-right {
        margin-top: 50px !important;
        order: 1;
        width: 100%;
    }

    .sidebar .sidebar-left {
        margin-top: 50px !important;
        order: 1;
        width: 100%;
    }
}


@media (max-width: 767px) {

    .md-hide {
        display: none;
    }

    .fs-40 {
        font-size: 28px !important;
        line-height: 36px
    }

    .fs-50 {
        font-size: 36px !important;
        line-height: 46px
    }

    .fs-60 {
        font-size: 45px !important;
        line-height: 55px
    }

    .section-title h2.title {
        font-size: 28px;
        line-height: 38px;
    }

    .section-title.title-style-center_text .title-desc {
        width: 100%;
    }

    .res-767-mr-0 {
        margin-right: 0px !important;
    }

    .res-767-mr-15 {
        margin-right: 15px !important;
    }

    .res-767-ml-0 {
        margin-left: 0px !important;
    }

    .res-767-ml-15 {
        margin-left: 15px !important;
    }

    .res-767-mb-0 {
        margin-bottom: 0px !important;
    }

    .res-767-mb-15 {
        margin-bottom: 15px !important;
    }

    .res-767-mt-0 {
        margin-top: 0px !important;
    }

    .res-767-mt-10 {
        margin-top: 10px !important;
    }

    .res-767-mt-15 {
        margin-top: 15px !important;
    }

    .res-767-mt-20 {
        margin-top: 20px !important;
    }

    .res-767-mt-25 {
        margin-top: 25px !important;
    }

    .res-767-mt-30 {
        margin-top: 30px !important;
    }

    .res-767-mt-40 {
        margin-top: 40px !important;
    }

    .res-767-p-0 {
        padding: 0;
    }

    .res-767-pt-0 {
        padding-top: 0 !important;
    }

    .res-767-pb-0 {
        padding-bottom: 0 !important;
    }

    .res-767-pl-0 {
        padding-left: 0 !important;
    }

    .res-767-pl-15 {
        padding-left: 15px !important;
    }

    .res-767-pr-0 {
        padding-right: 0 !important;
    }

    .res-767-pr-15 {
        padding-right: 15px !important;
    }

    .res-767-pt-15 {
        padding-top: 15px !important;
    }

    .res-767-pt-30 {
        padding-top: 30px !important;
    }

    .res-767-pt-40 {
        padding-top: 40px !important;
    }

    .res-767-pt-50 {
        padding-top: 50px !important;
    }

    .res-767-pb-15 {
        padding-bottom: 15px !important;
    }

    .res-767-pb-20 {
        padding-bottom: 20px !important;
    }

    .res-767-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-767-pb-40 {
        padding-bottom: 40px !important;
    }

    .res-767-pb-50 {
        padding-bottom: 50px !important;
    }

    [class*='col-md'] .ttm-equal-height-image {
        text-align: center;
        margin: 0 auto
    }

    [class*='col-md'] .ttm-equal-height-image {
        display: block;
    }

    /* ttm-bg-layer */
    [class*='col-md'] .ttm-col-bgimage-yes,
    .bg-layer-equal-height [class*='col-md'] .ttm-col-bgcolor-yes {
        height: auto !important;
    }


    /* Page-Title */
    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0;
        background: transparent;
    }

    .title-box .page-title-heading h1 {
        font-size: 38px;
        line-height: 41px;
    }

    .slick_slider .slick-arrow, .slick_slider .slick-dot {
        display: none;
        visibility: hidden;
    }

    #menu-footer-menu, .copyright {
        text-align: center;
        display: block !important;
    }

    .ttm-pf-view-top-image .ttm-pf-detailbox-list {
        display: block;
    }

        .ttm-pf-view-top-image .ttm-pf-detailbox-list .ttm-pf-data-block {
            width: calc(50% - 4px)
        }

            .ttm-pf-view-top-image .ttm-pf-detailbox-list .ttm-pf-data-block:after {
                content: unset;
            }
}



@media (max-width: 575px) {

    .sm-hide {
        display: none;
    }

    .fs-18 {
        font-size: 16px !important;
        line-height: 28px
    }

    .fs-40 {
        font-size: 24px !important;
        line-height: 34px
    }

    .fs-50 {
        font-size: 28px !important;
        line-height: 38px
    }

    .fs-60 {
        font-size: 32px !important;
        line-height: 40px
    }

    .second-footer .widget-area:nth-child(2) {
        margin-top: 0;
    }

    .res-575-mt-0 {
        margin-top: 0px !important;
    }

    .res-575-mt-10 {
        margin-top: 10px !important;
    }

    .res-575-mt-15 {
        margin-top: 15px !important;
    }

    .res-575-mt-30 {
        margin-top: 30px !important;
    }

    .res-575-mb-0 {
        margin-bottom: 0px !important;
    }

    .res-575-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-575-mb-15 {
        margin-bottom: 15px !important;
    }

    .res-575-mb-30 {
        margin-bottom: 30px !important;
    }

    .res-575-ml-0 {
        margin-left: 0 !important;
    }

    .res-575-mr-0 {
        margin-right: 0 !important;
    }

    .res-575-pl-0 {
        padding-left: 0 !important;
    }

    .res-575-pr-0 {
        padding-right: 0 !important;
    }

    .border-left, .border-right {
        border: 0px !important;
    }

    .ttm-tabs.ttm-tab-style-01 ul.tabs li {
        margin-left: 0;
        margin-right: 0;
    }

    article.ttm-blog-classic {
        margin-bottom: 40px;
    }

    .ttm-blog-single blockquote {
        padding: 35px 25px;
        padding-top: 75px;
        font-size: 17px;
    }

        .ttm-blog-single blockquote:after {
            left: 25px;
            opacity: .1;
        }

    article.ttm-blog-classic .ttm-blog-classic-content {
        margin: 0;
        padding: 27px 0 0 0;
    }

    .testimonials.ttm-testimonial-box-view-style1 .testimonial-content {
        padding: 30px 30px;
    }

    .testimonials.ttm-testimonial-box-view-style1 .star-ratings {
        position: unset;
    }

    .testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar {
        margin: 5px 0;
    }

    .ttm-vertical_sep > [class*='col-sm']:not(:last-child):before {
        width: 100%;
        height: 1px;
        bottom: 0;
        top: auto;
    }

    .vertical_sep-sm-hide > [class*='col-sm']:not(:last-child):before {
        content: unset;
    }

    .ttm-blog-single .ttm-blogbox-desc-footer {
        display: block;
    }

    .ttm-blogbox-footer-readmore {
        padding-top: 20px;
    }
}


@media (max-width: 480px) {

    ul.widget_contact_wrapper li {
        width: 100%;
        padding-bottom: 15px !important;
    }

    .first-footer .newsletter-form input[type="email"] {
        padding-right: 24px;
    }

    .first-footer .newsletter-form button[type="submit"] {
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .ttm-pf-view-top-image .ttm-pf-detailbox-list .ttm-pf-data-block {
        width: 100%;
    }

    .ttm-blog-classic .ttm-social-share-wrapper,
    .ttm-pf-single-content-wrapper-innerbox .ttm-social-share-wrapper {
        display: block;
        align-items: center;
    }

        .ttm-blog-classic .ttm-social-share-wrapper h4,
        .ttm-pf-single-content-wrapper-innerbox .ttm-social-share-wrapper h4 {
            padding-bottom: 15px;
        }

    .ttm-tabs.ttm-tab-style-02 ul.tabs li {
        display: block;
    }
}
