@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,
    .col-bg-img-one .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,
    .col-bg-img-one .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,
    .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
        margin-right: -300px;
    }
}

@media only screen and (max-width: 1200px) {
    .header #site-header-menu .site-navigation ul.menu>li>a {
        display: block;
        margin: 0px;
        padding: 5px 9px;
        color: #000;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        font-family: var(--title-fonts);
    }
}

@media only screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
    /* menu */
    #site-header-menu .site-navigation .menu>ul>li>a {
        display: block;
        margin: 0px;
        padding: 0px 18px 0px 18px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 100px;
        line-height: 100px;
    }
    .fixed-header .site-branding img {
        max-height: 73px;
    }
    .ttm-stickable-header.fixed-header .site-branding,
    .ttm-stickable-header.fixed-header .ttm-header-icons,
    .ttm-stickable-header.fixed-header .ttm-header-icon,
    #site-header-menu .ttm-stickable-header.fixed-header .site-navigation>.menu>ul>li>a,
    .fixed-header .ttm-header-text-area {
        height: 80px;
        line-height: 80px;
    }
    /* sep-img//sepline */
    #site-header-menu .site-navigation li.ttm-sepline {
        position: absolute !important;
        top: -36px;
        left: 0px;
        right: auto;
        text-align: center;
        height: 25px !important;
        margin: 0 0px 0 0;
        display: block !important;
        margin: 0 auto;
        overflow: hidden;
    }
    #site-header-menu .site-navigation .sep-img {
        position: absolute;
        content: "";
        top: 0px;
        margin: 0 auto;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0px -6px;
        width: 8px;
        height: 25px;
        text-align: center;
        overflow: hidden;
    }
    #site-header-menu .site-navigation .sep-img {
        -webkit-mask-box-image: url(../images/menu-sprite.png);
        -webkit-mask-size: cover;
        -webkit-mask: url(../images/menu-sprite.png);
        background-color: #438097 !important;
    }
    /* header */
    .ttm-stickable-header.fixed-header {
        z-index: 3;
        background-color: #ffffffdb;
        box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    }
    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    .ttm-stickable-header.fixed-header .site-navigation li.ttm-sepline {
        top: -30px !important;
    }
    .header #site-header-menu .site-navigation ul.menu>li>a {
        display: block;
        margin: 0px;
        padding: 5px 9px;
        color: #000;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        font-family: var(--title-fonts);
    }
    .header #site-header-menu .site-navigation ul.menu>li>a .active {
        color: #fff !important;
    }
    .ttm-stickable-header.fixed-header nav.main-menu li ul.mega-submenu {
        margin-top: 30px !important;
    }
    .ttm-stickable-header.fixed-header nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
        top: 11px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-branding.me-auto {
        margin: 0 auto !important;
    }
    .main-menu.menu-mobile.ms-auto {
        margin-left: unset !important;
    }
    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }
    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100% !important;
    }
    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }
    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .res-1199-pt-0 {
        padding-top: 0px !important;
    }
    .res-1199-pt-40 {
        padding-top: 40px !important;
    }
    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }
    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }
    .res-1199-pl-30 {
        padding-left: 30px !important;
    }
    .res-1199-pl-0 {
        padding-left: 0px !important;
    }
    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }
    .res-1199-mt-0 {
        margin-top: 0 !important;
    }
    .res-1199-mt-10 {
        margin-top: 10px !important;
    }
    .res-1199-mt-20 {
        margin-top: 20px !important;
    }
    .res-1199-mt_200 {
        margin-top: -200px !important;
    }
    .res-1199-mb-0 {
        margin-bottom: 0px !important;
    }
    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }
    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }
    .res-1199-mb_30 {
        margin-bottom: -30px !important;
    }
    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }
    .res-1199-mr-0 {
        margin-right: 0 !important;
    }
    .res-1199-ml {
        margin-left: 0px !important;
    }
    .res-1199-mlr-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .res-1199-mlr-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .res-1199-mlrt-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
        margin-top: -35px !important;
    }
    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }
    .break-1199-colum.bg-layer .row>[class*='col-']>[class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row>[class*='col-']>[class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }
    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }
    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }
    .ttm-row .container,
    .ttm-row .container-fluid,
    .ttm-page-title-row .container,
    footer .container,
    .element-row .container,
    .sidebar .container {
        max-width: 100%;
    }
    .ttm-row .container,
    .ttm-page-title-row .container,
    footer .container,
    .element-row .container,
    .sidebar .container {
        padding: 0;
    }
    .ttm-row .container>.row,
    .ttm-page-title-row .container>.row,
    footer .container .row,
    .element-row .container>.row,
    .sidebar .container>.row {
        margin: 0;
    }
    .section-title h1.title:after {
        display: none;
    }
    .col-bg-img-four.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
        background-position: top;
    }
    .spacing-2 {
        padding: 100px 100px 85px 20px;
    }
    .spacing-4 {
        padding-left: 20px;
    }
}

