/* ------------------------------------------------
  Project:   Consultect - Consulting Finance Accounting HTML5 Template
  Author:    Creahtheme
------------------------------------------------ */

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1200px) {
    h1 {
        font-size: 70px;
        line-height: 80px;
    }

    h2 {
        font-size: 34px;
        line-height: 40px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 24px;
    }

    h6 {
        font-size: 17px;
        line-height: 22px;
    }

    /*Header*/
    .navbar-nav .nav-item {
        margin: 0 8px;
    }

    .navbar-brand {
    font-size: 2rem;
    letter-spacing: 1px;
    }

    /*Portfolio*/
    .portfolio-filter button {
        font-size: 14px;
        padding: 10px 25px;
    }

    /*Tab*/
    .tab .nav-tabs .nav-link {
        padding: 15px 30px;
    }

    /*Featured*/
    .featured-title h4 {
        font-size: 20px;
    }

    .featured-item.style-4 h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

}

@media (max-width:992px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6 {
        font-size: 17px;
        line-height: 26px;
    }

    .lead {
        font-size: 14px;
        line-height: 26px;
    }

    .navbar-toggler {
        background: none;
        height: 34px;
        width: 40px;
        padding: 0;
        margin: 0;
        border: 1px solid #ffffff
    }

    .navbar-nav > .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        color: #232629;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item .nav-link.active,
    .navbar-nav .nav-item .nav-link.show {
        background: #0a54f3;
        color: #ffffff
    }

    .navbar-collapse {
        background: #ffffff;
        max-height: 400px;
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .navbar-toggler span {
        width: 26px;
        height: 2px;
        margin: 5px auto;
        display: block;
        background: #ffffff;
    }

    .navbar-nav .dropdown-toggle::after {
        content: '+';
        background: none !important;
        position: absolute;
        border: none;
        top: 50%;
        right: 10px;
        margin: -0.5em 0.5em 0 0;
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
    }

    .navbar-nav .dropdown > .dropdown-toggle.show::after {
        content: '-';
    }

    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        width: auto;
        height: auto;
        margin-right: 0;
    }

    /*Side Image*/
    .image-column {
        left: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .image-column-h {
        min-height: 300px;
    }

    /*Masonry*/
    .grid.columns-3 .grid-item,
    .masonry.columns-3 .masonry-brick {
        width: 50%;
    }

    .portfolio-filter button {
        padding: 10px 20px;
    }

    .portfolio-filter button + button {
        margin-left: 10px;
    }

    /*Testimonial*/
    .owl-carousel .testimonial {
        padding: 20px;
    }

    .testimonial.style-2 .testimonial-content i {
        bottom: -30px;
        font-size: 80px;
        line-height: 80px;
    }

    /*Footer*/
    .media-icon li {
        padding: 0;
    }

    .media-icon li i {
        left: 20px;
        margin-bottom: 15px;
        position: relative;
    }

}

@media (max-width:767px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .section-title h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .section-title p {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    /*Banner*/
    .page-title {
        padding-bottom: 70px;
        padding-top: 170px;
    }

    /*Counter*/
    .counter {
        margin: 15px 0 !important;
    }

    /*Portfolio*/
    .grid.columns-3 .grid-item,
    .masonry.columns-3 .masonry-brick {
        width: 100%;
    }

    .portfolio-filter button {
        padding: 8px 9px;
        font-size: 13px;
    }

    .portfolio-filter button + button {
        margin-left: 2px;
    }

    /*Countdown*/
    .countdown > li {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }

    .countdown > li span {
        font-size: 40px;
        line-height: 40px;
    }

    .countdown > li p {
        font-size: 16px;
    }

    /*Iframe*/
    .iframe-h {
        height: 300px !important;
    }

    .html5-video video {
        width: auto;
    }

    /*Testimonial*/
    .owl-carousel .testimonial {
        padding: 30px;
    }

    /*Tab*/
    .tab .nav-tabs .nav-link {
        font-size: 15px;
        padding: 15px 20px;
    }

    .team-member .team-description {
        padding: 15px;
    }

    /*Footer*/
    .media-icon li {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 30px 0 80px
    }

    .media-icon li:last-child {
        margin-bottom: 0;
    }

    .media-icon li i {
        margin-bottom: 0;
        position: absolute;
    }

}

@media (max-width:576px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .page-title h1 {
        font-size: 24px;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    /*Banner*/
    .fullscreen-banner p br {
        display: none;
    }

    /*Masonry*/
    .portfolio-filter {
        width: 100%;
        margin-bottom: 30px;
    }

    .portfolio-filter button {
        font-size: 14px;
        float: none;
        display: block;
        margin: 0 auto 8px !important;
        padding: 8px 15px;
    }

    .portfolio-filter button + button {
        margin-left: 0;
    }

    /*Tab*/
    .tab .nav-tabs .nav-link {
        width: 100%;
    }

    .tab .tab-content {
        padding: 20px;
    }

    /*Countdown*/
    .countdown {
        margin: 30px 0;
    }

    .countdown > li {
        padding: 0 10px;
    }

    .countdown > li span {
        font-size: 30px;
        line-height: 30px;
    }

    .countdown > li p {
        font-size: 13px;
        line-height: 24px;
    }

    /*Testimonial*/
    .testimonial.style-2 .testimonial-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial.style-2 .testimonial-caption h6 {
        font-size: 18px;
    }

    .testimonial.style-2 .testimonial-content i {
        bottom: -20px;
        font-size: 60px;
        line-height: 60px;
    }

}