@media only screen and (max-width: 1400px) {
    .port-info {
        padding: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .menu-logo {
        /*width: 140px;*/
    }

    .account-head {
        width: 350px;
        min-width: 350px;
    }

    .rev-btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .pricingtable-bx {
        font-size: 80px;
    }

    .our-partner:before,
    .team-area:before {
        font-size: 170px;
        line-height: 175px;
    }

    .heading-bx h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-media-bx .heading-bx h5 {
        font-size: 18px;
        line-height: 30px;
    }

    .counter-style-1 .counter {
        font-size: 45px;
        line-height: 55px;
    }

    .counter-style-1 span {
        font-size: 45px;
        line-height: 55px;
    }

    .counter-style-1 .counter-text {
        font-size: 14px;
        line-height: 28px;
    }

    .about-media-bx .heading-bx {
        margin-top: 0;
    }

    .setResizeMargin {
        padding-left: 30px;
    }

    .testimonial-carousel .owl-nav {
        left: -20px;
    }

    .our-partner .section-sp3 {
        padding-top: 50px;
    }

    .blog-md .ttr-post-media {
        width: 200px;
    }

    .menu-links .nav > li .add-menu {
        left: -100px;
    }

    .about-img-box {
        position: relative;
        padding: 0 0px 80px 20px;
    }

    .header-2 .menu-links {
        padding: 20px 0 0 20px;
    }

    .header-2 .is-fixed .menu-links {
        padding: 9px 0 7px 20px;
    }

    .about-counter .title {
        font-size: 38px;
        line-height: 48px;
    }

    .feature-bx1 {
        padding: 25px;
    }

    .feature-bx3.right-img2:after, .feature-bx3.right-img:after {
        width: 140px;
        height: 65px;
        right: -90px;
    }

    .feature-bx3 {
        padding: 0 0px;
    }

    .pricingtable-features li {
        padding: 5px 15px;
    }

    .feature-bx2 {
        padding: 50px 15px 80px 15px;
    }

    .contact-bx-area2 .right-info {
        padding: 40px 20px;
    }

    .service-thumb .title {
        font-size: 16px;
    }

        .service-thumb .title i {
            font-size: 24px;
            line-height: 24px;
            margin-right: 5px;
        }

    .service-box .service-info {
        padding: 30px 15px;
    }

    .testimonial-bx.style1 {
        max-width: 400px;
    }

    .side-post .blog-md .ttr-post-media {
        width: 180px;
    }

    .project-btn {
        width: 310px;
    }

    .rev-slider.slide1 .btn {
        margin: 0 -10px !important;
    }

    .style-2 .menu-bar .menu-links .nav {
        padding-right: 10px;
    }

    .rev-slider.slide1 .hades.tparrows {
        width: 50px;
        height: 50px;
    }

        .rev-slider.slide1 .hades.tparrows:before {
            font-size: 20px;
            line-height: 50px;
        }

    .rev-slider.slide1 .hades .tp-arr-allwrapper {
        width: 50px;
        height: 50px;
    }

    .blog-group .blog-md .ttr-post-media {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
    }

    .history-box .nav-tabs li a {
        font-size: 18px;
        padding: 15px 18px;
    }

    .history-box .history-info {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .port-info h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .filter-on .filter-btn.close {
        border: 0;
        z-index: 1;
        position: fixed;
        right: 10px;
        top: 10px;
        color: #fff;
        opacity: 1;
        font-size: 18px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        opacity: 1;
    }

    .filter-btn.close:hover {
        background: rgba(255,255,255,0.1);
    }

    .filter-mobile {
        display: flex;
        margin-bottom: 30px;
    }

    .filter-left {
        padding: 20px 20px;
        width: 280px;
        position: fixed !important;
        left: -310px;
        top: 0;
        background: #fff;
        z-index: 9999999;
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
        overflow-y: scroll;
        height: 100%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

        .filter-left.filter-on {
            left: 0;
        }

    .filter-bar {
        top: 100px;
        position: sticky;
        z-index: 999;
    }

        .filter-bar.sticky-top .side-bar {
            z-index: 9;
            top: 0;
            position: unset;
        }

    .sticky-top.filter-bar {
        z-index: 99999999;
        top: 80px;
        position: sticky;
    }

    .filter-left:after {
        content: "";
        position: fixed;
        width: 0;
        background: #000;
        height: 100%;
        z-index: -1;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    .filter-left.filter-on:after {
        width: 1000px;
        left: 280px;
        opacity: 0.8;
    }

    .service-info-bx {
        margin-top: 0px;
        padding-top: 80px;
    }

    .account-head {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }

    .account-form {
        display: block;
    }

    .account-container {
        padding: 50px 20px;
    }

    .our-partner:before,
    .team-area:before {
        font-size: 100px;
        line-height: 100px;
        bottom: -15px;
    }

    .our-partner-box {
        margin-top: 40px;
    }

    .blog-md.md-large .post-title {
        font-size: 28px;
        line-height: 40px;
    }

    .blog-md.md-large .ttr-post-info {
        padding: 10px 0 10px 30px;
    }

    .blog-md.md-large p {
        font-size: 15px;
        line-height: 28px;
    }

    .blog-md.sm-large .media-post li a,
    .blog-md.md-large .media-post li a {
        font-size: 14px;
    }

    .news-area:before {
        font-size: 90px;
        line-height: 90px;
        top: 30px;
    }

    .about-media-bx:before {
        content: none;
    }

    .video-media-bx img {
        width: 100%;
    }

    .counter-style-1 {
        margin-bottom: 40px;
    }

    .news-box .heading-bx.m-t20 {
        margin-top: 0;
    }

    .about-imgbox {
        margin-top: 50px;
    }

    .secondary-inner ul li.extmenu {
        display: none;
    }

    .subscribe-form {
        margin-top: 0;
    }

    .page-banner h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .blog-md .ttr-post-media {
        width: 300px;
    }

    .pagination-bx.m-b0,
    .card.m-b0 {
        margin-bottom: 0;
    }

    .error-404 {
        display: flex;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .service-img-bx {
        display: block;
    }

        .service-img-bx .service-media {
            max-width: 100%;
        }

        .service-img-bx .service-info {
            max-width: 100%;
            padding: 20px 0 0;
        }

        .service-img-bx:nth-child(2n) .service-info {
            padding: 20px 0 0;
        }

    .about-media-bx.about-video .video-media-bx.split-box {
        margin-top: 100px;
    }

    .about-media-bx.about-video .row.section-sp1 {
        padding-top: 50px;
    }

    .about-img-box {
        position: relative;
        padding: 0 0px 80px 90px;
    }

    .about-video2 .video-media-bx {
        height: 300px;
        margin-bottom: 0;
    }

    .our-story:after {
        content: none;
    }

    .header-2.header-transparent .navbar-toggler span {
        background-color: #232eff;
    }

    .header-2 .navbar-toggler {
        margin: 44px 0 30px 25px;
    }

    .header-2 .is-fixed .navbar-toggler {
        margin: 32px 0 32px 25px;
    }

    .header-2 .menu-links,
    .header-2 .is-fixed .menu-links {
        padding: 15px;
    }

    .feature-bx3.right-img2:after, .feature-bx3.right-img:after {
        content: none;
    }

    .award-bx.left .award-media {
        min-width: 100%;
    }

    .award-bx.left {
        flex-direction: column;
    }

        .award-bx.left .award-info {
            text-align: center;
            margin-left: 0;
            padding-top: 20px;
        }

    .award-bx {
        padding: 15px 15px 20px 15px;
    }

        .award-bx .award-info .title {
            font-size: 18px;
            line-height: 27px;
            margin-bottom: 5px
        }

        .award-bx .award-info p {
            font-size: 15px;
            line-height: 24px;
        }

    .service-icon-bx:after {
        content: none;
    }

    .misson-tabs li a {
        padding: 25px 15px 30px 15px;
    }

    .protfolio-info.m-md-b30 {
        margin-bottom: 30px;
    }

    .number-box {
        padding-left: 60px;
    }

        .number-box .number-icon {
            left: 20px;
        }

            .number-box .number-icon:after {
                left: -20px;
                width: 15px;
            }

        .number-box:hover .btn-link,
        .number-box p {
            margin-left: -60px;
        }

    .heading-bx h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .apoint-btn-box {
        display: none;
    }

    .client-appoint-box .ajax-form {
        background: #020d26;
        padding: 60px 38px 0px 38px;
        margin: 50px -38px 0;
    }

    .client-appoint-box:after {
        height: 40%;
        bottom: 0;
        top: auto;
        width: 100%;
    }

    .testimonial-bx.style1 {
        max-width: 100%;
    }

    .side-post .blog-md .ttr-post-media {
        width: 100px;
    }

        .side-post .blog-md .ttr-post-media img {
            height: 100px;
            object-fit: cover;
        }

    .side-post .blog-md .ttr-post-info h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .side-post .blog-post.blog-md {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .service-img-bx:last-child {
        margin-bottom: 30px;
    }

    .appoint-video {
        margin-right: 0;
    }

    .heading-bx h2 br,
    .page-banner h1 br {
        display: none;
    }

    .aside-bx {
        border-left: 0;
        padding-left: 0;
    }

    .blog-group .recent-news {
        margin-bottom: 30px;
    }

    .history-box .history-info {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-img-box {
        position: relative;
        padding: 0px 0px 40px 40px;
    }

    .section-sp1 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .section-sp2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-sp3 {
        padding-top: 50px;
    }

    .news-box .heading-bx br {
        display: none;
    }

    .heading-bx h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .testimonial-carousel .owl-nav {
        position: unset;
        margin-top: 30px;
        text-align: left;
    }

    .blog-md.sm-large,
    .blog-md.md-large {
        flex-direction: column;
    }

        .blog-md.md-large .ttr-post-info {
            padding-left: 0;
        }

        .blog-md.sm-large .ttr-post-media,
        .blog-md.md-large .ttr-post-media {
            width: 100%;
            flex: 0 0 100%;
        }

    .post-extra {
        padding-top: 10px;
    }

    .news-area:before {
        top: 0px;
    }

    .page-banner {
        height: 300px;
    }

        .page-banner h1 {
            font-size: 36px;
            line-height: 50px;
        }

    .breadcrumb-row ul li {
        font-size: 14px;
    }

    .breadcrumb-row {
        padding: 5px 15px;
    }

    .recent-news.style-2 {
        margin-bottom: 30px;
    }

    .blog-md .ttr-post-media {
        width: 100%;
    }

    .blog-md.blog-post .ttr-post-info {
        margin-bottom: 0;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    blockquote p {
        font-size: 18px;
        line-height: 28px;
    }

    blockquote {
        padding: 10px 20px 10px 25px;
        margin: 20px 0;
    }

    .ttr-post-meta.d-flex {
        display: block !important;
    }

        .ttr-post-meta.d-flex .post-tags {
            margin-bottom: 10px;
        }

    .feature-filters {
        margin-bottom: 30px;
    }

    .table.table-cards {
        width: 700px;
        max-width: 700px;
    }

    .checkout-area .text-right {
        text-align: left !important;
        margin-top: 10px;
    }

    .checkout-area .card-header .text-right {
        text-align: right !important;
        margin-top: 0;
    }

    .timeline-view .left:before {
        transform: rotate(180deg);
    }

    .timeline-view .right:before {
        left: 60px;
    }

    .service-icon-bx .service-icon a {
        font-size: 70px;
        height: 200px;
        width: 200px;
        line-height: 200px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .case-studies-box .studies-info {
        padding: 20px;
    }

    .case-studies:before,
    .our-partner:before,
    .team-area:before {
        font-size: 100px;
        line-height: 120px;
    }

    .case-studies:before {
        top: 0;
    }

    .about-media-bx.about-video .video-media-bx.split-box {
        margin-top: 0px;
    }

    .about-media-bx.about-video .row.section-sp1 {
        padding-top: 30px;
    }

    .about-video2 .video-media-bx {
        height: 400px;
    }

    .dots-style-1 .owl-dots {
        margin-top: 30px;
    }

    .timeline-box {
        margin-bottom: 40px;
    }

    .service-icon-bx:first-child {
        padding-top: 10px;
    }

    .service-icon-bx {
        padding: 50px 0;
    }

    .service-img-bx {
        margin-bottom: 40px;
    }

    .timeline-nav ul {
        padding: 0;
        text-align: center;
    }

        .timeline-nav ul li {
            display: inline-block;
            width: auto;
        }

    .timeline-nav-box {
        position: sticky;
        top: 50px;
        background-color: #fff;
        z-index: 999;
        padding: 10px 30px;
        margin: 0 15px 30px;
    }

    .timeline-nav ul li a.active {
        font-size: 24px;
        padding: 5px 0;
    }

    .header-2.header-transparent .is-fixed .container-fluid > .menu-logo,
    .header-2 .container-fluid > .menu-logo {
        padding: 0 10px;
        width: 70px;
        margin-left: -15px;
        height: 70px;
    }

    .header-2 .menu-logo img {
        max-width: 50px;
    }

    .header-2 .is-fixed .secondary-menu,
    .header-2 .secondary-menu {
        padding: 25px 0 20px 0;
    }

    .header-2 .navbar-toggler,
    .header-2 .is-fixed .navbar-toggler {
        margin: 28px 0px 28px 15px;
    }

    .header-2 .header-contact .info-no {
        font-size: 16px;
    }

    .counter-style-2 .counter-bx span {
        font-size: 80px;
        line-height: 80px;
    }

    .counter-style-2 .bg-icon {
        font-size: 110px;
        top: -20px;
    }

    .mvimg {
        width: 100%;
        max-width: 100%;
    }

    .about-counter {
        border: 5px solid var(--primary);
        padding: 15px;
        margin-right: 0;
        margin-bottom: 30px;
    }

        .about-counter:after {
            border: 5px solid var(--primary);
            border-width: 5px 5px 0px 0;
            transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            top: auto;
            right: auto;
            bottom: -18px;
            left: 20px;
            width: 30px;
            height: 30px;
        }

        .about-counter .title {
            font-size: 28px;
            line-height: 38px;
        }

    .about-img-inner {
        width: 120px;
        height: 120px;
        border: 8px solid #fff;
        border-radius: 0;
        display: block;
        padding: 5px 0;
    }

        .about-img-inner .title {
            font-size: 40px;
            line-height: 50px;
            margin-bottom: 0;
        }

            .about-img-inner .title span {
                line-height: 50px;
            }

        .about-img-inner div > span {
            font-size: 12px;
            line-height: 18px;
            display: block;
        }

    .sign-img {
        width: 120px;
    }

    .sign-bx .author-bx {
        margin-left: 15px;
        padding-left: 15px;
    }

    .feature-filters.style1 li a {
        padding: 2px 10px;
        font-size: 15px;
    }

    .job-career-box {
        padding: 15px;
    }

    .left-border-1 {
        padding-left: 0;
        border-left: 0;
    }

    .appoint-video {
        margin-right: 0;
    }

    .misson-tabs li {
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 5px;
    }

        .misson-tabs li a {
            padding: 12px 15px 12px 15px;
            font-size: 14px;
        }

    .mission-tab-bx p.br-left {
        padding-left: 20px;
    }

    .mission-tab-bx .title {
        margin-bottom: 20px;
    }

    .service-img-bx .service-info .title {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .service-img-bx:nth-child(2n) .title {
        margin-bottom: 20px;
        padding-right: 15px;
    }

    .ttr-accordion .card-body {
        font-size: 15px;
        line-height: 24px;
    }

    .appoint-img img {
        height: 400px;
        width: 100%;
        object-fit: contain;
        margin-top: 0;
    }

    .comign-soon .comign-soon-area .comign-logo {
        margin-bottom: 10px;
        width: 180px;
    }

    .comign-soon .comign-soon-area .title {
        font-weight: 600;
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .comign-soon .comign-soon-area .date {
        width: 75px;
        border: 2px solid var(--primary);
        margin: 0 2px;
    }

    .comign-soon .comign-soon-area .time {
        font-size: 55px;
        line-height: 65px;
    }

    .comign-soon .comign-soon-area .date span:last-child {
        font-size: 13px;
        font-weight: 600;
        line-height: 28px;
        padding: 0px 0;
        border-top: 2px solid var(--primary);
    }

    .comign-soon .subscription-form {
        max-width: 330px;
        margin-bottom: 20px;
    }

    .comign-soon .comign-soon-area .countdown {
        margin-bottom: 20px;
    }

    .comign-soon .subscription-form .form-control {
        height: 45px;
        border: 2px solid var(--primary);
        padding: 10px 10px 10px 20px;
        font-size: 13px;
        font-weight: 400;
    }

    .comign-soon .subscription-form .btn {
        height: 45px;
        padding: 10px 20px 10px 15px;
    }

    .comign-soon .contact-social-bx li a {
        width: 45px;
        height: 45px;
        font-size: 18px;
        line-height: 41px;
        border: 2px solid;
    }

    .about-img-box3 {
        margin-bottom: 40px;
    }

    .number-box .btn-link {
        transform: translateY(0);
        opacity: 1;
        margin-left: -60px;
    }

    .number-box {
        margin-bottom: 30px;
    }

    .client-appoint-box .ajax-form {
        margin: 50px -45px 0;
    }

    .blog-area .blog-md.blog-post .ttr-post-info {
        margin-bottom: 0;
        width: auto;
        display: table-cell;
        padding-left: 20px;
    }

    .side-post .blog-post.blog-md {
        padding-left: 0;
    }

    .side-post {
        border-left: 0;
        margin-bottom: 40px;
    }

    .blog-area .float-right {
        float: none !important;
        margin-top: 20px;
    }

    .about-testimonial .testimonial-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .footer-top {
        padding: 60px 0 20px;
    }

    .skillbar-box.m-sm-b0 {
        margin-bottom: 0;
    }

    .feature-filters.style1 li a span:after, .feature-filters.style1.white li a span:after {
        height: 2px;
    }

    .blog-group .blog-md {
        display: block;
    }

        .blog-group .blog-md .ttr-post-media {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
        }

    .blog-md.blog-post .ttr-post-info {
        padding: 30px;
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    .testimonial-bx.style4 .testimonial-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .team-members-area {
        margin-bottom: 30px;
    }

    .portfolio-carousel-1.style-1 .portfolio-media img {
        height: calc(100vh - 50px);
    }

    .our-partner:before,
    .team-area:before {
        font-size: 50px;
        line-height: 65px;
    }

    .our-partner-box .partner-logo {
        padding: 15px;
    }

    .our-partner-box {
        padding: 15px;
    }

    .about-year h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .about-imgbox {
        padding-left: 40px;
    }

    .counter-style-1 span,
    .counter-style-1 .counter {
        font-size: 32px;
        line-height: 40px;
    }

    .about-media-bx .heading-bx {
        margin-bottom: 10px;
    }

    .setResizeMargin {
        padding-left: 15px;
    }

    .blog-md.blog-post .ttr-post-info {
        margin-bottom: 0;
    }

    .slide-social li:first-child {
        display: none;
    }

    .page-banner h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 2px;
    }

    .banner-sm-title {
        font-size: 18px;
    }

    .page-banner {
        height: 200px;
    }

    h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .recent-news.style-2 .info-bx p {
        font-size: 14px;
        line-height: 26px;
    }

    .blog-user .author-profile-pic {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .blog-user .author-profile-content h6 {
        font-size: 20px;
        line-height: 26px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 8px 12px;
        font-size: 12px;
    }

    h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .error-title {
        font-size: 110px;
        line-height: 110px;
    }

    .error-page h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .error-title span:last-child {
        transform: rotateX(180deg) translateY(5px);
        -moz-transform: rotateX(180deg) translateY(5px);
        -webkit-transform: rotateX(180deg) translateY(5px);
        -ms-transform: rotateX(180deg) translateY(5px);
        -o-transform: rotateX(180deg) translateY(5px);
    }

    .my-account {
        width: 100%;
    }

    h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .service-icon-bx {
        display: block;
        max-width: 100%;
        padding: 50px 0;
        text-align: center;
    }

        .service-icon-bx .service-icon {
            margin-bottom: 30px;
            width: 230px;
            margin-left: auto;
            margin-right: auto;
        }

        .service-icon-bx .service-info {
            padding: 0 0 0 0;
            max-width: 100%;
        }

        .service-icon-bx .service-icon:after {
            right: -20px;
        }

        .service-icon-bx:nth-child(2n) .service-icon:after {
            right: -20px;
            left: auto;
        }

        .service-icon-bx:nth-child(2n) .service-info {
            margin-right: auto;
            margin-left: 0;
            padding-left: 0;
            padding-right: 0;
        }

    .case-studies:before,
    .our-partner:before,
    .team-area:before {
        font-size: 60px;
        line-height: 80px;
    }

    .case-studies:before {
        top: 30px;
    }

    .head-in {
        padding-left: 0;
    }

    .video-media-bx a {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 26px;
    }

    .about-video2 .video-media-bx {
        height: 250px;
    }

        .about-video2 .video-media-bx a {
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-size: 24px;
        }

    .client-logo img {
        height: 70px;
    }

    .heading-bx.style2 .title-head {
        font-size: 30px;
        line-height: 45px;
    }

    .heading-bx.style2 p {
        font-size: 16px;
        line-height: 30px;
    }

        .heading-bx.style2.text-white .title-head br,
        .heading-bx.style2 p br {
            display: none;
        }

    .error-page h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 5px;
    }

    .about-img-box3 .img1 {
        padding: 10px;
    }

    .testimonial-bx {
        padding: 20px;
    }

        .testimonial-bx.style1 .testimonial-content p {
            font-size: 16px;
            line-height: 24px;
        }

    .service-gallery-top .service-info .service-content {
        padding: 20px 20px;
        width: 100%;
    }

        .service-gallery-top .service-info .service-content p {
            font-size: 14px;
            line-height: 22px;
        }

    .service-box .service-info p,
    .heading-bx p {
        font-size: 16px;
        line-height: 24px;
    }

    .client-appoint-box .ajax-form {
        margin: 30px -15px 0;
        padding: 40px 15px 0px 15px;
    }

    .rev-slider.slide1 .btn {
        margin: 0 !important;
    }

    .skillbar-bar-main {
        padding: 20px 15px 5px 15px;
    }

    .skillbar-box .title {
        font-size: 15px;
        line-height: 20px;
    }

    body,
    .protfolio-info li span,
    .protfolio-info li strong {
        font-size: 15px;
    }

    footer p br {
        display: none;
    }

    footer p {
        line-height: 28px;
    }

    .filter-bx .bootstrap-select .dropdown-toggle {
        height: 40px;
    }

    .filter-bx .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 15px;
    }

    .filter-bar {
        top: 60px;
    }

    .about-img-box4 .about-img-inner {
        width: 180px;
        padding: 20px;
        border: 5px solid;
    }

    .about-img-box4 .about-img2 {
        margin-left: 30px;
        margin-top: -50px;
        /*border: 5px solid;*/
    }

    .testimonial-bx.style3 .testimonial-content p {
        font-size: 22px;
        line-height: 35px;
    }

    .testimonial-bx.style3 .testimonial-content {
        padding-bottom: 15px;
    }

    .testimonial-bx.style3 {
        padding-bottom: 15px;
    }

        .testimonial-bx.style3 .testimonial-thumb {
            bottom: 30px;
        }

    .history-box .nav-tabs li a {
        font-size: 15px;
    }
}
