/* // Mobile Menu (max width 991px) */

@media (max-width: 991px) {

    header.mobile-menu {
        position: relative !important;
    }
    .navbar-collapse {
        background: #000000;
        text-align: center;
        margin-left: -45px;
        margin-right: -45px;
    }
    .navbar-toggler-icon {
        position: relative;
        border: 1px solid #ffffff;
        width: 50px;
        height: 40px;
        border-radius: 3px;
    }
    .navbar-toggler-icon:after {
        position: absolute;
        content: '\f0c9';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        left: 0;
        top: 0;
        color: #ffffff;
        font-size: 24px;
        padding: 6px 14px;
    }
    .mobile-menu .navbar-toggler-icon:after {
        content: '\f00d';
        padding: 7px 16px;
    }
    .navbar-nav li {
        padding: 5px;
        display: inline-block;
        width: 100%;
        min-width: 100%;
        position: relative;
    }
    .navbar-nav {
        width: 100%;
        padding: 30px 0px;
    }
    /* Fixed Header / Pages Header */
    .affix .navbar-toggler-icon,
    .main-header .navbar-toggler-icon {
        border: 1px solid #444444;
    }
    .affix .navbar-toggler-icon:after,
    .main-header .navbar-toggler-icon:after {
        color: #444444;
    }
    header.affix a.nav-link,
    header.main-header a.nav-link {
        color: #ffffff;
    }
    .affix .navbar-nav li a:hover:before,
    .affix .navbar-nav li a:focus:before,
    .affix .navbar-nav li a.active:before,
    .main-header .navbar-nav li a:hover:before,
    .main-header .navbar-nav li a:focus:before,
    .main-header .navbar-nav li a.active:before {
        color: #ffffff;
        text-shadow: 10px 0 #ffffff, -10px 0 #ffffff;
    }
}


/* // Small devices (landscape phones, 576px and up) */

