/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
@media only screen and (max-width: 375px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }

  .checkbox label,
  .checkbox label a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .xs-center {
    text-align: center;
  }

  .xs-none {
    display: none;
  }

  .section-title span,
  .content-title span {
    font-size: 14px;
  }

  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    font-size: 14px;
  }

  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 14px;
  }

  .page-navigation {
    margin: 15px 0 0;
  }

  .page-navigation .page-nav li a {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }

  .page-navigation .page-nav li a i {
    font-size: 20px;
    line-height: 38px;
  }

  .hero-slider-three.owl-carousel .owl-dots {
    bottom: 30px;
    left: 5px;
  }

  .testimonial-card.style2 .quote-info .client-info-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-card.style2 .quote-info .ratings {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }

  .hero-slider-three.owl-carousel .owl-dots {
    bottom: 30px;
    left: calc((100% - 520px) /2 + 5px);
  }
}

@media only screen and (max-width: 767px) {

  p,
  input,
  textarea {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
    line-height: 1.4;
  }

  .sm-none {
    display: none !important;
  }

  .sm-center {
    text-align: center !important;
  }

  .smt-20 {
    margin-top: 20px;
  }

  .smb-70 {
    margin-bottom: 50px !important;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-50 {
    padding-bottom: 0px;
  }

  .pb-60 {
    padding-bottom: 15px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-70 {
    padding-top: 20px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pb-75 {
    padding-bottom: 25px;
  }

  .pb-50 {
    padding-bottom: 0px;
  }

  .pt-75 {
    padding-top: 25px;
  }

  .mb-40 {
    margin-bottom: 25px !important;
  }

  .section-title.mb-40,
  .content-title.mb-40 {
    margin-bottom: 30px !important;
  }

  .link,
  .btn {
    font-size: 14px;
  }

  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }

  .back-to-top i {
    font-size: 18px;
  }

  .breadcrumb-wrap {
    padding: 60px 0 60px;
  }

  .breadcrumb-wrap:after {
    width: 100%;
    -webkit-transform: skew(0);
    transform: skew(0);
    left: 0;
  }

  .content-title {
    margin-bottom: 25px !important;
  }

  .section-title h2,
  .content-title h2 {
    font-size: 25px;
  }

  .section-title p,
  .content-title p {
    margin-top: 12px;
  }

  .content-title.mb-25 {
    margin-bottom: 18px !important;
  }

  .breadcrumb-title h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .breadcrumb-title .breadcrumb-menu li {
    font-size: 14px;
  }

  .breadcrumb-title .breadcrumb-menu li:after {
    font-size: 11px;
  }

  .breadcrumb-title .breadcrumb-menu li a {
    font-size: 14px;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }

  .owl-carousel .owl-nav button.owl-prev i,
  .owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
  }

  .content-feature-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .content-feature-list.style1 li {
    padding-left: 38px;
  }

  .content-feature-list.style1 li span {
    width: 25px;
    height: 25px;
  }

  .content-feature-list.style1 li span i {
    font-size: 11px;
  }

  .btn.style1,
  .btn.style2,
  .btn.style3,
  .btn.style4,
  .btn.style5 {
    padding: 10px 20px 10px;
  }

  .testimonial-card .client-info-wrap .client-info h3,
  .about-wrap.style2 .about-content .business-hrs .business-info h3,
  .team-card .team-info h3,
  .service-card h3,
  .project-card .project-info h3,
  .feature-item-wrap .feature-item .feature-text h3,
  .why-choose-wrap.style2 .single-skill h3,
  .process-item-wrap .process-item .process-info h3,
  .blog-card.style4 .blog-info h3,
  .blog-card .blog-info h3 {
    font-size: 20px;
  }

  .owl-carousel .owl-dots button.owl-dot {
    margin: 0 8px;
  }

  .owl-carousel .owl-dots button.owl-dot span {
    width: 25px;
  }

  .hero-wrap .hero-content h1 {
    margin-bottom: 15px;
  }

  .hero-wrap .hero-content p {
    margin-bottom: 22px;
  }

  .hero-wrap.style1 {
    padding: 50px 0 50px;
  }

  .hero-wrap.style1 .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrap.style1 .hero-img-wrap {
    padding: 30px 0 0px 0;
  }

  .hero-wrap.style1 .hero-img-wrap .hero-img-one {
    bottom: -50px;
    max-width: 90%;
  }

  .hero-wrap.style1 .hero-img-wrap .hero-img-two {
    max-width: 220px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .hero-wrap.style1 .hero-content p {
    max-width: 95%;
  }

  .hero-wrap.style2 {
    margin-top: 76px;
  }

  .hero-wrap.style2 .hero-slide-item {
    position: relative;
    z-index: 1;
  }

  .hero-wrap.style2 .hero-slide-item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.78);
    z-index: -1;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 60px 0px 120px 0px;
    text-align: center;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 24px;
    line-height: 1.4;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content p {
    max-width: 95%;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content .hero-shape {
    display: none;
  }

  .hero-wrap.style3 .hero-slide-item {
    padding: 50px 0 90px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-shape {
    width: 100%;
    opacity: 0.9;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content h1 {
    font-size: 24px;
    line-height: 1.3;
    padding-right: 20px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content p {
    max-width: 100%;
    padding-right: 15px;
  }

  .hero-slider-two.owl-carousel .owl-nav button.owl-prev,
  .hero-slider-two.owl-carousel .owl-nav button.owl-next {
    top: auto;
    bottom: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .hero-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: calc(50% - 50px);
  }

  .hero-slider-two.owl-carousel .owl-nav button.owl-next {
    right: auto;
    left: calc(50% + 10px);
  }

  .about-wrap.style1 .about-content .content-feature-list {
    margin-bottom: 25px;
    -webkit-columns: 1;
    columns: 1;
  }

  .about-wrap.style1 .about-content .content-feature-list li {
    margin-bottom: 13px;
  }

  .about-wrap.style1 .about-content .content-feature-list li:last-child {
    margin-bottom: 0;
  }

  .about-wrap.style1 .about-img-wrap {
    min-height: 360px;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    height: 220px;
    width: 52%;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    height: 200px;
    top: 40px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-3 {
    height: 200px;
    width: calc(100% - 20px);
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }

  .about-wrap.style2 .about-content .business-hrs .business-icon {
    width: 95px;
    height: 95px;
  }

  .about-wrap.style2 .about-content .business-hrs .business-icon i {
    font-size: 45px;
  }

  .about-wrap.style2 .about-content .business-hrs .business-info {
    width: calc(100% - 110px);
    margin-left: 15px;
  }

  .about-wrap.style2 .about-content .business-hrs .business-info ul li {
    font-size: 14px;
  }

  .about-wrap.style2 .about-img-wrap .about-bg-4 {
    height: 350px;
  }

  .about-wrap.style2 .about-img-wrap .headerCover {
    height: 350px;
  }

  .about-wrap.style2 .about-img-wrap h2 span {
    font-size: 200px;
  }

  .about-wrap.style3 .about-img-wrap {
    height: 380px;
  }

  .about-wrap.style3 .about-img-wrap .about-promo-text {
    width: 200px;
    height: 170px;
    font-size: 18px;
  }

  .about-wrap.style3 .about-img-wrap .about-promo-text span {
    font-size: 28px;
  }

  .about-wrap.style3 .about-content .about-company {
    padding: 20px;
  }

  .about-wrap.style3 .about-content .about-company .ceo-info-wrap,
  .about-wrap.style3 .about-content .about-company .comp-contact {
    width: 100%;
  }

  .about-wrap.style3 .about-content .about-company .ceo-info-wrap .ceo-info h4 {
    font-size: 18px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact {
    padding-left: 0px;
    padding-top: 20px;
    margin-top: 20px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact a {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .feature-item-wrap .feature-item {
    margin-bottom: 20px;
  }

  .feature-item-wrap .feature-item .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 75px);
    margin-left: 15px;
  }

  .feature-item-wrap .feature-item .feature-text h3 {
    margin-bottom: 5px;
  }

  .play-now .icon {
    height: 70px;
    width: 70px;
    line-height: 78px;
    font-size: 24px;
  }

  .play-now .ripple {
    height: 70px;
    width: 70px;
  }

  .play-now .ripple:before,
  .play-now .ripple:after {
    height: 70px;
    width: 70px;
  }

  .faq-wrap .accordion .accordion-button {
    font-size: 16px;
    line-height: 27px;
    padding: 20px 50px 20px 20px;
  }

  .faq-wrap .faq-img-wrap {
    height: 350px;
  }

  .cta-wrap .cta-content {
    padding: 30px 0 50px;
  }

  .cta-wrap .cta-content .cta-btn .btn:first-child {
    margin-right: 10px;
  }

  .cta-img-wrap .cta-promo-text {
    top: -90px;
    width: 80%;
    left: 7px;
    height: calc(100% + 50px);
    font-size: 18px;
  }

  .cta-img-wrap .cta-img {
    margin: 90px auto 0;
  }

  .cta-img-wrap .service-discount {
    right: 20px;
    font-size: 15px;
  }

  .feature-card {
    padding: 18px 20px 18px 20px;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
  }

  .feature-card .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-card .feature-icon i {
    font-size: 29px;
    line-height: 0.7;
  }

  .feature-card.style3 {
    margin-top: 24px;
  }

  .process-bg {
    height: auto;
    width: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin: 30px 0;
  }

  .process-bg .process-shape-2 {
    width: auto;
    margin: 0 auto;
  }

  .process-bg .process-img {
    width: auto;
    margin: 0 auto;
  }

  .process-item-wrap .process-item span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    top: 3px;
  }

  .process-item-wrap .process-item .process-info {
    width: calc(100% - 55px);
    margin-left: 15px;
  }

  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    height: 350px;
  }

  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
    width: 100%;
  }

  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item:last-child {
    margin-bottom: 0;
  }

  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-2 {
    height: 340px;
  }

  .why-choose-wrap.style2 .wh-img-wrap .wh-shape {
    display: none;
  }

  .why-choose-wrap.style2 .wh-img-wrap span {
    width: 200px;
    height: 150px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    font-size: 18px;
  }

  .why-choose-wrap.style2 .progess-bar-item {
    margin-bottom: 0;
  }

  .why-choose-wrap.style2 .progess-bar-item .circle-progress-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .appointment-wrap.style1 .appointment-form button {
    padding: 12px;
  }

  .counter-card-wrap.style1 .counter-card {
    padding: 20px;
  }

  .service-card.style1 {
    padding: 20px 20px 18px;
  }

  .service-card.style1 .service-icon {
    width: 70px;
    height: 70px;
    padding: 10px;
    margin-bottom: 18px;
  }

  .service-card.style1 h3 {
    margin: 0 0 10px;
  }

  .service-card.style1 p {
    margin: 0 0 8px;
  }

  .service-card.style1 .link.style1 span {
    font-size: 14px;
  }

  .service-card.style1 .link.style1 i {
    top: -1px;
    right: -25px;
    font-size: 18px;
  }

  .service-card.style1:hover .link.style1 {
    letter-spacing: 0;
  }

  .service-card.style1:hover .link.style1 span {
    font-size: 14px;
  }

  .service-card.style2 .service-info {
    padding: 18px 20px 20px;
  }

  .service-card.style2 .service-info .service-title {
    margin-bottom: 15px;
  }

  .service-card.style2 .service-info p {
    margin-bottom: 10px;
  }

  .service-card.style3 {
    padding: 20px;
  }

  .service-card.style3 .service-title {
    margin-bottom: 15px;
  }

  .service-card.style3 .service-title span {
    width: 45px;
    height: 40px;
    margin-right: 15px;
  }

  .service-card.style3 .service-title span i {
    font-size: 24px;
  }

  .service-card.style3 p {
    margin-bottom: 20px;
  }

  .content-feature-list.style1 li {
    margin-bottom: 10px;
  }

  .skill-wrap .skill-img-wrap {
    margin-bottom: -50px;
  }

  .project-card .project-info .project-category {
    margin-bottom: 5px;
  }

  .project-card .project-info .project-category li:after {
    font-size: 14px;
  }

  .project-card .project-info .project-category li a {
    font-size: 14px;
  }

  .project-card.style1 .project-info {
    padding: 20px;
  }

  .project-slider-one.owl-carousel .project-card {
    margin-bottom: 0;
  }

  .project-slider-one.owl-carousel .owl-nav {
    margin-top: 30px;
  }

  .project-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-one.owl-carousel .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
  }

  .project-slider-one.owl-carousel .owl-nav button {
    left: 15px;
  }

  .project-slider-one.owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .testimonial-card .client-info-wrap {
    width: calc(100% - 30px);
  }

  .testimonial-card .client-info-wrap .client-img {
    width: 50px;
    height: 50px;
  }

  .testimonial-card .client-info-wrap .client-info {
    width: calc(100% - 65px);
    margin-left: 15px;
  }

  .testimonial-card .client-info-wrap .client-info h3 {
    margin-bottom: 5px;
  }

  .testimonial-card .client-info-wrap .client-info span {
    font-size: 14px;
  }

  .testimonial-card .quote-icon i {
    font-size: 30px;
  }

  .testimonial-card .client-quote {
    margin-bottom: 15px;
  }

  .testimonial-card .ratings li i {
    font-size: 14px;
  }

  .testimonial-card.style1 .ratings {
    margin-bottom: 12px;
  }

  .testimonial-card.style1 .quote-icon {
    width: 30px;
  }

  .testimonial-card.style1 .quote-icon i {
    font-size: 28px;
  }

  .testimonial-card.style1 .client-quote {
    margin-bottom: 18px;
  }

  .testimonial-card.style3 {
    margin-top: 27px;
  }

  .team-card .team-info {
    width: calc(100% - 30px);
    padding: 15px 20px 20px;
  }

  .team-card .team-info h3 {
    margin-bottom: 5px;
  }

  .team-card .team-info span {
    font-size: 14px;
  }

  .pricing-table .pricing-header {
    padding: 20px 30px 20px;
  }

  .pricing-table .pricing-header h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .pricing-table .pricing-header h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .pricing-table .pricing-features {
    padding: 0 0 25px;
  }

  .pricing-table .pricing-features ul {
    padding: 15px 20px 20px;
  }

  .pricing-table .pricing-features ul li {
    padding: 0 0 6px 0;
  }

  .pricing-table .pricing-features ul li:last-child {
    padding-bottom: 0;
  }

  .blog-card .blog-info {
    padding: 0 20px 15px;
  }

  .blog-card .blog-info .blog-category {
    font-size: 14px;
    padding: 5px 25px;
  }

  .blog-card .blog-info .blog-metainfo {
    margin: -5px 0 10px;
  }

  .blog-card .blog-info .blog-metainfo li {
    font-size: 14px;
  }

  .blog-card .blog-info .blog-metainfo li a,
  .blog-card .blog-info .blog-metainfo li i {
    font-size: 14px;
  }

  .blog-card .blog-info h3 {
    margin-bottom: 10px;
  }

  .blog-card.style1 .blog-info {
    padding: 18px 20px 18px;
  }

  .blog-card.style1 .blog-info h3 {
    margin-bottom: 10px;
  }

  .blog-card.style1 .blog-info .link span {
    font-size: 14px;
  }

  .blog-card.style1 .blog-info .link i {
    top: -1px;
    right: -25px;
    font-size: 18px;
  }

  .blog-card.style1:hover .link {
    letter-spacing: 0;
  }

  .blog-card.style1:hover .link span {
    font-size: 14px;
  }

  .blog-card.style2 .blog-img {
    margin-bottom: 20px;
  }

  .blog-card.style2 .blog-img .blog-date {
    bottom: -20px;
    right: 20px;
    font-size: 14px;
    padding-bottom: 12px 20px 12px;
  }

  .blog-card.style2 .blog-info .blog-author {
    padding-bottom: 18px;
    margin: 0 0 15px;
  }

  .blog-card.style3 .blog-img .blog-date,
  .blog-card.style4 .blog-img .blog-date {
    font-size: 14px;
  }

  .blog-card.style3 .blog-info,
  .blog-card.style4 .blog-info {
    padding: 16px 20px 16px;
  }

  .blog-card.style3 .blog-info .blog-metainfo,
  .blog-card.style4 .blog-info .blog-metainfo {
    padding-top: 12px;
  }

  .blog-card.style3 .blog-info h3,
  .blog-card.style4 .blog-info h3 {
    margin-bottom: 20px;
  }

  article h2,
  .service-desc h2,
  .terms-wrap h2,
  .project-desc h2,
  article h3,
  .service-desc h3,
  .terms-wrap h3,
  .project-desc h3 {
    margin-bottom: 15px;
  }

  article p,
  .service-desc p,
  .terms-wrap p,
  .project-desc p {
    margin-bottom: 20px;
  }

  article .content-feature-list,
  .service-desc .content-feature-list,
  .terms-wrap .content-feature-list,
  .portfolio-desc .content-feature-list {
    margin: 15px 0 15px;
  }

  article ol,
  .service-desc ol,
  .terms-wrap ol,
  .portfolio-desc ol {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  article h1,
  .service-desc h1,
  .project-desc h1,
  .terms-wrap h1 {
    font-size: 23px;
  }

  article h2,
  .service-desc h2,
  .project-desc h2,
  .terms-wrap h2 {
    font-size: 21px;
  }

  article h3,
  .service-desc h3,
  .project-desc h3,
  .terms-wrap h3 {
    font-size: 19px;
  }

  article h4,
  .service-desc h4,
  .project-desc h4,
  .terms-wrap h4 {
    font-size: 18px;
  }

  article h5,
  .service-desc h5,
  .project-desc h5,
  .terms-wrap h5 {
    font-size: 17px;
  }

  article h6,
  .service-desc h6,
  .project-desc h6,
  .terms-wrap h6 {
    font-size: 16px;
  }

  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;
  }

  .wp-block-quote {
    padding: 20px 20px 20px;
    margin: 25px 0 25px;
  }

  .wp-block-quote .wp-quote-text {
    width: 100%;
    margin-right: 0;
  }

  .wp-block-quote .wp-quote-text h6 {
    font-size: 14px;
  }

  .wp-block-quote .wp-quote-icon {
    width: 60px;
    height: 45px;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }

  .wp-block-quote .wp-quote-icon:after {
    top: 0;
    width: 67%;
    height: 75%;
  }

  .wp-block-quote .wp-quote-icon i {
    font-size: 32px;
  }

  .wp-block-quote span {
    width: 40px;
    height: 40px;
  }

  .wp-block-quote span i {
    font-size: 20px;
  }

  .post-metainfo li {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 0;
  }

  .post-metainfo li:after {
    right: -12px;
    font-size: 12px;
  }

  .post-metainfo li i {
    font-size: 13px;
  }

  .post-img {
    margin: 0 0 25px;
  }

  .author-info-wrap .author-info h6 {
    font-size: 15px;
  }

  .reply-btn {
    font-size: 14px;
  }

  .post-tag {
    margin-bottom: 15px;
  }

  .post-tag ul li a {
    font-size: 13px;
  }

  .post-author {
    padding: 20px;
  }

  .post-author .post-author-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }

  .post-author .post-author-info {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .comment-item-wrap .comment-item.reply {
    margin-left: 20px;
  }

  .comment-item-wrap .comment-item .comment-author-img {
    width: 55px;
    height: 55px;
  }

  .comment-item-wrap .comment-item .comment-author-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
  }

  #cmt-form {
    margin-top: 28px;
  }

  #cmt-form .comment-form .form-group label {
    font-size: 14px;
  }

  #cmt-form .comment-form .form-group input {
    height: 54px;
  }

  .sidebar .sidebar-widget {
    padding: 20px;
  }

  .sidebar .sidebar-widget h4 {
    font-size: 22px;
    margin: 0 0 20px;
    padding-bottom: 15px;
  }

  .sidebar .sidebar-widget.contact-widget {
    padding: 40px 20px;
  }

  .category-box ul li a {
    font-size: 15px;
    padding: 5px 10px 5px 20px;
  }

  .category-box ul li a i {
    top: 10px;
  }

  .category-box ul li:first-child a i {
    top: 5px;
  }

  .category-box ul li:last-child a i {
    top: 10px;
  }

  .pp-post-item .pp-post-info span {
    font-size: 14px;
  }

  .pp-post-item .pp-post-info h6 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
  }

  .tag-list ul li {
    margin: 9px 6px 0px 0px;
  }

  .post-navigation .next-post span,
  .post-navigation .prev-post span {
    font-size: 14px;
  }

  .feature-item-wrap.style2 {
    margin-bottom: 25px;
  }

  .feature-item-wrap.style2 .feature-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .feature-item-wrap.style2 .feature-item:last-child {
    margin-bottom: 0;
  }

  .feature-item-wrap.style2 .feature-item .feature-icon {
    top: 5px;
  }

  .contact-box-wrap .contact-item {
    padding: 18px 20px 18px;
  }

  .contact-box-wrap .contact-item .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-box-wrap .contact-item .contact-icon i {
    font-size: 20px;
  }

  .contact-box-wrap .contact-item .contact-info {
    width: calc(100% - 70px);
    margin-left: 20px;
  }

  .contact-box-wrap .contact-item .contact-info h3 {
    margin-bottom: 5px;
  }

  .contact-box-wrap .contact-item .contact-info a,
  .contact-box-wrap .contact-item .contact-info p {
    font-size: 14px;
  }

  #contactForm .form-group {
    margin: 0 0 15px;
  }

  #contactForm .form-group input {
    height: 54px;
  }

  #contactForm .form-group textarea {
    height: 150px;
  }

  .schedule-widget ul li h6 {
    font-size: 14px;
  }

  .contact-widget h3 {
    font-size: 20px;
  }

  .project-info-widget .project-info-item-wrap .project-info-item span {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .schedule-widget ul li p {
    font-size: 14px;
  }

  .project-img-wrap .project-info-widget {
    position: relative;
    padding: 20px;
    width: 100%;
    margin-bottom: 25px;
  }

  .pricing-table .pricing-features li {
    font-size: 14px;
  }

  .login-form-wrap {
    padding: 22px 20px 20px;
  }

  .login-form-wrap .login-header h3 {
    font-size: 20px;
  }

  .login-form-wrap .login-body .form-group {
    margin-bottom: 10px;
  }

  .login-form-wrap .login-body .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .login-form-wrap .login-body .form-group input {
    height: 50px;
  }

  .login-form-wrap .login-body .checkbox label {
    font-size: 13px;
  }

  .login-form-wrap .login-body .link {
    font-size: 13px;
  }

  .error-content img {
    max-width: 280px;
  }

  .error-content p {
    margin: 0 auto 20px;
    max-width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 15px;
  }

  .container-fluid {
    max-width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .pb-100 {
    padding-bottom: 70px;
  }

  .pb-50 {
    padding-bottom: 20px;
  }

  .pb-60 {
    padding-bottom: 35px;
  }

  .mt-100 {
    margin-top: 70px !important;
  }

  .smb-25 {
    margin-bottom: 25px;
  }

  .smb-70 {
    margin-bottom: 70px !important;
  }

  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-70 {
    padding-top: 40px;
  }

  .pb-70 {
    padding-bottom: 40px;
  }

  .pb-75 {
    padding-bottom: 45px;
  }

  .pb-50 {
    padding-bottom: 20px;
  }

  .pt-75 {
    padding-top: 45px;
  }

  .breadcrumb-wrap {
    padding: 80px 0 80px;
  }

  .breadcrumb-wrap:after {
    width: 70%;
  }

  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 30px;
  }

  .link,
  .btn {
    font-size: 15px;
  }

  .testimonial-card .client-info-wrap .client-info h3,
  .about-wrap.style2 .about-content .business-hrs .business-info h3,
  .team-card .team-info h3,
  .service-card h3,
  .project-card .project-info h3,
  .feature-item-wrap .feature-item .feature-text h3,
  .why-choose-wrap.style2 .single-skill h3,
  .process-item-wrap .process-item .process-info h3,
  .blog-card.style4 .blog-info h3,
  .blog-card .blog-info h3 {
    font-size: 20px;
  }

  .hero-slider-three.owl-carousel .owl-dots {
    bottom: 30px;
    left: calc((100% - 720px) /2 + 5px);
  }

  .hero-wrap.style1 {
    padding: 50px 0 50px;
  }

  .hero-wrap.style1 .container-fluid {
    padding-left: calc((100% - 740px) /2 + 0px);
    padding-right: 0;
  }

  .hero-wrap.style1 .hero-img-wrap {
    padding: 50px 70px 0px 0;
  }

  .hero-wrap.style1 .hero-img-wrap .hero-img-two {
    max-width: 435px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .hero-wrap.style1 .hero-content p {
    max-width: 85%;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 80px 35px 80px 60px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 34px;
    line-height: 1.4;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content p {
    max-width: 95%;
  }

  .hero-wrap.style3 .hero-slide-item {
    padding: 80px 0 110px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-shape {
    width: 70%;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content h1 {
    font-size: 42px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content p {
    max-width: 85%;
  }

  .hero-slider-two.owl-carousel .owl-nav button.owl-prev,
  .hero-slider-two.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #E70D3D;
  }

  .hero-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }

  .hero-slider-two.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }

  .about-wrap.style1 .about-img-wrap {
    min-height: 550px;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    height: 300px;
    width: 52%;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    height: 300px;
    top: 60px;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-3 {
    height: 340px;
    width: calc(100% - 100px);
  }

  .about-wrap.style2 .about-img-wrap .about-bg-4 {
    height: 450px;
  }

  .about-wrap.style2 .about-img-wrap .headerCover {
    height: 450px;
  }

  .about-wrap.style2 .about-img-wrap h2 span {
    font-size: 420px;
  }

  .about-wrap.style3.style3 .about-img-wrap {
    height: 520px;
  }

  .about-wrap.style3.style3 .about-img-wrap .about-promo-text {
    width: 270px;
    height: 220px;
    font-size: 20px;
  }

  .about-wrap.style3.style3 .about-content .about-company {
    padding: 25px;
  }

  .faq-wrap .faq-img-wrap {
    height: 550px;
  }

  .cta-wrap .cta-content {
    padding: 30px 0 70px;
  }

  .cta-img-wrap .cta-promo-text {
    top: -100px;
    width: 260px;
    left: 120px;
  }

  .cta-img-wrap .cta-img {
    margin: 100px auto 0;
  }

  .cta-img-wrap .service-discount {
    right: 20px;
  }

  .process-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .process-item-wrap .process-item {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }

  .process-bg {
    margin: 30px 0;
    height: auto;
  }

  .skill-wrap .skill-img-wrap {
    margin-bottom: -70px;
  }

  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    height: 500px;
  }

  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-2 {
    height: 540px;
  }

  .why-choose-wrap.style2 .wh-img-wrap .wh-shape {
    display: none;
  }

  .progress-wrap.style1 .progress-img-wrap .progress-bg-1 {
    height: 600px;
  }

  .progress-wrap.style2 .progress-img-wrap .progress-bg-3 {
    top: 70%;
  }

  .blog-card .blog-info .blog-metainfo li {
    font-size: 14px;
  }

  .blog-card .blog-info .blog-metainfo li a {
    font-size: 14px;
  }

  .blog-card .blog-info .blog-category {
    font-size: 15px;
  }

  .faq-img-wrap .faq-shape {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
  }

  .faq-img-wrap .faq-bg-1 {
    height: 400px;
  }

  .testimonial-card .client-info-area .client-info-wrap {
    width: calc(100% - 32px);
  }

  .testimonial-card .client-info-area .client-info-wrap .client-img {
    width: 55px;
    height: 55px;
  }

  .testimonial-card .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 70px);
    margin-left: 15px;
  }

  .testimonial-card .client-info-area .quote-icon i {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .page-wrapper {
    overflow-x: hidden !important;
  }

  .md-none {
    display: none !important;
  }

  .mt-60 {
    margin-top: 30px !important;
  }

  .md-center {
    text-align: center !important;
  }

  .hero-wrap.style3 .hero-slide-item {
    position: relative;
    z-index: 1;
  }

  .hero-wrap.style3 .hero-slide-item .hero-shape {
    display: none;
  }

  .hero-wrap.style3 .hero-slide-item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .about-wrap.style1 .about-img-wrap,
  .about-wrap.style2 .about-img-wrap,
  .about-wrap.style3 .about-img-wrap {
    margin-bottom: 35px;
  }

  .faq-wrap .faq-img-wrap {
    margin-top: 30px;
  }

  .why-choose-wrap.style2 .wh-content {
    margin-bottom: 30px;
  }

  .why-choose-wrap.style1 .wh-img-wrap {
    margin-bottom: 30px;
  }

  .why-choose-wrap.style1 .wh-img-wrap::before,
  .why-choose-wrap.style1 .wh-img-wrap::after {
    display: none;
  }

  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    margin: 0;
  }

  .skill-wrap .skill-img-wrap {
    margin-top: 35px;
  }

  .progress-wrap.style1 .progress-img-wrap {
    margin-top: 35px;
  }

  .progress-wrap.style2 .progress-img-wrap {
    margin-top: 35px;
  }

  .appointment-wrap:after {
    height: 70%;
  }

  .appointment-wrap .appointment-bg-1,
  .appointment-wrap .appointment-bg-2 {
    height: 320px;
    margin-bottom: 30px;
  }

  .contact-box-wrap {
    margin-bottom: 25px;
  }

  .contact-bg {
    margin-bottom: 30px;
  }

  .login-img {
    margin-bottom: 30px;
  }

  .login-img img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-center {
    text-align: center !important;
  }

  .lg-none {
    display: none !important;
  }

  .page-wrapper {
    overflow-x: hidden;
  }

  .content-wrapper {
    margin-top: 75px;
  }

  .sidebar {
    margin: 50px 0 0;
  }

  .hero-wrap {
    margin-top: 75px;
  }

  .hero-wrap.style3 {
    margin-top: 72px;
  }

  .service-slider-one.owl-carousel .owl-nav {
    margin-top: 30px;
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    position: relative;
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .team-slider-one.owl-carousel .owl-nav button.owl-next i,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .service-slider-one.owl-carousel .owl-nav button.owl-next i,
  .project-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .project-slider-one.owl-carousel .owl-nav button.owl-next i,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev i,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next i {
    font-size: 18px;
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    left: calc(50% - 30px);
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    left: calc(50% - 5px);
    right: auto;
  }

  .team-slider-one.owl-carousel .owl-nav {
    margin: 8px 0 25px;
  }

  .testimonial-slider-three.owl-carousel .owl-nav {
    margin: 22px 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .cta-wrap .cta-content {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrap {
    padding: 100px 0 100px;
  }

  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 34px;
  }

  .hero-slider-three.owl-carousel .owl-dots {
    bottom: 30px;
    left: calc((100% - 960px) /2 + 5px);
  }

  .hero-wrap.style1 {
    padding: 50px 0 50px;
  }

  .hero-wrap.style1 .container-fluid {
    padding-left: calc((100% - 960px) /2 + 10px);
    padding-right: 0;
  }

  .hero-wrap.style1 .hero-img-wrap .hero-img-two {
    max-width: 400px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .hero-wrap.style1 .hero-content p {
    max-width: 85%;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 130px 45px 130px 90px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content p {
    max-width: 85%;
  }

  .hero-wrap.style3 .hero-slide-item {
    padding: 110px 0;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content {
    padding-right: 50px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content h1 {
    font-size: 42px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content p {
    max-width: 85%;
  }

  .about-wrap.style1 .about-img-wrap {
    min-height: 550px;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    height: 300px;
    width: 65%;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    height: 300px;
    top: 60px;
  }

  .about-wrap.style1 .about-img-wrap .about-bg-3 {
    height: 270px;
  }

  .about-wrap.style2 .about-img-wrap h2 span {
    font-size: 325px;
  }

  .about-wrap.style3 .about-content .about-company {
    padding: 20px;
  }

  .about-wrap.style3 .about-content .about-company .ceo-info-wrap .ceo-img {
    width: 60px;
  }

  .about-wrap.style3 .about-content .about-company .ceo-info-wrap .ceo-info {
    width: calc(100% - 70px);
  }

  .about-wrap.style3 .about-content .about-company .ceo-info-wrap .ceo-info h4 {
    font-size: 20px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact {
    padding-left: 20px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact:before {
    left: 0px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact a {
    margin-bottom: 6px;
  }

  .cta-img-wrap .cta-promo-text {
    top: -136px;
    width: 260px;
  }

  .cta-img-wrap .cta-img {
    margin: 132px auto 0;
  }

  .cta-img-wrap .service-discount {
    right: 20px;
  }

  .appointment-wrap.style1 .appointment-form .form-group {
    margin-bottom: 23px;
  }

  .appointment-wrap.style1 .appointment-form .form-group input {
    height: 60px;
  }

  .appointment-wrap.style1 .appointment-form button {
    padding: 18px 15px 18px;
  }

  .faq-wrap .faq-img-wrap {
    height: 675px;
  }

  .process-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .process-item-wrap .process-item {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }

  .process-bg {
    margin: 30px 0;
    height: 420px;
  }

  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    height: 600px;
  }

  .why-choose-wrap.style3 .wh-img-wrap .wh-bg-4 {
    height: 620px;
    width: calc(100% - 50px);
    margin-left: auto;
    border-radius: 10px;
  }

  .why-choose-wrap.style3 .wh-img-wrap .wh-bg-5 {
    height: 280px;
    width: 280px;
    position: absolute;
    top: 60%;
  }

  .appointment-wrap .appointment-bg-1,
  .appointment-wrap .appointment-bg-2 {
    height: 445px;
  }

  .faq-img-wrap .faq-bg-2 {
    height: 280px;
    width: 260px;
    top: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }

  .section-title span,
  .content-title span {
    margin-bottom: 10px;
  }

  .section-title h2,
  .content-title h2 {
    line-height: 1.3;
  }

  .hero-wrap.style1 {
    margin-top: 85px;
  }

  .hero-wrap.style1 .container-fluid {
    padding-left: calc((100% - 1140px) /2 + 12px);
    padding-right: 0;
  }

  .hero-wrap.style3 {
    margin-top: 162px;
  }

  .hero-slider-three.owl-carousel .owl-dots {
    left: calc((100% - 1140px) /2 + 10px);
  }

  .about-wrap.style1 .content-title p,
  .about-wrap.style2 .content-title p,
  .about-wrap.style3 .content-title p {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {

  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .team-slider-one.owl-carousel .owl-nav button.owl-next i,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .service-slider-one.owl-carousel .owl-nav button.owl-next i,
  .project-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .project-slider-one.owl-carousel .owl-nav button.owl-next i,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev i,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next i {
    font-size: 16px;
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xl-none {
    display: none !important;
  }

  .hero-wrap.style1 .hero-img-wrap .hero-img-two {
    max-height: 600px;
    bottom: -80px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 49px;
    line-height: 1.2;
  }

  .hero-wrap.style1 .hero-content p {
    max-width: 95%;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 150px 65px 150px 120px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content p {
    max-width: 75%;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content {
    padding-right: 70px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content h1 {
    font-size: 56px;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content p {
    max-width: 92%;
  }

  .about-wrap.style2 .about-img-wrap .about-bg-2 {
    width: calc(100% - 150px);
    height: 670px;
  }

  .process-bg {
    height: 365px;
  }

  .appointment-wrap .appointment-bg-1,
  .appointment-wrap .appointment-bg-2 {
    height: 445px;
  }

  .why-choose-wrap.style3 {
    margin: 25px 0;
  }
}

@media only screen and (min-width: 1400px) {
  .hero-wrap.style1 .container-fluid {
    padding-left: calc((100% - 1320px) /2 + 12px);
    padding-right: 0;
  }

  .hero-slider-three.owl-carousel .owl-dots {
    left: calc((100% - 1320px) /2 + 10px);
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-wrap.style1 .hero-img-wrap .hero-img-two {
    max-height: 600px;
    bottom: -80px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 56px;
    line-height: 1.3;
  }

  .hero-wrap.style1 .hero-content p {
    max-width: 85%;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 150px 65px 150px 120px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 55px;
    line-height: 1.2;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content p {
    max-width: 75%;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content h1 {
    font-size: 58px;
  }

  .project-slider-two.owl-carousel .owl-nav button.owl-prev,
  .project-slider-two.owl-carousel .owl-nav button.owl-next,
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .process-slider-one.owl-carousel .owl-nav button.owl-prev,
  .process-slider-one.owl-carousel .owl-nav button.owl-next,
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-two.owl-carousel .owl-nav button.owl-prev,
  .project-slider-two.owl-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
  }

  .project-slider-two.owl-carousel .owl-nav button.owl-prev i,
  .project-slider-two.owl-carousel .owl-nav button.owl-next i,
  .service-slider-two.owl-carousel .owl-nav button.owl-prev i,
  .service-slider-two.owl-carousel .owl-nav button.owl-next i,
  .process-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .process-slider-one.owl-carousel .owl-nav button.owl-next i,
  .team-slider-one.owl-carousel .owl-nav button.owl-prev i,
  .team-slider-one.owl-carousel .owl-nav button.owl-next i,
  .project-slider-two.owl-carousel .owl-nav button.owl-prev i,
  .project-slider-two.owl-carousel .owl-nav button.owl-next i {
    font-size: 22px;
  }

  .project-slider-two.owl-carousel .owl-nav button.owl-prev,
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .process-slider-one.owl-carousel .owl-nav button.owl-prev,
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
  }

  .project-slider-two.owl-carousel .owl-nav button.owl-next,
  .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .process-slider-one.owl-carousel .owl-nav button.owl-next,
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-two.owl-carousel .owl-nav button.owl-next {
    right: -45px;
  }
}

@media only screen and (min-width: 1600px) {

  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 42px;
  }

  .breadcrumb-title p,
  .section-title p,
  .content-title p {
    margin-top: 10px;
  }

  .content-wrapper {
    margin-top: 181px;
  }

  .breadcrumb-wrap {
    background-position: center;
    padding: 220px 0;
  }

  .sidebar .sidebar-widget {
    padding: 30px;
  }

  .testimonial-card .client-info-wrap .client-info h3,
  .about-wrap.style2 .about-content .business-hrs .business-info h3,
  .team-card .team-info h3,
  .service-card h3,
  .project-card .project-info h3,
  .feature-item-wrap .feature-item .feature-text h3,
  .process-item-wrap .process-item .process-info h3,
  .blog-card.style4 .blog-info h3,
  .blog-card .blog-info h3 {
    font-size: 24px;
  }

  .hero-wrap.style1 {
    margin-top: 101px;
    padding: 130px 0 60px;
  }

  .hero-wrap.style1 .container {
    max-width: 1560px;
  }

  .hero-wrap.style1 .container-fluid {
    padding-left: calc((100% - 1560px) /2 + 12px);
    padding-right: 0;
  }

  .hero-wrap.style1 .hero-content span {
    font-size: 18px;
  }

  .hero-wrap.style1 .hero-content h1 {
    font-size: 72px;
    line-height: 1.2;
  }

  .hero-wrap.style1 .hero-content p {
    max-width: 85%;
  }

  .hero-wrap.style1 .hero-img-wrap {
    padding: 100px 100px 60px 0;
  }

  .hero-wrap.style1 .hero-img-wrap .hero-img-one {
    bottom: -130px;
    left: 55%;
    min-width: 880px;
    margin-left: -100px;
  }

  .hero-wrap.style1 .hero-img-wrap .hero-img-two {
    bottom: -80px;
    left: 42%;
    max-height: 780px;
  }

  .hero-wrap.style2 {
    margin-top: 100px;
  }

  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-right: calc((100% - 1520px) / 2 + 15px);
  }

  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 220px 0 220px 280px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content .hero-shape {
    width: auto;
    height: auto;
    top: 50%;
    left: 120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .hero-wrap.style2 .hero-slide-item .hero-content span {
    font-size: 18px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 72px;
    margin-bottom: 15px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content p {
    padding-right: 70px;
  }

  .hero-wrap.style3 {
    margin-top: 181px;
  }

  .hero-wrap.style3 .container {
    max-width: 1520px;
  }

  .hero-wrap.style3 .container-fluid {
    padding-left: calc((100% - 1520px) /2 + 12px);
    padding-right: 0;
  }

  .hero-wrap.style3 .hero-content h1 {
    font-size: 64px;
    line-height: 1.2;
  }

  .hero-wrap.style3 .hero-content p {
    max-width: 90%;
  }

  .hero-wrap.style3 .hero-content .hero-btn .btn {
    padding: 13px 40px 15px;
  }

  .hero-wrap.style3 .hero-content .hero-btn .play-now {
    margin-left: 30px;
  }

  .hero-wrap.style3 .hero-content .hero-btn .play-now .play-btn {
    width: 56px;
    height: 56px;
  }

  .hero-wrap.style3 .hero-content .hero-btn .play-now .play-btn i {
    font-size: 22px;
    position: relative;
    left: 2px;
    top: 1px;
  }

  .hero-wrap.style3 .hero-content .hero-btn .play-now .xs-none {
    margin-left: 7px;
    font-size: 18px;
    font-weight: 400;
  }

  .hero-slider-three.owl-carousel .owl-dots {
    left: calc((100% - 1520px) /2 + 10px);
  }

  .about-wrap.style1 .about-img-wrap {
    margin-right: 62px;
  }

  .about-wrap.style1 .about-content {
    width: calc(100% + 45px);
    margin-left: -45px;
  }

  .about-wrap.style1 .about-content .content-feature-list li {
    margin-bottom: 26px;
  }

  .about-wrap.style2 .about-content {
    margin-right: 50px;
  }

  .about-wrap.style2 .about-content .business-info ul {
    margin-right: 50px;
  }

  .about-wrap.style2 .about-content .about-wrap.style2 .about-content .business-hrs .business-icon {
    width: 90px;
    height: 75px;
  }

  .about-wrap.style2 .about-img-wrap .about-bg-4 {
    height: 600px;
    width: calc(100% + 25px);
    margin-left: -25px;
  }

  .about-wrap.style2 .about-img-wrap h2 {
    font-size: 44px;
  }

  .about-wrap.style2 .about-img-wrap h2 span {
    font-size: 485px;
    line-height: 0.9;
    margin-left: -15px;
  }

  .about-wrap.style3 .about-img-wrap {
    margin-right: 10px;
  }

  .about-wrap.style3 .about-img-wrap .about-promo-text {
    width: 300px;
    height: 260px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    background-color: rgba(198, 29, 70, 0.9);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  .about-wrap.style3 .about-content .about-company {
    padding: 40px 30px;
  }

  .about-wrap.style3 .about-content .about-company .ceo-info-wrap .ceo-info {
    width: calc(100% - 95px);
    margin-left: 10px;
  }

  .about-wrap.style3 .about-content .about-company .ceo-info-wrap .ceo-info h4 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact {
    padding-left: 40px;
  }

  .about-wrap.style3 .about-content .about-company .comp-contact a {
    font-size: 24px;
  }

  .process-bg {
    height: auto;
    width: calc(100% + 110px);
    margin: 0 0 0 -55px;
  }

  .process-item-wrap .process-item {
    margin-bottom: 90px;
    width: calc(100% - 60px);
  }

  .process-item-wrap .process-item span {
    width: 60px;
    height: 60px;
    font-size: 24px;
    top: 5px;
  }

  .process-item-wrap .process-item .process-info {
    width: calc(100% - 80px);
  }

  .process-item-wrap.style2 .process-item {
    margin-left: 60px;
  }

  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-2 {
    height: 560px;
    margin-left: 10px;
  }

  .counter-card-wrap.style1 {
    margin-right: 100px;
  }

  .counter-card-wrap.style2 .counter-card {
    padding: 25px 30px;
  }

  .cta-content {
    width: calc(100% + 50px);
  }

  .service-card.style1 {
    padding: 40px 40px 35px;
  }

  .service-card.style2 .service-info {
    padding: 35px 35px 32px;
  }

  .service-card.style3 {
    padding: 35px;
  }

  .service-card.style3 .service-title {
    margin-bottom: 20px;
  }

  .service-card.style3 .service-title span {
    width: 65px;
    height: 65px;
    margin-right: 20px;
  }

  .service-card.style3 .service-title span i {
    font-size: 34px;
  }

  .service-card.style3 .service-title a {
    width: calc(100% - 85px);
  }

  .progressbar-wrap {
    margin-right: 50px;
  }

  .partner-item img {
    margin: 0;
  }

  .team-card .team-info {
    padding: 30px 30px;
    margin: -92px auto 0;
  }

  .faq-wrap .faq-img-wrap {
    height: 505px;
  }

  .project-slider-two.owl-carousel .owl-nav button.owl-prev,
  .service-slider-two.owl-carousel .owl-nav button.owl-prev,
  .process-slider-one.owl-carousel .owl-nav button.owl-prev,
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: -55px;
  }

  .project-slider-two.owl-carousel .owl-nav button.owl-next,
  .service-slider-two.owl-carousel .owl-nav button.owl-next,
  .process-slider-one.owl-carousel .owl-nav button.owl-next,
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-two.owl-carousel .owl-nav button.owl-next {
    right: -55px;
  }

  .testimonial-card.style1 {
    padding: 50px 40px 55px;
  }

  .testimonial-card.style1 .quote-icon {
    width: 50px;
  }

  .testimonial-card.style1 .quote-icon i {
    font-size: 50px;
  }

  .testimonial-card.style1 .client-info-area .client-info-wrap {
    width: calc(100% - 50px);
  }

  .testimonial-card.style1 .client-info-area .client-info-wrap .client-img {
    width: 90px;
    height: 85px;
  }

  .testimonial-card.style1 .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 120px);
  }

  .testimonial-card.style1 .client-info-area .client-info-wrap .client-info span {
    font-size: 16px;
  }

  .testimonial-card.style2 {
    margin-top: 10px;
  }

  .testimonial-card.style2 .testimonial-text {
    padding: 40px 30px 40px;
  }

  .testimonial-card.style2 .client-info-wrap .client-img {
    position: relative;
    margin-left: 15px;
    width: 82px;
    height: 82px;
  }

  .testimonial-card.style2 .client-info-wrap .client-info {
    width: calc(100% - 120px);
  }

  .testimonial-card.style3 {
    padding: 25px 25px 30px;
  }

  .testimonial-card.style3 .quote-icon {
    width: 50px;
    height: 50px;
    margin-top: -46px;
  }

  .testimonial-card.style3 .quote-icon i {
    font-size: 22px;
  }

  .testimonial-card.style3 .client-quote {
    margin-top: 20px;
  }

  .testimonial-card.style3 .client-info-area {
    margin-bottom: 0;
  }

  .testimonial-card.style3 .client-info-wrap .client-img {
    width: 80px;
    height: 80px;
  }

  .testimonial-card.style3 .client-info-wrap .client-info {
    width: calc(100% - 115px);
  }

  .testimonial-card.style3 .client-info-wrap .client-info h3 {
    margin-bottom: 13px;
  }
}

.copyright-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-text {
  /* Additional styles if needed */
}

.right-text {
  /* Additional styles if needed */
}


@media only screen and (min-width: 1920px) {
  .breadcrumb-wrap .container {
    max-width: 1520px;
  }

  .hero-wrap.style2 {
    margin-top: 100px;
  }

  .hero-wrap.style2 .hero-slide-item .container-fluid {
    padding-right: calc((100% - 1520px) / 2 + 15px);
  }

  .hero-wrap.style2 .hero-slide-item .hero-content {
    padding: 220px 0 220px 310px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content .hero-shape {
    width: auto;
    height: auto;
    top: 50%;
    left: 120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .hero-wrap.style2 .hero-slide-item .hero-content span {
    font-size: 18px;
  }

  .hero-wrap.style2 .hero-slide-item .hero-content h1 {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .hero-wrap.style3 .hero-slide-item {
    padding: 240px 0;
  }

  .hero-wrap.style3 .hero-slide-item .hero-content h1 {
    font-size: 80px;
    margin-bottom: 10px;
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-one.owl-carousel .owl-nav button.owl-prev,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev,
  .project-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: -65px;
  }

  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-one.owl-carousel .owl-nav button.owl-next,
  .testimonial-slider-three.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-next,
  .project-slider-two.owl-carousel .owl-nav button.owl-next {
    right: -65px;
  }
}

@media only screen and (min-width: 2000px) {
  .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
  }

  .hero-wrap.style1 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 1520px;
  }

  .hero-wrap.style1 .hero-content {
    max-width: 950px;
  }

  .hero-wrap.style1 .hero-content p {
    max-width: 75%;
  }

  .hero-wrap.style3 .hero-slide-item {
    padding: 250px 0 250px;
    background-position: top center;
  }

  .hero-wrap.style2 .hero-slide-item {
    background-position: top center;
  }
}



/*# sourceMappingURL=responsive.css.map */