/*---------------------------------
    Hero Section CSS
----------------------------------*/
.home_two-hero-section {
  padding: 225px 0 104px;
  background-image: url(../img/home-two/hero/hero-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_two-hero-section .hero-content h1 {
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 30px;
}
.home_two-hero-section .hero-content p {
  margin-bottom: 38px;
}
.home_two-hero-section .hero-content .brand-logo {
  margin-top: 212px;
}
.home_two-hero-section .hero-content .brand-logo img {
  margin-right: 35px;
}
.home_two-hero-section .hero-content .brand-logo img:last-child {
  margin-right: 0;
}
.home_two-hero-section .hero-img-wrap {
  z-index: 1;
}
.home_two-hero-section .hero-img-wrap .hero-img-two {
  bottom: 10%;
  left: 0;
}
.home_two-hero-section .hero-img-wrap .hero-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home_two-hero-section .counter-wrapper .counter-card:first-child {
  margin-bottom: 125px;
}
.home_two-hero-section .counter-wrapper .counter-card h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.home_two-hero-section .counter-wrapper .counter-card .rating {
  line-height: 1;
  margin-bottom: 2px;
}
.home_two-hero-section .counter-wrapper .counter-card .rating li {
  margin-right: -6px;
}
.home_two-hero-section .counter-wrapper .counter-card .rating li i {
  font-size: 20px;
  line-height: 1;
  color: var(--bruntColor);
}

/*----------------------------
    Why Choose Us CSS
------------------------------*/
.home_two-wh-wrap .wh-bg-shape {
  z-index: -1;
}
.home_two-wh-wrap .feature-card {
  padding: 35px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.home_two-wh-wrap .feature-card:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/home-two/feature-bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  z-index: -1;
}
.home_two-wh-wrap .feature-card .feature-icon {
  width: 92px;
  height: 92px;
  background-image: url(../img/home-two/circle-shape.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_two-wh-wrap .feature-card .feature-icon img {
  max-width: 35px;
  margin: 0 auto;
}
.home_two-wh-wrap .feature-card .feature-counter {
  color: rgba(37, 27, 66, 0.12);
  margin-bottom: 10px;
}
.home_two-wh-wrap .feature-card:hover {
  box-shadow: 0px 4px 57px 72px rgba(9, 12, 80, 0.04);
}
.home_two-wh-wrap .feature-card:hover:after {
  visibility: visible;
  opacity: 1;
}
.home_two-wh-wrap .feature-info {
  width: calc(100% - 120px);
  margin-left: 28px;
  margin-top: 11px;
}
.home_two-wh-wrap .feature-info h3 {
  margin-bottom: 20px;
}
.home_two-wh-wrap .feature-info p {
  margin-bottom: 18px;
}
.home_two-wh-wrap .feature-info ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.home_two-wh-wrap .feature-info ul li:last-child {
  margin-bottom: 0;
}
.home_two-wh-wrap .feature-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------
    Promo Section CSS
------------------------------*/
.home_two-promo-wrapper .promo-content .section-title {
  margin-bottom: 26px;
}
.home_two-promo-wrapper .promo-content p {
  margin-bottom: 43px;
}
.home_two-promo-wrapper .promo-content .feature-item-wrap {
  margin-top: 55px;
}
.home_two-promo-wrapper .promo-content .feature-item-wrap .feature-item {
  margin-bottom: 30px;
}
.home_two-promo-wrapper .promo-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.home_two-promo-wrapper .promo-content .feature-item-wrap .feature-item h3 {
  padding-left: 35px;
  margin-bottom: 16px;
}
.home_two-promo-wrapper .promo-img-wrap .promo-img {
  filter: drop-shadow(25px 25px 67px rgba(5, 10, 58, 0.33));
}
.home_two-promo-wrapper .promo-img-wrap .promo-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home_two-promo-wrapper .promo-img-wrap .promo-text-one,
.home_two-promo-wrapper .promo-img-wrap .promo-text-two {
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(180deg, #FFE3D8 0%, #FFF 100%);
  box-shadow: 0px 0px 61px 24px rgba(17, 9, 71, 0.06);
  z-index: 2;
}
.home_two-promo-wrapper .promo-img-wrap .promo-text-one img,
.home_two-promo-wrapper .promo-img-wrap .promo-text-two img {
  position: relative;
  margin-right: 10px;
}
.home_two-promo-wrapper .promo-img-wrap .promo-text-one {
  top: 40px;
  right: 10px;
  padding: 23px 36px;
}
.home_two-promo-wrapper .promo-img-wrap .promo-text-two {
  bottom: 40px;
  left: -5px;
  padding: 23px 28px;
}

.promo-card-wrapper {
  position: relative;
  z-index: 1;
}
.promo-card-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--magnoliaColor);
  z-index: -1;
}
.promo-card-wrapper .promo-bg {
  height: 385px;
  background-image: url(../img/home-two/about/promo-img-1.webp);
}
.promo-card-wrapper .promo-card .promo-info {
  padding: 20px 25px 35px;
}
.promo-card-wrapper .promo-card .promo-info h3 {
  margin-bottom: 17px;
}

/*----------------------------
    Register Section CSS
------------------------------*/
.home_two-register-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 46%;
  background-color: var(--magnoliaColor);
  z-index: -1;
}

.home_two-register-wrapper {
  padding: 100px 50px;
}
.home_two-register-wrapper .feature-list {
  margin: 24px 0 31px;
}
.home_two-register-wrapper .feature-list li {
  margin-bottom: 8px;
  padding-left: 15px;
}
.home_two-register-wrapper .feature-list li:last-child {
  margin-bottom: 0;
}
.home_two-register-wrapper .feature-list li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--optionalColor);
}
.home_two-register-wrapper .call-link .call-icon {
  width: 42px;
  height: 42px;
  margin-right: 15px;
  border: 1px solid var(--optionalColor);
}
.home_two-register-wrapper .call-link .call-icon i {
  color: var(--optionalColor);
  font-size: 20px;
  line-height: 1;
}
.home_two-register-wrapper .call-link:hover .call-icon {
  background-color: var(--optionalColor);
  border-color: transparent;
}
.home_two-register-wrapper .call-link:hover .call-icon i {
  color: var(--whiteColor);
}
.home_two-register-wrapper .call-link:hover span {
  color: var(--optionalColor) !important;
}
.home_two-register-wrapper .req-demo {
  background: rgba(255, 255, 255, 0.09);
  padding: 55px 60px 60px;
}
.home_two-register-wrapper .req-demo .form-group {
  margin-bottom: 14px;
}
.home_two-register-wrapper .req-demo .form-group input {
  height: 51px;
  background: rgba(255, 255, 255, 0.06);
  padding: 14px 20px 14px 25px;
  font-weight: 300;
}
.home_two-register-wrapper .req-demo .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  opacity: 1;
}
.home_two-register-wrapper .req-demo .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  opacity: 1;
}
.home_two-register-wrapper .req-demo button {
  margin-top: 17px;
}