@media (max-width: 575.98px) {
    /* Common CSS */
    .navbar.navbar-expand-lg {
        padding: 5px 15px;
    }
    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
    .logo-light {
        width: auto;
        height: 60px;
    }
    .main-btn {
        padding: 5px 10px;
    }
    .heading h2 {
        font-size: 32px;
    }
    .heading p {
        padding: 0px;
    }
    .scroll-top {
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 40px;
        border: 0px none transparent;
    }
    /* Home Page CSS */
    .banner-content {
        padding-top: 80px;
    }
    .banner-content h1 {
        font-size: 13px;
        line-height: 18px;
    }
    .type-line.typing {
        font-size: 24px;
        margin: 10px 0px 15px;
        line-height: 28px;
    }
    .banner-content .main-btn {
        margin: 5px;
    }
    .about-text {
        text-align: center;
        margin-top: 40px;
    }
    .about-text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .funfacts-section {
        height: 600px;
    }
    .funfacts-list {
        margin-bottom: -30px;
    }
    .single-funfacts {
        border: 0px none transparent;
        padding: 0px;
        margin-bottom: 30px;
    }
    .single-funfacts i {
        font-size: 38px;
    }
    .single-funfacts span {
        margin: 10px 0px 0px;
        font-size: 28px;
        line-height: 35px;
    }
    .single-funfacts h2 {
        background: transparent;
        padding: 0px;
    }
    figure.port-effect p {
        display: none;
    }
    .best-clients img {
        max-width: 200px !important;
        margin: 0 auto;
    }
    .video-content h2 {
        font-size: 28px;
    }
    .modal-dialog {
        margin: 90px auto 0px;
        max-width: 100%;
    }
    .quote-content:before {
        display: none;
    }
    .quote-content {
        position: relative;
        margin: 30px 10px 0px;
    }
    .get-start-content h2 {
        font-size: 32px;
    }
    .contact-form {
        margin-bottom: 30px;
    }
    .social li a {
        font-size: 18px;
        padding: 6px;
        width: 40px;
        height: 40px;
    }
    .copyright-text span:before {
        display: none;
    }
    .copyright-text span {
        padding-left: 0;
        display: block;
    }
    /* Pages CSS */
    .page-banner-content h1 {
        font-size: 24px;
    }
    .content-details h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .content-list h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .post-content h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .more-posts .row div {
        margin-bottom: 30px;
    }
    .more-posts .row div:last-child {
        margin-bottom: 0px;
    }
    .share-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .post-author img {
        float: none;
    }
    .single-navigation div {
        width: 100%;
    }
    .single-next {
        float: left;
        text-align: left;
        margin-top: 30px;
    }
    .comment-reply-box {
        margin-left: 0px;
    }
    .sidebar {
        margin-top: 100px;
    }
    .item-pagination {
        overflow: hidden;
    }
    .pagination li a {
        padding: 10px;
    }
    /* 404 page */
    .not-found-content h2 {
        font-size: 84px;
    }
}


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Common CSS */
    .navbar.navbar-expand-lg {
        padding: 5px 15px;
    }
    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-btn {
        padding: 8px 20px;
    }
    .heading p {
        padding: 0px 20px;
    }
    .scroll-top {
        right: 10px;
        width: 40px;
        height: 40px;
        bottom: 40px;
        border: 0px none transparent;
    }
    /* Home Page CSS */
    .banner-content {
        padding-top: 80px;
    }
    .banner-content h1 {
        font-size: 13px;
        line-height: 18px;
    }
    .type-line.typing {
        font-size: 24px;
        margin: 10px 0px 15px;
        line-height: 28px;
    }
    .about-text {
        text-align: center;
        margin-top: 40px;
    }
    .about-text h3 {
        margin-bottom: 15px;
    }
    .funfacts-list {
        margin-bottom: -30px;
    }
    .single-funfacts {
        border: 0px none transparent;
        padding: 0px;
        margin-bottom: 30px;
    }
    .single-funfacts span {
        margin: 20px 0px 0px;
    }
    .single-funfacts h2 {
        background: transparent;
    }
    .video-content h2 {
        font-size: 34px;
    }
    .modal-dialog {
        margin: 80px auto 0px;
        max-width: 90%;
    }
    .quote-content:before {
        display: none;
    }
    .quote-content {
        position: relative;
        margin: 30px 10px 0px;
    }
    .get-start-content h2 {
        font-size: 34px;
    }
    .contact-form {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .social li a {
        font-size: 18px;
        padding: 6px;
        width: 40px;
        height: 40px;
    }
    /* Pages CSS */
    .more-posts .post-content {
        margin-bottom: 30px;
    }
    .single-navigation div {
        width: 100%;
    }
    .single-next {
        float: left;
        text-align: left;
        margin-top: 30px;
    }
    .comment-reply-box {
        margin-left: 0px;
    }
    .sidebar {
        margin-top: 100px;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    /* Common CSS */
    .navbar.navbar-expand-lg {
        padding: 5px 30px;
    }
    .navbar-collapse {
        margin-left: -30px;
        margin-right: -30px;
    }
    .heading p {
        padding: 0px 50px;
    }
    /* Home Page CSS */
    .banner-content h1 {
        font-size: 22px;
        line-height: 34px;
    }
    .type-line.typing {
        font-size: 32px;
        line-height: 48px;
    }
    .about-text {
        text-align: center;
        margin-top: 40px;
    }
    .funfacts-list {
        margin-bottom: -30px;
    }
    .single-funfacts {
        border: 0px none transparent;
        padding: 0px;
        margin-bottom: 30px;
    }
    .single-funfacts span {
        margin: 20px 0px 0px;
    }
    .single-funfacts h2 {
        background: transparent;
    }
    .modal-dialog {
        margin: 80px auto 30px;
        max-width: 90%;
    }
    .contact-form {
        padding: 30px 30px;
        margin-bottom: 30px;
    }
    /* Pages CSS */
    .more-posts .post-content {
        margin-bottom: 30px;
    }
    .sidebar {
        margin-top: 100px;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Home Page CSS */
    .bgc-image {
        height: 500px;
    }
    .modal-dialog {
        margin: 90px auto 30px;
        max-width: 90%;
    }
}