@media (min-width: 300px) and (max-width: 575px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h2 br {
        display: none;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    p {
        font-size: 12px;
    }

    .btn-theme {
        font-size: 12px;
        width: 120px;
        height: 35px;
    }

    .section {
        padding: 2rem 20px;
    }

    .navbar .navbar-brand {
        width: 120px;

        margin: 0;
        padding-top: 0;
        margin-top: -3px;
    }

    .banner-right-container {
        display: none;
    }

    .banner {
        padding: 9rem 0px 10rem 0px;
        margin: -6rem 0px 0px 0px;
        text-align: center;
    }

    .banner .banner-left-container__controls .btn__secondary {
        margin-left: 15px;
    }

    .banner-detail {
        margin: 0 30px;
        margin-top: -5rem;
        background-image: url(../images/banner-art2.png);
        background-repeat: no-repeat;
        background-position: 134% 101%;
        background-size: 200px;
        padding: 18px 0px 17px 0px;
    }

    .banner-detail-right {
        display: none;
    }

    .card-container {
        height: 200px;
    }

    .back .back-top h3 {
        font-size: 12px;
    }

    .front .front-bottom img {
        width: 20px;
        height: 20px;
    }

    .front .front-top {
        padding: 15px;
    }

    .back .back-bottom {
        padding: 15px;
    }

    .back .back-top {
        padding: 15px;
    }

    .growth {
        padding: 0px 20px;
    }

    .growth-left {
        background-image: url(../images/strip-art.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 200px;
    }

    .growth .growth-left .growth-left__stats ul li .growth-left__stats__desc h3 {
        font-size: 15px;
    }

    .growth .growth-left .growth-left__stats ul li .growth-left__stats__icon img {
        width: 25px;
        height: 25px;
    }

    .growth .growth-left .growth-left__stats ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .growth .growth-left {
        margin-top: 0rem;
        padding: 2rem 0px;
    }

    .growth-right {
        display: none;
    }

    .services .services-title {
        padding: 0px 0px 25px 0px;
    }

    .clients-left {
        height: 250px;
    }


    .clients .clients-right ul.client-contacts li .client-contact-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .clients .clients-right ul.client-contacts li .client-contact-btn img,
    .clients .clients-right ul.client-contacts li .client-contact-btn svg {
        width: 12px;
        height: 12px;
    }

    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn {
        width: 30px;
        height: 30px;
        line-height: 23px;
    }

    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn img,
    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn svg {
        width: 15px;
        height: 15px;
    }

    .company {
        padding: 2rem 0px;
    }

    .company .company-container ul li {
        width: 106px;
        height: 70px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .company .company-container ul li figure {
        width: 100%;
        height: 40%;
    }

    .contact-left h2 br {
        display: inline-block;
    }

    .contact-right {
        padding-top: 40px;
    }

    .contact-right__form form .input-view label {
        font-size: 12px;
    }

    .contact-right__form form .input-view input {
        height: 35px;
        font-size: 12px;
    }

    .contact-right__form form .input-view textarea {
        font-size: 12px;
    }

    footer .footer-left {
        display: none;
    }

    footer .footer-right .footer-right__list ul li a,
    footer .footer-right .footer-right__list ul li {
        font-size: 12px;
        word-break: break-all;
    }

    footer .copyright-container .copyright-left p {
        text-align: center;
    }

    footer .copyright-container .copyright-right ul.client-contacts {
        text-align: center;
    }

    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn img,
    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn svg {
        width: 15px;
        height: 15px;
    }

    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn {
        width: 25px;
        height: 25px;
        line-height: 22px;
    }

    #nav-icon4 {
        width: 22px;
        height: 20px;
    }

    #nav-icon4 span {
        height: 2px;
    }

    #nav-icon4 span:nth-child(2) {
        top: 7px;
    }

    #nav-icon4 span:nth-child(3) {
        top: 14px;
    }

    #nav-icon4.open span:nth-child(3) {
        top: 14px;
    }

    #nav-icon4.open span:nth-child(1) {
        top: -1px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }

    .clients-left::before {
        bottom: 44px;
        left: -15px;
        width: 51px;
    }

    .banner .banner-left-container__controls {
        margin-top: 30px;
    }

    .growth .growth-left .growth-left__stats {
        padding-top: 15px;
    }

    .clients .clients-right ul.client-contacts {

        padding-top: 10px;
    }

    footer {

        padding: 2rem 0px 0px 0px;
    }

    .footer-right__list h4 {
        font-size: 9px;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 28px;
    }

    h2 br {
        display: none;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }

    .btn-theme {
        font-size: 14px;
        width: 130px;
        height: 38px;
    }

    .section {
        padding: 2.5rem 0px;
    }

    .navbar .navbar-brand {
        width: 130px;
    }

    .banner-right-container {
        display: none;
    }

    .banner {
        padding: 9rem 0px 10rem 0px;
        margin: -6rem 0px 0px 0px;
        text-align: center;
    }

    .banner .banner-left-container__controls .btn__secondary {
        margin-left: 15px;
    }

    .banner-detail {
        margin: 0 30px;
        margin-top: -5rem;
        background-image: url(../images/banner-art2.png);
        background-repeat: no-repeat;

        background-position: right bottom;
        background-size: 200px;
        padding: 30px 0px 30px 0px;
    }

    .banner-detail-right {
        display: none;
    }

    .card-container {
        height: 175px;
    }

    .back .back-top h3 {
        font-size: 12px;
    }

    .front .front-bottom img {
        width: 20px;
        height: 20px;
    }

    .front .front-top {
        padding: 15px;
    }

    .back .back-bottom {
        padding: 15px;
    }

    .back .back-top {
        padding: 15px;
    }


    .growth .growth-left .growth-left__stats ul li .growth-left__stats__desc h3 {
        font-size: 15px;
    }

    .growth .growth-left .growth-left__stats ul li .growth-left__stats__icon img {
        width: 25px;
        height: 25px;
    }

    .growth .growth-left .growth-left__stats ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .growth .growth-left {
        margin-top: 0rem;
        padding: 2rem 0px;
    }

    .services .services-title {
        padding: 0px 0px 25px 0px;
    }

    .clients-left {
        height: 270px;
    }



    .clients .clients-right ul.client-contacts li .client-contact-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .clients .clients-right ul.client-contacts li .client-contact-btn img,
    .clients .clients-right ul.client-contacts li .client-contact-btn svg {
        width: 12px;
        height: 12px;
    }

    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn {
        width: 30px;
        height: 30px;
        line-height: 23px;
    }

    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn img,
    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn svg {
        width: 15px;
        height: 15px;
    }

    .company {
        padding: 2rem 0px;
    }

    .company .company-container ul li {
        width: 110px;
        height: 65px;
    }

    .company .company-container ul li figure {
        width: 100%;
        height: 40%;
    }

    .contact-left h2 br {
        display: inline-block;
    }

    .contact-right {
        padding-top: 40px;
    }

    .contact-right__form form .input-view label {
        font-size: 12px;
    }

    .contact-right__form form .input-view input {
        height: 35px;
        font-size: 12px;
    }

    .contact-right__form form .input-view textarea {
        font-size: 12px;
    }

    footer .footer-left {
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    footer .footer-left::after {
        top: unset;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
    }

    footer .footer-right .footer-right__list ul li a,
    footer .footer-right .footer-right__list ul li {
        font-size: 12px;
    }

    footer .copyright-container .copyright-left p {
        text-align: center;
    }

    footer .copyright-container .copyright-right ul.client-contacts {
        text-align: center;
    }

    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn img,
    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn svg {
        width: 15px;
        height: 15px;
    }

    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn {
        width: 25px;
        height: 25px;
        line-height: 22px;
    }

    #nav-icon4 {
        width: 22px;
        height: 20px;
    }

    #nav-icon4 span {
        height: 2px;
    }

    #nav-icon4 span:nth-child(2) {
        top: 7px;
    }

    #nav-icon4 span:nth-child(3) {
        top: 14px;
    }

    #nav-icon4.open span:nth-child(3) {
        top: 14px;
    }

    #nav-icon4.open span:nth-child(1) {
        top: -1px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }

    .clients-left::before {
        bottom: 88px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 65px;
    }

    h2 {
        font-size: 40px;
    }

    h2 br {
        display: none;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .btn-theme {
        font-size: 14px;
        width: 130px;
        height: 38px;
    }

    .navbar .navbar-brand {
        width: 150px;
    }


    .banner {
        padding: 9rem 0px 10rem 0px;
        margin: -6rem 0px 0px 0px;
    }

    .banner .banner-left-container__controls .btn__secondary {
        margin-left: 15px;
    }

    .banner-detail {
        margin: 0 30px;
        margin-top: -5rem;
        background-image: url(../images/banner-art2.png);
        background-repeat: no-repeat;

        background-position: right bottom;
        background-size: 300px;
        padding: 30px 0px 30px 0px;
    }

    .banner-detail-right {
        display: none;
    }

    .card-container {
        height: 230px;
    }

    .back .back-top h3 {
        font-size: 20px;
    }

    .front .front-bottom img {
        width: 23px;
        height: 23px;
    }

    .front .front-top {
        padding: 15px;
    }

    .back .back-bottom {
        padding: 15px;
    }

    .back .back-top {
        padding: 15px;
    }


    .growth .growth-left .growth-left__stats ul li .growth-left__stats__desc h3 {
        font-size: 15px;
    }

    .growth .growth-left .growth-left__stats ul li .growth-left__stats__icon img {
        width: 25px;
        height: 25px;
    }

    .growth .growth-left .growth-left__stats ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .growth .growth-left {
        margin-top: 0rem;
        padding: 2rem 0px;
    }


    .services .services-title {
        padding: 0px 0px 40px 0px;
    }

    .clients-left {
        height: 270px;
    }


    .clients .clients-right ul.client-contacts li .client-contact-btn {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .clients .clients-right ul.client-contacts li .client-contact-btn img,
    .clients .clients-right ul.client-contacts li .client-contact-btn svg {
        width: 12px;
        height: 12px;
    }

    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn {
        width: 30px;
        height: 30px;
        line-height: 23px;
    }

    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn img,
    .clients .clients-right .clients-right__desc .clients-right__desc__right .flip-card-btn svg {
        width: 15px;
        height: 15px;
    }

    .company {
        padding: 2rem 0px;
    }

    .company .company-container ul li {
        width: 110px;
        height: 65px;
    }

    .company .company-container ul li figure {
        width: 100%;
        height: 40%;
    }

    .contact-left h2 br {
        display: inline-block;
    }

    .contact-right {
        padding-top: 40px;
    }

    .contact-right__form form .input-view label {
        font-size: 12px;
    }

    .contact-right__form form .input-view input {
        height: 35px;
        font-size: 12px;
    }

    .contact-right__form form .input-view textarea {
        font-size: 12px;
    }

    footer .footer-left {
        padding-bottom: 15px;
        margin-bottom: 35px;
    }

    footer .footer-left::after {
        top: unset;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
    }

    footer .footer-right .footer-right__list ul li a,
    footer .footer-right .footer-right__list ul li {
        font-size: 12px;
    }

    footer .copyright-container .copyright-left p {
        text-align: center;
    }

    footer .copyright-container .copyright-right ul.client-contacts {
        text-align: center;
    }

    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn img,
    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn svg {
        width: 15px;
        height: 15px;
    }

    footer .copyright-container .copyright-right ul.client-contacts li .client-contact-btn {
        width: 25px;
        height: 25px;
        line-height: 22px;
    }

    #nav-icon4 {
        width: 22px;
        height: 20px;
    }

    #nav-icon4 span {
        height: 2px;
    }

    #nav-icon4 span:nth-child(2) {
        top: 7px;
    }

    #nav-icon4 span:nth-child(3) {
        top: 14px;
    }

    #nav-icon4.open span:nth-child(3) {
        top: 14px;
    }

    #nav-icon4.open span:nth-child(1) {
        top: -1px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }

    .clients-left::before {
        bottom: 88px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .banner {
        padding: 15rem 0px 16rem 0px;
    }

    .banner-detail-left {
        padding-bottom: 65px;
    }

    .banner-detail .row {
        align-items: flex-end;
    }

    .card-container {
        height: 225px;
    }

    .contact-right {
        padding-top: 50px;
    }

    .navbar-nav {
        margin-right: auto !important;
        margin-left: 0px !important;
    }
}


