/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

/* @font-face {
  font-family: Arialic Hollow;
  src: url(../fonts/Arialic\ Hollow.ttf);
} */
/* body {
  font-family: var(--allover-font);
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
} */

p {
  color: #364258;
  font-family: var(--p-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

:root {
  --primary-color: #75a605;
  --green-btn-color: #abd400;
  --p-text: #313131;
  --white-color: #fff;
  --heading-color: #313131;
  --c-green-color: #8effff;
  --all-color: #313131;
  --allover-font: "Poppins", sans-serif;
  /* --heading-font: "Montserrat", sans-serif;
  --p-font: "Montserrat", sans-serif; */
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: var(--heading-font);
  font-weight: 700;
}

h6 {
  font-weight: 300;
}

.grey-bg {
  background-color: #f2f2f2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* .sky-color {
  color: #ff9007;
}

.yellow-color {
  color: #f8bd39;
} */

/* .light-bg {
  background: linear-gradient(180deg, #e0e0e9, rgb(255 255 255) 100%);
} */
.home-light-blue-bg {
  background-color: #eef3f9;
}

.grey-bg {
  background-color: #ecf6ff80;
}

.btn-sec {
  position: relative;
  z-index: 99;
}

.white-text {
  color: #fff !important;
}

.white-btn {
  color: #8d9196;
  background-color: #fff;
}

input,
textarea {
  width: 100%;
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
}

.error_input {
  border: 1px solid #e74c3c;
}

.theme-btn {
  background-color: var(--green-btn-color);
  color: var(--all-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 7px;
  border-radius: 6px;
  display: inline-flex;
  width: 225px;
  height: 47px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.black-btn {
  background-color: var(--all-color);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 7px;
  border-radius: 6px;
  display: inline-flex;
  width: 225px;
  height: 47px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.theme-btn:hover {
  color: var(--all-color);
}

.black-btn:hover {
  color: #fff;
}

/* .theme-btn a span {
  line-height: 1.8;
  margin-left: 62px;
  color: #000;
}

.theme-btn a i {
  background-color: #03d3c2;
  width: 54px;
  height: 58px;
  border-radius: 50px;
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 25px;
  line-height: 2.2;
  text-align: center;
  display: inline-flex;
  justify-content: center;
} */

.section-title {
  margin-bottom: 50px;
}

.section-title .green-text {
  font-weight: 600;
  font-size: 18px !important;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--all-color);
  font-family: var(--allover-font);
  display: block;
  position: relative;
  line-height: 1.2;
  text-transform: capitalize;
}

.section-title h2 span {
  color: var(--primary-color);
  font-weight: 700;
}

.section-title p {
  color: #222;
  font-size: 19px;
  margin: 0;
  font-family: var(--p-font);
  font-weight: 400;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.banner-section {
  background-color: #f5f5f5;
}

.banner-section h1 {
  font-size: 50px;
}

.banner-section h1 span {
  font-weight: 700;
}

.green-text {
  color: var(--primary-color) !important;
}

.banner-section {
  height: 530px;
  width: 100%;
  display: flex;
  align-items: center;
}

.banner-section p {
  font-size: 16px;
  margin-top: 18px;
}

.banner-btn {
  background-color: var(--all-color);
  padding: 10px 25px;
  border-radius: 6px;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
}

.banner-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.banner-section .banner-img {
  width: 100%;
  height: auto;
}

/* ==============banner ============ */
/* =================Unlock team potential to drive exponential revenue growth================ */
.growth-ar {
  display: flex;
  align-items: center;
  position: relative;
}

.growth-ar::before {
  position: absolute;
  left: auto;
  width: 2px;
  height: 60px;
  content: "";
  top: 12px;
  background-color: #0000002e;
  right: 0;
}

.growth-icon {
  width: 56px;
  height: 100%;
  margin-right: 16px;
}

.growth-icon img {
  width: 100%;
  height: 100%;
}

.growth-ar .growth-text h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}

.growth-ar .growth-text h3 span {
  font-size: 24px;
  font-weight: 600;
}

.growth-ar .growth-text P {
  font-size: 15px;
  line-height: 1.2;
}

.growth-section .col-md-3:nth-child(4) .growth-ar::before {
  background: none;
}

.heading-36 {
  font-size: 34px;
  color: var(--all-color);
  font-weight: 800;
}

.heading-36 span {
  color: var(--primary-color);
  font-weight: 700;
}

.heading-36 p {
  font-size: 18px;
}

.plan-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}

.plan-box h3 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  height: 38px;
}

.plan-box .price {
  font-size: 18px;
  font-weight: 700;
}

.details-btn {
  background-color: var(--primary-color);
  padding: 5px;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-top: 15px;
}

.details-btn:hover {
  background-color: var(--all-color);
  color: #fff;
}

/* =================Unlock team potential to drive exponential revenue growth-----------end================ */
.ai-power {
  position: relative;
  background: url(../images/ai-img.jpg);
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
}

.ai-power-text h3 {
  color: var(--c-green-color);
  font-size: 40px;
  margin-bottom: 25px;
}

.ai-power-text p {
  color: #fff;
  font-size: 16px;
}

/* .automates-slide-inner {
  width: 150px;
} */
.logo-owl .owl-item img {
  display: block;
  width: 130px;
  margin: 0 auto;
}

.col-md-2_5 {
  flex: 0 0 auto;
  width: 16%;
  text-align: center;
}

.counter {
  color: #222;
  text-align: center;
  position: relative;
  width: 195px;
  height: 195px;
  border: double 10px #fff0;
  border-radius: 50%;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #3da2f4, #1a57f2);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: inline-block;
}

.counter .counter-content {
  background-color: #fff;
  height: 100%;
  padding: 20px 14px;
  border-radius: 50%;
}

.counter:after {
  content: "";
  width: 153px;
  height: 22px;
  background: url(../images/counter-shadow.webp) no-repeat !important;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: -1;
}

.counter .counter-icon {
  color: #d1d1d1;
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 0px;
}

.counter .counter-icon img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

.counter .counter-value {
  color: #1a57f2;
  font-size: 30px;
  font-weight: 600;
}

.show-counter .col-md-2_5:nth-child(1) .counter {
  background: #e31e25;
  padding: 25px 0;
}

.show-counter .col-md-2_5:nth-child(1) .counter .counter-content {
  background-color: #e31e25;
}

.show-counter .col-md-2_5:nth-child(1) .counter-content .counter-value {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
}

.show-counter .col-md-2_5:nth-child(1) .counter-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.counter span {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.counter.purple span {
  color: #483f90;
}

.counter.green span {
  color: #61bc47;
}

.counter.dperple span {
  color: #92006e;
}

.counter.orange span {
  color: #ef6024;
}

.counter h3 {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 8px;
}

.counter.purple {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #8475b6, #483f90);
}

.counter.green {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #adce37, #61bc47);
}

.counter.dperple {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #fa4dcf, #92006e);
}

.counter.orange {
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #eb9421, #ef6024);
}

.enterprise-section .suit-img {
  width: 424px;
  height: 340px;
  border-radius: 10px;
  position: relative;
  max-width: 100%;
}

.enterprise-section .suit-img::before {
  background-color: #b9cdd1;
  content: "";
  width: 400px;
  height: 348px;
  right: -127px;
  top: 55px;
  position: absolute;
  /* z-index: -1; */
  border-radius: 14px;
}

.enterprise-section .suit-img img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}

.suit-text {
  padding: 50px 0px 0 32px;
  /* background-color: #fff; */
  position: relative;
}

.enterprise-section .section-title p {
  font-size: 16px;
}

.enterprise-section {
  position: relative;
}

.enterprise-section:before {
  background: #fff;
  position: absolute;
  right: 0;
  content: "";
  width: 50%;
  height: 86%;
  top: 70px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.suit-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.suit-text ul li img {
  margin-right: 15px;
  width: 40px;
  height: auto;
}

.sales-automation-img {
  width: 100%;
}

.sales-automation-img img {
  width: 100%;
  height: 100%;
}

.sales-automation .section-title p {
  font-size: 16px;
}

.cmr-section {
  background-color: #1a1b20;
}

.cmr-section .section-title p {
  font-size: 16px;
}

.cms-img {
  width: 100%;
}

.cms-img img {
  width: 100%;
  height: 100%;
}

.cmr-section .black-btn {
  border: solid 1px #fff;
}

.cmr-section .theme-btn {
  border: solid 1px #fff;
}

.order-process-img {
  width: 100%;
}

.order-process-img img {
  width: 100%;
  height: 100%;
}

.order-process-section .section-title p {
  font-size: 16px;
}

.whatsapp-ul {
  padding: 70px 25px;
  display: flex;
  align-items: center;
  height: auto;
}

.whatsapp-ul ul li i {
  color: #39bf4b;
  font-size: 18px;
}

.whatsapp-text p {
  font-size: 16px;
}

.whatsapp-ul ul li {
  margin-bottom: 15px;
  font-weight: 500;
}

.whatsapp-solution {
  position: relative;
}

.green-color-bg {
  position: absolute;
  left: 0;
  width: 48%;
  height: 400px;
  background: #e4f5cb;
  content: "";
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
}

.green-color-bg::before {
  position: absolute;
  /* left: 0; */
  background: url(../images/whatsapp-icon.png);
  width: 290px;
  height: 290px;
  content: "";
  background-size: cover;
  right: -60px;
  opacity: 0.3;
  top: -61px;
}

.whatsapp-text ul {
  display: flex;
  align-items: center;
}

.whatsapp-text ul li img {
  width: 900px;
  height: auto;
  max-width: 100%;
}

.price-box {
  background-color: #fff;
  box-shadow: 1px 1px 27px #00000029;
  padding: 20px;
  border-radius: 10px;
}

.price-box .price-hd {
  font-size: 17px;
  font-weight: 700;
  color: var(--all-color);
}

.price-box .price-text {
  font-size: 40px;
  margin-top: 25px;
  font-weight: 700;
  color: var(--all-color);
}

.price-text .d-flex span {
  font-size: 22px;
}

.price-box .theme-btn {
  height: 45px;
}

.price-box .black-btn {
  height: 45px;
}

.pricing-popup .modal-content {
  background-color: #f2f2f2;
  height: 70vh;
  overflow: auto;
  border-radius: 12px;
}

.pricing-popup .modal-content .price-box .price-text p {
  margin-top: 10px;
}

.pricing-popup .modal-content .modal-body {
  padding: 0;
}

.price-box .price-bold ul li {
  display: flex;
  padding: 5px 0;
  font-weight: 500;
  font-size: 15px;
}

.price-box .price-bold ul li i {
  font-weight: 600;
  margin-right: 10px;
}

.pricing-popup .pricing-details {
  background: #f2f2f2;
  padding: 25px;
}

.pricing-details {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pricing-popup .pricing-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 32.5%;
}

.pricing-popup .pricing-row .pricing-listing {
  width: 100%;
  height: auto;
}

.pricing-hd {
  display: flex;
  align-items: center;
  height: 43px;
}

.pricing-popup .modal-title {
  position: relative;
  padding: 30px 30px 20px;
}

.pricing-popup .modal-title::before {
  background-color: #00a32e;
  position: absolute;
  left: 30px;
  bottom: 5px;
  width: 82px;
  height: 3px;
  content: "";
  top: auto;
}

.pricing-popup .btn-close {
  position: absolute;
  right: 17px;
  top: 15px;
}

.pricing-listing .pricing-hd .pricing-img {
  position: absolute;
  width: 40px;
  height: 40px;
}

.pricing-hd h4 {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  margin-left: 52px;
  margin-bottom: 0;
}

.pricing-details .pricing-listing ul {
  padding-left: 0;
}

.pricing-details .pricing-listing ul li {
  font-size: 13px;
  text-align: left;
  padding: 4px 0;
  font-weight: 500;
  color: #565151;
  display: flex;
}

.pricing-details ul li i {
  font-size: 18px;
  color: var(--primary-color);
  margin-right: 5px;
}

.pricing-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.groweonsuite-text .sub-text {
  background-color: #c8bb9121;
  padding: 18px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.groweonsuite-text .black-text {
  color: var(--all-color);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.groweonsuite-text h5 {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 600;
}

.groweonsuite-text .sub-text h5 {
  margin: 0;
}

.client-logo-ar .owl-nav {
  display: block !important;
}

.client-logo-ar .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  top: 29px;
}

.client-logo-ar .owl-nav i {
  font-size: 36px;
}

.client-logo-ar .owl-nav .owl-next {
  position: absolute;
  left: auto;
  right: -60px;
  top: 29px;
}

.groweonsuite-text h3 {
  font-size: 18px;
}

.custom-pricing-text {
  font-size: 24px;
}

.note-text P {
  font-size: 18px;
  text-align: center;
}

.note-text span {
  color: red;
  font-weight: bold;
}

.blogPost {
  height: -moz-fit-content;
  height: fit-content;
  transition: all;
  background-color: #fff;
  border-radius: 10px;
  transition-duration: 300ms;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
}

.blogPost .top h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.blogPost .date {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  background-color: var(--primary-color);
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

.blogPost .content .top {
  padding-bottom: 20px;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* .blogPost .top p {
  margin-bottom: 0;
} */

.blogPost p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 24px;
}

.blogPost img {
  height: 250px;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.imgHoverAnimation:hover img {
  transform: scale(1.1) rotate(5deg);
}

.readMore {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all;
}

.readMore .icon svg {
  height: 20px;
  width: 20px;
}

.imgHoverAnimation img {
  transition: all 0.3s ease;
}

.imgHoverAnimation {
  position: relative;
  overflow: hidden;
}

.imgHoverAnimation::before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 5%;
  box-sizing: border-box;
  border: 2px #93c5fd solid;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
}

.imgHoverAnimation::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  box-sizing: border-box;
  background: rgb(0 0 0 / 0.4);
  transition: all 0.3s ease;
  opacity: 0;
}

.imgHoverAnimation:hover::before {
  opacity: 1;
  transform: scale(1);
}

.imgHoverAnimation:hover::after {
  opacity: 1;
  transform: scale(1);
}

.blog-section .owl-dots {
  text-align: center;
}

.blog-section .owl-dots .owl-dot {
  background: #8d8b8b;
  color: #141313;
  border-radius: 64%;
  padding: 5px;
  border: none;
  margin: 3px;
}

.blog-section .owl-dots .owl-dot.active {
  background-color: #222;
}

.book-demo-popup .modal-body {
  padding: 30px;
}

.book-demo-popup .heading {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.book-demo-popup .modal-content {
  background-color: #f2f2f2;
}

.book-demo-popup .btn-close {
  position: absolute;
  right: 15px;
  top: 16px;
}

.book-demo-popup .form-control {
  height: 50px;
  border-radius: 6px;
  border: solid 1px #d1d6c6;
}

.book-demo-popup .details-btn {
  height: 50px;
  border: none;
}

.scheduleForm {}