.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: var(--primary_color)
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 30px 0 15px 24px;
    display: inline-block
}

.mobile-nav img {
    max-width: 150px;
    filter: brightness(0) invert(1)
}

.mobile-nav nav {
    height: 100%
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 16px;
    text-decoration: none
}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right
}

.mobile-nav nav li ul {
    display: none;
    background: #fff
}

.mobile-nav nav li ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #000
}

.app-container.active {
    left: -80%
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: none
}

.mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: -10px
}

.mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: 0
}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px
}

.lines:before,
.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease
}

.mobile-nav-btn .lines:before {
    top: 10px;
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 0;
    background: var(--primary_color);
    padding: 0 15px;
    border-radius: 5px
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: var(--secondary_color)
}

.mobile-nav.active {
    z-index: 9999999
}

.mobile-nav.active {
    height: 100%;
    right: 0
}

.mobile-nav ul {
    padding-top: 40px;
    padding-left: 0
}

ul.firstlevel.unstyled {
    padding: 0
}

h4.mobile-menu {
    padding: 19px 24px
}

.firstlevel {
    display: none
}

.services-menu.active>.firstlevel {
    display: block
}

@media (max-width:1366px) {
    .main_menu_sec ul li a {
        font-size: 13px;
        padding: 21px 23px !important
    }
}

@media (max-width:1024px) {
    .main_menu_sec ul li a {
        font-size: 13px;
        padding: 21px 12px !important
    }

    .dropdown {
        right: -494px;
        width: 1000px
    }
}

@media (max-width:992px) {
    .term__content__tab {
        padding: 25px
    }

    .term__content__tab h4 {
        font-size: 20px
    }

    main.app-web-container {
        overflow: hidden
    }

    .btn__head ul li a {
        font-size: 16px;
        padding: 8px 18px;
        line-height: normal
    }

    .banner__content__sec h1 {
        font-size: 45px
    }

    .banner__content__sec p {
        font-size: 16px
    }

    section.about__sec {
        padding: 100px 30px
    }

    .carde__sec {
        margin-top: -200px
    }

    .about__content {
        text-align: center;
        margin-top: 23px
    }

    .about__title {
        font-size: 55px
    }

    .about__text {
        font-size: 16px;
        margin-bottom: 25px
    }

    .about__btn a {
        font-size: 16px
    }

    h2.service {
        font-size: 50px
    }

    span.service__highlight::before {
        max-width: 180px;
        height: 1.1em;
        animation: none;
        left: -10px
    }

    .service__row {
        padding: 10px 30px
    }

    section.service__sec::before {
        display: none
    }

    .tape-portfolio-row {
        padding: 0 40px
    }

    h2.pricing {
        font-size: 50px
    }

    span.pricing__highlight::before {
        max-width: 180px;
        height: 1.1em;
        animation: none;
        left: -10px
    }

    .inner_banner__content__sec h3 {
        font-size: 26px
    }

    .inner_banner__content__sec h1 {
        font-size: 55px
    }

    .inner_banner__content__sec p {
        width: 500px;
        font-size: 16px
    }

    .inner_hero_banner {
        height: 650px
    }

    .about__content__inner {
        text-align: center
    }

    .inner_about_sec {
        padding-top: 2rem;
        padding-bottom: 1rem;
        margin-top: 2rem;
        margin-bottom: 1rem
    }

    .year__content__sec {
        text-align: center
    }

    .cta__btn a {
        padding: 12px 35px;
        font-size: 16px
    }

    .cta__btn {
        text-align: center;
        margin-top: 0px !important
    }

    .about__content__inner h2 {
        font-size: 23px;
        margin-bottom: 12px
    }

    .about__content__inner p {
        font-size: 15px;
        text-align: center
    }

    .service-box {
        padding: 20px;
        margin-bottom: 25px
    }

    .icon-box {
        font-size: 22px;
        margin-right: 12px
    }

    .year__content__sec h2 {
        font-size: 32px
    }

    .year__content__sec p {
        font-size: 16px;
        line-height: 1.6
    }

    .main-heading {
        font-size: 38px
    }

    .feature__box {
        padding: 0 0
    }

    .box__content__sec h3 {
        font-size: 24px
    }

    .box__content__sec h2 {
        font-size: 50px
    }

    .box__content__sec p {
        font-size: 16px;
        max-width: 520px;
        margin-bottom: 25px
    }

    .heading-title {
        font-size: 38px
    }

    .heading-subtitle {
        font-size: 16px;
        max-width: 550px;
        margin-bottom: 30px
    }

    .contact-info {
        text-align: center
    }

    .circle-shape {
        display: none
    }

    .btn-wrapper {
        text-align: center
    }

    .flip-box {
        height: 240px
    }
}

@media (max-width:768px) {
    header .col-sm-2 {
        display: none
    }

    .custom-contact-wrapper {
        padding: 25px
    }

    .contact-input {
        height: 45px
    }

    .contact-submit-btn {
        width: 100%
    }
}