/*----------------------------
    Counter Section CSS
------------------------------*/
.home_two-counter-wrapper .counter-content .section-title {
  margin-bottom: 26px;
}
.home_two-counter-wrapper .counter-content p {
  margin-bottom: 42px;
}
.home_two-counter-wrapper .counter-content .counter-card-wrap {
  margin-bottom: 5px;
}
.home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card {
  width: 50%;
  margin-bottom: 44px;
  padding-right: 10px;
}
.home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card h2 {
  font-size: 52px;
  line-height: 1;
}
.home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card p {
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.home_two-counter-wrapper .counter-content .counter-btn a:first-child {
  margin-right: 20px;
}
.home_two-counter-wrapper .counter-content .counter-btn a.link span {
  text-decoration: underline;
}
.home_two-counter-wrapper .counter-content .counter-btn a.link img {
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.home_two-counter-wrapper .counter-content .counter-btn a.link:hover span {
  color: var(--primaryColor);
}
.home_two-counter-wrapper .counter-img-wrap .counter-img {
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: block;
}
.home_two-counter-wrapper .counter-img-wrap .counter-shape-one {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.home_two-counter-wrapper .counter-img-wrap .counter-shape-two {
  top: 29%;
  left: -5px;
}
.home_two-counter-wrapper .counter-img-wrap .featured-card {
  padding: 42px 24px 20px;
  border-radius: 10px;
  position: absolute;
  display: inline-block;
  bottom: 72px;
  left: -10px;
  max-width: 295px;
  border-radius: 5px;
  z-index: 1;
  background: linear-gradient(180deg, #FFE3D8 0%, #FFF 100%);
  box-shadow: 0px 0px 61px 24px rgba(17, 9, 71, 0.06);
}
.home_two-counter-wrapper .counter-img-wrap .featured-card span {
  width: 59px;
  height: 59px;
  position: absolute;
  top: -30px;
  left: 25px;
  background-color: var(--whiteColor);
  z-index: 1;
}
.home_two-counter-wrapper .counter-img-wrap .featured-card span img {
  max-width: 28px;
}


/*----------------------------
    Testimonial Section CSS
------------------------------*/
.home_three-testimonial-slider {
  padding-bottom: 2px;
}
.home_three-testimonial-slider .testimonial-card {
  background-color: #F9F4FF;
  border-radius: 10px;
  padding: 25px;
}
.home_three-testimonial-slider .testimonial-card p {
  margin: 15px 0 46px;
  font-size: 20px;
  line-height: 32px;
}
.home_three-testimonial-slider .testimonial-card .client-info-wrap .client-img {
  width: 66px;
  height: 66px;
  position: relative;
  top: -3px;
}
.home_three-testimonial-slider .testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 81px);
  margin-left: 15px;
}
.home_three-testimonial-slider .testimonial-card .client-info-wrap .client-info h5 {
  margin-bottom: 4px;
}
.home_three-testimonial-slider .testimonial-card .client-info-wrap .quote-icon img {
  min-width: 28px;
}
.home_three-testimonial-slider .testimonial-card .rating li {
  margin-right: -7px;
}
.home_three-testimonial-slider .testimonial-card .rating li i {
  font-size: 28px;
  font-weight: 300;
  color: #F3795D;
}

.home_three-slider-btn {
  margin-top: 50px;
  padding-left: 10px;
}
.home_three-slider-btn .testimonial-prev {
  margin-right: 16px;
}
.home_three-slider-btn .testimonial-next {
  margin-left: 16px;
}

/*----------------------------
    Testimonial Section CSS
------------------------------*/
/* .home_two-testimonial-slider {
  position: relative;
}
.home_two-testimonial-slider .testimonial-card .client-info-wrap .client-img {
  width: 53px;
  height: 53px;
  position: relative;
  top: -2px;
}
.home_two-testimonial-slider .testimonial-card .client-info-wrap .client-info {
  margin-left: 13px;
  width: calc(100% - 66px);
}
.home_two-testimonial-slider .testimonial-card p {
  margin-bottom: 56px;
}
.home_two-testimonial-slider .testimonial-pagination {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 1;
  margin-left: auto;
}
.home_two-testimonial-slider .testimonial-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #251B42;
  border-radius: 50%;
  background-color: transparent;
  transition: var(--transition);
  position: relative;
  opacity: 1;
  display: block;
  margin: 6px 0;
  float: right;
}
.home_two-testimonial-slider .testimonial-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition);
  background: linear-gradient(92deg, #A861F9 0%, #8145D5 100%);
  visibility: hidden;
  opacity: 0;
}
.home_two-testimonial-slider .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #A861F9;
}
.home_two-testimonial-slider .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  visibility: visible;
  opacity: 1;
} */

/*----------------------------
    Pricing Section CSS
------------------------------*/
.home_two-pricing-card {
  padding: 30px 35px 35px;
  overflow: hidden;
  z-index: 1;
  transition: var(--transition);
}
.home_two-pricing-card:after {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-image: url(../img/home-two/about/pricing-card-bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.home_two-pricing-card h6 {
  margin: 0 0 18px;
  transition: var(--transition);
}
.home_two-pricing-card h2 {
  font-size: 54px;
  font-weight: 700;
  margin: 0 20px 0px 0;
  transition: var(--transition);
}
.home_two-pricing-card h4 {
  margin: 10px 0 35px;
  transition: var(--transition);
}
.home_two-pricing-card h5 {
  margin: 30px 0 25px;
  transition: var(--transition);
}
.home_two-pricing-card .pricing-features li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 21px;
  transition: var(--transition);
}
.home_two-pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}
.home_two-pricing-card .pricing-features li img {
  position: absolute;
  top: 5px;
  left: 0;
  max-width: 15px;
  transition: var(--transition);
}
.home_two-pricing-card:hover {
  border-radius: 5px;
  box-shadow: 0px 0px 61px 24px rgba(17, 9, 71, 0.07);
}
.home_two-pricing-card:hover .btn {
  color: var(--whiteColor);
}
.home_two-pricing-card:hover .btn:before {
  width: 100%;
  background: linear-gradient(92deg, #A861F9 0%, #8145D4 100%);
  z-index: -1;
}
.home_two-pricing-card:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

/*---------------------------------
    Simple Section CSS
----------------------------------*/
.home_two-simple-wrapper {
  border-radius: 5px;
  padding: 100px 50px;
  box-shadow: 0px 0px 61px 24px rgba(17, 9, 71, 0.06);
  background: linear-gradient(180deg, #FFE3D8 0%, #FFF 100%);
}
.home_two-simple-wrapper .simple-bg-shape {
  top: 0;
  right: 0;
  z-index: 1;
}
.home_two-simple-wrapper .simple-shape-one {
  bottom: 100px;
  right: 115px;
}
.home_two-simple-wrapper .simple-img-wrap .simple-img-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_two-simple-wrapper .simple-img-wrap .simple-img {
  position: relative;
  border-radius: 37px;
  max-width: 450px;
  filter: drop-shadow(20px 25px 49px rgba(5, 10, 58, 0.4));
}
.home_two-simple-wrapper .simple-content p {
  margin-bottom: 24px;
}
.home_two-simple-wrapper .simple-content .feature-list {
  margin-bottom: 30px;
}
.home_two-simple-wrapper .simple-content .feature-list li {
  margin-bottom: 7px;
  padding-left: 15px;
}
.home_two-simple-wrapper .simple-content .feature-list li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--optionalColor);
}
.home_two-simple-wrapper .simple-content .feature-list li:last-child {
  margin-bottom: 0;
}

/*---------------------------------
    Blog Section CSS 
-----------------------------------*/
.home_two-blog-card {
  margin-bottom: 30px;
}
.home_two-blog-card .blog-metainfo {
  margin: 30px 0 0;
}
.home_two-blog-card .blog-metainfo li {
  display: inline-block;
  margin-right: 21px;
  position: relative;
  padding-left: 21px;
}
.home_two-blog-card .blog-metainfo li img {
  position: absolute;
  top: 4px;
  left: 0;
}
.home_two-blog-card .blog-metainfo li a:hover {
  color: var(--primaryColor);
}
.home_two-blog-card h3 {
  margin: 12px 0 23px;
}
.home_two-blog-card.style-two .blog-img {
  width: 312px;
}
.home_two-blog-card.style-two .blog-info {
  width: calc(100% - 336px);
  margin-left: 24px;
}
.home_two-blog-card.style-two .blog-info .blog-metainfo {
  margin-top: 0;
}
.home_two-blog-card.style-two .blog-info h3 {
  margin: 8px 0 15px;
  line-height: 28px;
}
.home_two-blog-card.style-two .blog-info p {
  margin-bottom: 24px;
}

/*---------------------------------
    Responsive CSS
----------------------------------*/
@media only screen and (max-width: 767px) {
  .home_two-hero-section {
    padding: 140px 0 50px;
  }
  .home_two-hero-section .hero-content {
    margin-bottom: 30px;
  }
  .home_two-hero-section .hero-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .home_two-hero-section .hero-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .home_two-hero-section .hero-content .brand-logo {
    margin: 30px 0;
  }
  .home_two-hero-section .hero-content .brand-logo img {
    margin: 0 20px 15px 0;
  }
  .home_two-hero-section .hero-img-wrap {
    position: relative;
    left: 0;
  }
  .home_two-hero-section .hero-img-wrap .hero-img {
    max-width: 250px;
  }
  .home_two-hero-section .hero-img-wrap .hero-img-two {
    max-width: 140px;
    bottom: 18%;
    left: 0px;
  }
  .home_two-hero-section .counter-wrapper {
    margin-top: 50px;
    justify-content: center;
  }
  .home_two-hero-section .counter-wrapper .counter-card {
    margin-right: 20px;
    margin-bottom: 0 !important;
  }
  .home_two-hero-section .counter-wrapper .counter-card:last-child {
    margin-right: 0;
  }
  .home_two-hero-section .counter-wrapper .counter-card h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .home_two-hero-section .counter-wrapper .counter-card h2 span {
    font-size: 28px;
  }
  .home_two-hero-section .counter-wrapper .counter-card p {
    font-size: 14px;
  }
  .home_two-pricing-card {
    padding: 30px 22px 35px;
  }
  .home_two-pricing-card h2 {
    font-size: 48px;
    line-height: 55px;
  }
  .home_two-pricing-card p {
    padding-bottom: 26px;
  }
  .home_two-pricing-card .featured-tag {
    top: 35px;
  }
  .home_two-pricing-card .pricing-features {
    padding: 25px 0 34px;
  }
  .home_two-pricing-card .pricing-features li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 18px;
  }
  .home_two-pricing-card .pricing-features li img {
    top: 2.5px;
    max-width: 15px;
  }
  .home_two-simple-wrapper {
    padding: 60px 20px;
  }
  .home_two-simple-wrapper .simple-img-wrap .simple-img {
    max-width: 260px;
  }
  .home_two-wh-wrap .feature-card {
    padding: 25px 20px;
  }
  .home_two-wh-wrap .feature-card .feature-icon {
    width: 65px;
    height: 65px;
  }
  .home_two-wh-wrap .feature-card .feature-icon img {
    max-width: 25px;
  }
  .home_two-wh-wrap .feature-card .feature-counter {
    margin: 0;
  }
  .home_two-wh-wrap .feature-info {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .home_two-wh-wrap .feature-info ul li {
    font-size: 14px;
  }
  .home_two-wh-wrap .feature-info ul li span {
    top: 3px;
  }
  .home_two-register-wrapper {
    padding: 50px 20px;
  }
  .home_two-register-wrapper .feature-list li {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .home_two-register-wrapper .req-demo {
    padding: 30px 22px;
  }
  .home_two-register-wrapper .req-demo button {
    width: 100%;
    display: block;
  }
  .home_two-counter-wrapper .counter-img-wrap {
    margin-top: 30px;
  }
  .home_two-counter-wrapper .counter-img-wrap .counter-img {
    max-width: 240px;
  }
  .home_two-counter-wrapper .counter-img-wrap .featured-card {
    left: 0;
  }
  .home_two-promo-wrapper .promo-content .section-title {
    margin-bottom: 20px;
  }
  .home_two-promo-wrapper .promo-content p {
    margin-bottom: 25px;
  }
  .home_two-promo-wrapper .promo-content .feature-item-wrap {
    margin-top: 30px;
  }
  .home_two-promo-wrapper .promo-content .feature-item-wrap .feature-item {
    margin-bottom: 30px;
  }
  .home_two-promo-wrapper .promo-img-wrap .promo-text-one,
  .home_two-promo-wrapper .promo-img-wrap .promo-text-two {
    font-size: 16px;
  }
  .home_two-promo-wrapper .promo-img-wrap .promo-text-one {
    padding: 15px 30px;
  }
  .home_two-promo-wrapper .promo-img-wrap .promo-text-two {
    padding: 15px 30px;
    bottom: 30px;
  }
  .promo-card-wrapper .promo-bg {
    height: 300px;
  }
  .home_two-counter-wrapper .counter-content {
    margin-bottom: 30px;
  }
  .home_two-counter-wrapper .counter-content .section-title {
    margin-bottom: 15px;
  }
  .home_two-counter-wrapper .counter-content p {
    margin-bottom: 20px;
  }
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card:last-child {
    margin-bottom: 0;
  }
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card h2 span {
    font-size: 52px;
  }
  .home_two-counter-wrapper .counter-content .counter-btn a {
    margin-top: 15px;
    display: block;
  }
  .home_two-counter-wrapper .counter-img-wrap .counter-img-shape {
    left: 0;
  }
  .home_two-testimonial-slider .testimonial-card .client-info-wrap {
    width: calc(100% - 42px);
  }
  .home_two-testimonial-slider .testimonial-card p {
    margin-bottom: 35px;
  }
  .home_two-testimonial-slider .testimonial-pagination {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    display: block;
    transform: translateY(0%);
    margin: 32px 0 0;
    text-align: center;
  }
  .home_two-testimonial-slider .testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 4px;
    float: none;
  }
  .home_two-blog-card .blog-metainfo {
    margin: 20px 0 0;
  }
  .home_two-blog-card .blog-metainfo li {
    margin-right: 14px;
    font-size: 14px;
  }
  .home_two-blog-card .blog-metainfo li img {
    top: 4px;
  }
  .home_two-blog-card h3 {
    margin: 12px 0 15px;
  }
  .home_two-blog-card.style-two .blog-img {
    width: 100%;
  }
  .home_two-blog-card.style-two .blog-info {
    width: 100%;
    margin: 24px 0 0;
  }
  .home_two-blog-card.style-two .blog-info p {
    margin-bottom: 16px;
  }
  .home_two-pricing-card {
    padding: 22px 22px 25px;
  }
  .home_two-pricing-card h2 {
    font-size: 38px;
    margin: 0 12px 0 0;
  }
  .home_two-pricing-card h4 {
    margin: 10px 0 25px;
  }
  .home_two-pricing-card h5 {
    margin: 20px 0 20px;
  }
  .home_two-pricing-card .pricing-features li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .home_two-pricing-card .pricing-features li img {
    top: 6px;
    max-width: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home_two-hero-section {
    padding: 140px 0 70px;
  }
  .home_two-hero-section .hero-content {
    margin-bottom: 50px;
  }
  .home_two-hero-section .hero-content h1 {
    font-size: 64px;
    line-height: 74px;
  }
  .home_two-hero-section .hero-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .home_two-hero-section .hero-content .brand-logo {
    margin-top: 70px;
  }
  .home_two-hero-section .counter-wrapper {
    margin-top: 50px;
    justify-content: center;
  }
  .home_two-hero-section .counter-wrapper .counter-card {
    margin-right: 50px;
    margin-bottom: 0 !important;
  }
  .home_two-hero-section .hero-img-wrap {
    position: relative;
    left: 0;
  }
  .home_two-hero-section .hero-img-wrap .hero-img {
    max-width: 380px;
  }
  .home_two-hero-section .hero-img-wrap .hero-img-two {
    max-width: 180px;
    bottom: 18%;
    left: 0px;
  }
  .home_two-simple-wrapper {
    padding: 70px 30px;
  }
  .home_two-counter-wrapper .counter-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home_two-simple-wrapper .simple-content {
    margin-top: 30px;
  }
  .home_two-register-wrapper .req-demo {
    margin-top: 30px;
  }
  .home_two-promo-wrapper .promo-img-wrap {
    margin-bottom: 30px;
  }
  .home_two-counter-wrapper .counter-img-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home_two-hero-section {
    padding: 200px 0 70px;
  }
  .home_two-hero-section .hero-content h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .home_two-hero-section .hero-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .home_two-hero-section .hero-content .brand-logo {
    margin-top: 150px;
  }
  .home_two-hero-section .hero-content .brand-logo img {
    max-width: 120px;
    margin-right: 15px;
  }
  .home_two-hero-section .counter-wrapper .counter-card h2 {
    font-size: 28px;
  }
  .home_two-hero-section .counter-wrapper .counter-card p {
    font-size: 14px;
  }
  .home_two-hero-section .hero-img-wrap {
    position: relative;
    left: 0;
  }
  .home_two-hero-section .hero-img-wrap .hero-img {
    max-width: 280px;
  }
  .home_two-hero-section .hero-img-wrap .hero-img-two {
    max-width: 180px;
    bottom: 18%;
    left: -60px;
  }
  .home_two-wh-wrap .feature-card {
    padding: 25px 25px;
  }
  .home_two-wh-wrap .feature-card .feature-icon {
    width: 65px;
    height: 65px;
  }
  .home_two-wh-wrap .feature-card .feature-icon img {
    max-width: 25px;
  }
  .home_two-wh-wrap .feature-info {
    width: calc(100% - 80px);
    margin-left: 15px;
    margin-top: 11px;
  }
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card {
    margin-bottom: 35px;
  }
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card h2 {
    font-size: 36px;
  }
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card p {
    font-size: 14px;
    line-height: 22px;
  }
  .home_two-counter-wrapper .counter-content .counter-btn a {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .home_two-hero-section .hero-content {
    margin-top: -32px;
  }
  .home_two-hero-section .hero-content h1 {
    font-size: 64px;
    line-height: 76px;
  }
  .home_two-hero-section .hero-content p {
    font-size: 18px;
    line-height: 32px;
  }
  .home_two-hero-section .hero-content .brand-logo img {
    margin-right: 65px;
  }
  .home_two-hero-section .counter-wrapper {
    padding-top: 4px;
    position: relative;
    right: -20px;
  }
  .home_two-hero-section .hero-img-wrap {
    position: relative;
    left: 43px;
  }
  .home_two-hero-section .hero-img-wrap .hero-img-two {
    bottom: 18%;
    left: -90px;
    box-shadow: 0px 0px 61px 24px rgba(17, 9, 71, 0.06);
  }
  .home_two-wh-wrap .feature-card {
    padding: 50px 50px 40px;
  }
  .home_two-wh-wrap .feature-card .feature-info {
    width: calc(100% - 132px);
    margin-left: 38px;
    margin-top: 16px;
  }
  .home_two-simple-wrapper {
    padding: 112px 110px 112px 112px;
  }
  .home_two-simple-wrapper .simple-img-wrap .simple-img {
    max-width: 450px;
  }
  .home_two-simple-wrapper .simple-content {
    padding-left: 55px;
  }
  .home_two-simple-wrapper .simple-content .section-title {
    width: calc(100% + 35px);
  }
  .home_two-register-wrapper {
    padding: 112px;
  }
  .home_two-register-wrapper .req-demo {
    margin-left: 8px;
  }
  .home_two-promo-wrapper .promo-content {
    width: calc(100% - 46px);
    margin-left: auto;
  }
  .home_two-promo-wrapper .promo-img-wrap {
    left: 33px;
  }
  .home_two-promo-wrapper .promo-img-wrap .promo-text-one {
    top: 92px;
    right: 11px;
  }
  .home_two-promo-wrapper .promo-img-wrap .promo-text-two {
    bottom: 76px;
    left: -31px;
  }
  .promo-card-wrapper .promo-bg {
    height: 421px;
  }
  .promo-card-wrapper .promo-card .promo-info {
    padding: 20px 40px 35px;
  }
  .home_two-counter-wrapper .counter-content {
    position: relative;
    top: -5px;
  }
  .home_two-counter-wrapper .counter-content .counter-card-wrap .counter-card p {
    padding-right: 30px;
  }
  .home_two-counter-wrapper .counter-img-wrap {
    width: calc(100% - 48px);
    margin-left: auto;
  }
  .home_two-counter-wrapper .counter-img-wrap .counter-shape-two {
    left: -33px;
  }
  .home_two-counter-wrapper .counter-img-wrap .feature-card {
    left: -48px;
  }
  .home_two-pricing-card {
    padding: 30px 35px 25px;
  }
  .home_two-blog-card.style-one {
    width: calc(100% + 8px);
  }
  .home_two-blog-card.style-two {
    width: calc(100% - 8px);
    margin-left: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .home_two-hero-section .container {
    max-width: 1578px;
  }
  .home_two-hero-section .hero-content h1 {
    font-size: 76px;
    line-height: 90px;
  }
  .home_two-hero-section .hero-content p {
    font-size: 20px;
    line-height: 34px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .home_two-counter-wrapper .counter-img-wrap {
    left: 20px;
  }
  .home_two-counter-wrapper .counter-img-wrap .counter-img {
    left: 21px;
  }
}/*# sourceMappingURL=home-two.css.map */