@media (max-width: 1140px) {
    .featured-icon-box.style1 .featured-title h3 {
        font-size: 32px;
        line-height: 0;
        margin-bottom: 20px;
    }
    .menu1 ul li a {
        font-size: 12px;
    }
    nav.main-menu ul {
        border-radius: 8px;
    }
    .site-branding {
        margin-right: 400px;
    }
    .ttm-header-text-area {
        padding-left: 100px;
    }
    .widget.widget-nav-menu ul li a {
        padding: 10px 15px 13px 5px;
        font-size: 13px;
    }
    .widget.widget_nav_menu ul li {
        font-size: 11px;
    }
    nav.main-menu ul {
        background: #fff;
        box-shadow: unset;
    }
    nav.main-menu ul.menu>li.active {
        border-radius: unset;
    }
    .ttm-header-style-01 #site-header-menu .site-navigation .main-menu ul.menu>li:hover>a {
        border-radius: unset;
    }
    .carousel-caption {
        bottom: 30%;
        left: 7% !important;
    }
    /*	.pad1 {
    padding: 0 10px !important;
}*/
    video {
        width: 100%;
    }
    .ttm-btn.ttm-btn-size-sm {
        padding: 5px 15px;
    }
    .carousel-caption p {
        width: 400px;
        margin-top: 20px;
        line-height: 20px;
        font-size: 13px;
    }
    .carousel-caption h5 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    /* sidebar-right*/
    .sidebar.ttm-sidebar-right .content-area {
        padding-right: 30px;
    }
    .sidebar.ttm-sidebar-left .content-area,
    .sidebar .sidebar-right {
        padding-left: 40px;
    }
    .sidebar .sidebar-left {
        margin-right: 15px;
    }
    .sidebar.ttm-sidebar-left .content-area {
        margin-right: -30px;
        padding-right: 30px;
    }
    .sidebar .sidebar-left.ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-right: -20px;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
}