@media (max-width:576px) {
    .features-cta-list {
        grid-template-columns: 1fr !important;
        margin-right: 0px !important;
        text-align: center
    }

    .custom-gutters {
        --bs-gutter-x: 1rem !important
    }

    .year__content__sec ul li {
        color: #fff;
        line-height: 1.8;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 auto
    }

    .term__content__tab {
        padding: 20px;
        border-radius: 8px
    }

    .term__content__tab h4 {
        font-size: 18px
    }

    .term__content__tab p,
    .term__content__tab ul li {
        font-size: 14px
    }

    .popupform {
        padding: 25px;
        margin: 20px
    }

    .books-points-des h3 {
        font-size: 20px
    }

    h2.testimonial {
        font-size: 32px
    }

    span.testimonial__span {
        font-size: 16px
    }

    span.testimonial__highlight::before {
        animation: none;
        max-width: 140px;
        height: 1em;
        animation: none;
        left: -12px;
        top: 5px
    }

    header {
        padding: 23px 0
    }

    .hero_banner {
        height: 800px
    }

    .carde__sec {
        margin-top: -220px
    }

    .app-container {
        display: block
    }

    .banner__content__sec h3 {
        font-size: 14px
    }

    .banner__content__sec h1 {
        font-size: 32px
    }

    .banner__content__sec p {
        font-size: 14px
    }

    .banner__btn a {
        padding: 10px 25px;
        font-size: 14px
    }

    section.about__sec {
        padding: 40px 20px
    }

    .about__content {
        text-align: center;
        margin-top: 23px !important
    }

    .about__title {
        font-size: 36px
    }

    .about__tag {
        font-size: 17px
    }

    .about__text {
        font-size: 16px
    }

    .about__btn a {
        font-size: 15px
    }

    h2.service {
        font-size: 32px
    }

    span.service__highlight::before {
        max-width: 140px;
        height: 1em;
        animation: none;
        left: -10px
    }

    .service__row {
        padding: 10px 15px
    }

    section.service__sec::before {
        display: none
    }

    .service__card:hover {
        background: var(--white)
    }

    .service__card:hover h3,
    .service__card:hover p {
        color: var(--black)
    }

    .service__card:hover .service__icon {
        display: block
    }

    .service__card:hover .service-icon-hover {
        display: none
    }

    section.project__sec {
        padding: 30px 0
    }

    p.testimonial-text-dark {
        margin-bottom: 0
    }

    span.project__highlight::before {
        max-width: 140px;
        height: 1em;
        animation: none;
        left: -12px
    }

    h2.project {
        font-size: 32px
    }

    span.project__span {
        font-size: 16px
    }

    .tape-portfolio-row {
        padding: 0 15px
    }

    section.pricing__sec {
        padding: 10px 0
    }

    span.pricing__span {
        font-size: 16px
    }

    h2.pricing {
        font-size: 32px
    }

    span.pricing__highlight::before {
        max-width: 140px;
        height: 1em;
        animation: none;
        left: -22px
    }

    .footer-sec {
        padding: 0 15px;
        text-align: center;
        background-position: right;
        height: auto
    }

    .footer__logo__sec {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .footer__container {
        margin-top: 50px
    }

    .inner_banner__content__sec h3 {
        font-size: 22px
    }

    .inner_banner__content__sec h1 {
        font-size: 38px
    }

    .inner_banner__content__sec p {
        width: 90%;
        font-size: 14px
    }

    .inner_hero_banner {
        height: 460px;
        padding: 0 15px
    }

    .inner_banner__content__sec {
        margin-top: 50px
    }

    .about__content__inner {
        text-align: center
    }

    .inner_about_sec {
        padding-top: 2rem;
        padding-bottom: 1rem;
        margin-top: 2rem;
        margin-bottom: 1rem
    }

    .year__content__sec {
        text-align: center
    }

    .cta__btn a {
        padding: 10px 25px;
        font-size: 14px
    }

    .cta__btn {
        text-align: center;
        margin-top: 0px !important
    }

    .about__content__inner h2 {
        font-size: 22px;
        margin-bottom: 12px
    }

    .about__content__inner p {
        font-size: 16px;
        text-align: center
    }

    .service-box {
        padding: 15px;
        margin-bottom: 20px
    }

    .icon-box {
        font-size: 20px;
        margin-right: 10px
    }

    .year__content__sec h2 {
        font-size: 24px;
        text-align: center;
        margin-top: 15px
    }

    .year__content__sec p {
        font-size: 15px;
        text-align: center
    }

    .main-heading {
        font-size: 30px;
        text-align: center
    }

    .feature__box {
        padding: 0 0
    }

    .image-container {
        width: 500px
    }

    .image-container.feature-img {
        width: 650px
    }

    .image-container.feature-sec-img {
        width: 500px
    }

    section.portfolio-sec {
        padding: 0px 0px 20px 0px !important;
    }

    .box__content__sec h3 {
        font-size: 22px;
        text-align: center
    }

    .box__content__sec h2 {
        font-size: 32px;
        text-align: center
    }

    .box__content__sec p {
        font-size: 16px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px
    }

    section.from-sec.py-5 {
        padding: 0 0px !important
    }

    .heading-title {
        font-size: 28px
    }

    .heading-subtitle {
        font-size: 14px;
        padding: 0 15px;
        margin-bottom: 25px
    }

    .contact-info {
        text-align: center
    }

    .contact-form {
        padding: 20px 20px
    }

    .circle-shape {
        display: none
    }

    .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .btn-wrapper {
        text-align: center
    }

    .flip-box {
        height: 220px
    }
}