/* extra responsive */

@media (max-width:991px) {
    .collapse:not(.show) {
        display: flex;
    }

    .btn__nav {
        display: none;
    }

    .btn__chat {
        display: inline-block;
    }

    .ham {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .show-nav {
        position: absolute !important;
        left: 10px;
        display: inline-block;
        z-index: 888888888888;
    }

    .close-nav {
        display: inline-block;
    }

    .nav-item {
        padding-bottom: 20px;
    }

    .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: 100%;
        overflow-y: auto;
        width: 250px;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #323232;
        background-image: linear-gradient(180deg, #323232, #1E1E1E);
        padding: 20px;
        transform: translateX(-120%);
        visibility: hidden;

        pointer-events: none;
        transition: all 0.5s ease-in-out;
        z-index: 3;
        padding-top: 7rem;
        padding-left: 30px;
    }

    .navbar-nav.active {
        background-color: #323232;
        background-image: linear-gradient(180deg, #323232, #1E1E1E);
        transform: translateX(0%);
        visibility: visible;

        pointer-events: all;
    }

    .overlay.active {
        background: rgba(0, 0, 0, 0.56);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 992px) {
    .nav-link::after {
        content: '';
        background-color: #fff;
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 0%;
        height: 1.5px;
        border-radius: 8px;
        transition: all .3s ease-in-out;
    }

    .nav-link:hover::after {
        left: 0;
        right: unset;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nav-link:hover {
        color: #ccc !important;
    }
}