/*---------------------------------
          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;
  }
  /* .breadcrumb-wrap {
    padding-bottom: 45px;
  } */
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    font-size: 14px;
  }
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 14px;
  }
  .breadcrumb-wrap .breadcrumb-img img {
    display: none;
  }
  .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;
  }
  .testimonial-card.style2 .quote-info .client-info-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonial-card.style2 .quote-info .ratings {
    width: 100%;
  }
  .service-tablist .nav-item {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .service-tablist .nav-item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  p, input, textarea {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }
  .sm-none {
    display: none !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .smt-20 {
    margin-top: 20px;
  }
  .mb-50 {
    margin-bottom: 30px !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-50,
  .content-title.mb-50 {
    margin-bottom: 30px !important;
  }
  .section-title.mb-40 {
    margin-bottom: 20px !important;
  }
  .link, .btn {
    font-size: 14px;
  }
  .btn {
    padding: 10px 25px;
  }
  .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-top: 40px;
  } */
  .breadcrumb-wrap .breadcrumb-img img {
    margin: 0 auto;
  }
  .content-title {
    margin-bottom: 20px !important;
  }
  .section-title span,
  .content-title span {
    font-size: 14px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 24px;
    line-height: 1.6;
  }
  .breadcrumb-title h2 {
    font-size: 24px;
    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: 14px;
  }
  .feature-item-wrap .feature-item .feature-text h3,
  .service-card .service-info h3,
  .contact-box-wrap .contact-item .contact-info h3,
  .member-card .member-info h3,
  .contact-widget-info h3,
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info h3,
  .project-card .project-info h3,
  .blog-card .blog-info h3 {
    font-size: 18px;
  }
  .hero-wrap .hero-content {
    margin-bottom: 35px;
  }
  .hero-wrap .hero-content span {
    font-size: 14px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .hero-wrap .hero-content p {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hero-wrap .hero-content .hero-btn .btn i {
    font-size: 12px;
    top: 2px;
  }
  .hero-wrap .hero-content .hero-btn .btn.style1, .hero-wrap .hero-content .hero-btn .btn.style2, .hero-wrap .hero-content .hero-btn .btn.style3, .hero-wrap .hero-content .hero-btn .btn.style4, .hero-wrap .hero-content .hero-btn .btn.style5, .hero-wrap .hero-content .hero-btn .btn.style6 {
    padding: 9px 15px 9px;
  }
  .hero-wrap .hero-content .hero-btn .btn:nth-child(1) {
    margin-right: 10px;
  }
  .hero-wrap.style1 {
    padding: 120px 0 0;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-img {
    max-width: 220px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box img {
    max-width: 70px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box.one {
    left: 0;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box.one .promo-view .hero-promo-info {
    left: 100%;
    right: auto;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box.two {
    right: 10px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box.three {
    right: 10px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view {
    bottom: 10px;
    width: 25px;
    height: 25px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple,
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple:before,
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view .ripple:after {
    height: 24px;
    width: 24px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view i {
    font-size: 10px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info {
    padding: 15px 15px 13px 25px;
    min-width: 155px;
    top: -30px;
    right: 50%;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info span {
    width: 35px;
    height: 35px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .hero-promo-info h6 {
    font-size: 14px;
  }
  .hero-wrap.style2 {
    padding: 120px 0 40px;
  }
  .hero-wrap.style2 .hero-img-wrap .hero-img-item .hero-bg-3 {
    height: 200px;
  }
  .hero-wrap.style2 .hero-feature-wrap {
    padding: 20px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item:last-child {
    margin-bottom: 0;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon {
    width: 40px;
    height: 40px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon i {
    font-size: 20px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info {
    width: calc(100% - 55px);
    margin-left: 15px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info h4 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .hero-wrap.style2 .hero-promo-video {
    height: 150px;
    margin-bottom: 25px;
  }
  .hero-wrap.style3 {
    padding: 120px 0 0;
  }
  .hero-wrap.style3 .hero-img-wrap .hero-img {
    max-width: 240px;
  }
  .hero-img-pagination {
    margin-left: 170px;
  }
  .hero-img-pagination:before {
    width: 150px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    width: calc(100% - 60px);
    height: 370px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    bottom: 20px;
    width: 180px;
    height: 220px;
  }
  .about-wrap.style1 .about-content .feature-item-wrap {
    margin-bottom: 25px;
  }
  .about-wrap.style2 .about-img-wrap {
    padding-bottom: 50px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-3 {
    width: calc(100% - 40px);
    height: 320px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-4 {
    width: 200px;
    height: 250px;
  }
  .about-wrap.style2 .about-content .feature-item-wrap {
    margin-bottom: 25px;
  }
  .about-wrap.style3 .about-img-wrap {
    position: relative;
    z-index: 1;
    padding: 40px 0;
  }
  .about-wrap.style3 .about-img-wrap .about-bg-4 {
    width: calc(100% - 30px);
    height: 250px;
    margin-bottom: 25px;
  }
  .about-wrap.style3 .about-img-wrap .about-bg-4:hover {
    margin-right: 0;
  }
  .about-wrap.style3 .about-img-wrap .about-bg-5 {
    width: calc(100% - 30px);
    height: 250px;
  }
  .about-wrap.style3 .about-img-wrap .about-bg-5:hover {
    margin-right: 0;
  }
  .feature-item-wrap .feature-item {
    margin-bottom: 20px;
  }
  .feature-item-wrap .feature-item .feature-icon {
    width: 50px;
    height: 50px;
  }
  .feature-item-wrap .feature-item .feature-icon i {
    font-size: 22px;
  }
  .feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 70px);
  }
  .feature-item-wrap .feature-item .feature-text h3 {
    margin: 0 0 10px;
  }
  .why-choose-wrap.style1 .wh-img-wrap {
    padding-bottom: 40px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    width: calc(100% - 60px);
    height: 300px;
    margin-right: 30px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
    width: 150px;
    height: 150px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-3 {
    top: 30%;
    width: 100px;
    height: 100px;
  }
  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-4 {
    width: 100%;
    margin-right: 0;
    height: 300px;
  }
  .why-choose-wrap.style3 .feature-item-wrap {
    margin-bottom: 30px;
  }
  .why-choose-wrap.style3 .feature-item-wrap .feature-item {
    width: 100%;
  }
  .why-choose-wrap.style3 .wh-img-wrap {
    padding: 30px 0 100px 0;
  }
  .why-choose-wrap.style3 .wh-img-wrap .wh-bg-4 {
    width: calc(50% - 10px);
    height: 200px;
    border-radius: 5px;
  }
  .why-choose-wrap.style3 .wh-img-wrap .wh-bg-5 {
    width: calc(50% - 10px);
    height: 220px;
    margin-right: 10px;
  }
  .why-choose-wrap.style3 .wh-img-wrap .wh-bg-6 {
    bottom: 18px;
    width: 66%;
    margin-right: 50px;
    height: 160px;
  }
  .progess-bar-item .single-skill {
    width: 65px;
  }
  .progess-bar-item .single-skill .circle-chart {
    width: 65px;
    height: 65px;
  }
  .service-card .service-info {
    padding: 20px 20px 20px;
  }
  .service-card .service-info p {
    margin-bottom: 15px;
  }
  .service-card.style1 .service-info .service-title span i {
    font-size: 28px;
  }
  .service-card.style2 .service-info .service-title span, .service-card.style4 .service-info .service-title span, .service-card.style3 .service-info .service-title span, .service-card.style5 .service-info .service-title span {
    width: 45px;
    height: 45px;
  }
  .service-card.style2 .service-info .service-title span i, .service-card.style4 .service-info .service-title span i, .service-card.style3 .service-info .service-title span i, .service-card.style5 .service-info .service-title span i {
    font-size: 20px;
  }
  .project-card .project-info .project-category {
    font-size: 14px;
  }
  .project-card.style1 .project-info {
    padding: 18px 0 0;
  }
  .project-card.style1 .project-info h3 {
    margin-bottom: 10px;
  }
  .project-card.style2 .project-info, .project-card.style4 .project-info, .project-card.style3 .project-info {
    padding: 15px 20px 15px;
  }
  .project-card.style2 .project-info h3, .project-card.style4 .project-info h3, .project-card.style3 .project-info h3 {
    margin-bottom: 8px;
  }
  .project-card.style3 .project-img .project-view {
    width: 50px;
    height: 50px;
  }
  .project-slider-one.owl-carousel .owl-nav,
  .testimonial-slider-one.owl-carousel .owl-nav,
  .testimonial-slider-two.owl-carousel .owl-nav,
  .testimonial-slider-three.owl-carousel .owl-nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0;
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member-card.style1 .member-info-wrap {
    width: calc(100% - 20px);
    padding: 18px 20px 18px;
  }
  .member-card.style1 .member-info-wrap .member-info h3 {
    margin: 0;
  }
  .member-card.style1 .member-info-wrap .member-info span {
    font-size: 14px;
  }
  .counter-card-wrap.style1 {
    padding: 25px 10px 25px 10px;
    margin: 0 auto;
    width: 100%;
  }
  .counter-card-wrap.style1 .counter-shape-1 {
    display: none;
  }
  .counter-card-wrap.style1 .counter-card {
    width: calc(50% - 20px);
    border: 1px solid #EEEFF2;
    padding: 22px 10px 17px 15px;
    margin: 0 10px 20px 10px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text {
    text-align: center;
    width: 100%;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2 {
    font-size: 24px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2:after {
    width: 35px;
    height: 35px;
    top: -4px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2 .target {
    top: 2px;
    margin-left: -3px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text p {
    font-size: 13px;
  }
  .counter-card-wrap.style2 .counter-card {
    padding: 20px 14px 20px 14px;
    width: calc(50% - 20px);
    margin: 0 10px 25px 10px;
  }
  .counter-card-wrap.style2 .counter-card .counter-card-shape {
    display: none;
  }
  .counter-card-wrap.style2 .counter-card .counter-text {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .counter-card-wrap.style2 .counter-card .counter-text h2 {
    font-size: 24px;
  }
  .counter-card-wrap.style2 .counter-card .counter-text h2:after {
    width: 35px;
    height: 35px;
    top: -4px;
  }
  .counter-card-wrap.style2 .counter-card .counter-text h2 .target {
    top: 2px;
    margin-left: -3px;
  }
  .counter-card-wrap.style2 .counter-card .counter-text p {
    font-size: 13px;
  }
  .counter-card-wrap.style3 {
    padding: 70px 0px 5px 0px;
  }
  .counter-card-wrap.style3 .counter-card {
    padding: 25px 14px 15px 14px;
    width: calc(50% - 20px);
    margin: 0 10px 45px 10px;
  }
  .counter-card-wrap.style3 .counter-card .counter-icon {
    width: 55px;
    height: 55px;
    margin: -52px auto 0;
  }
  .counter-card-wrap.style3 .counter-card .counter-icon i {
    font-size: 28px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text {
    margin-top: 15px;
    text-align: center;
    width: 100%;
  }
  .counter-card-wrap.style3 .counter-card .counter-text h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text h2 .target {
    top: 2px;
    margin-left: -3px;
    font-size: 22px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text p {
    font-size: 14px;
  }
  .pricing-table .pricing-header {
    padding: 25px 25px 65px;
  }
  .pricing-table .pricing-header h2 {
    font-size: 22px;
  }
  .pricing-table .pricing-features {
    margin: 60px 20px 25px;
    position: relative;
  }
  .pricing-table .pricing-features .pricing-header-tag {
    top: -100px;
  }
  .pricing-table .pricing-features .pricing-header-tag h3 {
    font-size: 34px;
    padding: 20px 50px 18px;
  }
  .pricing-table .pricing-features .pricing-header-tag h3 span {
    font-size: 14px;
  }
  .pricing-table .pricing-features li {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .pricing-table .purchase-pricing {
    padding-bottom: 25px;
  }
  .testimonial-wrap.style2 {
    padding-bottom: 36px;
  }
  .testimonial-card {
    padding: 20px 20px 18px;
  }
  .testimonial-card .client-img-wrap .client-img {
    width: 60px;
    height: 60px;
  }
  .testimonial-card .client-img-wrap .quote-icon i {
    font-size: 40px;
  }
  .testimonial-card .client-quote {
    margin: 22px 0 20px;
  }
  .testimonial-card .client-info h4 {
    font-size: 16px;
    margin: 0;
  }
  .testimonial-card .client-info h4 span {
    font-size: 14px;
    color: #209F2E;
    position: relative;
    padding-left: 30px;
  }
  .testimonial-card .client-info h4 span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 27px;
    height: 1px;
    background: #209F2E;
  }
  .testimonial-card.style1 .client-quote, .testimonial-card.style2 .client-quote, .testimonial-card.style3 .client-quote {
    margin: 15px 0 15px;
  }
  .testimonial-card.style1 .client-img-wrap .quote-icon i, .testimonial-card.style2 .client-img-wrap .quote-icon i, .testimonial-card.style3 .client-img-wrap .quote-icon i {
    font-size: 40px;
  }
  .testimonial-card.style3 {
    margin: 15px 0 15px 15px;
  }
  .testimonial-card.style3:after {
    top: -15px;
    left: -15px;
  }
  .quote-wrap.style3 .contact-box-wrap.contact-bg-1,
  .contact-bg-1 {
    height: auto;
    padding: 50px 20px;
  }
  .contact-box-wrap .contact-item {
    margin: 0 0 25px;
  }
  .contact-box-wrap .contact-item .contact-icon {
    width: 50px;
    height: 50px;
  }
  .contact-box-wrap .contact-item .contact-icon i {
    font-size: 24px;
  }
  .contact-box-wrap .contact-item .contact-info {
    width: calc(100% - 70px);
    margin-left: 20px;
  }
  .contact-box-wrap .contact-item .contact-info h3 {
    margin-bottom: 8px;
  }
  .contact-box-wrap .contact-item .contact-info a,
  .contact-box-wrap .contact-item .contact-info p {
    font-size: 14px;
  }
  .quote-form {
    padding: 18px 20px 20px;
  }
  .quote-form .form-group input, .quote-form .form-group select {
    font-size: 14px;
    height: 54px;
  }
  .quote-form .form-group textarea {
    height: 140px;
  }
  .quote-form .form-group label {
    font-size: 14px;
  }
  .quote-form button.btn.style1 {
    padding: 13px 20px;
  }
  .promo-video-wrap .video-content .video-icon i {
    font-size: 45px;
  }
  .promo-video-wrap .video-content .play-now {
    width: 55px;
    height: 55px;
  }
  .promo-video-wrap .video-content .play-now .ripple,
  .promo-video-wrap .video-content .play-now .ripple::before,
  .promo-video-wrap .video-content .play-now .ripple::after {
    height: 55px;
    width: 55px;
  }
  .promo-video-wrap .video-content .play-now .icon {
    font-size: 18px;
    position: absolute;
    top: calc(50% + 4px);
    left: calc(50% + 2px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .promo-video-wrap .video-content .play-now:hover .icon {
    color: #209F2E;
  }
  .blog-card .blog-info .blog-metainfo li {
    font-size: 14px;
  }
  .blog-card .blog-info .blog-metainfo li a {
    font-size: 14px;
  }
  .blog-card.style1 .blog-img {
    height: 300px;
  }
  .blog-card.style1 .blog-info, .blog-card.style2 .blog-info {
    padding: 18px 20px 20px;
  }
  .blog-card.style1 .blog-info h3, .blog-card.style2 .blog-info h3 {
    margin-bottom: 15px;
  }
  .blog-card.style1 .blog-info .blog-metainfo, .blog-card.style2 .blog-info .blog-metainfo {
    margin-bottom: 10px;
  }
  .blog-card.style2 .blog-info .btn.style2 {
    max-width: 140px;
  }
  .blog-card.style3 .blog-info {
    padding: 18px 20px 20px;
  }
  .blog-card.style3 .blog-info h3 {
    margin-bottom: 15px;
  }
  .blog-card.style3 .blog-info .blog-metainfo {
    margin-bottom: 10px;
  }
  .content-feature-list.style2 li, .content-feature-list.style3 li {
    padding-left: 15px;
  }
  .content-feature-list.style2 li:before, .content-feature-list.style3 li:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .content-feature-list.style3 {
    -webkit-columns: 1;
            columns: 1;
  }
  .newsletter-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsletter-box .newsletter-shape-1,
  .newsletter-box .newsletter-shape-2 {
    max-width: 120px;
  }
  .newsletter-form input {
    width: 100%;
    height: 52px;
    font-size: 14px;
    padding: 12px 15px 12px 15px;
  }
  .newsletter-form button {
    position: relative;
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    padding: 14px;
  }
  .newsletter-form button i {
    color: #fff;
    font-size: 14px;
    line-height: 0.8;
    position: relative;
    top: 2px;
    margin-left: 5px;
  }
  article h2, .service-desc h2, .terms-wrap h2, .project-desc h2,
  article h3, .service-desc h3, .terms-wrap h3, .project-desc h3 {
    margin-bottom: 10px;
  }
  article p, .service-desc p, .terms-wrap p, .project-desc p {
    margin-bottom: 15px;
  }
  article .content-feature-list, .service-desc .content-feature-list, .terms-wrap .content-feature-list, .project-desc .content-feature-list {
    margin: 15px 0 15px;
  }
  article ol, .service-desc ol, .terms-wrap ol, .project-desc ol {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  article h1,
  .service-desc h1,
  .project-desc h1,
  .terms-wrap h1 {
    font-size: 24px;
  }
  article h2,
  .service-desc h2,
  .project-desc h2,
  .terms-wrap h2 {
    font-size: 22px;
  }
  article h3,
  .service-desc h3,
  .project-desc h3,
  .terms-wrap h3 {
    font-size: 20px;
  }
  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: 30px 0 30px;
  }
  .wp-block-quote span {
    width: 40px;
    height: 40px;
  }
  .wp-block-quote span i {
    font-size: 20px;
  }
  .wp-block-quote p {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    text-align: left;
  }
  .post-metainfo li {
    font-size: 14px;
    padding-left: 20px;
    margin-right: 20px;
  }
  .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 {
    padding: 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;
    display: block;
  }
  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #cmt-form {
    padding: 20px;
  }
  #cmt-form .comment-form .form-group label {
    font-size: 14px;
  }
  #cmt-form .comment-form .form-group input {
    height: 54px;
  }
  #cmt-form .comment-form .btn.style1 {
    margin-top: 20px;
  }
  .sidebar .sidebar-widget {
    padding: 20px;
  }
  .sidebar .sidebar-widget h4 {
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 15px;
  }
  .category-box ul li a {
    font-size: 14px;
    padding: 12px 10px 12px 20px;
  }
  .category-box ul li a i {
    font-size: 16px;
    top: 18px;
  }
  .contact-widget-bg {
    height: 235px;
  }
  .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;
    margin-top: -3px;
    margin-bottom: 0;
  }
  .tag-list ul li {
    margin: 9px 6px 0px 0px;
  }
  .post-navigation .next-post span,
  .post-navigation .prev-post span {
    font-size: 14px;
  }
  .project-info-widget .project-info-item-wrap .project-info-item {
    font-size: 14px;
  }
  .project-info-widget .project-info-item-wrap .project-info-item span {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact-widget-info {
    padding: 20px;
  }
  .faq-wrap.style1 .accordion-item {
    padding: 20px;
  }
  .accordion-item .accordion-header .accordion-button span {
    min-width: 30px;
    min-height: 30px;
    margin-right: 10px;
  }
  .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .accordion-item .accordion-header .accordion-button span i {
    font-size: 12px;
  }
  .accordion-body {
    padding: 15px 0 0;
  }
  .login-form-wrap {
    padding: 30px 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 .btn {
    padding: 12px;
  }
  .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;
  }
  #contactForm .form-group textarea {
    height: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title span,
  .content-title span {
    font-size: 14px;
  }
  .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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: 40px 0 0;
  }
  .breadcrumb-wrap .breadcrumb-img img {
    max-width: 200px;
    margin: 0 auto;
  }
  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 30px;
  }
  .section-title p {
    max-width: 78%;
  }
  .feature-item-wrap .feature-item .feature-text h3,
  .service-card .service-info h3,
  .contact-box-wrap .contact-item .contact-info h3,
  .member-card .member-info h3,
  .contact-widget-info h3,
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info h3,
  .project-card .project-info h3,
  .blog-card .blog-info h3 {
    font-size: 20px;
  }
  .hero-wrap .hero-content {
    margin-bottom: 40px;
  }
  .hero-wrap.style1 {
    padding: 120px 0 0;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-img {
    max-width: 300px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box img {
    max-width: 100px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box.one {
    left: 130px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box.three {
    right: -20px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view {
    bottom: 15px;
  }
  .hero-wrap.style2 {
    padding: 140px 0 70px;
  }
  .hero-wrap.style2 .hero-img-wrap .hero-img-item .hero-bg-3 {
    height: 435px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item:last-child {
    margin-bottom: 0;
  }
  .hero-wrap.style2 .hero-promo-video {
    height: 220px;
    margin-bottom: 25px;
  }
  .hero-wrap.style3 {
    padding: 140px 0 0;
  }
  .hero-wrap.style3 .hero-img-wrap .hero-img {
    max-width: 300px;
  }
  .hero-wrap.style3 .hero-content {
    padding-bottom: 0;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    width: calc(100% - 250px);
    height: 600px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    bottom: 40px;
    width: 350px;
    height: 380px;
  }
  .about-wrap.style2 .about-img-wrap {
    padding-bottom: 60px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-3 {
    width: calc(100% - 140px);
    height: 450px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-4 {
    width: 300px;
    height: 350px;
  }
  .why-choose-wrap.style1 .wh-img-wrap {
    padding-bottom: 80px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    width: calc(100% - 100px);
    height: 630px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
    width: 350px;
    height: 350px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-3 {
    top: 38%;
  }
  .counter-card-wrap.style1 {
    padding: 50px 30px 50px 150px;
  }
  .counter-card-wrap.style1 .counter-shape-1 {
    top: auto;
    bottom: 10px;
    left: 15px;
    max-width: 130px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2 {
    font-size: 24px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2:after {
    width: 35px;
    height: 35px;
    top: -4px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2 .target {
    top: 2px;
    margin-left: -3px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text p {
    font-size: 15px;
  }
  .counter-card-wrap.style2 .counter-card {
    padding: 35px 10px 35px 50px;
    width: calc(50% - 25px);
  }
  .counter-card-wrap.style2 .counter-card .counter-card-shape {
    max-width: 55px;
  }
  .counter-card-wrap.style2 .counter-card .counter-text h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .counter-card-wrap.style2 .counter-card .counter-text h2:after {
    width: 50px;
    height: 50px;
    top: -7px;
  }
  .counter-card-wrap.style3 {
    padding: 70px 25px 25px 25px;
  }
  .counter-card-wrap.style3 .counter-card {
    padding: 25px 15px 15px 15px;
  }
  .counter-card-wrap.style3 .counter-card .counter-icon {
    width: 55px;
    height: 55px;
    margin: -52px 0 0 0;
  }
  .counter-card-wrap.style3 .counter-card .counter-icon i {
    font-size: 28px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text {
    margin-top: 20px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text h2 .target {
    top: 2px;
    margin-left: -3px;
    font-size: 22px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text p {
    font-size: 14px;
  }
  .quote-wrap.style3 .contact-box-wrap.contact-bg-1,
  .contact-bg-1 {
    height: auto;
    padding: 70px 50px;
  }
  .newsletter-box .newsletter-shape-1,
  .newsletter-box .newsletter-shape-2 {
    max-width: 120px;
  }
  .testimonial-wrap.style2 {
    padding-bottom: 65px;
  }
}

@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-content {
    padding-bottom: 0;
  }
  .about-wrap.style1 .about-img-wrap, .about-wrap.style2 .about-img-wrap, .about-wrap.style3 .about-img-wrap {
    margin-bottom: 35px;
  }
  .why-choose-wrap.style1 .wh-img-wrap, .why-choose-wrap.style2 .wh-img-wrap {
    margin-top: 30px;
  }
  .service-tablist {
    margin-top: 20px;
  }
  .blog-card.style2 .blog-img {
    width: 100%;
  }
  .blog-card.style2 .blog-info {
    width: 100%;
  }
  .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;
  }
  .sidebar {
    margin: 50px 0 0;
  }
  .content-wrapper {
    margin-top: 73px;
  }
  .section-img {
    display: none;
  }
  .contact-bg-1 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-wrap.style1 .hero-content p, .hero-wrap.style2 .hero-content p, .hero-wrap.style3 .hero-content p {
    padding-right: 45px;
  }
}

@media only screen and (min-width: 992px) {
  .project-card.style1:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 34px;
  }
  .breadcrumb-wrap {
    padding: 40px 0 0;
  }
  .breadcrumb-wrap .breadcrumb-img img {
    max-width: 250px;
  }
  .hero-wrap.style1 {
    padding: 120px 0 0;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box img {
    max-width: 100px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box.three {
    right: -20px;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box .promo-view {
    bottom: 15px;
  }
  .hero-wrap.style2 {
    padding: 140px 0 80px;
  }
  .hero-wrap.style2 .hero-content h1 {
    font-size: 50px;
  }
  .hero-wrap.style2 .hero-img-wrap .hero-img-item .hero-bg-3 {
    height: 362px;
  }
  .hero-wrap.style2 .hero-promo-video {
    height: 300px;
    margin-bottom: 25px;
  }
  .hero-wrap.style3 {
    padding: 120px 0 0;
  }
  .hero-wrap.style3 .hero-content {
    padding-bottom: 120px;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 50px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    width: calc(100% - 50px);
    height: 845px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    bottom: 30px;
    height: 420px;
  }
  .why-choose-wrap.style1 .wh-img-wrap {
    padding-bottom: 120px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    width: calc(100% - 100px);
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
    width: 300px;
    height: 300px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-3 {
    top: 38%;
  }
  .progess-bar-item .single-skill {
    width: 100px;
  }
  .progess-bar-item .single-skill .circle-chart {
    width: 100px;
    height: 100px;
  }
  .testimonial-wrap.style2 {
    padding-bottom: 150px;
  }
  .counter-card-wrap.style1 {
    padding: 100px 30px 80px 250px;
  }
  .counter-card-wrap.style1 .counter-shape-1 {
    top: -20px;
    left: 25px;
    max-width: 190px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2 {
    font-size: 34px;
  }
  .counter-card-wrap.style1 .counter-card .counter-text h2:after {
    width: 50px;
    height: 50px;
    top: -7px;
  }
  .counter-card-wrap.style2 .counter-card {
    padding: 35px 10px 35px 50px;
  }
  .counter-card-wrap.style2 .counter-card .counter-card-shape {
    max-width: 55px;
  }
  .counter-card-wrap.style2 .counter-card .counter-text h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .counter-card-wrap.style2 .counter-card .counter-text h2:after {
    width: 50px;
    height: 50px;
    top: -7px;
  }
  .counter-card-wrap.style3 {
    padding: 90px 30px 25px 130px;
  }
  .counter-card-wrap.style3 .counter-shape-3 {
    left: -20px;
    max-width: 150px;
  }
  .counter-card-wrap.style3 .counter-card .counter-text h2 {
    font-size: 28px;
  }
  .contact-bg-1,
  .quote-wrap.style3 .contact-box-wrap.contact-bg-1 {
    height: 450px;
  }
  .newsletter-box .newsletter-shape-3 {
    left: 40px;
  }
  .blog-card.style1 .blog-img {
    height: 356px;
  }
  .blog-card.style1 .blog-info, .blog-card.style2 .blog-info {
    padding: 20px 20px 20px;
  }
  .blog-card.style1 .blog-info .blog-metainfo li, .blog-card.style2 .blog-info .blog-metainfo li {
    font-size: 14px;
  }
  .blog-card.style1 .blog-info .blog-metainfo li a, .blog-card.style2 .blog-info .blog-metainfo li a {
    font-size: 14px;
  }
  .contact-widget-bg {
    height: 420px;
  }
}

@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .section-img.style2 {
    right: 10px;
    max-width: 60px;
  }
  .breadcrumb-wrap .section-img {
    max-width: 140px;
  }
  .hero-wrap.style2 .hero-promo-video {
    height: 168px;
  }
  .hero-wrap.style2 .hero-img-wrap .hero-img-item .hero-bg-3 {
    height: 344px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-img img {
    max-width: 300px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon {
    width: 40px;
    height: 40px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-icon i {
    font-size: 20px;
  }
  .hero-wrap.style2 .hero-feature-wrap .feature-item .feature-info {
    width: calc(100% - 55px);
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1599px) {
  .breadcrumb-wrap .container {
    max-width: 1240px;
  }
  .hero-wrap .container {
    max-width: 1240px;
  }
  .hero-wrap.style2 .hero-img-wrap .hero-img-item .hero-bg-3 {
    height: 375px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xl-none {
    display: none !important;
  }
  .hero-wrap.style1 .hero-img-wrap .hero-promo-box img {
    max-width: 130px;
  }
  .counter-card-wrap.style3 .counter-shape-3 {
    left: -115px;
    bottom: -15px;
    min-width: 330px;
  }
  .progess-bar-item .single-skill {
    width: 100px;
  }
  .progess-bar-item .single-skill .circle-chart {
    width: 100px;
    height: 100px;
  }
  .testimonial-wrap.style2 {
    padding-bottom: 148px;
  }
}

@media only screen and (min-width: 1400px) {
  .section-title.text-center h2 {
    padding: 0 35px;
  }
  .testimonial-wrap.style2 {
    padding-bottom: 178px;
  }
}

@media only screen and (min-width: 1600px) {
  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 42px;
  }
  .hero-wrap .container {
    max-width: 1520px;
  }
  .hero-wrap.style1 .hero-content h1, .hero-wrap.style2 .hero-content h1, .hero-wrap.style3 .hero-content h1 {
    font-size: 62px;
  }
  .hero-wrap.style1 .hero-content p, .hero-wrap.style2 .hero-content p, .hero-wrap.style3 .hero-content p {
    max-width: 86%;
  }
  .breadcrumb-wrap .container {
    max-width: 1520px;
    margin: 0 auto;
  }
  .contact-bg-1 {
    height: 578px;
  }
  .contact-box-wrap {
    padding: 0 100px;
  }
  .quote-wrap.style3 .contact-box-wrap.contact-bg-1 {
    height: 540px;
  }
}

@media only screen and (min-width: 2000px) {
  .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=responsive.css.map */