/**** Media Query ****/
ul.menu-top .hide-menu {
    display: none;
}
.menu-wrap {
    display: none;
}
.no-scroll {
    overflow: hidden;
}

@media (min-width:1700px) {
    .container {
        max-width: 1540px;
    }
    .pa-page .item-card img {
        height: 350px;
    }
}
@media (min-width: 1200px) and (max-width: 1699px) {
    body {
        font-size: 16px;
        line-height: 1.8;
    }
    .h2, .heading {
        font-size: 38px;
    }
    .page-banner {
        min-height: 500px;
        padding-bottom: 60px;
    }
    .page-banner .page-banner-title {
        font-size: 55px;
    }
    .menu-top li a {
        font-size: 14px;
        padding: 24px 0;
    }
    .home-banner {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .home-banner .banner-heading {
        font-size: 55px;
    }
    .banner-form-heading {
        font-size: 32px;
    }
    .banner-form {
        padding: 30px 30px;
    }
    .banner-form .wpcf7 .form-group > label {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .banner-grp-img {
        max-width: 500px;
    }
    .home-banner .bottom-tagline {
        font-size: 24px;
        margin-top: 30px;
    }
    .home-result-sec .inner-item {
        padding: 25px 20px;
    }
    .case-amount {
        font-size: 45px;
    }
    .case-amount-text {
        font-size: 20px;
    }
    .case-title {
        font-size: 20px;
    }
    .home-video-slider .video-poster {
        height: 450px;
    }
    .html5lightbox .play-icon, .html5lightbox .play-icon svg {
        width: 90px;
        height: 90px;
    }
    .home-testimonial-sec .quote-content {
        font-size: 18px;
    }
    .pa-lists .title {
        font-size: 18px;
    }
    .pa-lists .inner-item img, .pa-lists .inner-item svg {
        height: 70px;
        width: 70px;
    }
    .large-content {
        font-size: 20px;
    }
    .footer-heading {
        font-size: 22px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    body {
        line-height: 1.8;
    }
    .btn{
        padding: 12px 30px;
    }
    .space-pd {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .space-mr {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .h2 .h2, h2, .heading {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .sub-heading {
        font-size: 18px;
    }
    .main-header .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-logo-col {
        width: 220px;
    }
    .header-menu-col {
        width: calc(100% - 220px);
    }
    ul.menu-top li {
        padding: 0px 15px;
    }
    .menu-top li a {
        font-size: 13px;
        padding: 20px 0;
    }
    .home-banner .banner-heading {
        font-size: 47px;
    }
    .banner-form .form-control {
        padding: 10px 15px;
        font-size: 14px;
    }
    .wpcf7 .form-group {
        margin-bottom: 15px;
    }
    .banner-form .submit-btn input[type="submit"] {
        font-size: 16px;
        padding: 10px 10px;
    }
    .banner-form .mt-5 {
        margin-top: 20px !important;
    }
    .community-lists .item-card .title {
        font-size: 20px;
    }
    .community-lists .item-card .content-box {
        padding: 20px 15px;
        padding-right: 70px;
        font-size: 14px;
    }
    .large-content {
        font-size: 16px;
    }
    .home-testimonial-sec .slick-list {
        padding: 0 12%;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 14px;
        line-height: 1.7;
    }
    .large-content {
        font-size: 14px;
    }
    .page-banner .page-banner-title {
        font-size: 46px;
    }
    .h2, h2, .heading {
        font-size: 32px;
    }
    .space-pd {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .space-mr {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .sidebar-heading, .sidebar .widget-title {
        font-size: 30px;
    }
    .alignleft, .alignright {
        float: none;
        display: block;
        margin: 20px auto;
    }
    .menu-header {
        display: none;
    }
    ul.menu-top .hide-menu {
        display: block;
    }
    .main-header .container {
        max-width: 100%;
    }
    .main-menu {
        justify-content: end;
    }
    .menu-wrap {
        background-color: var(--bs-theme-color);
        position: fixed;
        top: 110px;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }
    .menu-show {
        right: 0;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 50%;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .03);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child {
        border: none;
    }
    .menu-sidebar .menu-bar-wrapper li>a {
        color: var(--bs-white);
        padding: 10px 15px;
        position: relative;
        display: block;
        line-height: 1.6;
        font-weight: 500;
        text-transform: capitalize;
    }
    .menu-sidebar .menu-bar-wrapper li>a:hover:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a, .menu-sidebar .menu-bar-wrapper li>a:focus,
    .menu-sidebar .menu-bar-wrapper li.current-menu-parent>a,
    .menu-sidebar .menu-bar-wrapper li.menu-item-has-children:hover > a,
    .menu-sidebar .menu-bar-wrapper li>a:hover,
    .menu-sidebar .menu-bar-wrapper li.current_page_ancestor > a{
        background-color: var(--bs-darkblack);
        color: var(--bs-white);
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid var(--bs-white);
        border-bottom: 2px solid var(--bs-white);
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -8px;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>.sidebar-menu-arrow:after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent>.sidebar-menu-arrow.responsive-up-arrow:after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent>.sidebar-menu-arrow:after, .menu-sidebar .menu-bar-wrapper li:hover .sidebar-menu-arrow:after, .testimonials-slider .slick-arrow:hover:after {
        border-left: 2px solid var(--bs-white);
        border-bottom: 2px solid var(--bs-white);
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
        border-left: 2px solid var(--bs-white);
        border-bottom: 2px solid var(--bs-white);
    }
    .current-menu-parent span.sidebar-menu-arrow::after {
        border-left: 2px solid var(--bs-white);
        border-bottom: 2px solid var(--bs-white);
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item>a+.sidebar-menu-arrow::after {
        color: #0e2743;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 400;
        background-color: #e93941;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after {
        display: none;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li .sub-menu li a {
        padding-left: 70px;
    }
    .menu-button {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease-in-out .4s;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        background: var(--bs-theme-color);
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 25px;
        left: 0;
        right: 0;
        background: #fff;
        height: 2px;
        border-radius: 0px;
    }
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button .menu-bar-top {
        top: 10px;
    }
    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom: 10px;
    }
    .menu-button.button-open {
        z-index: 13;
    }
    .menu-button.button-open {
        z-index: 13;
    }
    .button-open .menu-bar-middle {
        background-color: #beccd7;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(13px, 13px);
        transition: .5s;
        top: 0;
        opacity: 1;
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(9px, -9px);
        transition: .5s;
        top: 31px;
    }
    header .sub-menu li ul.sub-menu {
        position: static;
    }
    .search-icon {
        line-height: 40px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        transition: all ease-in-out .4s;
        margin-left: 0;
        margin-right: 0;
        background: var(--bs-theme-color);
        border-radius: 5px;
    }
    .search-icon svg,
    .search-icon img {
        width:15px;
        height: 15px;
    }
    .inner-search-menu {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .footer-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .map-block iframe {
        height: 220px;
    }
    .home-video-slider .video-poster {
        height: 380px;
    }
    .home-testimonial-sec .quote-content {
        font-size: 15px;
        line-height: 1.8;
        gap: 0 20px;
    }
    .home-testimonial-sec::before, .home-testimonial-sec::after {
        display: none;
    }
    .home-testimonial-sec .featured {
        margin-left: 2px;
    }
    .testimonial-slider {
        margin-top: 40px;
    }
    .home-testimonial-sec .quote-content .qoute-icon {
        width: 60px;
        height: 55px;
    }
    .home-testimonial-sec .quote-content .content {
        width: calc(100% - 100px);
    }
    .pa-lists .title {
        font-size: 16px;
    }
    .pa-lists .inner-item img, .pa-lists .inner-item svg {
        height: 70px;
        width: 70px;
    }
    .pa-lists .inner-item {
        padding: 25px 15px;
    }
    .pa-lists {
        margin-top: 20px;
    }
    .community-lists {
        margin-top: 30px;
    }
    .community-lists .item-card {
        height: 420px;
    }
    .community-lists .item-card .title {
        font-size: 20px;
    }
    .community-lists .item-card .content-box {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
        padding: 20px 15px;
    }
    .community-lists .item-card .read-more {
        display: none;
    }
    .case-amount {
        font-size: 50px;
    }
    .case-amount-text {
        font-size: 20px;
    }
    .case-title {
        font-size: 22px;
    }
    .home-result-sec .inner-item {
        padding: 30px 20px;
    }
    .html5lightbox .play-icon, .html5lightbox .play-icon svg, .html5lightbox .play-icon img {
        width: 70px;
        height: 70px;
    }
    .home-banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-banner .banner-heading {
        font-size: 40px;
    }
    .banner-grp-img {
        max-width: 400px;
    }
    .home-banner .bottom-tagline {
        font-size: 26px;
        margin-top: 30px;
    }
    .banner-form {
        padding: 30px 30px;
    }
    .banner-form-heading {
        font-size: 26px;
    }

    .header-cta-btn {
        width: 40px;
        height: 40px;
        padding: 0 !important;
        font-size: 0 !important;
        border-radius: 5px;
        background: var(--bs-theme-color);
        justify-content: center;
        border-color: var(--bs-theme-color);
        display: flex;
        align-items: center;
        gap: 0;
    }
    .header-cta-btn svg, .header-cta-btn img {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
    .page-banner {
        min-height: 450px;
        padding-bottom: 40px;
    }
    aside.sidebar {
        margin-top: 60px;
    }
    .h2 .h2, h2, .heading, h2.title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .heading br {
        display: none;
    }
    .page-banner .page-banner-title {
        font-size: 36px;
    }

    .home-banner .banner-heading {
        font-size: 50px;
        text-align: center;
    }
    .banner-grp-img {
        max-width: 500px;
        margin: 0 auto;
    }
    .banner-form-heading {
        font-size: 40px;
    }
    .banner-form {
        padding: 30px 30px;
        margin-top: 40px;
    }
    .home-result-sec::before {
        height: 100%;
    }
    .case-amount {
        font-size: 50px;
    }
    .case-title {
        font-size: 28px;
    }
    .case-amount-text {
        font-size: 20px;
    }
    .home-content-sec .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        width: 90%;
    }
    .home-content-sec .left-img {
        border: 2px solid #C9C9C9;
        border-radius: 13px;
        margin-bottom: 30px;
    }
    .home-content-sec .right-img {
        border: 2px solid #C9C9C9;
        border-radius: 13px;
        margin-top: 30px;
    }
    .real-client-slider {
        margin-top: 40px;
    }
    .real-client-slider .slick-track {
        gap: 0 20px;
    }
    .real-client-slider .slick-list {
        padding-right: 0;
    }
    .home-clients-sec .slick-btn-custom {
        justify-content: center;
        padding-right: 0;
        margin-top: 30px;
    }
    .home-partners-sec {
        padding-bottom: 60px !important;
    }
    .home-partners-sec img {
        margin-bottom: 30px !important;
    }
    .html5lightbox .play-icon, .html5lightbox .play-icon svg {
        width: 80px;
        height: 80px;
    }
    .home-video-slider .slick-track {
        gap: 0 30px;
    }
    .home-video-slider .slick-list {
        padding: 0 10%;
    }
    .home-video-slider .video-poster {
        height: 400px;
    }
    .home-pa-sec .heading {
        margin-bottom: 20px !important;
    }
    .pa-lists .loop-col {
        width: 33.33%;
    }
    .pa-lists {
        margin-top: 30px;
        justify-content: center;
    }
    .home-testimonial-sec::before, .home-testimonial-sec::after {
        display: none;
    }
    .testimonial-slider {
        margin-top: 50px;
    }
    .home-testimonial-sec .quote-content .qoute-icon {
        width: 50px;
        height: 40px;
    }
    .home-testimonial-sec .quote-content {
        font-size: 14px;
        gap: 0 15px;
    }
    .home-testimonial-sec .quote-content .content {
        width: calc(100% - 65px);
    }
    .home-testimonial-sec .author {
        font-size: 20px;
        margin-top: 15px;
    }
    #footer {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .footer-heading {
        font-size: 22px;
    }
    .footer-col-2 {
        margin-top: 30px;
    }
    .copyright {
        margin-top: 50px;
    }
    .community-lists {
        margin-top: 0;
    }
    .community-lists .loop-col {
        margin-top: 30px;
    }
    .home-cta-sec {
        text-align: center;
    }
    .home-cta-sec img {
        margin-top: 25px !important;
    }
    .home-testimonial-sec .slick-list {
        padding: 0;
    }
    .pa-page .item-card .title {
        font-size: 20px;
    }
    .about-content-two::before {
        display: none;
    }
}

/* Small Devices View  New*/
@media (max-width: 767px) {
    .btn {
        padding: 16px 30px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .page-banner {
        min-height: 400px;
        padding-bottom: 80px;
    }
    .submit-btn input[type="submit"] {
        padding: 16px 30px;
        font-size: 16px;
    }
    .btn-grp .btn {
        margin-right: 15px;
    }
    .btn-grp .btn:last-child {
        margin-right: 0px;
    }
    .form-control {
        padding: 15px 15px;
    }
    .h2, h2, .heading {
        font-size: 34px;
    }
    .page-banner .page-banner-title {
        font-size: 34px;
    }
    .space-pd {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .space-mr {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .sub-heading {
        font-size: 18px;
    }
    .header-logo img, .header-logo svg {
        max-width: 250px;
    }
    .pa-lists .loop-col {
        width: 50%;
    }
    .pa-lists .title {
        font-size: 18px;
    }
    .pa-lists .inner-item img, .pa-lists .inner-item svg {
        height: 70px;
        width: 70px;
    }
    .home-testimonial-sec .featured {
        margin-bottom: 30px;
        margin-left: 0px;
    }
    .home-testimonial-sec .slick-btn-custom {
        gap: 0 15px;
        position: absolute;
        bottom: 40px;
        right: 0;
        justify-content: center;
        left: 0;
    }
    .slick-btn-custom .slick-arrow {
        width: 42px;
        height: 42px;
        border-radius: 42px;
    }
    .home-testimonial-sec {
        padding-bottom: 100px;
        text-align: center;
    }
    .home-testimonial-sec .quote-content .content {
        width: 100%;
    }
    .home-testimonial-sec .quote-content .qoute-icon {
        position: absolute;
        top: -15px;
    }
    .home-testimonial-sec .quote-content {
        position: relative;
    }
    .home-pa-sec {
        text-align: center;
    }
}
@media (max-width:575px) {
    body {
        font-size: 14px;
        line-height: 1.8;
    }
    .h2, h2, .heading, .what-we-do-sec .heading {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .default-content h1, .post-default-content h1 {
        font-size: 32px;
        font-weight: 700;
        text-transform: none;
    }
    .default-content h2, .post-default-content h2 {
        font-size: 28px;
        font-weight: 700;
        text-transform: none;
    }
    .default-content h3, .post-default-content h3 {
        font-size: 26px;
    }
    .default-content h4, .post-default-content h4 {
        font-size: 22px;
        font-weight: 700;
        text-transform: none;
    }
    .default-content h5, .post-default-content h5 {
        font-size: 20px;
    }
    .default-content h6, .post-default-content h6 {
        font-size: 18px;
    }
    .home-banner .banner-heading, .banner-form-heading {
        font-size: 30px;
    }
    .home-video-slider .video-poster {
        height: 280px;
    }
    .header-logo img, .header-logo svg {
        max-width: 100%;
    }
    #footer {
        text-align: center;
    }
    .footer-menu {
        margin-top: 40px;
    }
    .sociallink {
        margin-top: 20px;
        gap: 0 20px;
        justify-content: center;
    }
    .nap-row {
        gap: 0;
        display: block;
    }
    .nap-loop-col, .map-block {
        width: 100% !important;
    }
    .main-header .inner-search-menu {
        gap: 0 8px;
    }
}

/* Extra Small Devices View */
@media (max-width: 480px) {
    .search-icon {
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
    .menu-button {
        width: 35px;
        height: 35px;
    }
    .menu-button .menu-bar {
        width: 21px;
    }
    .header-cta-btn {
        width: 35px;
        height: 35px;
    }

}
@media (max-width: 380px) {

}



