@media only screen and (max-width: 575px) {
  .xs-none {
    display: none;
  }
  .page-nav li a {
    width: 43px;
    height: 43px;
    font-size: 16px;
  }
  .page-nav li a i {
    font-size: 20px;
  }
  .counter-card-wrap .counter-card {
    width: 50%;
  }
  .counter-card-wrap .counter-card h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .counter-card-wrap .counter-card h4 span {
    font-size: 32px;
  }
  .counter-card-wrap .counter-card p {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
  .counter-card-wrap .counter-card {
    width: 50%;
  }
  .counter-card-wrap .counter-card p {
    padding: 0 30px;
  }
  .counter-card-wrap .counter-card h4 {
    font-size: 38px;
  }
  .counter-card-wrap .counter-card h4 span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  p, input, textarea, span, select, label, li {
    font-size: 14px;
    line-height: 25px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-28 {
    font-size: 25px;
  }
  .lh-30 {
    line-height: 25px;
  }
  .sm-none {
    display: none;
  }
  .w-sm-100 {
    width: 100%;
  }
  .pb-120 {
    padding-bottom: 30px;
  }
  .pt-130 {
    padding-top: 60px;
  }
  .pb-130 {
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptb-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-130 {
    margin-top: 60px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }
  .back-to-top i {
    font-size: 18px;
  }
  .page-nav.mt-5 {
    margin-top: 15px !important;
  }
  .page-nav.mt-30 {
    margin-top: 10px !important;
  }
  .row.mb-45 {
    margin-bottom: 35px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pt-105 {
    padding-top: 35px;
  }
  .pt-130 {
    padding-top: 60px;
  }
  .pb-55 {
    padding-bottom: 0;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pb-105 {
    padding-bottom: 35px;
  }
  .pb-130 {
    padding-bottom: 60px;
  }
  .ptb-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mb-35 {
    margin-bottom: 25px;
  }
  .mb-45 {
    margin-bottom: 35px;
  }
  .mb-50 {
    margin-bottom: 40px;
  }
  .mt-130 {
    margin-top: 60px !important;
  }
  .mb-130 {
    margin-bottom: 60px !important;
  }
  .mtb-130 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .fs-15 {
    font-size: 14px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .fs-26 {
    font-size: 24px;
  }
  .fs-30 {
    font-size: 26px;
  }
  .h-56 {
    height: 50px;
  }
  .link,
  .btn {
    font-size: 14px;
  }
  .btn {
    padding: 16px 24px 16px !important;
  }
  .btn img {
    max-width: 16px;
    margin-left: 6px;
  }
  .section-title .section-subtitle {
    margin-bottom: 14px;
  }
  .section-title h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .section-subtitle {
    padding: 5px 22px 4px;
  }
  .breadcrumb-wrap {
    padding: 120px 0 50px;
  }
  .breadcrumb-wrap .br-menu {
    padding: 6px 26px 8px;
  }
  .breadcrumb-wrap .br-title {
    font-size: 25px;
    line-height: 34px;
  }
  .hero-slider .hero-pagination {
    padding-right: 20px;
  }
  .hero-slider .hero-slide-item {
    padding: 160px 0 80px;
    position: relative;
    z-index: 1;
  }
  .hero-slider .hero-slide-item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--titleColor);
    opacity: 0.3;
    z-index: -1;
  }
  .hero-slider .hero-slide-item .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-slider .hero-slide-item .hero-content h1 img {
    max-width: 24px;
  }
  .hero-slider .hero-slide-item .hero-content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .hero-section.style-two {
    padding: 80px 0 80px;
  }
  .hero-section.style-two:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--titleColor);
    opacity: 0.9;
    z-index: -1;
  }
  .hero-section.style-two .hero-content img {
    max-width: 80px;
  }
  .hero-section.style-two .hero-content .hero-subtitle {
    margin: 30px 0 15px;
  }
  .hero-section.style-two .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-section.style-three {
    padding: 100px 0 65px;
  }
  .hero-section.style-three .hero-circle-shape {
    bottom: 0;
    top: auto;
  }
  .hero-section.style-three .hero-content {
    margin-bottom: 40px;
  }
  .hero-section.style-three .hero-content h1 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px;
  }
  .hero-section.style-three .hero-content .hero-btn a:first-child {
    margin-right: 25px;
  }
  .hero-section.style-three .hero-content .our-mission {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .hero-section.style-three .hero-content .our-mission .mission-left {
    width: 100%;
    margin-bottom: 12px;
  }
  .hero-section.style-three .hero-content .our-mission .mission-left:after {
    display: none;
  }
  .hero-section.style-three .hero-content .our-mission p {
    border-top: 1px solid rgba(19, 40, 73, 0.26);
    padding-top: 12px;
    margin-left: 66px;
  }
  .hero-section.style-three .hero-img-wrap .hero-shape-one {
    top: 12px;
    max-width: 70px;
  }
  .hero-section.style-three .hero-img-wrap .hero-shape-two {
    max-width: 50px;
  }
  .hero-section.style-three .hero-img-wrap .hero-shape-two {
    right: 22%;
  }
  .hero-section.style-three .hero-img-wrap .hero-img {
    padding-left: 50px;
  }
  .hero-section.style-three .hero-img-wrap .hero-img-one {
    top: 12%;
    left: 0px;
    max-width: 130px;
  }
  .hero-section.style-three .hero-img-wrap .hero-img-two {
    bottom: 0%;
    left: 0px;
    max-width: 100px;
  }
  .about-wrap.style-one .about-img-wrap {
    padding: 0 10px 0 40px;
  }
  .about-wrap.style-one .about-img-wrap .credit-card {
    max-width: 160px;
    left: 0;
  }
  .about-wrap.style-one .about-img-wrap .about-img-shape {
    max-width: 60px;
  }
  .about-wrap.style-one .about-img-wrap .about-img:before {
    transform: rotate(-5deg);
  }
  .about-wrap.style-one .about-content .section-title {
    margin-bottom: 25px;
  }
  .about-wrap.style-two .about-bg {
    position: absolute;
    top: 26%;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/about/about-bg.webp);
    height: 660px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: -1;
  }
  .about-wrap.style-two .about-features {
    padding: 25px 20px 20px 20px;
  }
  .about-wrap.style-two .about-features .feature-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .about-wrap.style-two .about-features .feature-item .feature-title {
    margin-bottom: 15px;
  }
  .about-wrap.style-two .about-features .feature-item .feature-title span {
    width: 65px;
    height: 65px;
  }
  .about-wrap.style-two .about-features .feature-item .feature-title h3 {
    width: calc(100% - 80px);
    margin-left: 15px;
  }
  .about-wrap.style-two .about-features .feature-item .feature-list li {
    padding-left: 28px;
    margin-bottom: 12px;
  }
  .about-wrap.style-two .about-features .feature-item .feature-list li:last-child {
    margin-bottom: 0;
  }
  .about-wrap.style-two .about-features .feature-item .feature-list li img {
    top: 5px;
    left: 2px;
    max-width: 15px;
  }
  .about-wrap.style-three .about-content .section-title {
    margin-bottom: 25px;
  }
  .about-wrap.style-three .about-img-wrap .credit-card {
    max-width: 170px;
    bottom: 30px;
  }
  .wh-area .wh-img-wrap .wh-shape-two {
    max-width: 90px;
  }
  .service-wrap.style-one .service-bg {
    margin-bottom: 30px;
    height: 350px;
  }
  .service-wrap.style-two .service-content .service-list-wrap .service-list .service-list-left {
    width: 100%;
    margin: 0 0 20px;
  }
  .service-wrap.style-two .service-content .service-list-wrap .service-list .service-list-left h3 {
    font-size: 24px;
  }
  .service-wrap.style-two .service-content .service-list-wrap .service-list .service-link {
    width: 65px;
    height: 50px;
  }
  .service-wrap.style-two .service-img-wrap span {
    width: 70px;
    height: 70px;
  }
  .service-wrap.style-two .service-img-wrap span img {
    max-width: 24px;
  }
  .service-card-wrap .service-card {
    width: 100%;
    margin-bottom: 55px;
  }
  .service-card-wrap .service-card:last-child {
    margin-bottom: 25px;
  }
  .project-card .project-cat {
    top: 20px;
    left: 20px;
    padding: 4px 20px;
  }
  .project-card .project-info {
    bottom: 20px;
    left: 20px;
    padding: 20px 20px 20px 20px;
    width: calc(100% - 40px);
  }
  .project-card .project-info:after {
    width: 100%;
  }
  .project-card .project-info span {
    width: 60px;
    font-size: 34px;
    line-height: 44px;
  }
  .project-card .project-info h3 {
    line-height: 24px;
    margin-left: 10px;
    width: 100%;
    margin: 5px 0 20px !important;
  }
  .project-card .project-info .project-link {
    width: 50px;
    height: 45px;
  }
  .project-slider .project-pagination {
    margin-top: 30px;
  }
  .feature-box {
    padding: 30px 20px 30px;
  }
  .feature-box:after {
    height: 100%;
  }
  .feature-box .feature-img {
    margin-bottom: 30px;
  }
  .feature-box .feature-img img {
    display: block;
    margin: 0 auto;
  }
  .move-text {
    min-height: 38px;
  }
  .move-text ul li {
    font-size: 30px;
    padding-right: 40px;
    margin-right: 15px;
  }
  .move-text ul li:after {
    top: 3px;
    width: 25px;
    height: 25px;
  }
  .work-card-wrap .work-card {
    width: 100%;
  }
  .work-card-wrap .work-card:after {
    display: none;
  }
  .work-card-wrap .work-card h3 {
    line-height: 29px;
    margin-bottom: 14px;
    padding: 0 20px;
  }
  .work-card-wrap .work-card p {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .team-wrap.style-one {
    padding-top: 320px;
  }
  .team-wrap .team-bg {
    height: 400px;
  }
  .team-wrap .section-title {
    padding: 25px 20px 20px;
    margin: 0 10px;
  }
  .team-wrap .section-title p {
    padding-right: 50px;
  }
  .team-wrap .link {
    margin: 25px 10px 0;
  }
  .team-desc .section-title {
    margin-bottom: 30px;
  }
  .team-desc .team-info .team-info-item {
    margin-bottom: 12px;
    font-size: 14px;
    align-items: flex-start !important;
  }
  .team-desc .team-info .team-info-item span {
    width: 90px;
  }
  .team-desc .team-info .team-info-item p {
    width: calc(100% - 90px);
  }
  .team-desc .team-info .team-info-item .social-profile li {
    margin-right: 5px;
  }
  .team-desc .team-info .team-info-item .social-profile li a i {
    font-size: 16px;
  }
  .app-box {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
  }
  .app-box .app-content {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .app-box .app-content .section-title {
    margin-bottom: 25px;
  }
  .app-box .app-content .feature-list {
    margin-bottom: 25px;
  }
  .app-box .app-content .app-btn a:first-child {
    margin-right: 10px;
  }
  .app-box .app-content .app-btn a img {
    max-width: 120px;
  }
  .app-box .app-img img {
    display: block;
    margin: 0 auto;
  }
  .contact-wrap.style-one .contact-img-wrap {
    margin-left: auto;
    padding: 0 10px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review {
    flex-wrap: wrap;
    left: 0;
    padding: 18px 20px 18px 20px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review:after {
    display: none;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo .client-logo p {
    font-size: 14px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo .ratings {
    margin-left: 30px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo .ratings span {
    font-size: 14px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings {
    width: 100%;
    padding-left: 0;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings span {
    font-size: 14px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings {
    margin-left: 20px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings ul {
    margin-bottom: 2px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings ul li {
    margin: 0 -1px 0;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings ul li i {
    font-size: 18px;
  }
  .contact-wrap.style-two .contact-shape-two {
    top: 1%;
    right: 10%;
  }
  .contact-wrap.style-two .contact-img-wrap .contact-img-shape-one {
    bottom: 25px;
    left: 0px;
  }
  .contact-wrap.style-two .contact-img-wrap .contact-img-shape-two {
    top: 20%;
    right: 8px;
    max-width: 55px;
  }
  .contact-form .form-group label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .contact-form .form-group input, .contact-form .form-group textarea, .contact-form .form-group select {
    width: 100%;
    font-size: 14px;
  }
  .testimonial-slider-wrap:after {
    display: none;
  }
  .testimonial-wrap.style-one .section-shape-one {
    top: -30px;
    left: 10px;
  }
  .testimonial-wrap.style-one .section-shape-two {
    top: -50px;
    right: 10px;
    max-width: 70px;
  }
  .testimonial-wrap.style-three .testimonial-box {
    padding: 30px 20px;
  }
  .testimonial-slider-one {
    padding: 0 12px;
  }
  .testimonial-slider-two {
    height: 100%;
  }
  .testimonial-slider-two .swiper-slide .testimonial-card {
    margin-bottom: 30px;
  }
  .testimonial-slider-two .swiper-slide .testimonial-card:last-child {
    margin-bottom: 0;
  }
  .testimonial-slider-two .testimonial-pagination {
    bottom: 0;
    justify-content: center !important;
    position: relative;
    margin-top: 30px;
  }
  .testimonial-card.style-one .client-img-wrap {
    padding-right: 30px;
  }
  .testimonial-card.style-one .client-img-wrap .client-img {
    width: 150px;
    height: 150px;
  }
  .testimonial-card.style-one .client-img-wrap .star-icon {
    margin-top: -60px;
  }
  .testimonial-card.style-one .client-quote {
    padding: 20px;
    margin-top: -40px;
    width: calc(100% - 20px);
  }
  .testimonial-card.style-two img {
    top: 0;
  }
  .testimonial-card.style-two .client-quote {
    width: 100%;
    margin: 15px 0 0;
  }
  .testimonial-card.style-two .client-quote p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .testimonial-card.style-three p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 20px;
  }
  .testimonial-slider-one .testimonial-pagination {
    margin-top: 35px;
  }
  .testimonial-slider-three .testimonial-pagination {
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
  .blog-wrap.style-one .container .blog-shape-one {
    top: -5px;
    left: 5px;
  }
  .blog-wrap.style-one .container .blog-shape-two {
    top: -5px;
    right: 1%;
  }
  .blog-wrap.style-two .container .blog-shape-one {
    top: -45px;
    left: 15%;
  }
  .blog-wrap.style-two .container .blog-shape-two {
    top: -35px;
    right: 5%;
    max-width: 40px;
  }
  .blog-card.style-one .blog-img .blog-link {
    width: 48px;
    height: 48px;
  }
  .blog-card.style-one .blog-img .blog-link img {
    max-width: 20px;
  }
  .blog-slider .blog-pagination {
    margin-top: 30px;
  }
  .single-project-img {
    height: 350px;
    background-position: center;
  }
  article h1, article h2, article h3, article h4, article h5, article h6, article p,
  .service-desc h1,
  .service-desc h2,
  .service-desc h3,
  .service-desc h4,
  .service-desc h5,
  .service-desc h6,
  .service-desc p,
  .project-desc h1,
  .project-desc h2,
  .project-desc h3,
  .project-desc h4,
  .project-desc h5,
  .project-desc h6,
  .project-desc p,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6,
  .terms-wrap p {
    margin-bottom: 15px;
    line-height: 1.3;
  }
  article ol, .terms-wrap ol {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  article h1, article h2, article h3, article h4, article h5, article h6,
  .service-desc h1,
  .service-desc h2,
  .service-desc h3,
  .service-desc h4,
  .service-desc h5,
  .service-desc h6,
  .project-desc h1,
  .project-desc h2,
  .project-desc h3,
  .project-desc h4,
  .project-desc h5,
  .project-desc h6,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6 {
    line-height: 1.48;
  }
  article h1,
  .service-desc h1,
  .project-desc h1,
  .terms-wrap h1 {
    font-size: 28px;
  }
  article h2,
  .service-desc h2,
  .project-desc h2,
  .terms-wrap h2 {
    font-size: 26px;
  }
  article h3,
  .service-desc h3,
  .project-desc h3,
  .terms-wrap h3 {
    font-size: 24px;
  }
  article h4,
  .service-desc h4,
  .project-desc h4,
  .terms-wrap h4 {
    font-size: 22px;
  }
  article h5,
  .service-desc h5,
  .project-desc h5,
  .terms-wrap h5 {
    font-size: 20px;
  }
  article h6,
  .service-desc h6,
  .project-desc h6,
  .terms-wrap h6 {
    font-size: 18px;
  }
  article ol li,
  .service-desc ol li,
  .project-desc ol li,
  .terms-wrap ol li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  article ol li:last-child,
  .service-desc ol li:last-child,
  .project-desc ol li:last-child,
  .terms-wrap ol li:last-child {
    margin-bottom: 0;
  }
  article ul li,
  .service-desc ul li,
  .project-desc ul li,
  .terms-wrap ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  article ul li:last-child,
  .service-desc ul li:last-child,
  .project-desc ul li:last-child,
  .terms-wrap ul li:last-child {
    margin-bottom: 0;
  }
  article p,
  .service-desc p,
  .project-desc p,
  .terms-wrap p {
    line-height: 25px;
  }
  article .single-img,
  .service-desc .single-img,
  .project-desc .single-img,
  .terms-wrap .single-img {
    margin-bottom: 20px;
  }
  article .blog-metainfo li,
  .service-desc .blog-metainfo li,
  .project-desc .blog-metainfo li,
  .terms-wrap .blog-metainfo li {
    margin-bottom: 2px;
  }
  article .content-feature-list li,
  .service-desc .content-feature-list li,
  .project-desc .content-feature-list li,
  .terms-wrap .content-feature-list li {
    font-size: 14px;
  }
  article .content-feature-list li i, article .content-feature-list li ion-icon,
  .service-desc .content-feature-list li i,
  .service-desc .content-feature-list li ion-icon,
  .project-desc .content-feature-list li i,
  .project-desc .content-feature-list li ion-icon,
  .terms-wrap .content-feature-list li i,
  .terms-wrap .content-feature-list li ion-icon {
    font-size: 14px;
    top: 4px;
  }
  .wp-block-quote {
    padding: 20px;
    margin: 20px 0 20px;
  }
  .single-img {
    margin: 0 0 25px;
  }
  .post-tag {
    margin-bottom: 20px;
  }
  .post-tag,
  .post-share {
    width: 100%;
  }
  .post-tag span,
  .post-share span {
    font-size: 16px;
  }
  .post-share {
    justify-content: flex-start;
  }
  .post-share .social-profile li a {
    width: 30px;
    height: 30px;
  }
  .post-share .social-profile li a i {
    font-size: 15px;
    line-height: 30px;
  }
  .reply-btn {
    font-size: 14px;
  }
  .comment-item-wrap .single-comment-box {
    padding: 25px 20px 22px 20px;
  }
  .comment-item-wrap .single-comment-box .comment-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .comment-item-wrap .single-comment-box .comment-item.reply {
    margin-left: 20px;
  }
  .comment-item-wrap .single-comment-box .comment-item .comment-author-wrap {
    width: calc(100% - 75px);
    margin-left: 15px;
  }
  .comment-item-wrap .single-comment-box .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 20px;
  }
  .comment-item-wrap .single-comment-box .comment-item .comment-author-wrap .comment-author-name h5 {
    font-size: 20px;
  }
  .comment-item-wrap .single-comment-box .comment-item .comment-text {
    margin-top: 18px;
  }
  .comment-item-wrap .single-comment-box .reply-btn {
    font-size: 14px;
  }
  .comment-box-title {
    font-size: 28px;
  }
  .pp-post-item .pp-post-img {
    width: 90px;
  }
  .pp-post-item .pp-post-info {
    width: calc(100% - 105px);
    margin-left: 15px;
  }
  .pp-post-item .pp-post-info h6 {
    font-size: 15px;
    line-height: 22px;
  }
  .tag-list li a {
    font-size: 14px;
  }
  .sidebar {
    padding: 20px 24px 24px;
  }
  .sidebar .sidebar-widget {
    margin: 0 0 30px;
  }
  .sidebar .sidebar-widget .sidebar-widget-title {
    font-size: 22x;
  }
  .sidebar .category-box li a {
    font-size: 16px;
  }
  .project-desc .feature-item-wrap {
    padding-left: 15px;
  }
  .project-desc .feature-item-wrap .feature-item {
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-55 {
    padding-bottom: 15px;
  }
  .pt-125 {
    padding-top: 55px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-75 {
    padding-bottom: 5px;
  }
  .pb-125 {
    padding-bottom: 45px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-130 {
    padding-top: 70px;
  }
  .pb-130 {
    padding-bottom: 70px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptb-130 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mt-130 {
    margin-top: 70px !important;
  }
  .mb-100 {
    margin-bottom: 70px !important;
  }
  .mt-130 {
    margin-top: 70px !important;
  }
  .mb-130 {
    margin-bottom: 70px !important;
  }
  .mtb-130 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .fs-26 {
    font-size: 22px;
  }
  .fs-36 {
    font-size: 32px;
  }
  .fs-56 {
    font-size: 40px;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .breadcrumb-wrap {
    padding: 140px 0 55px;
  }
  .breadcrumb-wrap .br-title {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-slider .hero-pagination {
    padding-right: 20px;
  }
  .hero-slider .hero-slide-item {
    padding: 250px 0 100px;
  }
  .hero-section.style-two {
    padding: 120px 0 80px;
  }
  .hero-section.style-two .hero-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .hero-section.style-three {
    padding: 100px 0 55px;
  }
  .hero-section.style-three .hero-content {
    margin-bottom: 40px;
  }
  .hero-section.style-three .hero-content h1 {
    font-size: 80px;
    line-height: 90px;
  }
  .hero-section.style-three .hero-content .our-mission {
    margin-top: 60px;
  }
  .hero-section.style-three .hero-img-wrap .hero-img-one {
    left: -10px;
  }
  .hero-section.style-three .hero-img-wrap .hero-img-two {
    bottom: 13%;
    left: -10px;
  }
  .about-wrap.style-one .about-img-wrap {
    padding: 0 0 0 40px;
  }
  .about-wrap.style-one .about-img-wrap .about-img:before {
    transform: rotate(-5deg);
  }
  .service-wrap.style-one .service-bg {
    margin-bottom: 30px;
  }
  .service-card-wrap {
    justify-content: center;
  }
  .service-card-wrap .service-card {
    width: calc(50% - 24px);
    margin-bottom: 55px;
  }
  .service-card-wrap .service-card:last-child {
    margin-bottom: 60px;
  }
  .move-text {
    min-height: 50px;
  }
  .move-text ul li {
    font-size: 41px;
    padding-right: 60px;
    margin-right: 15px;
  }
  .move-text ul li:after {
    top: 3px;
    width: 36px;
    height: 36px;
  }
  .work-process-wrap .section-shape {
    top: 12%;
  }
  .work-card-wrap .work-card {
    width: 50%;
  }
  .work-card-wrap .work-card:after {
    display: none;
  }
  .work-card-wrap .work-card h3 {
    padding: 0 15px;
  }
  .work-card-wrap .work-card p {
    padding: 0 10px;
  }
  .counter-card-wrap .counter-card {
    width: 50%;
  }
  .counter-card-wrap .counter-card p {
    padding: 0 40px;
  }
  .app-box {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
  }
  .app-box .app-content {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .app-box .app-img img {
    display: block;
    margin: 0 auto;
  }
  .team-wrap .section-title {
    padding: 30px 25px 25px;
  }
  .team-wrap .section-title p {
    padding-right: 50px;
  }
  .single-project-img {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .pb-80 {
    padding-bottom: 0px;
  }
  .about-wrap.style-one .about-content, .about-wrap.style-three .about-content {
    margin-bottom: 40px;
  }
  .about-wrap.style-two .about-content .section-title {
    margin-bottom: 30px;
  }
  .feature-list .feature-item {
    margin-bottom: 20px;
    padding-left: 32px;
  }
  .feature-list .feature-item h5 {
    margin-bottom: 12px;
  }
  .simple-content {
    margin-top: 30px;
  }
  .wh-area .wh-content {
    margin-top: 30px;
  }
  .wh-area .wh-content .section-title {
    margin-bottom: 35px;
  }
  .wh-area .wh-content h4 {
    margin-bottom: 30px;
  }
  .wh-area .wh-content .award-logo-wrap {
    margin-bottom: 35px;
  }
  .service-slider {
    max-height: 100%;
  }
  .service-slider .service-pagination {
    position: relative;
    top: auto;
    bottom: 0;
    margin-top: 30px;
  }
  .service-slider .service-pagination .swiper-pagination-bullet {
    display: inline-block;
  }
  .service-wrap.style-two .service-content {
    margin-bottom: 30px;
  }
  .feature-box {
    padding-bottom: 50px;
  }
  .feature-box:after {
    height: 100%;
  }
  .feature-box .feature-img {
    margin-bottom: 30px;
  }
  .feature-box .feature-img img {
    display: block;
    margin: 0 auto;
  }
  .feature-box .feature-bottom-link {
    margin-top: 20px;
  }
  .single-team-img {
    margin-bottom: 30px;
  }
  .contact-wrap.style-one .contact-content {
    margin-bottom: 45px;
  }
  .contact-wrap.style-one .contact-img-wrap .contact-img {
    display: block;
    margin: 0 auto;
  }
  .contact-wrap.style-one .contact-img-wrap .contact-img img {
    display: block;
    margin: 0 auto;
  }
  .contact-wrap.style-one .contact-img-wrap .contact-img:before {
    width: 85%;
    left: 50%;
    transform: translateX(-50%) rotate(-13deg);
  }
  .contact-wrap.style-two .contact-content {
    margin-top: 30px;
  }
  .contact-wrap.style-two .contact-img-wrap .contact-img {
    display: block;
    margin: 0 auto;
  }
  .faq-wrap .faq-shape-one {
    top: 20px;
    max-width: 60px;
  }
  .faq-wrap .faq-content {
    margin-top: 30px;
  }
  .faq-wrap .accordion-item .accordion-header .accordion-button {
    padding: 9px 40px 11px 20px;
    line-height: 27px;
  }
  .faq-wrap .accordion-item .accordion-header .accordion-button span {
    width: 20px;
    height: 20px;
    top: 6px;
    right: 18px;
  }
  .faq-wrap .accordion-item .accordion-header .accordion-button span i {
    font-size: 20px;
  }
  .faq-wrap .accordion-item .accordion-body p {
    margin: 0 20px 0 20px;
  }
  .testimonial-wrap.style-two .testimonial-slider-wrap:before {
    display: none;
  }
  .testimonial-wrap.style-two .section-title {
    margin-bottom: 30px;
  }
  .testimonial-wrap.style-three .testimonial-img {
    margin-top: 30px;
  }
  .testimonial-wrap.style-three .testimonial-img img {
    display: block;
    margin: 0 auto;
  }
  .project-info-list {
    margin-top: 30px;
  }
  .project-desc .feature-item-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .service-bg {
    width: calc(100% + 115px);
  }
  .project-wrap .container-fluid {
    padding-left: calc((100% - 980px) / 2 + 12px);
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .project-wrap .container-fluid {
    padding-left: calc((100% - 1180px) / 2 + 12px);
  }
}
@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none;
  }
  .sidebar {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-36 {
    font-size: 30px;
  }
  .pt-125 {
    padding-top: 95px;
  }
  .pt-120 {
    padding-top: 90px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  .pb-125 {
    padding-bottom: 95px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .pt-105 {
    padding-bottom: 75px;
  }
  .pb-105 {
    padding-bottom: 75px;
  }
  .pt-130 {
    padding-top: 100px;
  }
  .pb-130 {
    padding-bottom: 100px;
  }
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ptb-130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-130 {
    margin-top: 100px !important;
  }
  .mb-130 {
    margin-bottom: 100px !important;
  }
  .mtb-130 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mt-130 {
    margin-top: 100px !important;
  }
  .section-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .breadcrumb-wrap {
    padding: 215px 0 60px;
  }
  .breadcrumb-wrap .br-title {
    font-size: 34px;
    line-height: 46px;
  }
  .breadcrumb-wrap .br-bg {
    width: 500px;
    background-size: cover;
  }
  .breadcrumb-wrap .br-shape-one {
    right: 55%;
  }
  .breadcrumb-wrap .br-shape-two {
    left: 4.5%;
  }
  .breadcrumb-wrap .br-shape-three {
    right: 41%;
  }
  .hero-slider .hero-pagination {
    padding-right: 20px;
  }
  .hero-slider .hero-slide-item {
    padding: 320px 0 100px;
  }
  .hero-section.style-two {
    padding: 160px 0 80px;
  }
  .about-wrap.style-one .about-img-wrap {
    padding-left: 30px;
  }
  .about-wrap.style-one .about-img-wrap .credit-card {
    max-width: 250px;
  }
  .service-card-wrap {
    width: calc(100% + 110px);
    margin-left: -110px;
  }
  .service-list-wrap .service-list .service-list-left h3 {
    font-size: 32px;
  }
  .service-list-wrap .service-list .service-link {
    width: 61px;
    height: 53px;
  }
  .service-slider {
    max-height: 760px;
  }
  .move-text ul li {
    font-size: 56px;
    padding-right: 80px;
    margin-right: 30px;
  }
  .move-text ul li:after {
    top: 5px;
  }
  .app-box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .app-box .app-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .work-process-wrap .section-shape {
    top: 12%;
  }
  .work-card-wrap .work-card:after {
    bottom: -5px;
    right: -38%;
    width: 250px;
    background-size: 250px 23px;
  }
  .wh-area:after {
    height: 52%;
  }
  .counter-card-wrap .counter-card p {
    padding: 0 10px;
  }
  .feature-box .feature-bottom-link {
    margin-top: 45px;
  }
  .contact-wrap.style-one .contact-content {
    width: calc(100% + 10px);
  }
  .contact-wrap.style-one .contact-img-wrap {
    width: calc(100% - 35px);
    margin-left: auto;
    padding-right: 10px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review {
    left: -20px;
    padding: 25px 20px 25px 20px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo {
    padding-right: 25px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo .client-logo p {
    font-size: 14px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo .ratings {
    margin-left: 20px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .trustlogo .ratings span {
    font-size: 14px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings {
    padding-left: 15px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings img {
    max-width: 30px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings span {
    font-size: 14px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings {
    margin-left: 10px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings ul {
    margin-bottom: 2px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings ul li {
    margin: 0 -1px 0;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review .client-ratings .ratings ul li i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1180px;
  }
  .contact-wrap.style-one .contact-content {
    width: calc(100% + 10px);
  }
  .contact-wrap.style-one .contact-img-wrap {
    width: calc(100% - 55px);
    margin-left: auto;
    padding-right: 10px;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review {
    left: -44px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }
  .ps-xxl-13 {
    padding-left: 1.3rem !important;
  }
  .fs-xxl-18 {
    font-size: 18px;
  }
  .lh-xxl-30 {
    line-height: 30px;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-25 {
    padding-left: 2.5rem !important;
  }
  .breadcrumb-wrap {
    padding: 210px 0 140px;
  }
  .breadcrumb-wrap .br-title {
    font-size: 44px;
    line-height: 56px;
  }
  .breadcrumb-wrap .br-bg {
    width: 792px;
  }
  .breadcrumb-wrap .br-shape-one {
    right: 55%;
  }
  .breadcrumb-wrap .br-shape-two {
    left: 4.5%;
  }
  .breadcrumb-wrap .br-shape-three {
    right: 45%;
  }
  .section-title h2 {
    font-size: 44px;
    line-height: 56px;
  }
  .hero-section.style-one .hero-content h1 {
    font-size: 84px;
    line-height: 90px;
    padding-right: 45px;
  }
  .hero-section.style-one .hero-content h1 i {
    font-size: 90px;
  }
  .hero-section.style-one .hero-content p {
    max-width: 85%;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.16px;
  }
  .hero-section.style-two .hero-content {
    width: calc(100% + 15px);
  }
  .hero-section.style-two .hero-content h1 {
    font-size: 84px;
    line-height: 90px;
    margin-bottom: 40px;
  }
  .hero-section.style-three .hero-content {
    margin-top: 8px;
  }
  .hero-section.style-three .hero-content h1 {
    font-size: 84px;
    line-height: 94px;
  }
  .hero-section.style-three .hero-content .our-mission {
    margin-top: 168px;
  }
  .hero-section.style-three .hero-img-wrap {
    width: calc(100% - 57px);
    margin-left: auto;
  }
  .hero-section.style-three .hero-img-wrap .hero-img-one {
    left: -119px;
  }
  .hero-section.style-three .hero-img-wrap .hero-img-two {
    left: -85px;
  }
  .wh-area .wh-img-wrap .wh-shape-two {
    right: -38px;
  }
  .wh-area .wh-content {
    width: calc(100% - 120px);
    margin-left: auto;
  }
  .about-wrap.style-one .about-content, .about-wrap.style-three .about-content {
    width: calc(100% - 100px);
  }
  .about-wrap.style-one .about-content .section-title p, .about-wrap.style-three .about-content .section-title p {
    padding-right: 50px;
  }
  .about-wrap.style-one .about-content .feature-list, .about-wrap.style-three .about-content .feature-list {
    padding-right: 45px;
  }
  .about-wrap.style-one .about-img-wrap .credit-card {
    left: -17%;
  }
  .about-wrap.style-two .about-shape-one {
    top: 36%;
    left: 4%;
  }
  .about-wrap.style-two .about-content .section-title {
    padding-right: 70px;
  }
  .about-wrap.style-three .about-img-wrap {
    padding-left: 0;
  }
  .about-wrap.style-three .about-img-wrap .credit-card {
    left: -18%;
  }
  .service-card-wrap {
    margin-top: -15px;
  }
  .service-card {
    padding: 35px 30px 25px;
  }
  .service-wrap.style-one .section-shape-one {
    left: 65px;
  }
  .service-wrap.style-one .section-shape-two {
    right: -10px;
  }
  .service-wrap.style-two .service-content {
    width: calc(100% - 50px);
  }
  .service-wrap.style-two .service-content .service-list-wrap .service-list .service-list-left {
    width: calc(100% - 140px);
    margin-right: 69px;
  }
  .service-slider .service-pagination {
    right: 10px;
  }
  .project-wrap .container-fluid {
    padding-left: calc((100% - 1330px) / 2 + 12px);
  }
  .simple-img.style-one {
    width: calc(100% - 20px);
  }
  .simple-img.style-two {
    width: calc(100% - 40px);
    margin-left: auto;
  }
  .simple-content.style-one {
    width: calc(100% - 40px);
    margin-left: auto;
  }
  .simple-content.style-one {
    width: calc(100% - 40px);
  }
  .feature-box {
    padding: 90px 112px 0 90px;
  }
  .feature-box:after {
    height: 82%;
  }
  .feature-box .feature-img {
    width: calc(100% + 50px);
  }
  .feature-box .feature-card-wrap {
    width: calc(100% - 90px);
    margin-left: auto;
  }
  .feature-card.style-two {
    padding: 32px 30px 25px 28px;
  }
  .work-card-wrap .work-card:after {
    right: -38%;
    width: 350px;
  }
  .work-card-wrap .work-card h3 {
    padding: 0 75px;
  }
  .work-card-wrap .work-card p {
    padding: 0 17px;
  }
  .app-box {
    padding-left: 72px;
    padding-right: 72px;
  }
  .app-box .app-img {
    width: calc(100% + 36px);
  }
  .app-box .app-content {
    width: calc(100% - 80px);
    margin-left: auto;
  }
  .testimonial-box {
    padding: 75px 70px;
  }
  .testimonial-wrap.style-two .section-title {
    width: calc(100% + 50px);
  }
  .testimonial-wrap.style-two .testimonial-slider-wrap:before {
    left: -65px;
  }
  .testimonial-wrap.style-three .testimonial-img {
    width: calc(100% - 68px);
    margin-left: auto;
  }
  .testimonial-wrap.style-three .testimonial-card p {
    padding-right: 30px;
  }
  .testimonial-slider-three .testimonial-pagination {
    bottom: 16px;
    padding-right: 35px;
  }
  .single-team-img {
    width: calc(100% + 7px);
  }
  .team-desc {
    width: calc(100% - 68px);
    margin-left: auto;
  }
  .counter-shape-one {
    left: -15px;
  }
  .counter-card-wrap .counter-card p {
    padding: 0 45px;
  }
  .counter-card-wrap.style-one .counter-card:nth-child(1), .counter-card-wrap.style-two .counter-card:nth-child(1), .counter-card-wrap.style-three .counter-card:nth-child(1) {
    left: -50px;
  }
  .counter-card-wrap.style-one .counter-card:nth-child(1) p, .counter-card-wrap.style-two .counter-card:nth-child(1) p, .counter-card-wrap.style-three .counter-card:nth-child(1) p {
    padding: 0 55px;
  }
  .counter-card-wrap.style-one .counter-card:nth-child(2), .counter-card-wrap.style-two .counter-card:nth-child(2), .counter-card-wrap.style-three .counter-card:nth-child(2) {
    left: -10px;
  }
  .counter-card-wrap.style-one .counter-card:nth-child(3), .counter-card-wrap.style-two .counter-card:nth-child(3), .counter-card-wrap.style-three .counter-card:nth-child(3) {
    left: 30px;
  }
  .counter-card-wrap.style-one .counter-card:nth-child(4), .counter-card-wrap.style-two .counter-card:nth-child(4), .counter-card-wrap.style-three .counter-card:nth-child(4) {
    left: 35px;
  }
  .pricing-card {
    padding: 30px 45px 45px;
  }
  .team-wrap .section-title p {
    padding-right: 50px;
  }
  .testimonial-card.style-one .client-img-wrap {
    padding-right: 100px;
  }
  .testimonial-card.style-one .client-quote {
    padding: 25px 35px 28px;
    width: calc(100% - 100px);
  }
  .testimonial-card.style-one .client-quote p {
    font-size: 20px;
    line-height: 34px;
  }
  .faq-wrap .faq-img {
    width: calc(100% + 18px);
  }
  .faq-wrap .faq-content {
    width: calc(100% - 80px);
    margin-left: auto;
  }
  .blog-card.style-one .blog-info {
    padding: 17px 22px 51px 25px;
  }
  .blog-card.style-two .blog-info, .blog-card.style-three .blog-info {
    padding: 15px 22px 9px 25px;
  }
  .blog-card .blog-info h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .blog-slider .blog-pagination {
    margin-top: 70px;
  }
  .contact-wrap.style-one .contact-shape-two {
    right: 12%;
    top: 46%;
  }
  .contact-wrap.style-one .contact-content {
    width: calc(100% + 10px);
  }
  .contact-wrap.style-one .contact-img-wrap {
    width: calc(100% - 75px);
    margin-left: auto;
  }
  .contact-wrap.style-one .contact-img-wrap .client-review {
    left: -44px;
  }
  .contact-wrap.style-two .contact-shape-one {
    left: 6%;
  }
  article h1, article h2, article h3, article h4, article h5, article h6,
  .service-desc h1,
  .service-desc h2,
  .service-desc h3,
  .service-desc h4,
  .service-desc h5,
  .service-desc h6,
  .project-desc h1,
  .project-desc h2,
  .project-desc h3,
  .project-desc h4,
  .project-desc h5,
  .project-desc h6,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6 {
    line-height: 1.48;
  }
  article h1,
  .service-desc h1,
  .project-desc h1,
  .terms-wrap h1 {
    font-size: 44px;
  }
  article h2,
  .service-desc h2,
  .project-desc h2,
  .terms-wrap h2 {
    font-size: 40px;
  }
  article h3,
  .service-desc h3,
  .project-desc h3,
  .terms-wrap h3 {
    font-size: 36px;
  }
  article h4,
  .service-desc h4,
  .project-desc h4,
  .terms-wrap h4 {
    font-size: 30px;
  }
  article h5,
  .service-desc h5,
  .project-desc h5,
  .terms-wrap h5 {
    font-size: 26px;
  }
  article h6,
  .service-desc h6,
  .project-desc h6,
  .terms-wrap h6 {
    font-size: 22px;
  }
  .contact-info-box-wrap .contact-info-box {
    padding: 45px 39px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .gx-xxl-46 {
    --bs-gutter-x: 4.6rem;
  }
  .ps-xxl-45 {
    padding-left: 1.8rem !important;
  }
  .pe-xxl-45 {
    padding-right: 1.8rem !important;
  }
  .breadcrumb-wrap .br-shape-one {
    right: 55%;
  }
  .breadcrumb-wrap .br-shape-two {
    left: 4.5%;
  }
  .breadcrumb-wrap .br-shape-three {
    right: 38%;
  }
  .about-wrap.style-one .about-img-wrap {
    width: calc(100% + 5px);
    margin-left: -5px;
  }
  .about-wrap.style-two .about-bg {
    width: 1560px;
  }
  .service-wrap.style-two .service-img-wrap {
    width: calc(100% + 80px);
  }
  .service-slider .service-pagination {
    right: 50px;
  }
  .counter-shape-one {
    left: -107px;
  }
  .counter-card-wrap .counter-card p {
    padding: 0 45px;
  }
  .counter-card-wrap.style-one .counter-card:nth-child(4), .counter-card-wrap.style-two .counter-card:nth-child(4), .counter-card-wrap.style-three .counter-card:nth-child(4) {
    left: 45px;
  }
  .service-card-item:after,
  .wh-area:after {
    max-width: 1550px;
  }
  .team-wrap .team-bg {
    width: 1560px;
  }
  .testimonial-wrap.style-one .section-shape-one {
    top: 44%;
    left: -60px;
  }
  .testimonial-wrap.style-one .section-shape-two {
    top: 32%;
    right: -50px;
  }
  .blog-wrap.style-one:after {
    width: 1560px;
  }
  .blog-wrap.style-two .container .blog-shape-two {
    right: -100px;
  }
}
@media only screen and (min-width: 1920px) {
  .breadcrumb-wrap .br-shape-one {
    bottom: -90px;
    right: 43%;
  }
  .breadcrumb-wrap .br-shape-two {
    top: 56%;
    left: 4.5%;
  }
  .breadcrumb-wrap .br-shape-three {
    top: -46px;
    right: 28%;
  }
  .service-wrap.style-one .section-shape-two {
    right: -80px;
  }
  .service-slider .service-pagination {
    top: 50%;
    right: 12%;
  }
}/*# sourceMappingURL=responsive.css.map */