@media (min-width: 1201px) {
  .main_menu {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mean-expand {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    max-width: 1284px;
  }
  .mean-nav {
    display: none !important;
  }
}
@media (max-width: 1399px) {
  body:not(.wp-admin):not(.login) {
    --font-size-96: 76px;
    --font-size-72: 54px;
    --font-size-64: 50px;
    --font-size-60: 46px;
    --font-size-28: 24px;
  }
  body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp h1 {
    font-size: 68px;
    margin-bottom: 50px;
  }
  body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp .btn-wrp {
    margin-top: 40px;
  }
  .container {
    max-width: 1320px;
    padding: 0 30px;
  }
  .hero-home .hh-wrp .hh-cnt-wrp {
    padding-left: 40px;
  }
  .hero-home {
    padding-top: 40px;
  }
  .hero-home .hh-wrp .img-wrp {
    max-width: 460px;
  }
  .hero-home .hh-wrp .hh-cnt-wrp p {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-home .hh-wrp .hh-cnt-wrp .hh-cnt-wrp-in {
    max-width: 660px;
  }
  .philosophy-sec,
  .services,
  .featured-work {
    padding: 60px 0 60px;
  }
  .client-stories,
  .how-we-work {
    padding: 60px 0 74px;
  }
  .philosophy-wrp {
    padding: 60px;
  }
  .philosophy-wrp .left-wrp {
    padding-right: 30px;
  }
  .philosophy-wrp .right-wrp .sub-heading {
    margin-bottom: 20px;
  }
  .philosophy-wrp .right-wrp .btn-wrp {
    margin-top: 35px;
  }
  .services .services-wrp .cnt-wrp p,
  .services .services-wrp .cnt-wrp ul {
    margin-bottom: 40px;
  }
  .services .services-wrp .service {
    padding: 24px 28px;
  }
  .fw-projects .fw-project:first-child .top-wrp .img-wrp {
    height: 330px;
  }
  .fw-projects .fw-project .top-wrp .img-wrp {
    height: 140px;
  }
  .fw-projects .fw-project:not(:first-child) {
    min-height: 260px;
  }
  .company-stats .cs-wrp {
    padding: 40px 0;
  }
  .company-stats .cs-wrp .stats-info {
    padding: 0 40px;
  }
  .hww-wrp .steps-wrp .step .num-wrp {
    margin-bottom: 20px;
  }
  .hww-wrp .btn-wrp {
    margin-top: 30px;
  }
  .hww-wrp .steps-wrp .step .cnt-wrp h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .philosophy-wrp .left-wrp .quote-cnt p {
    font-size: 20px;
    line-height: 28px;
  }
  .footer-row .left-wrp .f-logo h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .fw-projects .fw-project .title-wrp h5 {
    font-size: 20px;
  }
  .client-stories .section-header {
    margin-bottom: 42px;
  }
  .cta-sec {
    padding: 80px 0 100px;
  }
  form input,
  form textarea {
    padding: 10px 16px;
    font-size: 14px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title {
    font-size: 40px;
  }
  .what-we-cover {
    padding-top: 60px;
  }
  .single-blog-banner .blog-banner .bg-img img {
    max-height: 440px;
  }
  .post-title-wrapper h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  header {
    padding: 16px;
  }
  header .top-header .left-wrp .logo {
    max-width: 199px;
  }
  .main_menu > ul > li > a {
    font-size: 16px;
    padding: 20px 7px 20px;
  }
  footer .footer-row {
    min-height: unset;
  }
}
@media (max-width: 1199px) {
  .menu-toggle-btn {
    display: block;
  }
  .mean-nav {
    width: 100%;
    left: 0;
    top: 100%;
    height: calc(100vh - 65px);
    height: auto;
    overflow: auto;
  }
  .mean-bar {
    position: static;
  }
  .menu-opened:after {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: 50% 50% 0;
  }
  .menu-opened:before {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: 50% 50% 0;
  }
  .menu-opened {
    background: none;
  }
  .menu-toggle-btn:before,
  .menu-toggle-btn:after,
  .menu-toggle-btn {
    width: 30px;
    height: 4px;
    background: #fff;
  }
  .dropdown-toggle::after {
    display: none;
  }
  header .navigation .main_menu ul.firstul {
    display: none;
    flex-direction: column;
    height: 0;
    padding-bottom: 30px;
    margin-top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    background: #000;
    top: 118.59px;
    height: auto;
  }
  .opennav header .navigation .main_menu ul.firstul {
    top: var(--header-height);
    height: 100vh;
  }
  html.opennav {
    overflow: hidden;
  }
  .mean-nav ul.firstul > li > a:not(.mean-expand) {
    box-shadow: none;
    background: var(--Gray-2);
  }
  body .mean-nav ul.firstul > li:hover > a:not(.mean-expand) {
    background: var(--Purple) !important;
    color: #fff !important;
  }
  .mean-nav ul li a.mean-expand {
    background-image: url(../images/down-green.svg) !important;
    background-size: 12px !important;
    transform: rotate(0deg);
    height: 48px;
    width: 70px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 0;
  }
  .mean-nav ul.dropdown-menu {
    border: none;
  }
  .mean-nav ul .dropdown-menu {
    position: relative;
    top: 0;
    border-radius: unset;
  }
  body .mean-nav ul.firstul > li:hover > a.mean-expand,
  body .main_menu ul > li:hover > a.mean-expand {
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    filter: brightness(0) invert(1);
  }
  body .mean-nav ul li a {
    transition: none;
  }
  body .mean-nav ul li a.mean-expand.mean-clicked {
    transform: rotate(180deg) !important;
  }
  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a {
    padding: 13px 30px;
  }
  .mean-nav ul .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .mean-nav > ul > li.current_page_item > li.current_page_item > a,
  .mean-nav > ul > li.current-menu-ancestor > ul > li.current-menu-parent > a,
  .mean-nav > ul > li > ul > li > ul > li.current-menu-item > a {
    background: #0093bb;
    color: #fff;
  }
  .mean-nav > ul > li.current_page_item > a:not(.mean-expand),
  .mean-nav
    > ul
    > li
    > ul
    > li
    > ul
    > li.current_page_item
    > a:not(.mean-expand) {
    background: var(--Purple) !important;
    color: #fff !important;
  }
  .mean-nav > ul > li.current_page_item > a.mean-expand {
    box-shadow: none;
    background-color: transparent !important;
    transform: rotate(0deg);
    filter: brightness(0) invert(1);
  }
  .mean-nav > ul > li.current-menu-parent > a,
  .mean-nav > ul > li.current-page-parent > a,
  .mean-nav > ul > li > ul > li.current_page_parent > a {
    background-color: var(--Red) !important;
    color: var(--Gray-2) !important;
  }
  .mean-nav > ul > li.current-menu-parent > a,
  .mean-nav > ul > li.current-page-parent > a {
    background-color: var(--Purple) !important;
    color: var(--White) !important;
  }
  .mean-nav > ul > li.current-menu-parent > a.mean-expand,
  .mean-nav > ul > li.current-page-parent > a.mean-expand,
  .mean-nav > ul > li > ul > li.current_page_parent > a.mean-expand {
    filter: brightness(0) invert(1);
    background-color: transparent !important;
  }
  .mean-nav > ul > li.current-menu-parent > ul > li.current-menu-item > a {
    background-color: var(--Pink) !important;
    color: #fff !important;
  }
  .mean-nav {
    width: 100vw;
    left: 50%;
    right: 50%;
    background: var(--White);
    margin-left: -50vw;
    margin-right: -50vw;
    opacity: 0;
    transition: opacity 0.33s linear;
    pointer-events: none;
  }
  .opennav .mean-nav {
    opacity: 1;
    transition: opacity 0.33s linear;
    pointer-events: auto;
  }
  body.fixnav header {
    z-index: 99999;
  }
  header .navigation .mean-bar ul.firstul li a {
    min-height: 1px;
    text-align: left;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--Purple);
    transition: all 0.3s linear;
  }
  .mean-nav ul li a:hover {
    background-color: var(--Purple) !important;
    color: #fff !important;
  }
  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a:hover {
    background-color: var(--Pink) !important;
    color: #fff !important;
  }
  .opennav .mean-nav {
    display: block !important;
  }
  .mean-nav ul > li {
    border-top: 1px solid #cbcbcb;
  }
  .mean-nav ul > li:last-child {
    border-bottom: 1px solid #cbcbcb;
  }
  /*home page*/
  .content {
    padding-top: 136px;
  }
  header .top-header {
    position: relative;
  }
  .lines-button {
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    transition: all 0.33s linear;
    border-radius: 0;
    padding: 0;
  }
  header .right-wrp {
    margin-right: 52px;
  }
  .opennav .mean-nav #menu-main-menu {
    display: flex !important;
  }
  body:not(.wp-admin):not(.login) {
    font-size: 14px;
    --font-size-96: 60px;
    --font-size-72: 40px;
    --font-size-64: 36px;
    --font-size-60: 30px;
    --font-size-28: 20px;
  }
  body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp h1 {
    font-size: 54px;
    margin-bottom: 30px;
  }
  body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp .btn-wrp {
    margin-top: 30px;
  }
  .hero-home,
  body:not(.home) .hero-home {
    padding-top: 10px;
  }
  .hero-home .hh-wrp .img-wrp {
    max-width: 380px;
  }
  .hero-home .hh-wrp .hh-cnt-wrp p,
  .philosophy-wrp .right-wrp p,
  .services .section-header p {
    font-size: 16px;
    line-height: 24px;
  }
  .hww-wrp .steps-wrp .step .cnt-wrp h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .philosophy-wrp .left-wrp .quote-cnt p {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-row .left-wrp .f-logo h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .fw-projects .fw-project .title-wrp h5 {
    font-size: 18px;
  }
  .action-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .stats-wrp .count-wrp span {
    font-size: 22px;
  }
  .stats-wrp-block {
    padding: 20px 0;
  }
  .hero-home .highlight-wrp {
    padding: 16px 0;
  }
  .stats-wrp-block .container {
    padding: 0 40px;
  }

  .philosophy-sec,
  .services,
  .featured-work,
  .why-choose-us {
    padding: 40px 0;
  }
  .client-stories,
  .how-we-work {
    padding: 40px 0 54px;
  }
  .philosophy-wrp {
    padding: 40px;
  }
  .philosophy-wrp .left-wrp h2:before {
    font-size: 160px;
    margin-bottom: -40px;
  }
  .philosophy-wrp .right-wrp {
    padding-left: 40px;
  }
  .philosophy-wrp .right-wrp h4 {
    margin-bottom: 15px;
  }
  .philosophy-wrp .right-wrp li {
    font-size: 14px;
    line-height: 20px;
  }
  .philosophy-wrp .right-wrp li:not(:last-child) {
    margin-bottom: 10px;
  }
  .philosophy-wrp .right-wrp .btn-wrp {
    margin-top: 25px;
  }
  .section-header .sub-title {
    margin-bottom: 15px;
  }
  .services .section-header {
    margin-bottom: 20px;
  }
  .services .services-wrp .service {
    padding: 20px 20px;
  }
  .services .services-wrp .cnt-wrp p,
  .services .services-wrp .cnt-wrp ul {
    margin-bottom: 30px;
  }
  .fw-wrp .fw-top-wrp {
    margin-bottom: 30px;
  }
  .fw-projects .fw-project:first-child .top-wrp .img-wrp {
    height: 300px;
  }
  .fw-projects .fw-project:first-child .title-wrp {
    padding: 25px 24px;
  }
  .fw-projects .fw-project:not(:first-child) {
    min-height: 240px;
  }
  .fw-projects .fw-project .top-wrp .img-wrp {
    height: 120px;
  }
  .company-stats .cs-wrp .stats-info {
    padding: 0 30px;
  }
  .company-stats .cs-wrp {
    padding: 30px 0;
  }
  .cs-wrp .stats-info p {
    font-size: 16px;
    line-height: 20px;
  }
  .hww-wrp .section-header p {
    font-size: 18px;
  }
  .hww-wrp .steps-wrp .step .num-wrp {
    width: 38px;
    height: 38px;
    margin-bottom: 24px;
  }
  .hww-wrp .steps-wrp .step .cnt-wrp {
    padding: 16px;
  }
  .hww-wrp .steps-wrp .step:not(:last-child):after {
    top: 17px;
  }
  .client-stories .section-header {
    margin-bottom: 34px;
  }
  .client-stories .testimonials-wrp .testimonial-card {
    padding-bottom: 280px;
  }
  .cta-sec {
    padding: 60px 0;
  }
  .section-header .section-title {
    margin-bottom: 28px;
  }
  .contact-frm-wrp .form-group {
    margin-bottom: 20px;
  }
  form textarea {
    height: 140px;
  }
  .contact-frm-wrp .submit-btn input.primary-btn {
    padding-left: 30px;
    padding-right: 50px;
  }
  .contact-frm-wrp .submit-btn p:after {
    left: -45px;
  }
  .section-header p {
    font-size: 16px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title {
    font-size: 34px;
    padding-bottom: 50px;
  }
  .why-choose-us .wcu-wrp {
    gap: 50px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp::after {
    right: 0;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp {
    padding-right: 50px;
  }
  .why-choose-us .wcu-feature-wrp {
    column-gap: 45px;
    row-gap: 50px;
  }
  .why-choose-us .wcu-feature-wrp .feature-item {
    width: calc((100% - 45px) / 2);
  }
  .what-we-cover .section-header {
    margin-bottom: 50px;
  }
  .what-we-cover .service-higlights {
    column-gap: 30px;
    row-gap: 20px;
  }
  .what-we-cover .service-higlights .item {
    width: calc((100% - (1 * 30px)) / 2);
    padding: 20px 20px 30px;
  }
  .wwc-wrp .section-header .section-title {
    margin-bottom: 18px;
  }
  .what-we-cover {
    padding-top: 40px;
  }
  .hww-wrp .steps-wrp .step {
    padding: 0 10px;
  }
  .faq-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .featured-sec {
    padding-top: 40px;
  }
  .featured-sec .featured-article-cnt {
    gap: 30px;
    padding-top: 30px;
  }
  .featured-sec .text-cnt-wrp h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .featured-sec .text-cnt-wrp h1,
  .featured-sec .text-cnt-wrp p,
  .featured-sec .hero-author-info {
    margin-bottom: 20px;
  }
  .single-blog-banner .blog-banner .bg-img img {
    max-height: 350px;
  }
  .single-blog-banner {
    padding: 40px 0 40px;
  }
  .post-title-wrapper h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .menu-toggle-btn {
    display: block;
    width: 30px;
    height: 3px;
    background: #3D1319;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    transition: all 0.3s ease;
  }
  .menu-toggle-btn::before,
  .menu-toggle-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #3D1319;
    transition: all 0.3s ease;
  }
  .menu-toggle-btn::before {
    top: -9px;
  }
  .menu-toggle-btn::after {
    top: 9px;
  }
  .menu-toggle-btn.open {
    background: transparent;
  }
  .menu-toggle-btn.open::before {
    transform: rotate(45deg);
    top: 0;
  }
  .menu-toggle-btn.open::after {
    transform: rotate(-45deg);
    top: 0;
  }
  header .navigation .main_menu ul.firstul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .navigation .main_menu ul.firstul li a {
    display: block;
    padding: 16px 40px;
    font-size: 18px;
    color: #fff;
    text-align: start;
  }
  .main_menu {
    background: none;
  }
  .menu-toggle-btn.menu-opened {
    background: transparent;
  }
  .menu-toggle-btn.menu-opened::before {
    transform: rotate(45deg);
    top: 0;
  }
  .menu-toggle-btn.menu-opened::after {
    transform: rotate(-45deg);
    top: 0;
  }
  .main_menu > ul > li.current-menu-item > a {
    color: #fff;
    background: var(--color-primary);
  }
  .main_menu > ul > li.current-menu-item > a {
    color: #fff !important;
    background-color: var(--color-primary);
  }
  header .navigation .main_menu ul.firstul li a:hover {
    color: #fff !important;
    background-color: var(--color-primary);
  }
  footer .footer-row {
    padding: 54px 0;
    min-height: unset;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 20px;
  }
  .faq-section .faq-wrp .faq-list {
    gap: 30px;
  }
  .faq-section .faq-wrp .faq-list .faq-item {
    width: calc((100% - 120px) / 2);
  }
  .grid-filter-sec .blog-card {
    width: calc((100% - 20px) / 2);
  }
  .grid-filter-sec .section-header .section-title {
    font-size: 40px;
    line-height: 48px;
  }
  .single-blog {
    padding: 32px 0;
  }
  .single-blog .single_blog_wrp {
    gap: 30px;
  }
  .single-blog .row {
    gap: 30px;
  }
  .single-blog .col-md-8 {
    flex: 0 0 calc(62% - 15px);
  }
  .single-blog .col-md-4 {
    flex: 0 0 calc(38% - 15px);
  }
  .single-blog .post-cnt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .single-blog .post-cnt h5 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 36px;
    margin-bottom: 20px;
  }
  .single-blog .post-cnt blockquote p {
    font-size: 24px !important;
    line-height: 36px;
    padding: 26px 30px;
  }
  .single-blog .sidebar-wrp {
    max-width: 100%;
    gap: 24px;
  }
  .single-blog .services-sidebar,
  .single-blog .auther-details {
    padding: 24px;
  }
  .single-blog .services-sidebar-heading h3 {
    font-size: 20px;
    margin-bottom: 22px;
    padding-bottom: 12px;
  }
  .single-blog .share-on ul li a {
    width: 48px;
    height: 38px;
  }
  .post-list-sec {
    padding: 60px 0;
  }
  .post-list-sec .similar-articles-heading {
    margin-bottom: 32px;
  }
  .post-list-sec .similar-articles-heading h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .post-list-sec .latest-posts-wrapper {
    gap: 32px 20px;
  }
  .post-list-sec .single-post-box {
    width: calc((100% - 20px) / 2);
  }
}
/*1199px end*/

@media (max-width: 991px) {
  .modal-dialog {
    max-width: 95%;
  }
  .content {
    padding-top: 120px;
  }
  .mean-nav {
    height: calc(100vh - 120px);
  }
  .container,
  .stats-wrp-block .container {
    padding: 0 20px;
  }
  body:not(.wp-admin):not(.login) {
    font-size: 14px;
    --font-size-96: 40px;
    --font-size-72: 30px;
    --font-size-64: 26px;
    --font-size-60: 24px;
    --font-size-28: 18px;
  }
  body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp h1 {
    font-size: 36px;
  }
  .hero-home .hh-wrp .hh-cnt-wrp p,
  .philosophy-wrp .right-wrp p,
  .services .section-header p {
    font-size: 14px;
    line-height: 22px;
  }
  .cs-wrp .stats-info p {
    font-size: 14px;
    line-height: 18px;
  }
  .stats-wrp .info {
    padding: 0 14px;
  }
  .stats-wrp {
    flex-wrap: wrap;
  }
  .stats-wrp .count-wrp span {
    font-size: 20px;
  }
  .philosophy-wrp {
    padding: 30px;
  }
  .philosophy-wrp .left-wrp h2:before {
    font-size: 130px;
    margin-bottom: -35px;
  }
  .philosophy-wrp .left-wrp {
    padding-right: 20px;
  }
  .philosophy-wrp .right-wrp {
    padding-left: 30px;
  }
  .services .services-wrp {
    grid-template-columns: 1fr 1fr;
  }
  .company-stats .cs-wrp .stats-info {
    padding: 0 20px;
  }
  .company-stats .cs-wrp {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .company-stats .cs-wrp .stats-info:nth-child(2) {
    border: none;
  }
  .hww-wrp .steps-wrp {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    gap: 20px;
  }
  .hww-wrp .steps-wrp .step {
    flex: unset;
    padding: 0;
    width: calc((100% - 20px) / 2);
  }
  .hww-wrp .steps-wrp .step::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    width: 100%;
    background: rgba(201, 184, 172, 0.6);
    height: 1px;
  }
  .hww-wrp .steps-wrp .step .num-wrp {
    margin-bottom: 15px;
  }
  .hww-wrp .steps-wrp .step .cnt-wrp p {
    margin: 0;
  }
  .how-we-work .hww-wrp .section-header,
  .hww-wrp .btn-wrp,
  .client-stories .section-header {
    text-align: center;
  }
  .hww-wrp .section-header .section-title br,
  .client-stories .section-header .section-title br {
    display: none;
  }
  .client-stories .section-header {
    margin-bottom: 26px;
  }
  .cta-sec {
    padding: 50px 0;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title {
    font-size: 28px;
  }
  .why-choose-us .wcu-feature-wrp .feature-item {
    width: 100%;
  }
  .why-choose-us .wcu-feature-wrp {
    row-gap: 30px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp {
    padding-right: 30px;
  }
  .what-we-cover .section-header {
    margin-bottom: 40px;
  }
  .faq-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .featured-sec .text-cnt-wrp h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .post-title-wrapper h1 {
    font-size: 30px;
    line-height: 32px;
  }
  footer .footer-row {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
    min-height: auto;
  }
  footer .footer-row .left-wrp {
    text-align: center;
  }
  footer .footer-row .middle-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  footer .footer-row .right-wrp {
    grid-column: 1;
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
  footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  footer .footer-bottom .copyright-wrp p {
    text-align: center;
  }
  footer .footer-bottom .footer-links {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contact-section {
    padding: 60px 0 100px;
  }
  .contact-section .contact-wrap {
    flex-direction: column;
    gap: 48px;
  }
  .contact-section .contact-wrap .contact-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #2b1c10;
    padding-right: 0;
    padding-bottom: 48px;
  }
  .contact-section .contact-wrap .contact-left .section-header .section-title {
    font-size: 36px;
    line-height: 42px;
    max-width: 100%;
  }
  .contact-section .contact-wrap .contact-right {
    padding-left: 0;
    width: 100%;
  }
  .contact-section .contact-wrap .contact-right .service-area {
    margin-top: 32px;
  }
  .contact-section .contact-wrap .contact-left .section-header {
    margin-bottom: 50px;
  }
  .faq-section .faq-wrp .faq-list {
    gap: 40px;
  }
  .faq-section .faq-wrp .faq-list .faq-item {
    width: calc((100% - 40px) / 2);
  }
  .faq-section {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .grid-filter-sec {
    padding: 60px 0 60px;
  }
  .grid-filter-sec .section-header .section-title {
    font-size: 34px;
    line-height: 42px;
  }
  .grid-filter-sec .section-header .section-subtitle {
    font-size: 15px;
    line-height: 24px;
  }
  .grid-filter-sec .tag-filters {
    gap: 10px 8px;
  }
  .grid-filter-sec .tag-filters .tag {
    font-size: 12px;
    padding: 9px 16px;
  }
  .grid-filter-sec .card-grid {
    gap: 32px 16px;
  }
  .grid-filter-sec .blog-card {
    width: calc((100% - 16px) / 2);
  }
  .popup-overlay .popup-left {
    width: 45%;
    padding: 32px 28px;
    gap: 30px;
  }
  .popup-overlay .popup-headline {
    font-size: 32px;
    line-height: 40px;
  }
  .popup-overlay .popup-right {
    padding: 32px 28px 40px;
  }
  .single-blog {
    padding: 28px 0;
  }
  .single-blog .single_blog_wrp,
  .single-blog .row {
    flex-direction: column;
    gap: 32px;
  }
  .single-blog .single_blog_left,
  .single-blog .single_blog_right,
  .single-blog .col-md-8,
  .single-blog .col-md-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-blog .post-cnt p {
    font-size: 16px;
    line-height: 28px;
  }
  .single-blog .post-cnt p:last-child {
    margin-top: 40px;
  }
  .single-blog .post-cnt h5 {
    font-size: 26px;
    margin-top: 32px;
    margin-bottom: 18px;
    padding-top: 12px;
  }
  .single-blog .post-cnt ul li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
  }
  .single-blog .post-cnt blockquote {
    margin: 26px 0;
  }
  .single-blog .post-cnt blockquote p {
    font-size: 22px !important;
    line-height: 32px;
    padding: 22px 24px;
  }
  .single-blog .sidebar-wrp {
    max-width: 100%;
  }
  .single-blog .services-sidebar,
  .single-blog .auther-details {
    padding: 22px;
  }
  .single-blog .author-wrp {
    gap: 14px;
    margin-bottom: 16px;
  }
  .single-blog .share-on ul {
    flex-wrap: wrap;
  }
  .single-blog .tags-detail ul {
    max-width: 100%;
  }
  .post-list-sec {
    padding: 50px 0;
  }
  .post-list-sec .similar-articles-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .post-list-sec .single-post-box .post-image {
    height: 220px;
  }
  .post-list-sec .single-post-box .post-content {
    padding: 16px 0 0;
  }
}
/*991px end*/

@media screen and (max-width: 782px) {
  .logged-in #main__header {
    top: 46px;
  }
  html #wpadminbar {
    position: fixed;
  }
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
  p {
    font-size: 16px;
  }
  .purple-btn,
  .green-btn,
  .gform_button {
    min-width: 100%;
    max-width: 360px;
    min-height: 47px;
  }
  header .top-header {
    gap: 0;
  }
  header .navigation .mean-bar ul.firstul {
    padding-bottom: 24px;
  }
  header .navigation .mean-bar ul.firstul li a {
    padding: 9px 15px;
    line-height: 21px;
  }
  .mean-nav ul li a.mean-expand {
    height: 39px;
    width: 60px;
  }
  header .navigation .mean-bar ul.firstul li a + ul.dropdown-menu li a {
    padding: 9px 25px;
  }
  .logged-in #main__header {
    top: 46px;
  }
  .modal-dialog {
    max-width: 92.31%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-dialog .close-btn {
    top: 15px;
  }
  .meta_social_btns {
    gap: 28px;
  }
  .meta_social_btns a .copy-to-clipboard {
    top: 28px;
    left: -65px;
    text-align: center;
    font-size: 12px;
  }
  .meta_social_btns a:hover img.hover {
    opacity: 0;
    visibility: hidden;
  }
  .call-div.fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--Green);
    padding: 10px 21px 12px;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .call-div.fix .purple-btn {
    min-width: auto;
    flex: 1;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
  .content {
    padding-top: 87px;
  }
  .mean-nav {
    height: calc(100vh - 87px);
  }
  .lines-button {
    top: 46%;
  }
  .lines:before,
  .lines:after,
  .lines {
    height: 3px;
    width: 22.89px;
  }

  h1,
  .h1 {
    line-height: 1.2;
  }
  body:not(.wp-admin):not(.login) {
    --font-size-96: 36px;
    --font-size-72: 26px;
    --font-size-64: 24px;
    --font-size-60: 22px;
    --font-size-28: 18px;
  }
  body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body:not(.home) .hero-home .hh-wrp .hh-cnt-wrp .btn-wrp {
    margin-top: 25px;
  }
  .hero-home .hh-wrp .hh-cnt-wrp .hh-cnt-wrp-in {
    padding-top: 0;
  }
  .hero-home .hh-wrp .hh-cnt-wrp .hh-cnt-wrp-in {
    text-align: center;
  }
  .hero-home,
  body:not(.home) .hero-home {
    padding-top: 30px;
  }
  .hero-home .hh-wrp {
    flex-direction: column;
    position: relative;
    min-height: 380px;
  }
  .hero-home .hh-wrp .hh-cnt-wrp {
    padding-left: 20px;
    padding-right: 20px;
    margin: auto 0;
  }
  .hh-wrp .hh-cnt-wrp .btn-wrp {
    justify-content: center;
  }
  .action-btn {
    padding: 10px 16px;
  }
  .hero-home .hh-wrp .img-wrp {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: auto;
  }
  .hero-home .hh-wrp .img-wrp img {
    height: 100%;
  }
  .hero-home .hh-wrp .hh-cnt-wrp h1 {
    margin-bottom: 20px;
  }
  .stats-wrp {
    column-gap: 30px;
    row-gap: 20px;
  }
  .stats-wrp .info {
    width: calc((100% - 30px) / 2);
    flex: unset;
    padding: 0;
    text-align: center;
  }
  .stats-wrp .info:nth-child(2)::after {
    display: none;
  }
  .stats-wrp .info:not(:last-child)::after {
    right: -15px;
    height: 100%;
  }
  .stats-wrp .count-wrp {
    justify-content: center;
  }
  .stats-wrp .count-wrp span {
    font-size: 18px;
  }
  .philosophy-sec,
  .services,
  .featured-work,
  .why-choose-us {
    padding: 30px 0;
  }
  .client-stories,
  .how-we-work {
    padding: 30px 0 40px;
  }
  .philosophy-wrp {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding: 24px;
  }
  .philosophy-wrp .left-wrp {
    border-right: none;
    border-bottom: 1px solid rgba(201, 184, 172, 0.5);
    flex-direction: column;
    padding-bottom: 20px;
  }
  .philosophy-wrp .right-wrp {
    padding-left: 0;
  }
  .philosophy-wrp .left-wrp h2:before {
    font-size: 120px;
    margin-bottom: -25px;
    left: -10px;
  }
  .philosophy-wrp .right-wrp li:not(:last-child) {
    margin-bottom: 6px;
  }
  .services .services-wrp {
    grid-template-columns: 1fr;
  }
  .services .services-wrp .cnt-wrp p,
  .services .services-wrp .cnt-wrp ul {
    margin-bottom: 25px;
  }
  .fw-projects {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fw-projects .fw-project:first-child .top-wrp .img-wrp,
  .fw-projects .fw-project .top-wrp .img-wrp {
    height: 100%;
  }
  .fw-projects .fw-project:first-child .badges-wrp {
    margin-bottom: 10px;
  }
  .fw-projects .fw-project:not(:first-child) .title-wrp,
  .fw-projects .fw-project .title-wrp,
  .fw-projects .fw-project:first-child .title-wrp {
    padding: 15px 15px;
  }
  .fw-projects .fw-project:not(:first-child) {
    min-height: unset;
  }
  .fw-projects .fw-project:first-child .top-wrp,
  .fw-projects .fw-project .top-wrp {
    padding: 20px 15px 0;
  }
  .company-stats .cs-wrp {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .cs-wrp .stats-info .count-wrp {
    justify-content: center;
  }
  .cs-wrp .stats-info p {
    max-width: 100%;
  }
  .company-stats .cs-wrp .stats-info {
    position: relative;
  }
  .company-stats .cs-wrp .stats-info:not(:last-child)::after {
    content: "";
    width: 40%;
    height: 1px;
    background: #0f070233;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hww-wrp .steps-wrp {
    gap: 30px;
  }
  .hww-wrp .steps-wrp .step {
    width: 100%;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title {
    font-size: 28px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title {
    font-size: 22px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp::after {
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
  }
  .cta-sec .cf7-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hh-cnt-wrp .hh-cnt-wrp-in .h-sub-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hh-cnt-wrp .hh-cnt-wrp-in .h-sub-heading:before {
    margin-bottom: 15px;
  }
  .why-choose-us .wcu-feature-wrp {
    row-gap: 20px;
    padding-left: 20px;
  }
  .why-choose-us .wcu-wrp {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp p {
    font-size: 14px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp {
    padding-right: 0;
  }
  .why-choose-us .wcu-feature-wrp .feature-item .feature-title {
    font-size: 14px;
  }
  .why-choose-us .wcu-wrp .wcu-cnt-wrp .section-title {
    padding-bottom: 30px;
  }
  .what-we-cover {
    padding-top: 30px;
  }
  .what-we-cover .section-header {
    margin-bottom: 30px;
  }
  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .what-we-cover .service-higlights .item {
    width: 100%;
  }
  .featured-sec .featured-article-cnt {
    grid-template-columns: 1fr;
  }
  .featured-sec {
    padding-top: 30px;
  }
  .featured-sec .text-cnt-wrp h1 {
    font-size: 24px;
  }
  .featured-sec .text-cnt-wrp p {
    font-size: 14px;
  }
  .featured-sec .hero-author-image img {
    max-width: 40px;
  }
  .post-title-wrapper h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .single-blog-banner {
    padding: 40px 0 20px;
  }
  .single-blog-banner .published_by_author {
    flex-direction: column;
    align-items: start;
  }
  .single-blog-banner .published_by_author .author-details:not(:last-child) {
    padding-right: 16px;
    border-right: none;
  }
  header .navigation .main_menu ul.firstul li a {
    padding: 16px 20px;
    font-size: 16px;
  }
  footer .footer-row .middle-wrp {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  footer .footer-row .right-wrp {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  footer .footer-row .certify-badge {
    margin: 0;
    width: fit-content;
  }
  .contact-section {
    padding: 48px 0 80px;
  }
  .contact-section .contact-wrap .contact-left .section-header {
    margin-bottom: 40px;
  }
  .contact-section .contact-wrap .contact-left .section-header .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .contact-section .cf7-row {
    flex-direction: column;
    gap: 0;
  }
  .contact-section input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 16px 20px;
    text-align: center;
    position: relative;
  }

  .contact-section .contact-wrap .contact-right .info-card {
    padding: 16px 20px 12px;
  }
  .contact-section .contact-wrap .contact-right .info-card h4 {
    font-size: 15px;
  }
  .contact-section .contact-wrap .contact-right .service-area {
    margin-top: 24px;
  }
  .contact-section .contact-wrap .contact-right .service-area span.card-label {
    font-size: 12px;
  }
  .contact-section .contact-wrap .contact-right .service-area p {
    font-size: 14px;
  }
  .contact-section .contact-wrap .contact-left .section-header {
    margin-bottom: 40px;
  }

  .faq-section .faq-wrp .faq-list .faq-item {
    width: 100%;
  }
  .faq-section .faq-wrp .faq-list {
    gap: 10px;
  }
  .faq-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .grid-filter-sec {
    padding: 48px 0 48px;
  }
  .grid-filter-sec .section-header {
    margin-bottom: 28px;
  }
  .grid-filter-sec .section-header .section-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .grid-filter-sec .section-header .section-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .grid-filter-sec .tag-filters {
    gap: 10px 6px;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  .grid-filter-sec .tag-filters .tag {
    font-size: 12px;
    padding: 8px 14px;
  }
  .grid-filter-sec .card-grid {
    gap: 28px;
  }
  .grid-filter-sec .blog-card {
    width: 100%;
  }
  .grid-filter-sec .blog-card .card-thumb {
    height: 180px;
  }
  .grid-filter-sec .blog-card .card-body .card-title {
    font-size: 18px;
    line-height: 24px;
  }
  .grid-filter-sec .pagination {
    margin-top: 40px;
    gap: 8px;
  }
  .grid-filter-sec .pagination .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .grid-filter-sec .card-category a {
    padding: 3px 6px;
    top: 6px;
    left: 6px;
  }
  .popup-overlay.active {
    padding: 12px;
    align-items: flex-start;
    place-items: start center;
  }
  .popup-overlay .popup-modal {
    flex-direction: column-reverse;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    max-width: 100%;
  }
  .popup-overlay .popup-left {
    width: 100%;
    padding: 28px 24px;
    border-right: none;
    border-bottom: 1px solid #2b1c10;
    gap: 20px;
  }
  .popup-overlay .popup-headline {
    font-size: 26px;
    line-height: 32px;
  }
  .popup-overlay .popup-stats {
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 14px;
  }
  .popup-overlay .popup-stats .stat-number {
    font-size: 18px;
  }
  .popup-overlay .popup-trust {
    margin-top: 20px;
  }
  .popup-overlay .popup-right {
    padding: 24px 24px 32px;
  }
  .popup-overlay .popup-right .form-heading {
    font-size: 16px;
    padding-right: 50px;
  }
  .popup-overlay .popup-right .form-subheading {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .popup-overlay .popup-right .form-group {
    margin-bottom: 10px;
  }
  .popup-overlay .popup-right input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 20px;
    font-size: 13px;
  }
  .popup-overlay .popup-stats > div {
    padding-left: 0px;
    border-left: none;
  }
  .popup-overlay .popup-trust ul {
    gap: 0px 6px;
    justify-content: center;
  }
  .popup-overlay .popup-modal::before {
    content: "";
    display: none;
  }
  .single-blog {
    padding: 24px 0;
  }
  .single-blog .single_blog_wrp,
  .single-blog .row {
    gap: 24px;
  }
  .single-blog .post-cnt {
    font-size: 14px;
    line-height: 1.7;
  }
  .single-blog .post-cnt p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .single-blog .post-cnt p:last-child {
    margin-top: 28px;
  }
  .single-blog .post-cnt h5 {
    font-size: 22px;
    line-height: 1.35;
    margin-top: 28px;
    margin-bottom: 16px;
    padding-top: 10px;
  }
  .single-blog .post-cnt h5::before {
    width: 26px;
  }
  .single-blog .post-cnt ul {
    margin-bottom: 20px;
  }
  .single-blog .post-cnt ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 18px;
    margin-bottom: 12px;
  }
  .single-blog .post-cnt ul li::before {
    font-size: 14px;
  }
  .single-blog .post-cnt blockquote {
    margin: 22px 0;
    border-left-width: 3px;
  }
  .single-blog .post-cnt blockquote p {
    font-size: 18px !important;
    line-height: 28px;
    padding: 18px 18px;
  }
  .single-blog .services-sidebar,
  .single-blog .auther-details {
    padding: 18px;
    border-radius: 10px;
  }
  .single-blog .services-sidebar-subheading {
    font-size: 10px;
    letter-spacing: 1.4px;
    margin-bottom: 6px;
  }
  .single-blog .services-sidebar-heading h3 {
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 10px;
  }
  .single-blog .our-services .service {
    padding: 10px 0;
  }
  .single-blog .our-services .service p {
    font-size: 13px;
    line-height: 21px;
    padding-left: 20px;
  }
  .single-blog .our-services .service p::before {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  .single-blog .author-wrp {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
  }
  .single-blog .auther-details img {
    width: 44px;
    height: 44px;
  }
  .single-blog .auther-details label:first-of-type {
    font-size: 15px;
  }
  .single-blog .auther-details label:last-of-type {
    font-size: 12px;
  }
  .single-blog .auther-details p {
    font-size: 13px;
    line-height: 1.6;
  }
  .single-blog .share-on {
    gap: 8px;
  }
  .single-blog .share-on label,
  .single-blog .tags-detail h5 {
    font-size: 11px;
    letter-spacing: 1.4px;
    margin-bottom: 8px;
  }
  .single-blog .share-on ul {
    gap: 8px;
  }
  .single-blog .share-on ul li a {
    width: 42px;
    height: 36px;
  }
  .single-blog .share-on ul li a img {
    width: 14px;
    height: 14px;
  }
  .single-blog .tags-detail ul {
    gap: 8px;
  }
  .single-blog .tags-detail ul li {
    font-size: 10px;
    padding: 4px 10px;
  }
  .post-list-sec {
    padding: 40px 0;
  }
  .post-list-sec .similar-articles-heading {
    margin-bottom: 24px;
  }
  .post-list-sec .similar-articles-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .post-list-sec .latest-posts-wrapper {
    gap: 24px;
  }
  .post-list-sec .single-post-box {
    width: 100%;
  }
  .post-list-sec .single-post-box .post-image {
    height: 200px;
  }
  .post-list-sec .single-post-box .post-image label {
    top: 12px;
    left: 12px;
  }
  .post-list-sec .single-post-box .post-content {
    padding: 14px 0 0;
  }
  .post-list-sec .single-post-box .post-tag .post-date,
  .post-list-sec .single-post-box .post-tag .duration {
    font-size: 11px;
  }
  .post-list-sec .single-post-box .post-title h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .post-list-sec .single-post-box .post-excerpt p {
    font-size: 14px;
    line-height: 22px;
  }
}
/*767px end*/