@media (max-width: 991px) {
    .copy1 {
        float: right;
    }
    .exp1 img {
        width: 100px;
    }
    .title-header h2 {
        line-height: 20px;
        font-size: 16px;
    }
    .title-header h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .service1 h1 {
        height: 50px;
        font-size: 14px;
    }
    .service2 {
        padding: 14px;
    }
    nav.main-menu ul {
        border-radius: 8px;
    }
    .service1 p {
        font-size: 12px;
    }
    nav.main-menu ul {
        background: #fff;
        box-shadow: unset;
    }
    nav.main-menu ul.menu>li.active {
        border-radius: unset;
    }
    .ttm-header-style-01 #site-header-menu .site-navigation .main-menu ul.menu>li:hover>a {
        border-radius: unset;
    }
    .footer .bottom-footer-text {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .carousel-caption {
        bottom: 10%;
        left: 7% !important;
    }
    /*	.pad1 {
    padding: 0 10px !important;
}*/
    video {
        width: 100%;
    }
    .ttm-btn.ttm-btn-size-sm {
        padding: 5px 15px;
    }
    .carousel-caption p {
        width: 400px;
        margin-top: 20px;
        line-height: 15px;
        font-size: 9px;
    }
    .carousel-caption h5 {
        font-size: 30px;
    }
    .top-bar {
        display: none;
    }
    .ttm-header-text-area {
        padding-left: 20px;
    }
    .site-branding {
        margin-right: 280px;
    }
    .break-991-colum .row .col-md-7,
    .break-991-colum .row .col-md-5,
    .break-991-colum .row .col-md-4,
    .break-991-colum .row .col-md-3,
    .break-991-colum .row .col-md-6,
    .break-991-colum .row .col-md-9 {
        flex: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
    }
    .break-991-colum.bg-layer .container>.row>[class*='col-']>[class*='ttm-col-bgcolor-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ttm-reset-content-center-991 * {
        text-align: center !important;
    }
    .ttm_single_image-wrapper .text-right {
        text-align: left !important;
    }
    .ttm-fbar-main-w {
        display: none;
    }
    /* ttm-bg-layer */
    .break-991-colum .ttm-col-bgimage-yes,
    .break-991-colum.bg-layer-equal-height .ttm-col-bgcolor-yes {
        height: auto !important;
    }
    [class*='col-lg'] .ttm-col-bgimage-yes,
    .bg-layer-equal-height [class*='col-lg'] .ttm-col-bgcolor-yes {
        height: auto !important;
    }
    /* ttm-btn */
    .ttm-btn.float-right {
        float: none !important;
    }
    /* title */
    .row-title h2.title {
        font-size: 34px;
        line-height: 40px;
    }
    .res-991-w-100 {
        width: 100% !important;
    }
    .position-md-relative {
        position: relative !important
    }
    /* ttm-row */
    body .page.ttm-sidebar-true .site-main,
    .ttm-row {
        padding: 60px 0 !important;
    }
    .ttm-row.about-section {
        padding: 60px 0 30px !important;
    }
    .ttm-row.client-section {
        padding: 10px 0 !important;
    }
    .ttm-row.fid-section {
        padding: 50px 0 25px !important;
    }
    .ttm-row.row-top-section,
    .ttm-row.cta-section,
    .ttm-row.broken-section,
    .ttm-row.experiance-section {
        padding: 0px 0px !important;
    }
    .ttm-row.grid-section {
        padding: 30px 0 !important;
    }
    .ttm-row.clientbox-section {
        padding: 10px 0 60px !important;
    }
    .ttm-row.multi-section {
        padding: 0 0 50px !important;
    }
    .ttm-row.expertise-section,
    .ttm-row.overview-section {
        padding: 60px 0 30px;
    }
    section.error-404 {
        padding: 150px 0 80px;
    }
    .ttm-row.padding_bottom_zero-section {
        padding: 60px 0 0 !important;
    }
    .ttm-row.padding_top_zero-section {
        padding: 0 0 60px 0 !important;
    }
    .ttm-row.padding_zero-section {
        padding: 0 0 !important;
    }
    /* spacing */
    .spacing-1 {
        padding: 60px 25px;
    }
    .spacing-2 {
        padding: 60px 15px 60px;
        margin: 0;
    }
    .spacing-3 {
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 15px;
    }
    .spacing-4 {
        margin-top: 0px;
        margin-left: 0px;
        padding: 60px 15px;
    }
    .spacing-5 {
        padding: 50px 15px;
        margin-top: 0px;
        margin-left: 0px;
    }
    .spacing-6 {
        padding: 50px 20px;
    }
    .spacing-7 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .right-md-15 {
        right: 15px !important;
    }
    /* fid */
    .ttm-fid-border .inside {
        padding-left: 15px;
    }
    /* testimonial */
    .testimonials .testimonial-content {
        margin: 0;
        padding: 0;
    }
    .ttm-testimonial-box-view-style2 .testimonial-content {
        padding: 25px 35px 29px;
        margin-left: 160px;
    }
    .testimonials.ttm-testimonial-box-view-style4 .testimonial-content blockquote {
        font-size: 17px;
        line-height: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    /* footer */
    .footer .widget {
        margin: 40px 0 0;
    }
    .first-footer .widget-area:not(:last-child) .widget {
        margin-bottom: 20px;
    }
    /* portfolio-single */
    .ttm-pf-single-related-wrapper {
        padding-top: 30px;
    }
    /* sidebar */
    .sidebar .content-area {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .sidebar .sidebar-right {
        padding: 15px 30px;
    }
    .sidebar .sidebar-right,
    .sidebar .sidebar-left {
        padding-bottom: 10px;
    }
    .sidebar .sidebar-right .ttm_info_widget {
        margin-left: -30px;
    }
    /* element-page */
    .element-row {
        padding: 50px 0 0;
    }
    .element-row>.section-title h2.title {
        margin-top: 0px;
    }
    /* margin */
    .res-991-ml-0 {
        margin-left: 0 !important;
    }
    .res-991-mr-0 {
        margin-right: 0 !important;
    }
    .res-991-mt-0 {
        margin-top: 0 !important;
    }
    .res-991-mb-0 {
        margin-bottom: 0 !important;
    }
    .res-991-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }
    .res-991-mt_15 {
        margin-top: -15px !important;
    }
    .res-991-mt_10 {
        margin-top: -10px !important;
    }
    .res-991-mt_30 {
        margin-top: -30px !important;
    }
    .res-991-mt_50 {
        margin-top: -50px !important;
    }
    .res-991-mt_80 {
        margin-top: -80px !important;
    }
    .res-991-mt_100 {
        margin-top: -100px !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-45 {
        margin-top: 45px !important;
    }
    .res-991-mt-50 {
        margin-top: 50px !important;
    }
    .res-991-mb-0 {
        margin-bottom: 0px !important;
    }
    .res-991-mb-10 {
        margin-bottom: 10px !important;
    }
    .res-991-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-991-mb-20 {
        margin-bottom: 30px !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-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .res-991-mlr_15 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .res-991-mlr-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .res-991-mr_25 {
        margin-right: -25px !important;
    }
    .res-991-mr-60 {
        margin-right: 60px !important;
    }
    .res-991-ml-15 {
        margin-left: 15px;
    }
    /* padding */
    .ttm-page-title-row {
        padding: 30px 0 30px;
    }
    .res-991-p-0 {
        padding: 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-45 {
        padding-top: 45px !important;
    }
    .res-991-pt-50 {
        padding-top: 50px !important;
    }
    .res-991-pt-60 {
        padding-top: 60px !important;
    }
    .res-991-ptb-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .res-991-pt-0 {
        padding-top: 0px !important;
    }
    .res-991-pl-0 {
        padding-left: 0px !important;
    }
    .res-991-pr-15 {
        padding-right: 15px !important;
    }
    .res-991-pr-0 {
        padding-right: 0px !important;
    }
    .res-991-pl-15 {
        padding-left: 15px !important;
    }
    .res-991-pb-0 {
        padding-bottom: 0px !important
    }
    .res-991-pb-5 {
        padding-bottom: 5px !important
    }
    .res-991-pb-10 {
        padding-bottom: 10px !important
    }
    .res-991-pb-20 {
        padding-bottom: 20px !important
    }
    .res-991-pb-30 {
        padding-bottom: 30px !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-pb-90 {
        padding-bottom: 90px !important
    }
    .res-991-pb-100 {
        padding-bottom: 100px !important
    }
    .res-991-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .res-991-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .res-991-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .res-991-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .res-991-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .res-991-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .res-991-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .h-100 {
        height: auto !important;
    }
    .slick_slider.slick-arrows-style3 .slick-next,
    .slick_slider.slick-arrows-style3 .slick-prev {
        top: 15%;
    }
    .grey-shadow:before {
        display: none;
    }
    .section-title .title-desc p {
        padding-right: 0 !important;
    }
    .featured-icon-box.style2 .featured-title h5 {
        padding-right: 0;
    }
    .video_icon {
        right: unset;
        left: -17px;
    }
    .ttm_single_image-wrapper .col-bgimage-02 {
        width: 147px !important;
    }
    .featured-icon-box.style12 {
        left: 30px;
    }
    .section-title.style2 .title-header {
        width: 50%;
        padding-right: 0;
    }
    .first-footer {
        padding: 30px 0 30px;
    }
    .first-footer .featured-icon-box .featured-icon .ttm-icon {
        height: 22px;
        width: 22px;
    }
    .ttm-icon.ttm-icon_element-size-xs i {
        font-size: 13px;
    }
    .featured-icon-box.style4 .featured-title h3 {
        font-size: 16px;
    }
    .featured-icon-box.style4 .featured-content {
        padding-left: 0;
    }
    .featured-icon-box.style4 .featured-title span {
        font-size: 12px;
    }
    .ttm-portfolio-box-view-overlay .ttm-box-view-content-inner .featured-title {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    .testimonial-onlyimg,
    .top_bar {
        display: none;
    }
    .featured-imagebox-services.style1 .featured-content {
        padding: 20px 15px;
        text-align: center;
    }
    .ttm-pagination {
        margin-bottom: 20px;
    }
    .testimonials.style2 {
        padding: 30px 20px 0;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .client-box.style1 .ttm-client-logo-tooltip .client-thumbnail {
        padding: 25px 0px;
        margin: 0 5px;
    }
    .first-footer .widget.widget-widget_contact .widget-title {
        padding-top: 30px;
    }
    .ttm-list.ttm-list-style-icon li {
        padding-bottom: 0;
    }
    .featured-icon-box.style1 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .ttm-fid.inside.ttm-fid-view-lefticon.style1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .client-box.ttm-box-view-logo.style1 .ttm-client-logo-tooltip {
        padding-top: 0;
        margin-top: -20px;
    }
    .testimonials.ttm-testimonial-box-view-style2 {
        margin-right: 10px;
    }
    .featured-icon-box.style1.border-right {
        border-right: 0px !important;
    }
    .footer .ttm_subscribe_form .btn[type="submit"] {
        position: relative;
        margin-top: 20px;
        border-radius: 5px;
    }
    .client-box.ttm-box-view-logo.style1 {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .sidebar .widget-area .widget {
        margin: 40px 0 40px;
    }
    .featured-imagebox img {
        display: block;
        width: 100%;
    }
    /*.ttm-team-member-single-content .featured-thumbnail img {display: block;width: 100%;}*/
}

@media only screen and (max-width: 767px) {
    .about-img {
        width: 70%;
        margin: 0 auto;
    }
    .service1 h1 {
        font-size: 17px;
    }
    /*.ttm-bg img{
		width: 100%;
	}*/
    .book-app img {
        width: 100%;
    }
    nav.main-menu ul {
        border-radius: 8px;
    }
    .ttm-service-description h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .featured-desc ul li {
        font-size: 13px;
    }
    video {
        width: 100%;
        height: 300px;
    }
    .copyright p {
        text-align: center;
    }
    .ttm-service-description p {
        font-size: 14px;
        text-align: justify;
    }
    .ttm-list.ttm-list-style-icon .ttm-list-li-content {
        text-align: justify;
    }
    .pad1 {
        padding: 0 10px !important;
    }
    .featured-imagebox-services.style1 {
        height: auto;
    }
    .slick_slider.slick-dotted .slick-dots {
        bottom: -15px;
    }
    .title-header h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .copy1 {
        float: none;
    }
    nav.main-menu ul {
        background: #fff;
        box-shadow: unset;
    }
    nav.main-menu ul.menu>li.active {
        border-radius: unset;
    }
    .ttm-header-style-01 #site-header-menu .site-navigation .main-menu ul.menu>li:hover>a {
        border-radius: unset;
    }
    .footer .bottom-footer-text {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
    .title-header h1 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .title-header h4 {
        margin-bottom: 0;
        font-size: 13px;
    }
    .section-title .title-desc p {
        font-size: 14px;
        line-height: 20px;
    }
    .site-branding {
        margin-right: 30px;
    }
    .top-bar {
        display: none;
    }
    .carousel-control-next-icon {
        height: 18px !important;
        width: 26px !important;
    }
    .carousel-control-prev-icon {
        height: 18px !important;
        width: 26px !important;
    }
    .carousel-control-prev-icon:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f0d9";
        left: 0px;
        right: 0px;
        top: -2px;
        border-radius: 50%;
        font-size: 14px;
    }
    .carousel-control-next-icon:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f0da";
        left: 0px;
        right: 0px;
        top: -2px;
        font-size: 14px;
    }
    .ttm-header-text-area {
        display: none;
    }
    /* ttm-search-overlay */
    .ttm-search-overlay .ttm-search-outer .ttm-form-title {
        font-size: 26px;
        line-height: 40px;
    }
    .ttm-search-overlay .ttm-search-outer {
        border: none;
    }
    .ttm-search-overlay .ttm-site-searchform {
        margin-left: 0;
        left: 0;
        right: 0;
    }
    /* Page-Title */
    .title-box .page-title-heading,
    .breadcrumb-wrapper {
        display: block;
        text-align: left;
    }
    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0;
        background: transparent;
    }
    .title-box .page-title-heading h1 {
        font-size: 18px;
        line-height: 30px;
    }
    /* footer */
    .ttm-footer-cta-wrapper .widget-area:not(:last-child) {
        margin-bottom: 20px;
    }
    .widget.widget_nav_menu.menu-footer-services-menu ul li,
    .widget.widget_nav_menu.menu-footer-services-menu ul li:nth-child(even) {
        width: 100%;
        margin-left: 0;
    }
    .ttm-left-quote blockquote {
        padding-right: 0;
        border-right: 0 !important;
        margin-bottom: 30px;
    }
    /* .ttm-box-seperator */
    .ttm-box-seperator .featured-icon-box {
        padding: 20px 20px 5px;
    }
    .client-box.ttm-box-view-separator-logo .client-thumbnail:after {
        display: none;
    }
    .client-box .ttm-client-logo-tooltip {
        padding-top: 30px;
    }
    /* calendar */
    .calendar thead th {
        padding: 2px 0;
        font-size: 13px;
    }
    .calendar table td {
        height: 90px;
        font-size: 18px;
    }
    .calendar .calendar-frame tbody td::after {
        top: 25px;
        height: 40px;
        width: 40px;
    }
    /* shop */
    .banner-image,
    .ttm-product-image-box {
        text-align: center;
    }
    div.product ul.tabs li.active a:before {
        content: unset;
    }
    /* margin */
    .res-767-mb-0 {
        margin-bottom: 0px !important;
    }
    .res-767-ml-0 {
        margin-left: 0px !important;
    }
    .res-767-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-767-mb-30 {
        margin-bottom: 30px !important;
    }
    .res-767-mt-0 {
        margin-top: 0px !important;
    }
    .res-767-mt-30 {
        margin-top: 30px !important;
    }
    .res-767-mt-40 {
        margin-top: 40px !important;
    }
    .res-767-mt-0 {
        margin-top: 0px !important;
    }
    .res-767-mt_15 {
        margin-top: -15px !important;
    }
    .res-767-mr-20 {
        margin-right: 20px !important;
    }
    /* padding */
    .res-767-plr-15 {
        padding: 0 15px !important;
    }
    .res-767-pl-15 {
        padding-left: 15px !important;
    }
    .res-767-pr-15 {
        padding-right: 15px !important;
    }
    .res-767-pl-0 {
        padding-left: 0px !important;
    }
    .res-767-pr-0 {
        padding-right: 0px !important;
    }
    .res-767-p-30 {
        padding: 30px;
    }
    .res-767-pb-30 {
        padding-bottom: 30px !important;
    }
    .res-767-pb-60 {
        padding-bottom: 60px !important;
    }
    .res-767-pt-30 {
        padding-top: 30px !important;
    }
    .res-767-pt-40 {
        padding-top: 40px !important;
    }
    .res-767-pt-20 {
        padding-top: 20px !important;
    }
    .res-767-pt-15 {
        padding-top: 15px !important;
    }
    .res-767-pt-0 {
        padding-top: 0px !important;
    }
    .spacing-3 {
        margin-top: 0px;
        margin-left: 0;
        padding-top: 0px;
        padding-left: 10px;
    }
    /* single-team */
    .ttm-team-member-appointment-btn-wrapper {
        position: unset;
    }
    /* tab */
    .ttm-tabs.ttm-tab-style-vertical .content-tab {
        padding: 10px 20px;
    }
    .ttm-tabs.ttm-tab-style-horizontal ul.tabs li,
    .ttm-tabs.ttm-tab-style-horizontal ul {
        display: block;
        margin-right: 0;
    }
    .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
        border-radius: 0;
    }
    /* cart */
    .ttm-cart-form,
    .checkout {
        padding: 0;
    }
    table.shop_table:not(.checkout-review-order-table) tr td {
        display: block;
        text-align: right;
    }
    table .cart_item .product-thumbnail,
    .shop_table_responsive thead {
        display: none;
    }
    table.shop_table:not(.checkout-review-order-table) tbody tr {
        display: block;
    }
    table.shop_table_responsive tr.cart_item td:not(.product-remove)::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .coupon {
        float: none;
        padding-bottom: .5em;
    }
    td.actions button {
        width: 100%;
    }
    .coupon input,
    td.actions .coupon .button {
        width: auto;
    }
    .quantity {
        display: inline-block;
    }
    .cart-collaterals {
        margin-top: 0px;
    }
    .cart-collaterals .cart_totals {
        width: 105%;
        float: none;
    }
    .ttm_single_image-wrapper .col-bgimage-02 {
        width: 100% !important;
        height: 100% !important;
    }
    .section-title h1.title:after {
        display: none;
    }
    .spacing-12 {
        margin-left: 0;
        padding-left: 15px;
    }
    .ttm-play-icon-btn.style1 {
        width: 105%;
    }
    .testimonials.style1 .testimonial-content blockquote {
        padding: 0 25px 0;
    }
    .testimonials.style1 .testimonial-caption {
        margin-top: 10px;
    }
    .footer .widget .widget-title {
        margin-top: 30px;
    }
    .featured-icon-box.style2 {
        position: relative;
        bottom: -20px;
        left: 0;
    }
    .res-767-d-none {
        display: none !important;
    }
    .section-title h2.title,
    .section-title h2.title b {
        font-size: 40px;
        line-height: 50px;
    }
    .first-footer .widget.widget-out-link,
    .first-footer .widget.widget-widget_contact {
        padding-left: 0;
    }
    .ttm-list.ttm-list-style-icon.style2 li:last-child {
        padding-bottom: 40px;
    }
    .first-footer .widget.widget-widget_contact .widget-title {
        padding-top: 0;
    }
    .footer .ttm_subscribe_form .btn[type="submit"] {
        position: absolute;
        margin-top: 0px;
        border-radius: 5px;
    }
    /* team-single */
    .ttm-team-member-single-content-area .ttm-team-member-content {
        padding: 0 15px 45px;
        margin-left: 0;
    }
    .ttm-team-member-content {
        padding-top: 0;
    }
    .ttm-team-member-single-content .featured-thumbnail img {
        display: block;
        width: 90%;
    }
    .sep_holder_box.margin_top50.margin_bottom50.ml_12.mr_12 {
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 591px) {
    /* footer */
    .newsletter-form input[type="submit"] {
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        text-align: center;
        position: initial;
        height: 45px;
    }
    .first-footer .ttm-footer-cta-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .ttm-footer2-left {
        text-align: center;
    }
    .ttm-footer2-right {
        text-align: center;
    }
    .section-title h1.title,
    .section-title h2.title b {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .footer .widget {
        margin: 0;
    }
    .ttm-fid-border .row>[class*='col-']:not(:last-child) {
        border-bottom: 1px solid;
    }
    .pad0 {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }
    .ttm-facts-colum-sep .col-md-3 {
        padding: 30px 0 0;
    }
    .ttm-facts-colum-sep {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .ttm-fid-view-topicon {
        padding: 0;
    }
    /* calendar */
    .calendar table td {
        height: 60px;
        font-size: 15px;
    }
    .calendar .calendar-frame tbody td::after {
        content: unset;
    }
    .calendar .calendar-frame tbody td.today {
        background: #e3f2f9;
        color: #555;
    }
    /* margin */
    .res-575-m-0 {
        margin: 0px !important;
    }
    .res-575-mb-0 {
        margin-bottom: 0px !important;
    }
    .res-575-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-575-mb-30 {
        margin-bottom: 30px !important;
    }
    .res-575-mt-0 {
        margin-top: 0px !important;
    }
    .res-575-mt-30 {
        margin-top: 30px !important;
    }
    .res-575-mt-40 {
        margin-top: 40px !important;
    }
    .res-575-mt-0 {
        margin-top: 0px !important;
    }
    .res-575-ml-0 {
        margin-left: 0px !important;
    }
    .res-575-mt-20 {
        margin-top: 20px !important;
    }
    /* padding */
    .res-575-pl-15 {
        padding-left: 15px !important;
    }
    .res-575-pr-15 {
        padding-right: 15px !important;
    }
    .res-575-pl-0 {
        padding-left: 0px !important;
    }
    .res-575-pr-0 {
        padding-right: 0px !important;
    }
    .res-575-prb-20 {
        padding-right: 20px !important;
        padding-bottom: 20px !important;
    }
    .res-575-p-30 {
        padding: 30px;
    }
    .res-575-pb-30 {
        padding-bottom: 30px !important;
    }
    .res-575-pt-30 {
        padding-top: 30px !important;
    }
    .res-575-pt-15 {
        padding-top: 15px !important;
    }
    .res-575-d-none {
        display: none !important;
    }
    /* single-blog */
    .ttm-post-prev-next-buttons a.float-right {
        float: none !important;
    }
    .comments-area .comment-form .comment-form-author,
    .comments-area .comment-form .comment-form-email,
    .comments-area .comment-form .comment-form-url {
        width: 100%;
    }
    /* .ttm-testimonial-box-view-style1 */
    .ttm-testimonial-box-view-style2 .testimonial-avatar {
        float: none;
        width: 100%;
        display: block;
    }
    .ttm-testimonial-box-view-style2 .testimonial-content {
        margin-left: 15px;
        margin-top: 30px;
        margin-right: 10px;
    }
    .ttm-bgcolor-skincolor .ttm-testimonial-box-view-style2 .testimonial-content::after,
    .ttm-testimonial-box-view-style2 .testimonial-content::after {
        top: -37px;
        left: 60px;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 20px solid rgba(255, 255, 255, .05);
    }
    .ttm-bgcolor-skincolor .ttm-testimonial-box-view-style2 .testimonial-content::after {
        border-bottom: 20px solid rgba(0, 0, 0, .05)
    }
    .featured-imagebox-post.style2 .featured-thumbnail {
        max-width: 100% !important;
        margin-bottom: 30px;
        padding-right: 0;
    }
    header.ttm-header-style-01 .container-fluid {
        padding: 0 15px;
    }
    .second-footer .textwidget.widget-text p {
        padding: 20px 30px 7px;
        margin-bottom: 0;
    }
    section.error-404 h1 {
        font-size: 75px;
    }
}

@media only screen and (max-width: 481px) {
    .col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
        height: auto;
    }
    .res-481-mt-30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
    li.bbp-forum-info,
    li.bbp-topic-title {
        width: 45%;
    }
    li.bbp-forum-topic-count,
    li.bbp-forum-reply-count,
    li.bbp-topic-voice-count,
    li.bbp-topic-reply-count {
        width: 15%;
    }
    .bbpress-forums div.bbp-search-form {
        float: none;
    }
    .bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 15px;
        left: 0;
        width: 60px;
        height: auto;
    }
    .bbpress-forums .bbp-body div.bbp-reply-author {
        margin: -15px 10px 10px;
        min-height: 100px;
        padding-left: 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .bbpress-forums div.bbp-reply-author a.bbp-author-name {
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word;
    }
    .bbpress-forums .bbp-body div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0;
    }
    /* calendar */
    .calendar table td {
        height: 45px;
        font-size: 14px;
    }
    /* blog-classic */
    article.ttm-blog-classic .ttm-blog-classic-content {
        padding: 20px 0 20px;
    }
    .ttm-blog-classic .ttm-blogbox-footer-left {
        float: none;
    }
    .ttm-blog-classic .ttm-social-share-wrapper {
        float: none;
        padding-top: 15px;
    }
    .col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
        height: 698px;
    }
    .footer .ttm_subscribe_form .btn[type="submit"] {
        position: relative;
        margin-top: 20px;
        border-radius: 5px;
    }
    .section-title h2.title,
    .section-title h2.title b {
        font-size: 28px;
        line-height: 38px;
    }
    section.error-404 h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 468px) {
    .btn-468-res {
        margin-left: 20px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 420px) {
    section.error-404 h1 {
        font-size: 50px;
    }
}

@media (max-width: 325px) {
    .bbpress-forums li.bbp-header li.bbp-forum-info,
    .bbpress-forums li.bbp-body li.bbp-forum-info,
    .bbpress-forums li.bbp-header li.bbp-topic-title,
    .bbpress-forums li.bbp-body li.bbp-topic-title {
        width: 100%;
    }
    .bbpress-forums li.bbp-header li.bbp-forum-topic-count,
    .bbpress-forums li.bbp-header li.bbp-forum-reply-count,
    .bbpress-forums li.bbp-body li.bbp-forum-topic-count,
    .bbpress-forums li.bbp-body li.bbp-forum-reply-count,
    .bbpress-forums li.bbp-header li.bbp-topic-voice-count,
    .bbpress-forums li.bbp-header li.bbp-topic-reply-count,
    .bbpress-forums li.bbp-body li.bbp-topic-voice-count,
    .bbpress-forums li.bbp-body li.bbp-topic-reply-count {
        width: 20%;
    }
    .bbpress-forums li.bbp-header li.bbp-forum-freshness,
    .bbpress-forums li.bbp-body li.bbp-forum-freshness,
    .bbpress-forums li.bbp-header li.bbp-topic-freshness,
    .bbpress-forums li.bbp-body li.bbp-topic-freshness {
        width: 58%;
    }
    .bbpress-forums li.bbp-header li.bbp-forum-info,
    .bbpress-forums li.bbp-header li.bbp-topic-title {
        text-align: center;
        text-transform: uppercase;
    }
}