/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
@media only screen and (max-width: 575px) {
  .xs-center {
    text-align: center;
  }
  .xs-none {
    display: none;
  }
  .smt-15 {
    margin-top: 15px !important;
  }
  .content-wrapper {
    margin-top: 215px;
  }
  .breadcrumb-wrap {
    padding: 50px 0;
  }
  .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: 13px;
    line-height: 42px;
  }
  .feature-item .feature-icon {
    width: 70px;
    height: 65px;
  }
  .feature-item .feature-icon i {
    font-size: 33px;
  }
  .feature-item .feature-info {
    width: calc(100% - 85px);
    margin-left: 15px;
  }
  .feature-item .feature-info h5 {
    font-size: 16px;
  }
  .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
  .promo-video-wrap .container-fluid {
    padding: 0 12px;
  }
  .promo-video-wrap .promo-content .feature-item-wrap .feature-item {
    width: 100%;
    padding: 20px 20px 18px;
  }
  .promo-video-wrap .promo-video {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }
  .promo-video-wrap .promo-video {
    height: 500px;
  }
  .counter-card {
    padding: 20px;
    align-items: flex-start;
  }
  .counter-card .counter-icon {
    position: relative;
    top: 4px;
    width: 60px;
    height: 60px;
  }
  .counter-card .counter-icon i {
    font-size: 34px;
  }
  .counter-card .counter-text {
    width: calc(100% - 75px);
    margin-left: 15px;
  }
  .counter-card .counter-text h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  p, input, textarea {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  .sm-none {
    display: none !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .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;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mtb-100 {
    margin-top: 50px !important;
    margin-bottom: 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: 30px !important;
  }
  .link, .btn {
    font-size: 14px;
  }
  .btn {
    padding: 11px 20px 13px;
    line-height: 1;
  }
  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }
  .back-to-top i {
    font-size: 18px;
  }
  .content-wrapper {
    margin-top: 68px;
  }
  .section-title.style2 span, .section-title.style3 span,
  .content-title.style2 span,
  .content-title.style3 span {
    font-size: 12px;
  }
  .section-title.style1 span,
  .content-title.style1 span {
    font-size: 14px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .content-feature-list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .content-feature-list li i {
    top: 5px;
  }
  .breadcrumb-wrap {
    padding: 60px 0;
  }
  .breadcrumb-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .breadcrumb-title .breadcrumb-menu li {
    font-size: 14px;
  }
  .breadcrumb-title .breadcrumb-menu li:after {
    font-size: 16px;
    right: -15px;
  }
  .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;
  }
  .team-card .team-info h3,
  .feature-item .feature-info h3,
  .service-card .service-title h3,
  .service-card .service-info h3,
  .featured-card h3,
  .blog-card .blog-info h3 {
    font-size: 18px;
  }
  .hero-wrap .hero-content span {
    font-size: 14px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .hero-wrap .hero-content p {
    padding-right: 10px;
    margin-bottom: 25px;
  }
  .hero-wrap .hero-content .hero-btn .btn {
    padding: 9px 16px 13px;
  }
  .hero-wrap .hero-content .hero-btn .btn:first-child {
    margin-right: 10px;
  }
  .hero-wrap.style1 .hero-slide-item {
    padding: 85px 0 120px;
    margin: 35px auto 0;
  }
  .hero-wrap.style2 {
    padding: 110px 0 100px;
  }
  .hero-wrap.style2 .hero-content h1 {
    font-size: 26px;
  }
  .hero-wrap.style2 .hero-content p {
    max-width: 98%;
  }
  .hero-wrap.style3 {
    margin-top: 65px;
  }
  .hero-wrap.style3 .hero-slide-item {
    padding: 60px 0 110px;
  }
  .hero-wrap.style3 .hero-slide-item::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0.779) 90%);
  }
  .hero-wrap.style3 .hero-content p {
    max-width: 98%;
  }
  .hero-wrap.style1 .hero-slide-item.style1:before,
  .hero-wrap.style1 .hero-slide-item.style2:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 53%, rgba(0, 0, 0, 0.79) 80%);
  }
  .hero-slider-one.owl-carousel .owl-nav {
    top: auto;
    bottom: 30px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    flex-direction: row;
  }
  .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
    margin: 0 15px 0 0;
  }
  .hero-slider-two.owl-carousel .owl-dots {
    top: auto;
    bottom: 30px;
    left: 50%;
    right: auto;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0);
  }
  .hero-slider-two.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 25px;
  }
  .hero-slider-two.owl-carousel .owl-dots .owl-dot span:before {
    position: absolute;
    top: 50%;
    left: 41px;
    transform: translate(-50%, 0);
    width: 24px;
    height: 1px;
  }
  .hero-slider-two.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    border-color: transparent;
  }
  .hero-slider-two.owl-carousel .owl-dots .owl-dot.active span:after {
    background: #6BA229;
    width: 5px;
    height: 5px;
  }
  .hero-slider-two.owl-carousel .owl-dots .owl-dot.active span:before {
    background: #fff;
  }
  .hero-slider-two.owl-carousel .owl-dots .owl-dot:last-child span:before {
    display: none;
  }
  .featured-wrap.style1 {
    margin-top: 0;
  }
  .featured-card {
    padding: 20px;
  }
  .featured-card.style1 .featured-title {
    margin-bottom: 15px;
  }
  .featured-card.style1 .featured-title span {
    width: 60px;
    height: 60px;
  }
  .featured-card.style1 .featured-title span i {
    font-size: 26px;
  }
  .featured-card.style1 .featured-title h3 {
    width: calc(100% - 75px);
    margin: 0 0 0 15px;
  }
  .featured-card.style1 p {
    margin: 0 0 18px;
  }
  .about-wrap.style1 .about-content .content-title, .about-wrap.style4 .about-content .content-title, .about-wrap.style2 .about-content .content-title, .about-wrap.style3 .about-content .content-title {
    margin: 0 0 15px;
  }
  .about-wrap.style1 .about-content .content-feature-list, .about-wrap.style4 .about-content .content-feature-list, .about-wrap.style2 .about-content .content-feature-list, .about-wrap.style3 .about-content .content-feature-list {
    margin-bottom: 25px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    width: calc(55% - 6px);
    height: 300px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 .about-shape-one {
    top: -20px;
    left: -20px;
    max-width: 62px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 .about-shape-two {
    max-width: 55px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 .about-shape-three {
    z-index: -1;
    max-width: 100px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    height: 260px;
    width: calc(45% - 6px);
  }
  .about-wrap.style1 .about-img-wrap .about-bg-2 .about-shape-four {
    right: -10px;
    max-width: 10px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-2 .about-shape-five {
    max-width: 53px;
  }
  .about-wrap.style2 .about-img-wrap .about-shape-two {
    max-width: 80%;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-3,
  .about-wrap.style2 .about-img-wrap .about-bg-4,
  .about-wrap.style2 .about-img-wrap .about-bg-5,
  .about-wrap.style2 .about-img-wrap .about-bg-6 {
    width: calc(50% - 5px);
    height: 180px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-3 {
    margin-bottom: 0;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-4 {
    margin-top: 20px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-6 {
    margin-top: 10px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-5 {
    margin-top: -10px;
  }
  .about-wrap.style3 .about-img-wrap {
    min-height: 420px;
  }
  .about-wrap.style3 .about-img-wrap .about-bg-7 {
    width: 80%;
    height: 250px;
  }
  .about-wrap.style3 .about-img-wrap .about-bg-8 {
    height: 310px;
    width: 88%;
  }
  .about-wrap.style3 .about-img-wrap .play-video {
    bottom: 30px;
    left: 15px;
    width: 100px;
    height: 100px;
  }
  .about-wrap.style3 .about-img-wrap .play-video .play-now {
    width: 55px;
    height: 55px;
    line-height: 46px;
  }
  .about-wrap.style3 .about-img-wrap .play-video .play-now i {
    font-size: 16px;
  }
  .about-wrap.style4 .about-img-wrap {
    min-height: 400px;
  }
  .about-wrap.style4 .about-img-wrap .about-shape-nine {
    max-width: 70%;
    left: 60%;
  }
  .about-wrap.style4 .about-img-wrap .about-bg-9 {
    height: 300px;
    width: calc(100% - 50px);
  }
  .about-wrap.style4 .about-img-wrap .about-bg-10 {
    width: calc(100% - 60px);
    height: 200px;
  }
  .why-choose-wrap.style1 .wh-content .content-title {
    margin: 0 0 15px;
  }
  .why-choose-wrap.style1 .wh-content .content-feature-list {
    -moz-columns: 1;
         columns: 1;
    margin: 0 0 20px;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
    width: 100%;
    margin-bottom: 0;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item:last-child {
    margin-bottom: 0;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon {
    top: 0;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-info h5 {
    margin: 0;
  }
  .why-choose-wrap.style1 .wh-img-wrap {
    min-height: 400px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-shape-one {
    max-width: 75%;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    width: calc(50% - 6px);
    height: 200px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
    height: 190px;
    left: 0;
    width: 70%;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-3 {
    width: calc(50% - 6px);
    height: 300px;
  }
  .why-choose-wrap.style2 .wh-content .content-title {
    margin-bottom: 20px;
  }
  .why-choose-wrap.style2 .wh-content .content-feature-list {
    -moz-columns: 1;
         columns: 1;
  }
  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-4 {
    height: 300px;
    width: calc(50% - 6px);
  }
  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-5 {
    height: 300px;
    width: calc(50% - 6px);
    margin-top: 30px;
  }
  .program-wrap.style1 .program-content .content-title {
    margin-bottom: 20px;
  }
  .program-wrap.style1 .program-img-wrap {
    min-height: 380px;
  }
  .program-wrap.style1 .program-img-wrap .program-bg-1 {
    height: 250px;
    width: 70%;
  }
  .program-wrap.style1 .program-img-wrap .program-bg-2 {
    height: 240px;
    width: 65%;
  }
  .program-wrap.style2 .program-img-wrap .program-shape-two {
    top: -20px;
  }
  .program-wrap.style2 .program-img-wrap .program-bg-3 {
    margin-right: 20px;
    margin-top: 20px;
    height: 300px;
  }
  .program-wrap.style3 .program-content .content-feature-list {
    -moz-columns: 1;
         columns: 1;
  }
  .program-wrap.style3.style3 .program-content .content-title {
    margin-bottom: 20px;
  }
  .program-wrap.style3.style3 .program-content .content-feature-list {
    -moz-columns: 1;
         columns: 1;
    margin-bottom: 20px;
  }
  .program-wrap.style3.style3 .program-content .countdown-deals .cdown {
    width: calc(25% - 6px);
    background-color: #F5F5F5;
    padding: 10px 5px;
    text-align: center;
    position: relative;
  }
  .program-wrap.style3.style3 .program-content .countdown-deals .cdown .time-count {
    font-size: 22px;
  }
  .program-wrap.style3.style3 .program-img-wrap .program-bg-4 {
    height: 360px;
  }
  .service-card.style1 .service-info {
    padding: 20px;
  }
  .service-card.style1 .service-title {
    margin-bottom: 15px;
  }
  .service-card.style1 .service-title span {
    width: 60px;
    height: 60px;
  }
  .service-card.style1 .service-title span i {
    font-size: 26px;
  }
  .service-card.style1 .service-title h3 {
    width: calc(100% - 75px);
    margin: 0 0 0 15px;
  }
  .service-card.style1 p {
    margin: 0 0 18px;
  }
  .service-card.style2 .service-info {
    padding: 20px;
  }
  .service-card.style2 .service-icon {
    width: 70px;
    height: 70px;
    margin: -70px 0 20px;
  }
  .service-card.style2 .service-icon i {
    font-size: 36px;
  }
  .service-card.style2 p {
    margin: 0 0 15px;
  }
  .cta-wrap.style1 .cta-content {
    padding: 42px 20px 20px 20px;
    width: 100%;
    margin-top: 30px;
  }
  .cta-wrap.style1 .cta-content .content-title {
    margin-bottom: 15px;
  }
  .cta-wrap.style1 .cta-content .content-title h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .cta-wrap.style1 .cta-content .content-title span {
    font-size: 14px;
    font-weight: 400;
  }
  .cta-wrap.style1 .cta-content .contact-info li {
    margin-right: 0;
    display: block;
    margin-bottom: 7px;
  }
  .cta-wrap.style1 .cta-content .contact-info li:last-child {
    margin-bottom: 0;
  }
  .cta-wrap.style1 .cta-content .cta-icon {
    top: 0px;
    left: 20px;
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
  }
  .cta-wrap.style1 .cta-content .cta-icon i {
    font-size: 25px;
  }
  .cta-wrap.style2 .cta-content {
    padding: 42px 20px 20px 20px;
    width: calc(100% - 25px);
    margin: 30px auto 0;
  }
  .cta-wrap.style2 .cta-content .content-title {
    margin-bottom: 15px;
  }
  .cta-wrap.style2 .cta-content .content-title h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .cta-wrap.style2 .cta-content .content-title span {
    font-size: 14px;
    font-weight: 400;
  }
  .cta-wrap.style2 .cta-content .contact-info li {
    margin-right: 0;
    display: block;
    margin-bottom: 7px;
  }
  .cta-wrap.style2 .cta-content .contact-info li:last-child {
    margin-bottom: 0;
  }
  .cta-wrap.style2 .cta-content .cta-icon {
    top: -30px;
    width: 60px;
    height: 60px;
    border: 5px solid #fff;
  }
  .cta-wrap.style2 .cta-content .cta-icon i {
    font-size: 25px;
  }
  .testimonial-wrap.style1 .testimonial-img-wrap .testimonial-shape-one {
    max-width: 80%;
  }
  .testimonial-wrap.style1 .testimonial-img-wrap .testimonial-bg-1 {
    height: 300px;
    width: calc(50% - 6px);
  }
  .testimonial-wrap.style1 .testimonial-img-wrap .testimonial-bg-2 {
    width: calc(50% - 6px);
    height: 280px;
    margin-top: 30px;
  }
  .testimonial-card.style1 .quote-icon {
    margin-bottom: 5px;
  }
  .testimonial-card.style1 .quote-icon i {
    font-size: 36px;
  }
  .testimonial-card.style1 .client-quote {
    margin-bottom: 10px;
  }
  .testimonial-card.style1 .client-info h5 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .testimonial-card.style2 {
    padding: 50px 20px 20px 20px;
    margin-left: 0;
    margin-top: 35px;
  }
  .testimonial-card.style2 .client-img {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0%;
    left: 20px;
  }
  .testimonial-card.style2 .client-quote {
    margin: 0;
  }
  .testimonial-card.style2 .client-info-wrap {
    margin: 15px 0 0;
  }
  .testimonial-card.style2 .client-info-wrap .client-info {
    width: calc(100% - 55px);
    margin-right: 15px;
  }
  .testimonial-card.style2 .client-info-wrap .quote-icon {
    width: 35px;
  }
  .testimonial-card.style2 .client-info-wrap .quote-icon i {
    font-size: 30px;
    line-height: 0.8;
    color: #6BA229;
  }
  .testimonial-card.style2:hover {
    border-color: #6BA229;
  }
  .testimonial-card.style2:hover .client-img {
    border-color: #6BA229;
  }
  .testimonial-card.style3 {
    padding: 20px 20px 18px;
  }
  .testimonial-card.style3 .client-info-wrap {
    margin-bottom: 12px;
  }
  .testimonial-card.style3 .client-info-wrap .client-info {
    width: calc(100% - 102px);
    margin-left: 15px;
  }
  .testimonial-card.style3 .client-info-wrap .client-img {
    width: 55px;
    height: 55px;
  }
  .testimonial-card.style3 .client-info-wrap .quote-icon {
    width: 32px;
    align-self: flex-end;
  }
  .testimonial-card.style3 .client-info-wrap .quote-icon i {
    color: #6BA229;
    font-size: 32px;
  }
  .testimonial-slider-two {
    margin: -15px 0 0;
  }
  .testimonial-slider-two.style2 {
    margin: 0;
  }
  .testimonial-card .client-info h4 {
    font-size: 16px;
  }
  .promo-video-wrap .promo-content {
    padding: 0 0 25px;
  }
  .promo-video-wrap .promo-content .content-title {
    margin-bottom: 20px;
  }
  .promo-video-wrap .promo-content .feature-item-wrap .feature-item {
    padding: 20px 20px 18px;
  }
  .promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-shape-one {
    max-width: 100px;
  }
  .promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-icon {
    width: 85px;
    height: 80px;
    margin-bottom: 22px;
  }
  .promo-video-wrap .promo-content .feature-item-wrap .feature-item .feature-icon i {
    font-size: 40px;
  }
  .team-card {
    margin-bottom: 25px;
  }
  .team-card .team-info {
    padding: 18px 20px 18px;
  }
  .team-card .team-info span {
    font-size: 14px;
  }
  .faq-wrap .contact-form.style2 #contactForm {
    padding: 20px;
  }
  .faq-wrap .faq-img-wrap .faq-bg-1,
  .faq-wrap .faq-img-wrap .faq-bg-4 {
    width: calc(60% - 7px);
    height: 180px;
  }
  .faq-wrap .faq-img-wrap .faq-bg-2,
  .faq-wrap .faq-img-wrap .faq-bg-3 {
    width: calc(40% - 7px);
    height: 225px;
  }
  .faq-wrap .faq-img-wrap .faq-bg-1 {
    margin-top: 45px;
  }
  .faq-wrap .faq-img-wrap .faq-bg-3 {
    margin-top: 15px;
  }
  .faq-wrap .faq-img-wrap .faq-bg-4 {
    margin-top: 15px;
  }
  .accordion-item .accordion-header .accordion-button {
    padding: 20px 48px 20px 20px;
  }
  .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-metainfo li i {
    top: 5px;
    font-size: 14px;
  }
  .blog-card.style1 .blog-img, .blog-card.style2 .blog-img {
    margin-bottom: 20px;
  }
  .blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date {
    bottom: -20px;
    right: 20px;
    padding: 10px 18px 12px;
    font-weight: 600;
  }
  .blog-card.style1 .blog-img .blog-date span, .blog-card.style2 .blog-img .blog-date span {
    display: block;
  }
  .blog-card.style1 .blog-info h3, .blog-card.style2 .blog-info h3 {
    margin-bottom: 18px;
  }
  .blog-card.style1 .blog-info {
    padding: 18px 20px 18px;
  }
  .blog-card.style1 .blog-info .blog-metainfo {
    padding: 10px 0;
    margin: 0 0 15px;
  }
  .blog-card.style2 .blog-info {
    padding: 18px 20px 18px;
  }
  .blog-card.style2 .blog-info .blog-metainfo {
    margin: 0 0 15px;
  }
  .blog-card.style3 .blog-info {
    padding: 18px 20px 18px;
  }
  .blog-card.style3 .blog-info .blog-metainfo {
    margin: 0 0 5px;
  }
  .blog-card.style3 .blog-info .blog-metainfo li {
    margin: 0 10px 10px 0;
  }
  .blog-card.style3 .blog-info .blog-metainfo li i {
    top: 3px;
    font-size: 13px;
  }
  .pricing-card .pricing-header {
    padding: 5px 15px 15px;
    font-size: 18px;
  }
  .pricing-card .pricing-header:before, .pricing-card .pricing-header:after {
    width: 120px;
    border-bottom: 120px solid #fff;
  }
  .pricing-card .pricing-header-shape {
    width: calc(100% - 62px);
  }
  .pricing-card h4 {
    margin: 20px 0 20px;
    font-size: 28px;
  }
  .pricing-card h4 span {
    font-size: 14px;
  }
  .pricing-card .pricing-features {
    margin: 0 0 30px 0;
    padding: 0 25px;
  }
  .pricing-card .pricing-features li {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .pricing-card .purchase-btn {
    padding: 0 25px 25px;
  }
  .pricing-card .purchase-btn .btn {
    width: 100%;
  }
  .pricing-card:hover {
    border-color: #6BA229;
    box-shadow: none;
  }
  .pricing-card:hover:after {
    width: 100%;
  }
  .pricing-card:hover .purchase-btn .btn.style3 {
    color: #fff;
  }
  .pricing-card:hover .purchase-btn .btn.style3:after, .pricing-card:hover .purchase-btn .btn.style3:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .quote-form form .form-group {
    margin-bottom: 15px;
  }
  .quote-form form .form-group input, .quote-form form .form-group textarea, .quote-form form .form-group select {
    padding: 12px 15px;
    font-size: 14px;
  }
  .quote-form form .form-group input, .quote-form form .form-group select {
    height: 54px;
  }
  .quote-form form .form-group textarea {
    height: 120px;
  }
  .quote-form form .form-group select {
    padding: 12px 15px;
    font-size: 14px;
  }
  .project-info-widget ul li {
    margin-bottom: 0;
  }
  .project-info-widget ul li p {
    font-size: 16px;
  }
  .project-info-widget ul li p i {
    top: 1px;
    font-size: 15px;
  }
  .project-info-widget ul li span {
    font-size: 14px;
  }
  .project-info-widget .project-share {
    margin: 25px 0 0;
  }
  .project-info-widget .project-share p {
    width: 120px;
    font-size: 16px;
  }
  .project-info-widget .project-share ul {
    width: calc(100% - 120px);
    text-align: right;
  }
  .counter-card {
    padding: 20px;
    align-items: flex-start;
  }
  .counter-card .counter-icon {
    position: relative;
    top: 5px;
    width: 60px;
    height: 60px;
  }
  .counter-card .counter-icon i {
    font-size: 34px;
  }
  .counter-card .counter-text {
    width: calc(100% - 75px);
    margin-left: 15px;
  }
  .counter-card .counter-text h2 {
    font-size: 24px;
  }
  .contact-box-wrap {
    padding: 20px;
  }
  .contact-box-wrap .social-share h5 {
    margin: 0 0 15px 0;
  }
  #contactForm {
    margin-bottom: -7px;
  }
  #contactForm .form-group {
    margin: 0 0 20px;
  }
  #contactForm .form-group input,
  #contactForm .form-group textarea {
    padding: 12px 20px;
  }
  #contactForm .form-group input {
    height: 54px;
  }
  #contactForm .form-group textarea {
    height: 145px;
  }
  .checkbox label {
    font-size: 14px;
  }
  .contact-box-wrap .contact-item .contact-info h5 {
    font-size: 18px;
  }
  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: 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 {
    font-size: 24px;
  }
  article h2,
  .service-desc h2,
  .project-desc h2 {
    font-size: 22px;
  }
  article h3,
  .service-desc h3,
  .project-desc h3 {
    font-size: 20px;
  }
  article h4,
  .service-desc h4,
  .project-desc h4 {
    font-size: 18px;
  }
  article h5,
  .service-desc h5,
  .project-desc h5 {
    font-size: 17px;
  }
  article h6,
  .service-desc h6,
  .project-desc h6 {
    font-size: 16px;
  }
  article ol li,
  .service-desc ol li,
  .project-desc 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 {
    margin-bottom: 0;
  }
  article ul li,
  .service-desc ul li,
  .project-desc 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 {
    margin-bottom: 0;
  }
  .post-author .post-author-info h4 {
    font-size: 20px;
  }
  .wp-block-quote {
    padding: 15px 20px 15px;
    margin: 22px 0 22px;
  }
  .wp-block-quote {
    padding: 18px 20px 18px;
    margin: 22px 0 22px;
  }
  .wp-block-quote .wp-quote-author .wp-quote-author-name h6 {
    font-size: 16px;
    padding-left: 30px;
  }
  .wp-block-quote .wp-quote-author .wp-quote-author-name h6:before {
    width: 25px;
  }
  .wp-block-quote .wp-quote-author .wp-quote-author-name span {
    font-size: 14px;
    padding-left: 30px;
  }
  .wp-block-quote .wp-quote-author .wp-quote-icon {
    top: 10px;
  }
  .wp-block-quote .wp-quote-author .wp-quote-icon i {
    font-size: 30px;
  }
  .post-metainfo {
    margin-bottom: 10px;
  }
  .post-metainfo li {
    padding-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .post-metainfo li i {
    font-size: 14px;
  }
  .post-img {
    margin: 0 0 25px;
    border-radius: 5px;
  }
  .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: 18px 20px 20px;
    margin-bottom: 15px;
  }
  .comment-item-wrap .comment-item.reply {
    margin-left: 25px;
  }
  .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;
    font-size: 14px;
  }
  .comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin-bottom: 8px;
  }
  #cmt-form .comment-form .form-group {
    margin-bottom: 15px;
  }
  #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;
  }
  .category-box ul li a {
    font-size: 14px;
    padding: 14px 15px 14px 15px;
  }
  .category-box ul li a span {
    width: 26px;
    height: 26px;
  }
  .category-box ul li a span i {
    font-size: 13px;
  }
  .tag-list ul li {
    margin: 9px 6px 0px 0px;
  }
  .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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .mt-100 {
    margin-top: 70px !important;
  }
  .mb-100 {
    margin-bottom: 70px !important;
  }
  .mtb-100 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .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-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 35px;
  }
  .content-wrapper {
    margin-top: 160px;
  }
  .why-choose-wrap .wh-content .content-title p,
  .about-wrap.style1 .about-content .content-title p,
  .about-wrap.style4 .about-content .content-title p {
    padding-right: 35px;
  }
  .breadcrumb-wrap {
    padding: 80px 0;
  }
  .hero-wrap .hero-content h1 {
    font-size: 32px;
  }
  .hero-wrap.style1 .hero-slide-item {
    padding: 120px 0 150px;
    margin: 135px auto 0;
  }
  .hero-wrap.style2 .hero-content h1 {
    font-size: 42px;
  }
  .hero-wrap.style2 .hero-content p {
    max-width: 95%;
  }
  .hero-wrap.style3 {
    margin-top: 130px;
  }
  .hero-wrap.style3 .hero-slide-item {
    padding: 90px 0;
  }
  .hero-wrap.style3 .hero-slide-item::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 55%, rgba(0, 0, 0, 0.479) 80%);
  }
  .hero-wrap.style3 .hero-content p {
    max-width: 95%;
  }
  .hero-slider-one.owl-carousel .owl-nav {
    right: 15px;
  }
  .about-wrap.style1 .about-content .content-title p, .about-wrap.style4 .about-content .content-title p {
    padding-right: 35px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 {
    height: 480px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-2 {
    height: 450px;
  }
  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-4 {
    height: 400px;
  }
  .why-choose-wrap.style2 .wh-img-wrap .wh-bg-5 {
    height: 400px;
  }
  .program-wrap.style1 .program-img-wrap {
    min-height: 480px;
  }
  .program-wrap.style1 .program-img-wrap .program-bg-1 {
    height: 360px;
    width: 60%;
  }
  .program-wrap.style1 .program-img-wrap .program-bg-2 {
    height: 300px;
    width: 55%;
  }
  .cta-wrap.style1 .cta-content {
    padding: 25px 25px 25px 60px;
    width: 65%;
  }
  .cta-wrap.style1 .cta-content .content-title h4 {
    font-size: 20px;
  }
  .cta-wrap.style1 .cta-content .cta-icon {
    left: -40px;
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
  }
  .cta-wrap.style1 .cta-content .cta-icon i {
    font-size: 38px;
  }
  .cta-wrap.style2 .cta-content {
    padding: 25px 25px 25px 25px;
    width: 75%;
  }
  .cta-wrap.style2 .cta-content .content-title h4 {
    font-size: 20px;
  }
  .cta-wrap.style2 .cta-content .cta-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
  }
  .cta-wrap.style2 .cta-content .cta-icon i {
    font-size: 38px;
  }
  .promo-video-wrap .promo-content {
    padding: 0 0 45px;
  }
  .promo-video-wrap .promo-video {
    height: 560px;
  }
  .testimonial-wrap.style1 .testimonial-img-wrap .testimonial-bg-1 {
    height: 400px;
  }
  .testimonial-wrap.style1 .testimonial-img-wrap .testimonial-bg-2 {
    height: 400px;
  }
}
@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.style2 .hero-img-wrap {
    margin-top: 30px;
  }
  .about-wrap .about-img-wrap {
    margin-bottom: 30px;
  }
  .why-choose-wrap .wh-img-wrap {
    margin-bottom: 30px;
  }
  .program-wrap .program-img-wrap {
    margin-bottom: 30px;
  }
  .program-wrap .program-img-wrap .program-shape-one {
    max-width: 90%;
  }
  .faq-wrap .faq-img-wrap {
    margin-bottom: 30px;
  }
  .faq-wrap .contact-form {
    margin-bottom: 30px;
  }
  .testimonial-wrap.style1 .testimonial-img-wrap {
    margin-bottom: 30px;
  }
  .promo-video-wrap .promo-video {
    margin-bottom: 30px;
  }
  .contact-box-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title h2,
  .section-title h2,
  .content-title h2 {
    font-size: 32px;
  }
  .breadcrumb-wrap {
    padding: 100px 0;
  }
  .content-wrapper {
    margin-top: 130px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 44px;
  }
  .hero-wrap .hero-content p {
    max-width: 90%;
  }
  .hero-wrap.style1 .hero-slide-item {
    padding: 130px 0 150px;
  }
  .hero-wrap.style2 .hero-content h1 {
    font-size: 44px;
  }
  .hero-wrap.style2 .hero-content p {
    max-width: 95%;
  }
  .hero-wrap.style2 .hero-img-wrap {
    margin-bottom: -140px;
  }
  .hero-wrap.style3 {
    margin-top: 130px;
  }
  .hero-wrap.style3 .hero-slide-item {
    padding: 120px 0;
  }
  .hero-wrap.style3 .hero-slide-item::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 45%, rgba(0, 0, 0, 0.079) 80%);
  }
  .hero-wrap.style3 .hero-content p {
    max-width: 95%;
  }
  .hero-slider-one.owl-carousel .owl-nav {
    right: 15px;
  }
  .about-wrap.style2 .about-img-wrap .about-bg-3,
  .about-wrap.style2 .about-img-wrap .about-bg-4,
  .about-wrap.style2 .about-img-wrap .about-bg-5,
  .about-wrap.style2 .about-img-wrap .about-bg-6 {
    height: 230px;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
    width: calc(50% - 6px);
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon {
    width: 65px;
    height: 65px;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-icon i {
    font-size: 30px;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-info {
    width: calc(100% - 80px);
    margin-left: 15px;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-info h5 {
    margin: 0;
  }
  .why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item .feature-info h5 span {
    font-size: 14px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    height: 210px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
    height: 375px;
    left: 0;
    width: 72%;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-3 {
    top: 40%;
    height: 350px;
  }
  .cta-wrap .cta-content .content-title h4 {
    font-size: 20px;
  }
  .cta-wrap.style1 .cta-content {
    padding: 25px 25px 25px 80px;
    width: 65%;
  }
  .cta-wrap.style1 .cta-content .cta-icon {
    left: -40px;
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
  }
  .cta-wrap.style1 .cta-content .cta-icon i {
    font-size: 38px;
  }
  .counter-card {
    padding: 25px;
    align-items: flex-start;
  }
  .counter-card .counter-icon {
    position: relative;
    top: 4px;
    width: 70px;
    height: 70px;
  }
  .counter-card .counter-icon i {
    font-size: 40px;
  }
  .counter-card .counter-text {
    width: calc(100% - 90px);
  }
  .counter-card .counter-text h2 {
    font-size: 28px;
  }
  .promo-video-wrap .container-fluid {
    padding-left: calc((100% - 960px) / 2 + 10px);
    padding-right: 0;
  }
  .promo-video-wrap .promo-content {
    padding: 100px 0 75px;
  }
  .promo-video-wrap .promo-content .content-title {
    margin-bottom: 30px;
  }
  .promo-video-wrap .promo-content .feature-item-wrap .feature-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none;
  }
  .sidebar {
    margin: 50px 0 0;
  }
  .hero-wrap.style1 .social-profile, .hero-wrap.style3 .social-profile {
    display: none;
  }
  .team-slider-one.owl-carousel .owl-nav,
  .service-slider-one.owl-carousel .owl-nav {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .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 {
    position: relative;
    width: 38px;
    height: 38px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    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 {
    font-size: 16px;
  }
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: calc(50% - 35px);
  }
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-next {
    left: calc(50% + 0px);
    right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }
  .content-title p {
    padding-right: 25px;
  }
  .why-choose-wrap .wh-content .content-title p,
  .about-wrap .about-content .content-title p {
    padding-right: 32px;
  }
}
@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.style1 .social-profile li a {
    width: 25px;
    height: 25px;
  }
  .hero-wrap.style1 .social-profile li a i {
    font-size: 14px;
  }
  .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 {
    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 {
    font-size: 16px;
  }
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.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 {
    right: -40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .section-title,
  .content-title {
    position: relative;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 40px;
    margin: 0;
  }
  .hero-wrap.style1 .hero-content p {
    max-width: 84%;
  }
  .hero-wrap.style1 .hero-slide-item {
    max-width: 100%;
  }
  .hero-wrap.style2 .hero-content p {
    max-width: 95%;
  }
  .hero-wrap.style3 .hero-content p {
    max-width: 84%;
  }
  .hero-slider-one.owl-carousel .owl-nav {
    right: 10px;
  }
  .hero-wrap.style1 .social-profile,
  .hero-wrap.style3 .social-profile {
    left: 10px;
  }
  .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 {
    width: 38px;
    height: 38px;
  }
  .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 {
    font-size: 16px;
  }
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
  }
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -45px;
  }
  .promo-video-wrap .container-fluid {
    padding-left: calc((100% - 1320px) / 2 + 10px);
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-wrap .hero-content p {
    max-width: 90%;
  }
  .hero-wrap.style1 .hero-slide-item {
    max-width: 100%;
  }
  .hero-wrap.style2 .hero-content p {
    max-width: 95%;
  }
  .hero-wrap.style3 .hero-slide-item {
    padding: 120px 0;
  }
  .hero-wrap.style3 .hero-content p {
    max-width: 95%;
  }
  .hero-slider-one.owl-carousel .owl-nav {
    right: 10px;
  }
  .hero-wrap.style1 .social-profile,
  .hero-wrap.style3 .social-profile {
    left: 10px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
    width: 240px;
    height: 245px;
  }
  .why-choose-wrap.style1 .wh-img-wrap .wh-bg-2 {
    left: 20px;
    width: 63%;
  }
  .cta-wrap.style1 .cta-content,
  .cta-wrap.style2 .cta-content {
    width: 65%;
  }
  .promo-video-wrap .container-fluid {
    padding-left: calc((100% - 1140px) / 2 + 10px);
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-title span,
  .content-title span {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 35px;
  }
  .section-title.text-center p,
  .content-title.text-center p {
    padding: 0 80px;
  }
  .content-wrapper {
    margin-top: 156px;
  }
  .breadcrumb-title h2 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 900;
    margin-bottom: 35px;
  }
  .breadcrumb-title .breadcrumb-menu li {
    font-size: 18px;
  }
  .breadcrumb-title .breadcrumb-menu li:after {
    right: -15px;
    font-size: 18px;
  }
  .breadcrumb-title .breadcrumb-menu li a {
    font-size: 18px;
  }
  .breadcrumb-wrap .container {
    max-width: 1520px;
    margin: 0 auto;
  }
  .hero-wrap .hero-content h1 {
    font-size: 60px;
    font-weight: 900;
  }
  .hero-wrap .hero-content p {
    margin-bottom: 40px;
  }
  .hero-wrap.style1 .hero-slide-item {
    max-width: 1480px;
  }
  .hero-wrap.style2 .container {
    max-width: 1450px;
  }
  .hero-wrap.style3 {
    margin-top: 156px;
  }
  .hero-wrap.style3 .container {
    max-width: 1520px;
  }
  .hero-wrap.style3 .social-profile {
    left: 10px;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 62px;
  }
  .hero-wrap.style3 .hero-content p {
    max-width: 86%;
  }
  .hero-slider-one.owl-carousel .owl-nav {
    right: 10px;
  }
  .hero-wrap.style1 .social-profile {
    left: 10px;
  }
  .promo-video-wrap .container-fluid {
    padding-left: calc((100% - 1320px) / 2 + 10px);
    padding-right: 0;
  }
  .promo-video-wrap .promo-content {
    margin-right: 113px;
  }
  .promo-video-wrap .promo-content .feature-item-wrap .feature-item {
    padding: 35px;
  }
  .promo-video-wrap .promo-video {
    width: calc(100% + 70px);
    margin-left: -70px;
  }
  .newsletter-wrap .content-title h2 {
    font-size: 26px;
  }
  .featured-card.style1 {
    padding: 35px 40px 40px;
  }
  .featured-card.style1 .featured-title span {
    width: 105px;
    height: 92px;
  }
  .featured-card.style1 .featured-title span i {
    font-size: 52px;
  }
  .featured-card.style1 .featured-title h3 {
    width: calc(100% - 135px);
    margin: 0 0 0 30px;
  }
  .counter-wrap .counter-card.style1 {
    padding: 40px;
  }
  .counter-wrap .counter-card.style1 .counter-icon {
    width: 115px;
    height: 115px;
  }
  .counter-wrap .counter-card.style1 .counter-icon i {
    font-size: 55px;
  }
  .counter-wrap .counter-card.style1 .counter-text {
    margin-left: 30px;
    width: calc(100% - 145px);
  }
  .counter-wrap .counter-card.style1 .counter-text h2 {
    margin: 10px 0;
  }
  .about-wrap.style1 .about-content {
    margin-left: 8px;
  }
  .about-wrap.style1 .about-content .feature-item .feature-icon i {
    font-size: 55px;
  }
  .about-wrap.style1 .about-img-wrap .about-bg-1 .about-shape-one {
    top: -33px;
    left: -28px;
    max-width: 87px;
  }
  .about-wrap.style2 .about-img-wrap {
    margin-right: 50px;
  }
  .about-wrap.style2 .about-img-wrap .about-shape-two {
    min-width: 650px;
  }
  .about-wrap.style2 .about-content {
    width: calc(100% + 22px);
    margin-left: -22px;
  }
  .about-wrap.style2 .about-content .feature-item .feature-icon {
    height: 110px;
  }
  .about-wrap.style3 .about-img-wrap {
    margin-right: 40px;
  }
  .about-wrap.style3 .about-content {
    width: calc(100% + 22px);
    margin-left: -22px;
  }
  .pricing-card .pricing-features {
    padding: 0 40px;
  }
  .pricing-card .purchase-btn {
    padding: 0 40px 40px;
  }
  .program-wrap.style1 .program-img-wrap, .program-wrap.style2 .program-img-wrap {
    margin-left: 40px;
  }
  .program-wrap.style1 .program-content .feature-item, .program-wrap.style2 .program-content .feature-item {
    margin-bottom: 30px;
  }
  .program-wrap.style1 .program-content .feature-item:last-child, .program-wrap.style2 .program-content .feature-item:last-child {
    margin-bottom: 0;
  }
  .program-wrap.style3 .program-content {
    width: calc(100% + 72px);
  }
  .program-wrap.style3 .program-content .countdown-deals {
    max-width: 95%;
  }
  .program-wrap.style3 .program-content .countdown-deals .cdown {
    width: calc(25% - 13px);
    padding: 30px 15px;
  }
  .program-wrap.style3 .program-img-wrap {
    margin-left: 70px;
  }
  .program-wrap.style3 .program-img-wrap .program-bg-4 {
    height: 575px;
  }
  .feature-item .feature-icon {
    width: 107px;
    height: 93px;
  }
  .feature-item .feature-icon:after {
    width: 55%;
  }
  .feature-item .feature-icon i {
    font-size: 52px;
  }
  .feature-item .feature-info {
    width: calc(100% - 137px);
    margin-left: 30px;
  }
  .service-card.style1 .service-info {
    padding: 40px;
  }
  .service-card.style1 .service-title {
    margin-bottom: 20px;
  }
  .service-card.style1 .service-title span {
    width: 105px;
    height: 92px;
  }
  .service-card.style1 .service-title span i {
    font-size: 48px;
  }
  .service-card.style1 .service-title h3 {
    width: calc(100% - 135px);
    margin: 0 0 0 30px;
  }
  .service-card.style2 .service-info {
    padding: 35px 40px 40px;
  }
  .service-card.style2 .service-icon {
    width: 105px;
    height: 92px;
    margin: -95px 0 25px;
  }
  .service-card.style2 .service-icon:after {
    width: 55%;
  }
  .service-card.style2 .service-icon i {
    font-size: 52px;
  }
  .team-slider-one.owl-carousel .owl-nav button.owl-prev,
  .service-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -75px;
  }
  .team-slider-one.owl-carousel .owl-nav button.owl-next,
  .service-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -75px;
  }
  .cta-wrap.style1 .cta-content {
    padding: 40px 40px 40px 100px;
    width: 61%;
  }
  .cta-wrap.style1 .cta-content .content-title h4 {
    font-size: 26px;
  }
  .cta-wrap.style2 .cta-content {
    padding: 80px 40px 40px 40px;
    width: 61%;
  }
  .testimonial-wrap.style1 .testimonial-img-wrap {
    margin-right: 20px;
  }
  .testimonial-card.style2 {
    padding: 35px 40px 40px 90px;
    margin-left: 55px;
  }
  .testimonial-card.style2 .client-img {
    width: 115px;
    height: 115px;
    left: -55px;
  }
  .testimonial-card.style2 .client-info-wrap .client-info {
    width: calc(100% - 75px);
    margin-right: 25px;
  }
  .testimonial-card.style2 .client-info-wrap .quote-icon {
    width: 48px;
    position: relative;
    top: 2px;
  }
  .testimonial-card.style2 .client-info-wrap .quote-icon i {
    font-size: 48px;
  }
  .testimonial-card.style3 {
    padding: 40px 40px 35px;
  }
  .testimonial-card.style3 .client-info-wrap {
    margin-bottom: 20px;
  }
  .testimonial-card.style3 .client-info-wrap .client-img {
    width: 68px;
    height: 68px;
  }
  .testimonial-card.style3 .client-info-wrap .client-info {
    width: calc(100% - 154px);
    margin-left: 30px;
  }
  .testimonial-card.style3 .client-info-wrap .quote-icon {
    width: 52px;
  }
  .testimonial-card.style3 .client-info-wrap .quote-icon i {
    font-size: 52px;
  }
  .team-card .team-img .social-profile {
    right: 30px;
    top: 30px;
  }
  .team-card .team-info {
    padding: 25px 30px 30px;
  }
  .blog-card .blog-info .blog-metainfo li {
    padding-left: 25px;
  }
  .blog-card .blog-info .blog-metainfo li i {
    font-size: 16px;
    top: 4px;
  }
  .blog-card .blog-info .blog-metainfo li a {
    font-size: 16px;
  }
  .blog-card.style1 .blog-img .blog-date, .blog-card.style2 .blog-img .blog-date {
    right: 40px;
  }
  .blog-card.style1 .blog-info, .blog-card.style2 .blog-info {
    padding: 10px 40px 30px;
  }
  .blog-card.style3 .blog-info {
    padding: 40px 40px 32px;
  }
  .contact-box-wrap {
    padding: 40px;
    margin-left: 15px;
  }
  .faq-wrap .contact-form.style2 #contactForm {
    padding: 40px;
    margin-right: 10px;
  }
  .login-form-wrap {
    padding: 40px;
  }
  .sidebar .sidebar-widget {
    padding: 30px;
    margin-bottom: 40px;
  }
  .pp-post-item {
    margin: 0 0 25px;
  }
  .pp-post-item .pp-post-info {
    width: calc(100% - 105px);
    margin-left: 20px;
  }
  .pp-post-item .pp-post-info h6 {
    font-size: 16px;
  }
  .pp-post-item .pp-post-info span {
    font-size: 16px;
  }
  .pp-post-item .pp-post-info span i {
    top: 0;
  }
  .tag-list li a {
    font-size: 16px;
    padding: 11px 14px;
  }
  article .post-img {
    border-radius: 5px;
    margin-bottom: 35px;
  }
  .wp-block-quote {
    padding: 40px 40px 35px;
  }
  .post-meta-option {
    padding: 30px;
  }
  .post-tag ul li {
    display: inline-block;
    margin-right: 5px;
  }
  .post-tag ul li:last-child {
    margin-right: 0;
  }
  .post-tag ul li a {
    font-size: 16px;
    border-radius: 5px;
    padding: 11px 14px;
  }
  .post-tag span {
    font-size: 18px;
  }
  .post-share span {
    font-size: 18px;
  }
  .post-share ul {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    top: 2px;
  }
  .post-share ul li a {
    width: 32px;
    height: 32px;
  }
  .post-share ul li a i {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-wrap.style1 .hero-slide-item {
    max-width: 1650px;
  }
  .hero-wrap.style1 .hero-slide-item .hero-content h1 {
    font-size: 60px;
    font-weight: 800;
  }
  .hero-wrap.style1 .social-profile {
    left: 50px;
  }
  .hero-wrap.style2 .container {
    max-width: 1560px;
  }
  .hero-wrap.style2 .hero-content h1 {
    font-size: 60px;
    font-weight: 800;
  }
  .hero-wrap.style3 .container {
    max-width: 1560px;
  }
  .hero-wrap.style3 .social-profile {
    left: 50px;
  }
  .hero-slider-one.owl-carousel .owl-nav,
  .hero-slider-two.owl-carousel .owl-nav {
    right: 50px;
  }
  .hero-slider-two.owl-carousel .owl-dots {
    right: 50px;
  }
  .featured-card h3,
  .team-card .team-info h3,
  .service-card .service-info h3,
  .service-card .service-title h3,
  .blog-card .blog-info h3 {
    font-size: 22px;
  }
}/*# sourceMappingURL=responsive.css.map */