@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
  --heading-one: clamp(1.5rem, 1.4vw + 1rem, 3.75rem);
  --heading-two: clamp(1.375rem, 1.3vw + 1rem, 2.5rem);
  --heading-three: clamp(1.25rem, 1.2vw + 1rem, 1.875rem);
  --heading-four: clamp(1.125rem, 1.1vw + 1rem, 1.25rem);
  --heading-five: clamp(1.0625rem, 1.1vw + 1rem, 1.25rem);
  --heading-six: 1rem;

}

body::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
  color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: transparent;
  color: transparent;
}

a {
  cursor: pointer;
}

.section-heading {
  text-align: center;
  margin-bottom: 15px;

  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .section-heading {
    margin-bottom: 45px;
    max-width: 100%;
  }

  .overwriting-bg-feature {
    flex: none !important;
  }
}

@media (max-width: 991px) {
  .elevate-workflow-bg div {
    display: block !important;
  }

  .infographics img {
    padding-left: 13% !important;
    margin-left: 6% !important;
  }

  .section-heading {
    margin-bottom: 35px;
    max-width: 100%;
  }

  .change-logo-color1 {
    background-color: #8c3a8c !important;
  }

  .change-logo-color2 {
    background-color: #ff366b !important;
  }

  .about-us-mobile {
    display: none !important;
  }

  .funds-checkmark {
    margin-top: 4% !important;
  }

  .features-image {
    display: none;
  }

  .section-bg-custom::before {
    background-position: -200px !important;
  }
}

.upper-ul {
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
  }

  .overwriting-bg-feature {
    flex: none !important;
  }

  .custom-padding-slider-col {
    height: 40px;
  }

  .custom-hr {
    display: none;
  }

  .title-circle {
    margin: 25% !important;
    width: 300px !important;
    height: 300px !important;
  }

  .title-circle-sub1 {
    width: 53% !important;
    margin-left: 3rem !important;
    margin-top: 6rem !important;
  }

  .title-circle-sub2 {
    width: 56% !important;
    margin-left: 6rem !important;
    margin-top: 10rem !important;

  }

  .feature-details {
    width: 100% !important;
    padding-left: 4% !important;
  }

  .feature-details h4 {
    font-size: 26px !important;
  }

  .benefits-heading {
    width: 84% !important;

  }

  .benefits-sub-heading {
    width: 50% !important;
  }

  .feature-details p {
    font-size: 16px !important;
    font-weight: 300;
  }

  .feature-benefits {
    padding-left: 3% !important;
    padding-top: 3% !important;
  }

  .features-image {
    display: none;
  }

  .section-bg-custom::before {
    background-position: -200px !important;
  }
}

.section-heading.style-two {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .section-heading.style-two {
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .section-heading.style-two {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-heading.style-two {
    margin-bottom: 10px;
  }
}

.section-heading__top-title {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.section-heading__top-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 54, 107, 0.3);
  z-index: -1;
  border-radius: 50px;
}

@media (max-width: 991px) {
  .section-heading__top-title {
    margin-bottom: 10px;
  }
}

.section-heading__title {

  margin-bottom: 5px !important;
  font-size: 36px;

  color: black !important;
}

@media (max-width: 991px) {

  .upper-ul {
    justify-content: flex-start !important;
  }

  .social-list__item {
    margin: 0 !important;
    margin-right: 7.1px !important;
  }

  .section-heading__title {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .section-heading__title {
    margin-bottom: 20px;
  }

}

@media (max-width: 575px) {
  .section-heading__title {
    margin-top: 16px;
    margin-bottom: 15px;
  }

  .homePageImg {
    display: none !important;
  }
}

.section-heading__subtitle {

  font-size: 20px;
  font-weight: 400;
}

.q-about-service {
  color: purple !important;
}

@media (max-width: 991px) {
  .section-heading__subtitle {
    font-size: 18px;
  }
}

.section-heading__desc {
  color: black;
  margin-top: 25px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .section-heading__desc {
    font-size: 16px;

  }

  .section-heading__desc1 {
    font-size: 16px;
    text-align: justify;

  }
}

@media (max-width: 767px) {
  .section-heading__desc {
    margin-top: 20px;

  }

  .section-heading__desc1 {
    font-size: 16px;
    text-align: justify;

  }
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #617686;
  font-size: 25px;
}

@media (max-width: 767px) {
  .slick-arrow {
    font-size: 20px;
  }
}

.slick-arrow:hover {
  color: #ff366b;
}

.slick-next {
  right: 0px;
}

.slick-prev {
  right: 40px;
}

.slick-integration-next {
  right: 0px;
  top: 0;
}

.slick-integration-prev {
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .slick-prev {
    right: 30px;
  }
}

@media (max-width: 575px) {
  .slick-prev {
    right: 25px;
  }
}

.slick-dots {
  text-align: center;
  padding-top: 20px;
  margin-top: 0px;
}

.slider-container-integration {
  margin-left: 55px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background: #fff;
  color: #fff;
  margin: 0 3px;
  width: 30px;
  height: 4px;
  border-radius: 1px;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background: #ff366b;
}

.section-bg {
  position: relative;
  isolation: isolate;
}

.section-bg-custom {
  position: relative;
  isolation: isolate;
}

.section-bg-work {
  position: relative;
  isolation: isolate;
}

.section-how-it-works {
  position: relative;
  isolation: isolate;
}

.marg {
  margin-bottom: 5px;
  color: purple !important;
  font-weight: 600;
}

.marg1 {
  margin-bottom: 5px;
  color: red !important;
  font-weight: 600;
}

.margi {
  margin-top: 10px;
  justify-content: center;
}

.section-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  /* background-color: rgba(108, 117, 125, 0.7); */
  background: linear-gradient(to right, rgba(110, 58, 158), rgba(234, 57, 102));
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-bg-custom::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  /* background: linear-gradient(to right, rgba(225, 86, 39), rgba(232, 149, 26)); */
  background: linear-gradient(to right,
      transparent 0%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.8) 100%),
    url("../images/home-01/features-background.jpg") no-repeat;
  background-size: cover;
  background-position: 442px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.overwriting-bg-feature {
  /* background: linear-gradient(to right, rgba(225, 86, 39), rgba(232, 149, 26)); */
  background: linear-gradient(to right,
      transparent 0%,
      #d3e2e5 0%,
      rgba(255, 255, 255, 0.8) 100%),
    url("../images/home-01/features-background.jpg") no-repeat;
  /* background-position: 301px 0; */
  background-size: cover;
  /* background-color: rgb(155, 168, 171) !important; */
  z-index: -1;
}

.section-bg-custom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(94,
      141,
      157);
  /* Adjust the background color and opacity as needed */
  z-index: -2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}

.section-bg-work::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  /* background: linear-gradient(to right, rgba(162, 233, 99), rgb(19, 151, 83)); */
  /* background-color: #d3e2e5; */
  background: linear-gradient(to right,
      transparent 0%,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.8) 100%),
    url("../images/home-01/features-background.jpg") no-repeat;
  transform: scaleX(-1);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-how-it-works::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c6def3;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.book-a-demo-btn {
  height: 49px;
  padding: 12px 31px !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.footer-tagline {
  color: white;
  font-size: 16px;
}

.section-bg-grad::before {
  background: #d3e2e5;
}

.section-bg-two {
  position: relative;
  isolation: isolate;
}

.para {
  display: none;
}

.section-bg-two1::before {
  background-color: black;
  color: white;
}

.section-color {
  color: #FF366B !important;
}

.section-bg-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  /* background-color: #fafafa; */

  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg--color-one {
  background-color: #ff366b;
}

.bg--color-two {
  background-color: #1a28f6;
}

.bg--color-three {
  background-color: #f3d337;
}

.bg--color-four {
  background-color: #cf04c7;
}

.bg--base {
  background-color: #ff366b;
}

.bg--primary {
  background-color: #007bff;
}

.bg--secondary {
  background-color: #adb5bd;
}

.bg--success {
  background-color: #17d605;
}

.bg--danger {
  background-color: #f75959;
}

.bg--warning {
  background-color: #ff9e42;
}

.bg--info {
  background-color: #17a2b8;
}

.text--color-one {
  color: #ff366b;
}

.text--color-two {
  color: #1a28f6;
}

.text--color-three {
  color: #f3d337;
}

.text--color-four {
  color: #cf04c7;
}

.text--color-darken {
  color: black;
  font-weight: 600;
  opacity: 0.7;
}

.text--base {
  color: #ff366b;
}

.text--primary {
  color: #007bff;
}

.text--secondary {
  color: #adb5bd;
}

.text--success {
  color: #17d605;
}

.text--danger {
  color: #f75959;
}

.text--warning {
  color: #ff9e42;
}

.text--info {
  color: #17a2b8;
}

.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .overwriting-bg-feature {
    display: flex;
  }

  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-80 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.my-40 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mb-40 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }



}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }


}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }

}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }

  .pb-1200 {
    display: none;
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pt-md-60 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-md-60 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}

.pb-md-60 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-md-60 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}

.py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pb-80 {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.py-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pb-40 {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}

.py-50 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pt-50 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .pt-50 {
    padding-top: 50px;
  }
}

.pb-50 {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  color: #617686;
  word-break: break-word;
  background-color: #fff;
  overflow-x: hidden;
}

div.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #121212;
  opacity: 0.9;
  filter: alpha(opacity=50);
  /* required for opacity to work in IE */
}

p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: "Lato", sans-serif;
  color: #080c3c;
  line-height: 1.3;
  word-break: break-word;
}

@media (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }

  .align {
    font-size: 28px;
    margin: 0 25px 15px 25px;
  }
}

h1 {
  font-size: var(--heading-one);
  font-weight: 700;
}

h2 {
  font-size: var(--heading-two);
  font-weight: 600;
}

h3 {
  font-size: var(--heading-three);
  font-weight: 500;
}

h4 {
  font-size: var(--heading-four);
  font-weight: 600;
}

h5 {
  font-size: var(--heading-five);
  font-weight: 500;
}

h6 {
  font-size: var(--heading-six);
  font-weight: 500;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  color: #080c3c;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.4;
  word-break: break-word;
}

a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;

}

a:hover {
  color: #ff366b;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;

  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #fff;
}

.headBenefit {
  background-color: #ea396e;
  width: fit-content;
  color: white;
  padding: 9px;
  border-radius: 8px;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

.custom--accordion .accordion-item {
  border: 1px solid white;
  background-color: #d3e2e5 !important;
  border-radius: 16px;
  /* -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); */
  /* box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.2); */
}

.accordian-shadow_change:hover {
  -webkit-box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.2);
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-body {
  padding: 20px 10px 20px 50px;
}

.custom--accordion .accordion-body-padding {
  padding: 0px 23px 20px 69px;
}

@media (max-width: 767px) {
  .custom--accordion .accordion-body {
    padding: 15px 10px 15px 40px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .custom--accordion .accordion-body {
    padding: 15px 10px 15px 30px;
    font-size: 16px;
    text-align: justify;
  }
}

.custom--accordion .accordion-body .text {
  max-width: 60%;
}

@media (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion .accordion-button {
  background-color: transparent;
  color: #181d20;
  font-size: 20px;
  font-weight: 500;

  padding-left: 34px;

}

.custom--accordion-padding {
  padding: 23px;
}

@media (max-width: 767px) {
  .custom--accordion .accordion-button {
    padding: 15px 10px 15px 40px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 15px 10px 15px 30px;
    font-size: 16px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  color: #ff366b !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: none;
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
  display: inline-block;
  position: absolute;
  margin-right: auto;
  width: 0 !important;
  left: 20px;
}

.faq-sign-remove::after {
  display: none !important;
}

/* .faq-sign-remove {
  padding: 23px;
} */

@media (max-width: 767px) {

  .custom--accordion .accordion-button[aria-expanded="true"]::after,
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    font-size: 15px;
    left: 15px;
  }
}

@media (max-width: 575px) {

  .custom--accordion .accordion-button[aria-expanded="true"]::after,
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    font-size: 14px;
    left: 10px;
  }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
}

.custom--accordion.style-two .accordion-item {
  border-bottom: 1px solid #e3dddd6b;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion.style-two .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .custom--accordion.style-two .accordion-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.custom--accordion.style-two .accordion-body {
  padding: 0px 0 30px 0;
}

.custom--accordion.style-two .accordion-button {
  background-color: transparent;
  padding: 0px 0px 15px 0px;
}

@media (max-width: 575px) {
  .custom--accordion.style-two .accordion-button {
    padding: 0px 0px 10px 0px;
  }
}

.custom--accordion.style-two .accordion-button[aria-expanded="true"]::after,
.custom--accordion.style-two .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-left: auto !important;
  right: 0px;
  background-color: rgba(255, 54, 107, 0.15);
  width: 30px !important;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #ff366b;
}

@media (max-width: 991px) {

  .custom--accordion.style-two .accordion-button[aria-expanded="true"]::after,
  .custom--accordion.style-two .accordion-button[aria-expanded="false"]::after {
    margin-right: 10px;
  }
}

.custom--accordion.style-two .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
}

.custom--accordion.style-three .accordion-item {
  background-color: transparent !important;
}

.custom--accordion.style-three .accordion-body {
  color: #b9babb;
}

.custom--accordion.style-three .accordion-button {
  color: #fff;
}

.custom--accordion.style-three .accordion-button[aria-expanded="true"]::after,
.custom--accordion.style-three .accordion-button[aria-expanded="false"]::after {
  background-color: rgba(255, 255, 255, 0.1);
}

button {
  border: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;

}

.button-wrapper:hover .button-wrapper__arrow.arrow-one {
  top: 0;
  right: -70px;
}

.button-wrapper:hover .button-wrapper__arrow.arrow-two {
  right: -110px;
  bottom: -18px;
}

.button-wrapper:hover .button-wrapper__arrow.arrow-three {
  right: -100px;
  bottom: -60px;
}

@media (max-width: 575px) {
  .button-wrapper:hover .button-wrapper__arrow.arrow-three {
    right: -65px;
    bottom: -50px;
  }
}

.button-wrapper__arrow {
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: arrow-one 4s linear infinite;
  animation: arrow-one 4s linear infinite;
}

.button-wrapper__arrow.arrow-one {
  right: -75px;
  top: 0;
}

.button-wrapper__arrow.arrow-two {
  right: -120px;
  bottom: -20px;
}

.button-wrapper__arrow.arrow-three {
  right: -110px;
  bottom: -70px;
}

@media (max-width: 575px) {
  .button-wrapper__arrow.arrow-three {
    right: -70px;
    width: 90px;
    bottom: -60px;
  }
}

@-webkit-keyframes arrow-one {
  0% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }
}

@keyframes arrow-one {
  0% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--base {
  color: #fff;
  font-weight: 400;
  background: #ff366b;
  padding: 15px 40px;
  border-radius: 15px;
  position: relative;
  border: none;
  text-align: center;
  margin-bottom: 7px;
}

.btn--base:hover {
  color: #fff;
}

.btn--base:hover::before {
  bottom: 0px;
  left: 0px;
}

.btn--base.style-two {
  border-radius: 2px;
  padding: 14px 39px;
  border: 2px solid #ff366b;
  margin-bottom: 0;
}

.btn--base.style-two:hover {
  background-color: transparent;
  border: 2px solid #ff366b;
}

.btn--base.style-two::before {
  content: unset;
}

.btn--base.style-three {
  height: 60px;
  border-radius: 30px;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .btn--base.style-three {
    height: 50px;
  }
}

.btn--base.style-three::before {
  content: unset;
}

@media (max-width: 575px) {
  .btn--base.style-three {
    padding: 10px 10px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .btn--base {
    padding: 12px 30px;
  }
}

@media (max-width: 575px) {
  .btn--base {
    padding: 10px 30px;
  }
}

.btn--base::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ff366b;
  bottom: -6px;
  left: -6px;
  z-index: -1;
  border-radius: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn--base.bg-one {
  background-color: #ff366b;
}

.btn--base.bg-one::before {
  border-color: #ff366b;
}

.btn--base.bg-two {
  background-color: #1a28f6;
}

.btn--base.bg-two::before {
  border-color: #1a28f6;
}

.btn--base.bg-three {
  background-color: #f3d337;
}

.btn--base.bg-three::before {
  border-color: #f3d337;
}

.btn--base.bg-four {
  background-color: #cf04c7;
}

.btn--base.bg-four::before {
  border-color: #cf04c7;
}

.btn--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--simple:hover .btn--simple__icon {
  margin-left: 15px;
}

.btn--simple__icon {
  font-size: 20px;
  margin-left: 5px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn--primary {
  background-color: #007bff;
  color: #fff;
}

.btn--primary:hover {
  color: #fff;
  background-color: #0268d4;
}

.btn--secondary {
  background-color: #adb5bd;
  color: #fff;
}

.btn--secondary:hover {
  color: #fff;
  background-color: #636c75;
}

.btn--success {
  background-color: #17d605;
  color: #fff;
}

.btn--success:hover {
  color: #fff;
  background-color: #13af59;
}

.btn--danger {
  background-color: #f75959;
  color: #fff;
}

.btn--danger:hover {
  color: #fff;
  background-color: #ad2b2b;
}

.btn--warning {
  background-color: #ff9e42;
  color: #fff;
}

.btn--warning:hover {
  color: #fff;
  background-color: #d47c29;
}

.btn--info {
  background-color: #17a2b8;
  color: #fff;
}

.btn--info:hover {
  background-color: #0e7bbe;
  color: #fff;
}

.custom--card {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #b9babb !important;
  border: transparent;
}

.custom--card:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.custom--card .card-body {
  background-color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 5px;
}

.custom--card .card-body i {
  font-size: 26px;
  color: #fff;
}

.custom--card .card-title {
  font-size: 25px;
}

.form--label {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #080c3c;
}

.form--control {
  height: 60px;
  border-radius: 3px;
  color: #22272b;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 0px 15px 0 30px;
  background-color: transparent;
  border: 1px solid #617686;
  color: #617686;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .form--control {
    padding: 0px 15px 0 15px;
    height: 50px;
  }
}

.form--control.border-two {
  border-color: #c9c3c36b;
}

.form--control.height-50 {
  height: 50px;
}

.form--control.style-two {
  border: 0;
  border-radius: 0;
  height: 50px;
  border-bottom: 1px solid #c9c3c36b;
}

@media (max-width: 767px) {
  .form--control.style-two {
    padding: 0px 15px 0 25px;
  }
}

.form--control.style-two:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ff366b;
}

.form--control.style-two::-webkit-input-placeholder {
  color: #b9babb;
  color: #617686;
}

.form--control.style-two:-ms-input-placeholder {
  color: #b9babb;
  color: #617686;
}

.form--control.style-two::-ms-input-placeholder {
  color: #b9babb;
  color: #617686;
}

.form--control.style-two::placeholder {
  color: #b9babb;
  color: #617686;
}

.form--control.style-three {
  background-color: #fff;
  border-radius: 30px;
  border: 0;
}

.form--control.style-three:focus {
  background-color: #fff;
  border: 0;
  border-radius: 30px;
}

.form--control::-webkit-input-placeholder {
  color: #617686;
  font-size: 15px;
}

.form--control:-ms-input-placeholder {
  color: #617686;
  font-size: 15px;
}

.form--control::-ms-input-placeholder {
  color: #617686;
  font-size: 15px;
  padding-left: 2px;
}

.form--control::placeholder {
  color: #617686;
  font-size: 15px;
}

.form--control:focus {
  border: 1px solid #c9c3c36b;
  border-radius: 5px;
  background-color: transparent;
  color: #080c3c;
}

.form--control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ff366b;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: #04061d;
  opacity: 1;
  border: 0;
}

.form--control[type="file"] {
  line-height: 48px;
  padding: 0 10px;
}

.form--control[type="file"]::-webkit-file-upload-button {
  background-color: #080c3c !important;
  color: #fff !important;
}

textarea.form--control {
  height: 150px;
  padding: 15px 15px 15px 30px;
}

@media (max-width: 767px) {
  textarea.form--control {
    padding: 15px;
  }
}

.input--group {
  position: relative;
}

.input--icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff366b;
}

.submit-button {
  position: absolute;
  right: 0;
  top: 0;
}

.password-show-hide {
  position: absolute;
  right: 0px;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom--select {
  position: relative;
}

.custom--select.style-two .icon {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  background-color: #b9babb;
  height: 80%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}

.custom--select.style-two .icon i {
  margin-left: 10px;
  margin-top: -10px;
}

.custom--select.style-two .form--select {
  border: 1px solid #c9c3c36b;
}

.custom--select.style-two .form--select:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.custom--select .icon {
  position: absolute;
  right: 15px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  z-index: 3;
}

.form--select {
  height: 50px;
  position: relative;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #c9c3c36b;
  color: #b9babb;
  background-image: none;
}

.form--select.style-two {
  padding-left: 60px;
}

.form--select:focus {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group--text {
  background: #ff366b;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  position: absolute;
  right: 0;
  border: transparent !important;
  z-index: 5;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom--checkbox__check {
  opacity: 0;
  display: none;
}

.custom--checkbox__check:checked~label::before {
  background-color: #ff366b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}

.custom--checkbox__text {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.custom--checkbox__text::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ff366b;
  left: 0;
  border-radius: 2px;
  top: 3px;
}

.custom--checkbox__text-highlited {
  color: #ff366b;
  font-weight: 500;
}

input#send-amount::-webkit-outer-spin-button,
input#send-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input#send-amount[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.5);
  filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.nice--select {
  color: #b9babb;
}

.nice--select .current {
  font-size: 13px;
}

.nice--select:focus {
  border: 1px solid #ff366b;
}

.nice--select:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: #b9babb transparent transparent transparent;
}

.nice--select.open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nice--select .option {
  color: #b9babb;
  background-color: #fff;
  font-size: 14px;
}

.nice--select .option.selected.focus {
  font-weight: 600;
  background-color: #fff !important;
  color: #ff366b;
}

.nice--select .option.selected.focus:hover {
  background-color: #ff366b !important;
  color: #fff !important;
}

.nice--select .option:hover {
  background-color: #ff366b;
  color: #fff;
}

.nice--select .wide {
  background-color: #fff;
  border: 1px solid #c9c3c36b;
  gap: 0px;
}

.custom--modal .modal-content {
  padding: 30px;
  text-align: center;
}

.custom--modal .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
  padding: 0 20px;
}

.custom--modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.custom--modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-icon i {
  font-size: 32px;
  color: #ff366b;
  border: 3px solid #ff366b;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 0 0;
  border-top: 1px solid #c9c3c36b;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.pagination .page-item .page-link {
  border: 1px solid #617686;
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #080c3c;
  color: #617686;
  font-weight: 500;
}

.pagination .page-item .page-link.active {
  background-color: #ff366b;
  color: #fff;
  border-color: #ff366b;
}

.pagination .page-item .page-link:hover {
  background-color: #ff366b;
  border-color: #ff366b;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table {
  margin: 0;
  font-size: 15px;
}

.table thead tr th {
  background-color: #ff366b;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  border-bottom: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 5px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 5px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
  background-color: #22272b;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px;
  border-width: 1px;
  border: 0;
  font-family: "Lato", sans-serif;
  color: #fff;
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: none;
  width: 50% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr td:last-child {
  text-align: right;
}

.table tbody tr:nth-child(even) {
  background-color: #2d3237;
  border-bottom: 1px solid #2d3237;
}

@media (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #c9c3c36b;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #c9c3c36b;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
  }
}

@media (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #c9c3c36b;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
  }
}

@media (max-width: 991px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

.custom--tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px;
}

.custom--tab .nav-item {
  border-bottom: 0;
  padding: 5px;
}

.custom--tab .nav-item .nav-link {
  color: #080c3c;
  padding: 8px 25px;
  background-color: transparent !important;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #c9c3c36b !important;
}

@media (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 15px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: #fff;
  background-color: #ff1d58 !important;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: #fff;
}

.custom--tab .nav-item .nav-link:hover {
  color: #ff366b;
}

.badge {
  border-radius: 30px;
  padding: 2px 15px;
  font-size: 11px;
  font-weight: 500;
}

.badge--base {
  background-color: #ff366b;
  border: 1px solid #ff366b;
  color: #fff;
}

.badge--primary {
  background-color: #007bff;
  border: 1px solid #007bff;
  color: #fff;
}

.badge--secondary {
  background-color: #adb5bd;
  border: 1px solid #adb5bd;
  color: #fff;
}

.badge--success {
  background-color: #17d605;
  border: 1px solid #17d605;
  color: #fff;
}

.badge--danger {
  background-color: #f75959;
  border: 1px solid #f75959;
  color: #fff;
}

.badge--warning {
  background-color: #ff9e42;
  border: 1px solid #ff9e42;
  color: #fff;
}

.badge--info {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #fff;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  width: 150px;
}

@media (max-width: 1199px) {
  .navbar-brand.logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.navbar-brand.logo img {
  height: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .navbar-brand.logo img {
    max-width: 130px;
    max-height: 130px;
  }
}

@media (max-width: 575px) {
  .social-list {
    margin-left: 3% !important;
  }
}

@media (max-width: 767px) {
  .social-list {
    margin-left: 3% !important;
  }
}

@media (max-width: 575px) {
  .navbar-brand.logo img {
    max-width: 120px;
    max-height: 120px;
  }
}

.header-bottom,
.header-bottom2{
  position: relative;
  width: 100%;
  padding-bottom: 1px;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #d3e2e5;
}


.header-bottom.fixed-header {
  background-color: #5B7F94;
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: #c9c3c36b;
  top: 0;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 2px #12347187;
  box-shadow: 0px 0px 10px 2px #12347187;
}

@media (max-width: 1199px) {
  .header-bottom {
    padding: 10px 0;
    background-color: #d3e2e5;
    border-bottom: 1px solid #c9c3c36b;
  }

  .homelogoImg {
    display: none;
  }
}

.homelogoImg {
  margin-left: 28%;
  height: 700px;
  width: 700px;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar {
  padding: 0px 55px 0px 55px !important;
}

.nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu .nav-item {
  position: relative;
  margin: 0 10px;
}

@media (max-width: 1399px) {
  .nav-menu .nav-item {
    margin: 0 8px;
  }
}

@media (max-width: 1199px) {
  .nav-menu .nav-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
  }
}


.nav-menu .nav-item:hover .nav-link i::before {
  content: "\e918";
  color: #fff;
  vertical-align: middle;
}

.nav-menu .nav-item:hover .nav-link::before {
  width: 100%;
}

.nav-menu .nav-item .nav-link {
  font-weight: 500;
  font-size: 18px;
  color: black !important;
  padding: 33px 0 !important;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1399px) {
  .nav-menu .nav-item .nav-link {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .nav-menu .nav-item .nav-link {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}

.nav-menu .nav-item .nav-link:hover::before {
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-menu .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 30px;
  width: 0;
  height: 2px;
  background-color: #ff366b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-menu .nav-item .nav-link i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
  margin-left: 2px;
}

@media (max-width: 1199px) {
  .nav-menu .nav-item .nav-link i {
    margin-right: 6px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 10px 2px #12347187;
    box-shadow: 0px 0px 10px 2px #12347187;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    overflow: hidden;
  }

  .dropdown-menu li {
    border-bottom: 1px dashed #e6e6e6;
  }

  .dropdown-menu li:first-child {
    border-top: 3px solid #ff366b;
  }

  .dropdown-menu li:last-child {
    border-bottom: 3px solid #ff366b;
  }

  .dropdown-menu li .dropdown-item {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media (max-width: 1199px) {
  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item:hover .nav-link i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .nav-item {
    border-bottom: 1px solid #c9c3c36b;
    padding: 10px 0;
  }

  .nav-item .nav-link.show:focus i::before {
    content: "\e918";
    color: #fff;
    vertical-align: middle;
  }

  .nav-item:nth-child(7) {
    border-bottom: none;
  }

  .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .dropdown-menu {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.25rem;
    width: 65%;
    text-align: center;
    margin-bottom: 10px !important;
    padding: 0 !important;
    border: none;
    background-color: white;
    margin-top: 11px !important;
    overflow: hidden;
    border: 1px solid #c9c3c36b;
  }

  .dropdown-menu li {
    border-bottom: 1px solid black;
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    color: black !important;
    ;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #ff366b;
}

.navbar-toggler.header-button {
  color: #181d20;
  border-color: transparent;
  color: #fff;
  background: transparent !important;
  padding: 0 !important;
  font-size: 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: 30px;
}

.navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header-login-list .nav-item:first-child {
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .header-login-list .nav-item {
    border-bottom: none;
  }
}

.header-login-list .nav-item .nav-link:hover {
  color: #ff366b !important;
}

.header-login-list .nav-item .nav-link::before {
  display: none;
}

.login-items-wrapper__item {
  margin-left: 15px;
  /* text-align: center;
  margin-top: 15px; */
}

.header-top {
  background-color: #ff366b;
  padding: 10px 0;
}

.top-contact-menu {
  margin: 0 -10px;
}

.top-contact-menu .item {
  padding: 0 10px;
}

.top-contact-menu .item i {
  color: #fff;
  font-size: 13px;
}

.top-contact-menu .item a {
  color: #fff;
  margin-left: 3px;
  font-size: 15px;
}

.top-contact-menu .item a:hover {
  color: #080c3c;
}

@media (max-width: 991px) {
  .top-button {
    padding-bottom: 15px;
  }
}

.select-language {
  width: 85px;
  position: relative;
  z-index: 1;
}

.select-language .form-select {
  background-color: transparent;
  color: #fff;
  background-image: none;
  padding: 5px 13px;
  border: none;
}

.select-language .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ff366b;
}

.select-language .form-select option {
  background: #080c3c;
  color: #fff;
}

.select-language::before {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f0dd";
  position: absolute;
  right: 2px;
  top: 40%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  z-index: -1;
}

@media (max-width: 991px) {
  .form-select.mobile-version {
    width: auto;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    border: none;
    background-color: #ff366b !important;
    color: #fff;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
    background-image: none;
    padding: 8px 15px;
  }

  .form-select.mobile-version:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff366b;
  }

  .form-select.mobile-version option {
    background: #080c3c;
    color: #fff;
  }
}

.login-registration {
  padding-left: 20px;
}

.login-registration li {
  color: #fff;
  padding: 0 3px;
}

.login-registration li i {
  font-size: 13px;
}

.login-registration li a {
  color: #fff;
  font-weight: 400;
}

.login-registration li a:hover {
  color: #080c3c;
}

.nav-item .login-registration li a:hover {
  color: #ff366b;
}

.breadcumb {
  position: relative;
  z-index: 1;
  padding: 170px 0 85px;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
  clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%); */
}

@media (max-width: 991px) {
  .breadcumb {
    padding: 125px 0 60px;
  }
}

@media (max-width: 767px) {
  .breadcumb {
    padding: 105px 0 40px;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

@media (max-width: 767px) {
  .breadcumb {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.breadcumb__wrapper {
  text-align: center;
}

.breadcumb__title {
  font-size: var(--heading-two);
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.breadcumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcumb__item {
  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 575px) {
  .breadcumb__item {
    font-size: 15px;
  }
}

.breadcumb__item-text {
  color: #ff366b;
}

.breadcumb__link {
  color: #fff;
  font-weight: 500;
}

.breadcumb__link:hover {
  color: #ff366b;
}

.footer-area {
  position: relative;
  /* -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%); */
  /* clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%); */
}

@media (max-width: 575px) {
  .footer-area {
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  }
}

.footer-area.footer-two {
  -webkit-clip-path: unset;
  clip-path: unset;
}

.footer-area.bg-img {
  background-size: contain;
  background-position: top center;
}

.bg-img.bg-img__contain {
  background-size: auto;
  background-position: left center;
}

.footer-item.style-two .footer-item__title {
  color: #fff;
}

.footer-item.style-two .footer-item__desc {
  color: #b9babb;
}

.footer-item.style-two .footer-menu__link {
  color: #b9babb;
}

.footer-item.style-two .footer-menu__link:hover {
  color: #ff366b;
}

.footer-item__title {
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  position: relative;
}

.footer-item__logo {
  margin-bottom: 20px;
}

.footer-item .social-list {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -5px 0;
}

.footer-menu__item {
  display: block;
  padding: 2px 0;
}

.footer-menu__link {
  font-size: 15px;
  position: relative;
  /* color: #617686; */
  color: white;
}

.footer-menu__link:hover {
  color: #ff366b;
  margin-left: 4px;
}

.footer-contact-menu {
  margin: -6px 0;
}

.footer-contact-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: #ff366b;
  font-size: 20px;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

.bottom-footer {
  border-top: 1px solid #e3dddd6b;
}

.bottom-footer.style-two {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.bottom-footer.style-two .bottom-footer-text {
  color: #b9babb;
}

.bottom-footer .bottom-footer-text {
  color: white;
  text-align: center;
}


.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #181d20;
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid #ff366b;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 30px;
  color: #fff;
  background-color: #ff366b;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  font-size: 16px;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: 210px;
}

.scroll-top:hover {
  color: #fff;
  background-color: #06082a;
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.search-icon.close i::before {
  content: "\f057";
}

.toggle-search-box {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 991px) {
  .toggle-search-box {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
    margin-right: 16px;
  }
}

.toggle-search-box .search-icon.close i::before {
  content: "\f00d";
  font-size: 20px;
}

.toggle-search-box .search-icon i {
  color: #ff366b;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  width: 15px;
  text-align: center;
}

.toggle-search-box .search-input {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  background-color: #ff366b;
  padding: 10px;
  border-radius: 3px;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

@media (max-width: 500px) {
  .toggle-search-box .search-input {
    right: -50px;
  }
}

.toggle-search-box .search-input.show {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
}

.toggle-search-box .search-input::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 4px;
  top: -7px;
  background-color: #ff366b;
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
}

@media (max-width: 500px) {
  .toggle-search-box .search-input::before {
    right: 50px;
  }
}

.toggle-search-box .search-input form {
  position: relative;
}

.toggle-search-box .search-input form input {
  padding: 10px 35px 10px 10px;
  border: 0;
  width: 100%;
  border-radius: 5px;
  color: #000;
  font-weight: 400;
}

.toggle-search-box .search-input form input:focus {
  border: none;
  outline: none;
}

.toggle-search-box .search-input form input::-webkit-input-placeholder {
  color: #080c3c;
  font-weight: 400;
}

.toggle-search-box .search-input form input:-ms-input-placeholder {
  color: #080c3c;
  font-weight: 400;
}

.toggle-search-box .search-input form input::-ms-input-placeholder {
  color: #080c3c;
  font-weight: 400;
}

.toggle-search-box .search-input form input::placeholder {
  color: #080c3c;
  font-weight: 400;
}

.toggle-search-box .search-input form button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border-radius: 0px 5px 5px 0px;
  color: #ff366b;
}

::-moz-selection {
  color: #e6e6e6;
  background: #e9003d;
}

::selection {
  color: #e6e6e6;
  background: #e9003d;
}

::-webkit-scrollbar {
  /* width: 10px;
  height: 10px; */
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  /* background-color: #ff0345; */
  border: 0px solid transparent;
  border-radius: 10px;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list1 {
  margin: 0 -105px;
}

.social-list.style-two .social-list__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #617686;
  border: 0;
  width: 25px;
  height: 25px;
  background-color: transparent;
}

.social-list.style-two .social-list__link:hover {
  color: #ff366b;
}

.social-logo {
  max-width: 110%;
}

.social-logo-x {
  max-width: 100%;
}

.social-list__item {
  margin: 0 5px;
}

.social-list__link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  /* border: 1px solid #617686; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #617686;
}

.social-list__link.active {
  background-color: #ff366b;
  color: #fff;
  border-color: #ff366b;
}

@media (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.social-list__link:hover {
  /* background-color: #ff366b; */
  filter: brightness(0.8);
  /* color: #fff; */
  border: 0px solid transparent;
}

.social-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -8px;
}

.social-simple__item {
  padding: 0 8px;
}

.breadcumb {
  position: relative;
  z-index: 1;
  padding: 170px 0 85px;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
  clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%); */
}

@media (max-width: 991px) {
  .breadcumb {
    padding: 125px 0 60px;
  }

  .solution-content-container {
    flex-direction: column;
  }

  .gap {
    margin-top: -9px;
  }

  .gap1 {
    margin-top: -3px;
  }

}

@media (max-width: 767px) {
  .breadcumb {
    padding: 105px 0 40px;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

@media (max-width: 767px) {
  .breadcumb {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.breadcumb__wrapper {
  text-align: center;
}

.breadcumb__title {
  margin-bottom: 10px;
  color: #fff;
}

.breadcumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcumb__item {
  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 575px) {
  .breadcumb__item {
    font-size: 15px;
  }
}

.breadcumb__item-text {
  color: #ff366b;
}

.breadcumb__link {
  color: #fff;
  font-weight: 500;
}

.breadcumb__link:hover {
  color: #ff366b;
}

.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-box__button-icon {
  color: #ff366b;
  font-size: 20px;
  -webkit-transform: rotate(-93deg);
  transform: rotate(-93deg);
}

.blog-sidebar {
  background-color: #fafafa;
  padding: 30px 20px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .blog-sidebar {
    padding: 20px 15px;
  }

  .solution-subtitle {
    width: auto !important;
  }
}

.blog-sidebar__title {
  position: relative;
}

.text-list {
  margin: 0 -5px;
}

.text-list.style-category .text-list__link:hover {
  color: #ff366b;
}

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px;
}

.text-list.style-tag .text-list__item {
  padding: 10px 5px;
}

.text-list.style-tag .text-list__link {
  border: 1px solid #b9babb;
  padding: 6px 20px;
  border-radius: 3px;
  font-weight: 500;
}

.text-list.style-tag .text-list__link.active {
  color: #fff;
  background-color: #ff366b;
  border-color: #ff366b;
}

.text-list.style-tag .text-list__link:hover {
  color: #fff;
  background-color: #ff366b;
  border-color: #ff366b;
}

.text-list__item {
  padding: 5px 0;
}

.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.latest-blog__thumb {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.latest-blog__content {
  width: calc(100% - 100px);
  padding-left: 15px;
}

.latest-blog__title {
  margin-bottom: 5px;
}

.latest-blog__title a {
  font-weight: 500;
  font-size: 15px;
}

.latest-blog__title a:hover {
  color: #ff366b;
}

.latest-blog__date {
  font-size: 14px;
}

.banner {
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .banner {
    padding: 51px 0 80px;
  }

  .services-item__content {
    width: calc(100% - 20px);
    padding-left: 75px !important;
    display: flex;
  }

  .services-item__content:hover {
    color: red !important;
  }

  .dropdown-item1:hover {
    background-color: red;
    color: white;
  }

  .drop {
    display: block !important;
  }

  .dropdown-menu li:first-child {
    border-top: 3px solid #ff366b;
  }

  .dropdown-menu li:last-child {
    border-bottom: 3px solid #ff366b;
  }

  .space-top {
    margin-top: .1rem !important;
  }

  .login-items-wrapper__item1 {
    text-align: center;
    margin-top: 10px;
  }

  .solution-coloumn1 {
    padding: 1px 80px !important;
  }

  .solution-features-container1 {
    display: flex;
    flex-direction: column;
    padding-left: 97px !important;
  }

  .solution-features-container2 {
    display: flex;
    flex-direction: column;
    padding-left: 126px !important;
  }
}

@media (max-width: 575px) {
  .banner {
    padding: 30px 0 60px;
  }

  .solution-features-container2 {
    display: flex;
    flex-direction: column;
    padding-left: 126px !important;
  }

  .dropdown-menu li:first-child {
    border-top: 3px solid #ff366b;
  }

  .dropdown-menu li:last-child {
    border-bottom: 3px solid #ff366b;
  }

  .drop {
    display: block !important;
  }

  .space-top {
    margin-top: .1rem !important;
  }

  .login-items-wrapper__item1 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-container {
    display: flex;
    justify-content: center;
  }

  .solution-coloumn1 {
    padding: 1px 80px !important;
  }

  .solution-features-container1 {
    display: flex;
    flex-direction: column;
    padding-left: 97px !important;
  }


}

.banner.style-two {
  padding: 190px 0 295px;
}

@media (max-width: 1199px) {
  .banner.style-two {
    padding: 185px 0 255px;
  }


  .drop {
    display: block !important;
  }

  .space-top {
    margin-top: .1rem !important;
  }

  .login-items-wrapper__item1 {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .banner.style-two {
    padding: 115px 0 170px;
  }
}

@media (max-width: 575px) {
  .banner.style-two {
    padding: 115px 0 170px;
  }
}

.banner.style-two .section-heading__title {
  margin-bottom: 0;
}

.banner.style-two.section-bg::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

@media (max-width: 575px) {
  .banner.style-two.section-bg::before {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.banner.section-bg::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 57%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 57%, 100% 0);
}

.about-our-company::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 57%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 57%) !important;
}

.about-us,
.about-our-company {
  overflow-x: hidden !important;
}

@media (max-width: 991px) {
  .banner.section-bg::before {
    -webkit-clip-path: unset;
    clip-path: unset;
  }

  .about-our-company::before {
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }

  .about-right__thumb,
  .about-left__thumb {
    display: none;
  }

  .about-our-company,
  .about-us {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.banner .section-heading__subtitle {
  max-width: 470px;
}

.banner__vector-icon {
  position: absolute;
  z-index: -1;
  left: 11%;
  top: 35%;
  -webkit-animation: vector 20s ease-in-out infinite;
  animation: vector 20s ease-in-out infinite;
}

@media (max-width: 575px) {
  .banner__vector-icon {
    display: none;
  }
}

@-webkit-keyframes vector {
  0% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  25% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  50% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  75% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
}

@keyframes vector {
  0% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  25% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  50% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  75% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
}

.banner-content {
  margin-left: 5%;
}

.banner-right__thumb {
  max-width: 100%;
  position: relative;
}

.banner-right__arrow {
  position: absolute;
  right: -25px;
  top: 60px;
  height: 100px;
  width: auto;
  -webkit-animation: message2 12s linear infinite;
  animation: message2 12s linear infinite;
  z-index: -1;
}

@media (max-width: 1199px) {
  .banner-right__arrow {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .banner-right__arrow {
    right: -30px;
  }
}

@media (max-width: 575px) {
  .banner-right__arrow {
    display: none;
  }
}

.banner-right__images li:nth-child(1) {
  position: absolute;
  top: 6%;
  -webkit-animation: message1 12s ease-in-out infinite;
  animation: message1 12s ease-in-out infinite;
  width: 18%;
}

.banner-right__images li:nth-child(2) {
  position: absolute;
  top: 22%;
  -webkit-animation: message2 12s ease-in-out infinite;
  animation: message2 12s ease-in-out infinite;
  width: 25%;
}

.banner-right__images li:nth-child(3) {
  position: absolute;
  top: 34%;
  -webkit-animation: message3 12s ease-in-out infinite;
  animation: message3 12s ease-in-out infinite;
  width: 25%;
}

.banner-right__images li:nth-child(4) {
  position: absolute;
  top: 52%;
  -webkit-animation: message1 12s ease-in-out infinite;
  animation: message1 12s ease-in-out infinite;
  width: 18%;
}

@-webkit-keyframes message1 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes message1 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes message2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes message2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes message3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes message3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.features-item {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  padding: 40px 40px;
  position: relative;
  background-color: #d3e2e5;
}

@media (max-width: 1199px) {
  .features-item {
    padding: 50px 25px;
  }
}

.features-item:hover {
  -webkit-box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.04);
}

.features-item__icon {
  position: relative;
  background-color: #ff366b;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text1 {
  margin-left: 14%;
}

.features-item__icon1 {
  position: relative;
  background-color: #ff366b;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1199px) {
  .features-item__icon {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 991px) {
  .features-item__icon {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .features-item__icon {
    width: 65px;
    height: 65px;
  }
}

.features-item__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  bottom: -3px;
  right: -6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ff366b;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.features-item__icon1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  bottom: -3px;
  right: -6px;
  border-width: 1px;
  border-style: solid;
  border-color: #ff366b;
  border-radius: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.features-item__icon span {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .features-item__icon span {
    font-size: 20px;
  }
}

.features-item__icon span {
  font-size: 45px;
  color: #fff;
}

.features-item__icon span {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 1199px) {
  .features-item__icon span {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .features-item__icon span {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .features-item__icon span {
    font-size: 30px;
  }
}

.features-item__title {
  margin-top: 40px;
}

.features-item .section-shapes__item {
  position: absolute;
  z-index: 0;
}

.features-item .section-shapes__item:nth-child(1) {
  left: 10%;
  -webkit-animation: circle 60s ease-in-out infinite;
  animation: circle 60s ease-in-out infinite;
}

.features-item .section-shapes__item:nth-child(2) {
  left: 23%;
  top: 33%;
  -webkit-animation: plus 16s ease-in-out infinite;
  animation: plus 16s ease-in-out infinite;
}

.features-item .section-shapes__item:nth-child(3) {
  right: 10%;
  -webkit-animation: triangle 16s ease-in-out infinite;
  animation: triangle 16s ease-in-out infinite;
}

.features-item .section-shapes__item:nth-child(4) {
  right: 24%;
  top: 38%;
  -webkit-animation: square 16s ease-in-out infinite;
  animation: square 16s ease-in-out infinite;
}

@-webkit-keyframes circle {
  0% {
    top: 10%;
    left: 10%;
  }

  25% {
    top: 10%;
    left: 90%;
  }

  50% {
    top: 90%;
    left: 90%;
  }

  75% {
    top: 90%;
    left: 10%;
  }

  100% {
    top: 10%;
    left: 10%;
  }
}

@keyframes circle {
  0% {
    top: 10%;
    left: 10%;
  }

  25% {
    top: 10%;
    left: 90%;
  }

  50% {
    top: 90%;
    left: 90%;
  }

  75% {
    top: 90%;
    left: 10%;
  }

  100% {
    top: 10%;
    left: 10%;
  }
}

@-webkit-keyframes plus {
  0% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }

  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }
}

@keyframes plus {
  0% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }

  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }

  50% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }

  50% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
  }
}

@-webkit-keyframes triangle {
  0% {
    -webkit-transform: translateX(0px) translateY(50px) rotate(180deg);
    transform: translateX(0px) translateY(50px) rotate(180deg);
  }

  50% {
    -webkit-transform: translateX(40px) translateY(-40px);
    transform: translateX(40px) translateY(-40px);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(50px) rotate(180deg);
    transform: translateX(0px) translateY(50px) rotate(180deg);
  }
}

@keyframes triangle {
  0% {
    -webkit-transform: translateX(0px) translateY(50px) rotate(180deg);
    transform: translateX(0px) translateY(50px) rotate(180deg);
  }

  50% {
    -webkit-transform: translateX(40px) translateY(-40px);
    transform: translateX(40px) translateY(-40px);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(50px) rotate(180deg);
    transform: translateX(0px) translateY(50px) rotate(180deg);
  }
}

div [class*="col"]:nth-of-type(3n + 1) .features-item__icon {
  background-color: #ff366b;
}

div [class*="col"]:nth-of-type(3n + 1) .features-item__icon::before {
  border-color: #ff366b;
}

div [class*="col"]:nth-of-type(3n + 2) .features-item__icon {
  background-color: #1a28f6;
}

div [class*="col"]:nth-of-type(3n + 2) .features-item__icon::before {
  border-color: #1a28f6;
}

div [class*="col"]:nth-of-type(3n + 3) .features-item__icon {
  background-color: #f3d337;
}

div [class*="col"]:nth-of-type(3n + 3) .features-item__icon::before {
  border-color: #f3d337;
}

.services {
  margin-bottom: -1px;
}

.services.section-bg-custom::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}

@media (max-width: 991px) {
  .services.section-bg-custom::before {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.services-left {
  position: relative;
}

.services-left__arrow {
  position: absolute;
  left: -140px;
  width: 130px;
  top: 15px;
  z-index: -1;
  -webkit-animation: message1 6s ease-in-out infinite;
  animation: message1 6s ease-in-out infinite;
}

@media (max-width: 1600px) {
  .services-left__arrow {
    display: none;
  }
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 350px;
}

.services-item__title {
  display: flex;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 600;
}

.alignment-integration-title {
  align-items: normal;
  cursor: pointer;
  transition: opacity 0.5s ease, transform 0.5s ease, font-size 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  /* font-size: 16px;  */
}

.headAbout {
  background-color: #8b3a8c;
  width: fit-content;
  color: white;
  padding: 6px;
  border-radius: 5px;
}

.alignment-integration-title:hover {
  align-items: normal;
  cursor: pointer;
  font-size: 17px;

}

@media (max-width: 767px) {
  .services-item__title {
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .services-item {
    max-width: 100%;
  }
}

.heading {
  margin: 2px;
}

.services-item:hover .services-item__icon::before {
  right: 40px;
}

.services-item:hover .services-item__icon::before {
  right: 6px;
  bottom: 2px;
}

.services-item__icon {
  position: relative;
  background-color: #ff366b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

@media (max-width: 991px) {
  .services-item__icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .services-item__icon {
    width: 40px;
    height: 40px;
  }
}

.services-item__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  border-style: solid;
  border-color: #ff366b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -9px;
  right: -8px;
  border-width: 2px;
  border-radius: 10px;
  z-index: -1;
}

.services-item__icon span {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

@media (max-width: 767px) {
  .services-item__icon span {
    font-size: 20px;
  }
}

.services-item__content {
  width: calc(100% - 20px);

  display: flex;
}

.services-item__content:hover {
  color: red;
}

.services-right__gap {
  row-gap: 60px;
  height: 100px;
}

.slider-row-height {
  height: 69px;
}

@media (max-width: 1199px) {
  .services-right__gap {
    row-gap: 50px;
  }
}

@media (max-width: 991px) {
  .services-right__gap {
    row-gap: 40px;
  }
}

@media (max-width: 767px) {
  .services-right__gap {
    row-gap: 0;
    height: fit-content;
  }

  .services-item__title {
    height: 55px;
  }
}

.services-right div[class*="col"]:nth-of-type(4n + 1) .services-item__icon {
  background-color: #ff366b;
}

.services-right div[class*="col"]:nth-of-type(4n + 1) .services-item__icon::before {
  border-color: #ff366b;
}

.services-right div[class*="col"]:nth-of-type(4n + 2) .services-item__icon {
  background-color: #1a28f6;
}

.services-right div[class*="col"]:nth-of-type(4n + 2) .services-item__icon::before {
  border-color: #1a28f6;
}

.services-right div[class*="col"]:nth-of-type(4n + 3) .services-item__icon {
  background-color: #f3d337;
}

.services-right div[class*="col"]:nth-of-type(4n + 3) .services-item__icon::before {
  border-color: #f3d337;
}

.services-right div[class*="col"]:nth-of-type(4n + 4) .services-item__icon {
  background-color: #cf04c7;
}

.services-right div[class*="col"]:nth-of-type(4n + 4) .services-item__icon::before {
  border-color: #cf04c7;
}

.feedback.section-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

@media (max-width: 991px) {
  .feedback.section-bg {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.feedback.section-bg::before {
  background-color: #070a33;
  opacity: 0.86;
}

@media (max-width: 991px) {
  .feedback.section-bg::before {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .feedback {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .feedback .section-heading {
    margin-bottom: 35px;
  }
}

.feedback__inner {
  position: relative;
  height: 500px;
}

.feedback__inner::before {
  /* position: absolute; */
  content: "";
  width: 26%;
  height: 50%;
  right: 0;
  top: 0;
  background-color: #d3e2e5;
  -webkit-clip-path: polygon(0 0, 100% 98%, 100% 0);
  clip-path: polygon(0 0, 100% 98%, 100% 0);
}

@media (max-width: 1199px) {
  .feedback__inner::before {
    height: 25%;
    width: 20%;
  }
}

@media (max-width: 991px) {
  .feedback__inner::before {
    height: 15%;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .feedback__inner::before {
    height: 12%;
    width: 18%;
  }
}

@media (max-width: 575px) {
  .feedback__inner::before {
    height: 8%;
    width: 17%;
  }
}

@media (max-width: 400px) {
  .feedback__inner::before {
    height: 7%;
    width: 20%;
  }
}

.feedback__inner::after {
  position: absolute;
  content: "";
  width: 11%;
  height: 20%;
  left: 0;
  bottom: 0;
  background-color: #d3e2e5;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

@media (max-width: 991px) {
  .feedback__inner::after {
    width: 15%;
    height: 14%;
  }
}

@media (max-width: 767px) {
  .feedback__inner::after {
    width: 15%;
    height: 10%;
  }
}

@media (max-width: 575px) {
  .feedback__inner::after {
    width: 15%;
    height: 7%;
  }
}

@media (max-width: 400px) {
  .feedback__inner::after {
    width: 15%;
    height: 5%;
  }
}

.feedback-wrapper div[class*="col"]:nth-child(1) .feedback-item__thumb {
  background-color: #ff366b;
}

.feedback-wrapper div[class*="col"]:nth-child(2) .feedback-item__thumb {
  background-color: #1a28f6;
}

.feedback-wrapper div[class*="col"]:nth-child(2) .feedback-item__thumb::before {
  border-color: #1a28f6;
}

.feedback-wrapper div[class*="col"]:nth-child(3) .feedback-item__thumb {
  background-color: #f3d337;
}

.feedback-wrapper div[class*="col"]:nth-child(3) .feedback-item__thumb::before {
  border-color: #f3d337;
}

.feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback-item:hover .feedback-item__thumb::before {
  bottom: 3px;
  right: 9px;
}

.feedback-item__thumb {
  position: relative;
  background-color: #ff366b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  margin-bottom: 23px;
}

@media (max-width: 991px) {
  .feedback-item__thumb {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 767px) {
  .feedback-item__thumb {
    width: 50px;
    height: 50px;
  }
}

.feedback-item__thumb::before {
  /* position: absolute;
  content: ""; */
  width: 100%;
  height: 110%;
  border-style: solid;
  border-color: #ff366b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -9px;
  right: -8px;
  border-width: 2px;
  border-radius: 10px;
  z-index: -1;
}

.feedback-item__thumb span {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

@media (max-width: 767px) {
  .feedback-item__thumb span {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .feedback-item__thumb {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .feedback-item__thumb {
    margin-bottom: 30px;
  }
}

.feedback-item__thumb img {
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

.feedback-item__name {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .feedback-item__name {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .feedback-item__name {
    margin-top: 20px;
  }
}

.feedback-item__designation {
  font-size: 18px;
}

@media (max-width: 991px) {
  .feedback-item__designation {
    font-size: 16px;
  }
}

.feedback-item__desc {
  margin-top: 30px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8;
  color: black !important;
}

@media (max-width: 1199px) {
  .feedback-item__desc {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .feedback-item__desc {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .feedback-item__desc {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .feedback-item__desc {
    margin-top: 20px;
    font-size: 15px;
  }
}

.about-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

@media (max-width: 991px) {
  .about-company__wrapper {
    row-gap: 20px;
  }
}

.about-company__wrapper div[class*="company-item"]:nth-of-type(2n + 1) .company-item__icon {
  background-color: #ff366b;
}

.about-company__wrapper div[class*="company-item"]:nth-of-type(2n + 1) .company-item__icon::before {
  border-color: #ff366b;
}

.about-company__wrapper div[class*="company-item"]:nth-of-type(2n + 2) .company-item__icon {
  background-color: #1a28f6;
}

.about-company__wrapper div[class*="company-item"]:nth-of-type(2n + 2) .company-item__icon::before {
  border-color: #1a28f6;
}

.company-item:hover .company-item__icon::before {
  bottom: -2px;
  right: 8px;
}

.company-item__icon {
  position: relative;
  background-color: #ff366b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  border-radius: 20px;
  transform: rotate(55deg);
}

@media (max-width: 991px) {
  .company-item__icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .company-item__icon {
    width: 40px;
    height: 40px;
  }
}

.company-item__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  border-style: solid;
  border-color: #ff366b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -9px;
  right: -8px;
  border-width: 2px;
  border-radius: 10px;
  z-index: -1;
}

.company-item__icon span {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

@media (max-width: 767px) {
  .company-item__icon span {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .company-item__icon {
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .company-item__icon {
    border-radius: 13px;
  }
}

.company-item__icon::before {
  bottom: -3px;
  right: -8px;
  border-radius: 20px;
  z-index: -1;
  border-width: 1px;
}

@media (max-width: 991px) {
  .company-item__icon::before {
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .company-item__icon::before {
    border-radius: 13px;
  }
}

.company-item__content {
  width: calc(100% - 50px);
  padding-left: 25px;
}

.company-item__title {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .company-item__title {
    margin-bottom: 10px;
  }
}

.company-item__desc {
  max-width: 390px;
}

@media (max-width: 991px) {
  .company-item__desc {
    max-width: 100%;
  }
}

.work-item {
  position: relative;
}

.work-item.style-two .work-style-two-item__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.work-item.style-two .work-style-two-item__icon .icon {
  font-size: 60px;
  color: #ff366b;
}

.work-item.style-two .work-style-two-item__number {
  position: absolute;
  top: -25px;
  left: -15px;
  z-index: -1;
  font-size: 50px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
}

.work-item__arrow {
  position: absolute;
  left: 110%;
  top: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 30px;
}

@media (max-width: 1399px) {
  .work-item__arrow {
    left: 112%;
  }

  .phone-screen {
    display: none;
  }
}

@media (max-width: 1199px) {
  .work-item__arrow {
    width: 100px;
    left: 115%;
  }
}

@media (max-width: 991px) {
  .work-item__arrow {
    display: none;
  }
}

.work-item__icon {
  position: relative;
  background-color: #ff366b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 18px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  width: 90px;
  height: 90px;
  /* border-radius: 50%; */
  -webkit-transform: rotate(0deg);
  transform: rotate(-50deg);
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .work-item__icon {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .work-item__icon {
    width: 40px;
    height: 40px;
  }
}

.about-service {
  background-color: #d3e2e5;
}

.work-item__icon::before {
  /* position: absolute;
  content: ""; */
  width: 100%;
  height: 110%;
  border-style: solid;
  border-color: #ff366b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -9px;
  right: -8px;
  border-width: 2px;
  border-radius: 10px;
  z-index: -1;
}

.work-item__icon span {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

@media (max-width: 767px) {
  .work-item__icon span {
    font-size: 20px;
  }

  .phone-screen {
    display: none;
  }
}

.work-item__icon span {
  -webkit-transform: rotate(0deg);
  transform: rotate(50deg);
  font-size: 45px;
}

@media (max-width: 1199px) {
  .work-item__icon span {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .work-item__icon span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .work-item__icon span {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .work-item__icon {
    width: 80px;
    height: 80px;
  }

  .phone-screen {
    display: none;
  }
}

@media (max-width: 991px) {
  .work-item__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
  }

  .phone-screen {
    display: none;
  }
}

@media (max-width: 767px) {
  .work-item__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
}

.work-item__icon::before {
  border-style: dashed;
  border-radius: 50%;
  -webkit-animation: circles 50s linear infinite;
  animation: circles 50s linear infinite;
  bottom: -8px;
  right: -9px;
}

@-webkit-keyframes circles {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circles {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.work-item__desc {
  max-width: 224px;
  font-weight: 600;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .work-item__desc {
    max-width: 100%;
  }

  .work-item1 {
    max-width: 80%;
  }
}

.work {
  position: relative;
  background-color: #f5f4f4;
}

.work.section-bg::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

@media (max-width: 767px) {
  .work.section-bg::before {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.work__inner div[class*="col"]:nth-of-type(4n + 1) .work-item.style-two .work-style-two-item__icon .icon {
  color: #ff366b;
}

.work__inner div[class*="col"]:nth-of-type(4n + 1) .work-item__icon {
  background-color: #ff366b;
}

.work__inner div[class*="col"]:nth-of-type(4n + 1) .work-item__icon::before {
  border-color: #ff366b;
}

.work__inner div[class*="col"]:nth-of-type(4n + 2) .work-item.style-two .work-style-two-item__icon .icon {
  color: #1a28f6;
}

.work__inner div[class*="col"]:nth-of-type(4n + 2) .work-item__icon {
  background-color: #1a28f6;
}

.work__inner div[class*="col"]:nth-of-type(4n + 2) .work-item__icon::before {
  border-color: #1a28f6;
}

.work__inner div[class*="col"]:nth-of-type(4n + 3) .work-item.style-two .work-style-two-item__icon .icon {
  color: #f3d337;
}

.work__inner div[class*="col"]:nth-of-type(4n + 3) .work-item__icon {
  background-color: #f3d337;
}

.work__inner div[class*="col"]:nth-of-type(4n + 3) .work-item__icon::before {
  border-color: #f3d337;
}

.work__inner div[class*="col"]:nth-of-type(4n + 4) .work-item.style-two .work-style-two-item__icon .icon {
  color: #cf04c7;
}

.work__inner div[class*="col"]:nth-of-type(4n + 4) .work-item__icon {
  background-color: #cf04c7;
}

.work__inner div[class*="col"]:nth-of-type(4n + 4) .work-item__icon::before {
  border-color: #cf04c7;
}

.work-shape__item {
  position: absolute;
  top: 17%;
  z-index: -1;
}

.work-shape__item:nth-child(1) {
  top: 30%;
  left: 13%;
  -webkit-animation: circletwo 14s ease-in-out infinite;
  animation: circletwo 14s ease-in-out infinite;
}
.item-right:nth-child(1) {
  right: 13%;
  left: auto;
  -webkit-animation: triangle 14s ease-in-out infinite;
  animation: triangle 14s ease-in-out infinite;
}
@media (max-width: 767px) {
  .work-shape__item:nth-child(1) {
    display: none;
  }
}

.rectangle-icon {
  top: 27%;
}

.work-shape__item:nth-child(2) {
  left: 10%;
  -webkit-animation: square 8s ease-in-out infinite;
  animation: square 8s ease-in-out infinite;
}
.item-right:nth-child(2) {
  right: 10%;
  left: auto;
  -webkit-animation: circletwo 8s ease-in-out infinite;
  animation: circletwo 8s ease-in-out infinite;
}
@media (max-width: 767px) {
  .work-shape__item:nth-child(2) {
    left: 20%;
  }
}

.work-shape__item:nth-child(3) {
  left: 23%;
  -webkit-animation: triangle 8s ease-in-out infinite;
  animation: triangle 8s ease-in-out infinite;
}
.item-right:nth-child(3) {
  right: 23%;
  left: auto;
  -webkit-animation: square 8s ease-in-out infinite;
  animation: square 8s ease-in-out infinite;
}
.work-shape__item:nth-child(4) {
  top: 30%;
  right: 13%;
  -webkit-animation: circletwo 14s ease-in-out infinite;
  animation: circletwo 14s ease-in-out infinite;
}

@media (max-width: 767px) {
  .work-shape__item:nth-child(4) {
    display: none;
  }
}

.work-shape__item:nth-child(5) {
  right: 7%;
  -webkit-animation: square 8s ease-in-out infinite;
  animation: square 8s ease-in-out infinite;
}

.work-shape__item:nth-child(6) {
  right: 21%;
  -webkit-animation: triangle 8s ease-in-out infinite;
  animation: triangle 8s ease-in-out infinite;
}

@-webkit-keyframes circletwo {
  0% {
    -webkit-transform: translateX(100px) translateY(0px);
    transform: translateX(100px) translateY(0px);
  }

  25% {
    -webkit-transform: translateX(0px) translateY(-100px);
    transform: translateX(0px) translateY(-100px);
  }

  50% {
    -webkit-transform: translateX(100px) translateY(0px);
    transform: translateX(100px) translateY(0px);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(100px);
    transform: translateX(0px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(100px) translateY(0px);
    transform: translateX(100px) translateY(0px);
  }
}

@keyframes circletwo {
  0% {
    -webkit-transform: translateX(100px) translateY(0px);
    transform: translateX(100px) translateY(0px);
  }

  25% {
    -webkit-transform: translateX(0px) translateY(-100px);
    transform: translateX(0px) translateY(-100px);
  }

  50% {
    -webkit-transform: translateX(100px) translateY(0px);
    transform: translateX(100px) translateY(0px);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(100px);
    transform: translateX(0px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(100px) translateY(0px);
    transform: translateX(100px) translateY(0px);
  }
}

.pricing-wrapper {
  position: relative;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .pricing-wrapper {
    margin-bottom: 0px;
  }
}

.pricing-item {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  max-width: 410px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .pricing-item:last-child {
    margin-top: 20px;
  }
}

.pricing-item:hover:nth-of-type(2n + 1) {
  position: relative;
  z-index: 1;
}

@media (max-width: 1399px) {
  .pricing-item {
    max-width: 360px;
  }
}

@media (max-width: 991px) {
  .pricing-item {
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  .pricing-item {
    max-width: 100%;
  }
}

.pricing-item:nth-of-type(2n + 2) {
  position: absolute;
  top: 27%;
  right: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .pricing-item:nth-of-type(2n + 2) {
    top: 0;
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  .pricing-item:nth-of-type(2n + 2) {
    position: relative;
    max-width: 100%;
  }
}

.pricing-item__content {
  padding: 50px 60px;
}

@media (max-width: 1399px) {
  .pricing-item__content {
    padding: 35px 45px;
  }
}

@media (max-width: 1199px) {
  .pricing-item__content {
    padding: 30px 25px;
  }
}

@media (max-width: 991px) {
  .pricing-item__content {
    padding: 35px 45px;
  }
}

@media (max-width: 767px) {
  .pricing-item__content {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .pricing-item__content {
    padding: 25px 20px;
  }
}

.pricing-item__price {
  margin-bottom: 0px;
}

.pricing-item__name {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .pricing-item__name {
    font-size: 22px;
  }
}

.pricing-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -5px;
  margin-bottom: -5px;
}

.pricing-item__list li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pricing-item__list li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff366b;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.pricing-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-item__details-btn {
  background-color: #ff366b;
  width: 70%;
  padding: 35px 20px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .pricing-item__details-btn {
    font-size: 20px;
    padding: 25px 15px;
  }
}

@media (max-width: 767px) {
  .pricing-item__details-btn {
    padding: 20px 15px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .pricing-item__details-btn {
    padding: 15px 15px;
    font-size: 16px;
  }
}

.pricing-item__details-btn:hover {
  color: #080c3c;
}

.pricing-item__details-icon {
  background-color: #080c3c;
  width: 30%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
}

@media (max-width: 991px) {
  .pricing-item__details-icon {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-item__details-icon {
    font-size: 25px;
  }
}

.price-item-two {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.price-item-two__header-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .price-item-two__header-wrapper {
    margin-bottom: 0;
  }
}

.price-item-two__header-wrapper::before {
  position: absolute;
  content: "";
  width: 52.6%;
  height: 100%;
  left: 0;
  bottom: 10px;
  bottom: 4%;
  background-color: transparent;
  z-index: -1;
  border-bottom: 2px dashed #ff366b;
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
}

@media (max-width: 767px) {
  .price-item-two__header-wrapper::before {
    display: none;
  }
}

.price-item-two__header-wrapper::after {
  position: absolute;
  content: "";
  width: 52.6%;
  height: 100%;
  right: 0;
  bottom: 10px;
  bottom: 4%;
  background-color: transparent;
  z-index: -1;
  border-bottom: 2px dashed #ff366b;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

@media (max-width: 767px) {
  .price-item-two__header-wrapper::after {
    display: none;
  }
}

.price-item-two__header {
  text-align: center;
  background-color: #ff366b;
  padding: 20px 20px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 76%, 50% 100%, 0 76%);
  clip-path: polygon(0 0, 100% 0, 100% 76%, 50% 100%, 0 76%);
}

.price-item-two__price {
  margin-bottom: 0px;
  color: #fff;
}

.price-item-two__pricename {
  color: #fff;
  font-size: 30px;
}

@media (max-width: 991px) {
  .price-item-two__pricename {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .price-item-two__pricename {
    font-size: 20px;
  }
}

.price-item-two__body {
  padding: 30px 40px;
}

.price-item-two__button {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .price-item-two__button {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .price-item-two__button {
    margin-bottom: 30px;
  }
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 1) .price-item-two__header-wrapper::before {
  border-color: #ff366b;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 1) .price-item-two__header-wrapper::after {
  border-color: #ff366b;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 1) .price-item-two__header {
  background-color: #ff366b;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 1) .price-item-two .pricing-item__list li::before {
  background-color: #ff366b;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 1) .price-item-two .price-item-two__button .btn--base {
  background-color: #ff366b;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 1) .price-item-two .price-item-two__button .btn--base::before {
  border-color: #ff366b;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 2) .price-item-two__header-wrapper::before {
  border-color: #1a28f6;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 2) .price-item-two__header-wrapper::after {
  border-color: #1a28f6;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 2) .price-item-two__header {
  background-color: #1a28f6;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 2) .price-item-two .pricing-item__list li::before {
  background-color: #1a28f6;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 2) .price-item-two .price-item-two__button .btn--base {
  background-color: #1a28f6;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 2) .price-item-two .price-item-two__button .btn--base::before {
  border-color: #1a28f6;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 3) .price-item-two__header-wrapper::before {
  border-color: #f3d337;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 3) .price-item-two__header-wrapper::after {
  border-color: #f3d337;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 3) .price-item-two__header {
  background-color: #f3d337;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 3) .price-item-two .pricing-item__list li::before {
  background-color: #f3d337;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 3) .price-item-two .price-item-two__button .btn--base {
  background-color: #f3d337;
}

.price-item-two__wrapper [class*="col"]:nth-of-type(3n + 3) .price-item-two .price-item-two__button .btn--base::before {
  border-color: #f3d337;
}

.pricing-right__buttons {
  position: relative;
  display: inline-block;
}

.pricing-right__buttons:hover .pricing-right__arrow {
  top: 60px;
}

.pricing-right__arrow {
  position: absolute;
  right: 0;
  width: 70px;
  top: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .pricing-right__arrow {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .pricing-right__arrow {
    width: 50px;
  }
}

.pricing-right__btn-group {
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 991px) {
  .pricing-right__btn-group {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pricing-right__btn-group {
    margin-bottom: 70px;
  }
}

.pricing-right__btn-group li .buttons {
  padding: 18px 55px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .pricing-right__btn-group li .buttons {
    padding: 16px 40px;
  }
}

@media (max-width: 767px) {
  .pricing-right__btn-group li .buttons {
    padding: 15px 35px;
  }
}

.pricing-right__btn-group li:first-child .btn--base::before {
  content: unset;
}

.pricing-right__btn-group li:first-child .buttons {
  border-radius: 30px 0px 0px 30px;
}

.pricing-right__btn-group li:first-child .buttons:hover {
  background-color: #ff0345;
}

.pricing-right__btn-group li:last-child .buttons {
  background-color: #fafafa;
  border-radius: 0px 30px 30px 0px;
  color: #080c3c;
}

.pricing-right__btn-group li:last-child .buttons:hover {
  background-color: #b9babb;
}

.counterup-item__border {
  border-bottom: #c9c3c36b;
}

.counterup-item__title {
  color: #080c3c;
  font-weight: 300;
  margin-bottom: 10px;
}

.odometer {
  font-weight: 600;
}

.cta {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
  overflow: hidden;
}

@media (max-width: 575px) {
  .cta {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.cta-content__title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .cta-content__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .cta-content__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .cta-content__title {
    margin-bottom: 30px;
  }
}

.cta-list__item .cta-shape {
  position: absolute;
  max-width: 100%;
  z-index: -1;
}

.cta-list__item .cta-shape.cta-shape-1 {
  left: 0;
  bottom: 30px;
  -webkit-animation: cta-round 15s ease-in-out infinite;
  animation: cta-round 15s ease-in-out infinite;
}

.cta-list__item .cta-shape.cta-shape-2 {
  top: 8%;
  left: 8%;
  -webkit-animation: cta-dots 10s ease-in-out infinite;
  animation: cta-dots 10s ease-in-out infinite;
}

.cta-list__item .cta-shape.cta-shape-3 {
  right: 10%;
  top: 35%;
  -webkit-animation: triangle 10s ease-in-out infinite;
  animation: triangle 10s ease-in-out infinite;
}

.cta-list__item .cta-shape.cta-shape-4 {
  right: 23%;
  top: 20%;
  -webkit-animation: vector 20s ease-in-out infinite;
  animation: vector 20s ease-in-out infinite;
}

@-webkit-keyframes cta-round {
  0% {
    -webkit-transform: translateY(-160%);
    transform: translateY(-160%);
  }

  50% {
    -webkit-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5);
  }

  100% {
    -webkit-transform: translateY(-160%);
    transform: translateY(-160%);
  }
}

@keyframes cta-round {
  0% {
    -webkit-transform: translateY(-160%);
    transform: translateY(-160%);
  }

  50% {
    -webkit-transform: translateY(0) scale(0.5);
    transform: translateY(0) scale(0.5);
  }

  100% {
    -webkit-transform: translateY(-160%);
    transform: translateY(-160%);
  }
}

@-webkit-keyframes cta-dots {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cta-dots {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.blog.style-two {
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog.style-two {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.blog-item {
  position: relative;
}

.blog-item__thumb {
  position: relative;
}

.blog-item__thumb a {
  display: block;
}

.blog-item__thumb a img {
  width: 100%;
  max-height: 320px;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog-item__thumb a img {
    max-height: 100%;
  }
}

.blog-item__date {
  position: absolute;
  left: 50%;
  bottom: -43px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff366b;
  color: #fff;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border-radius: 55% 45% 47% 53% / 55% 59% 41% 45%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

@media (max-width: 767px) {
  .blog-item__date {
    width: 80px;
    height: 80px;
    bottom: -35px;
  }
}

@media (max-width: 575px) {
  .blog-item__date {
    width: 70px;
    height: 70px;
    bottom: -30px;
  }
}

.blog-item__date::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -8px;
  bottom: -8px;
  background-color: transparent;
  border: 2px dashed #ff366b;
  border-radius: 50%;
  -webkit-animation: circles 50s linear infinite;
  animation: circles 50s linear infinite;
}

.blog-item__date-time {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.blog-item__content {
  padding: 70px 30px 30px;
  background-color: #fafafa;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 1199px) {
  .blog-item__content {
    padding: 70px 15px 30px;
  }
}

@media (max-width: 575px) {
  .blog-item__content {
    padding: 50px 15px 30px;
  }
}

.blog-item__title {
  margin-bottom: 0;
  margin-top: 10px;
}

.blog-item__title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-item.style-two .blog-item__date {
  top: 40px;
  left: 40px;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.blog-item.style-two .blog-item__date::before {
  content: unset;
}

.blog-item.style-two .blog-item__thumb a img {
  border-radius: 8px;
}

@media (max-width: 575px) {
  .blog-item.style-two .blog-item__thumb a img {
    border-radius: 8px 8px 0 0;
  }
}

.blog-item.style-two .blog-item__content-wrapper {
  position: relative;
  width: 93%;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .blog-item.style-two .blog-item__content-wrapper {
    width: 100%;
  }
}

.blog-item.style-two .blog-item__content {
  padding: 40px;
  background-color: #fff;
  margin-top: -70px;
  position: relative;
  -webkit-mask-image: url(../images/home-02/blog-shape.png);
  mask-image: url(../images/home-02/blog-shape.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

@media (max-width: 1399px) {
  .blog-item.style-two .blog-item__content {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .blog-item.style-two .blog-item__content {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .blog-item.style-two .blog-item__content {
    -webkit-mask-image: unset;
    mask-image: unset;
    border-radius: 8px;
  }
}

@media (max-width: 575px) {
  .blog-item.style-two .blog-item__content {
    margin-top: 0px;
    border-radius: 0 0 8px 8px;
    padding: 25px 15px;
  }
}

.blog-item.style-two .blog-item__content-border {
  position: absolute;
  bottom: -9px;
  width: 93%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 991px) {
  .blog-item.style-two .blog-item__content-border {
    display: none;
  }
}

@media (max-width: 1199px) {
  .blog-item.style-two .blog-item__list-item {
    font-size: 13px;
  }
}

.blog-details-inner__title {
  margin-top: 25px;
}

.blog-details-inner__thumb {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
}

.blog-details-inner__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-wrapper [class*="col"]:nth-of-type(3n + 1) .blog-item .blog-item__date {
  background-color: #ff366b;
}

.blog-wrapper [class*="col"]:nth-of-type(3n + 1) .blog-item .blog-item__date::before {
  border-color: #ff366b;
}

.blog-wrapper [class*="col"]:nth-of-type(3n + 2) .blog-item .blog-item__date {
  background-color: #1a28f6;
}

.blog-wrapper [class*="col"]:nth-of-type(3n + 2) .blog-item .blog-item__date::before {
  border-color: #1a28f6;
}

.blog-wrapper [class*="col"]:nth-of-type(3n + 3) .blog-item .blog-item__date {
  background-color: #f3d337;
}

.blog-wrapper [class*="col"]:nth-of-type(3n + 3) .blog-item .blog-item__date::before {
  border-color: #f3d337;
}

.blog-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.blog-item__list-item {
  font-size: 15px;
  padding: 0 5px;
}

@media (max-width: 1199px) {
  .blog-item__list-item {
    font-size: 14px;
  }
}

.play {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .play {
    margin-top: -130px;
  }
}

.play-thumb__wrapper {
  position: relative;
  z-index: 1;
}

.play-thumb__wrapper .play-border {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}

.play-thumb {
  -webkit-mask-image: url(../images/home-01/playshape.png);
  mask-image: url(../images/home-01/playshape.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  z-index: 1;
}

.play-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #080c3c;
  opacity: 0.3;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #ff366b;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .play-button {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .play-button {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575px) {
  .play-button {
    width: 60px;
    height: 60px;
  }
}

.play-button::before {
  position: absolute;
  content: "";
  width: 150%;
  height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ff366b;
  z-index: -1;
  -webkit-animation: play 1.5s linear infinite;
  animation: play 1.5s linear infinite;
}

.play-button__icon {
  color: #fff;
  font-size: 30px;
}

@-webkit-keyframes play {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.75;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes play {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.75;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.about-two-thumb {
  position: relative;
  z-index: 1;
}

.about-two-thumb__img {
  -webkit-mask-image: url(../images/home-02/about-shape.png);
  mask-image: url(../images/home-02/about-shape.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.about-two-thumb .about-border {
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: -1;
}

.about-right__desc {
  font-size: 22px;
  color: #181d20;
}

@media (max-width: 991px) {
  .about-right__desc {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .about-right__desc {
    font-size: 18px;
  }
}

.features-two-thumb {
  position: relative;
}

.features-two-thumb__img {
  -webkit-mask-image: url(../images/home-02/features-shape.png);
  mask-image: url(../images/home-02/features-shape.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.features-two-thumb .features-border {
  position: absolute;
  left: -10px;
  bottom: -15px;
  z-index: -1;
}

.author-wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -30px;
}

@media (max-width: 575px) {
  .author-wrapper-list {
    display: block;
    margin: 0px;
  }
}

.author-wrapper-list::before {
  position: absolute;
  content: "";
  left: 310px;
  top: 50%;
  width: 1px;
  height: 60px;
  background-color: #617686;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .author-wrapper-list::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .author-wrapper-list::before {
    display: block;
  }
}

@media (max-width: 575px) {
  .author-wrapper-list::before {
    display: none;
  }
}

.author-wrapper-list__item {
  padding: 0 30px;
}

@media (max-width: 575px) {
  .author-wrapper-list__item {
    padding: 0px;
  }
}

@media (max-width: 1199px) {
  .author__signature {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .author__signature {
    margin-top: 0px;
  }
}

@media (max-width: 1199px) {
  .author__signature img {
    width: 120px;
  }
}

.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .author-info {
    margin-bottom: 15px;
  }
}

.author-info__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.author-info__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-info__content {
  width: calc(100% - 80px);
  padding-left: 25px;
}

.author-info__title {
  margin-bottom: 5px;
}

.service-two {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .service-two {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

@media (min-width: 576px) {
  .service-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-two {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .service-two {
    padding-bottom: 240px;
  }
}

@media (max-width: 1200px) {
  .features-image {
    display: none;
  }
}

.service-two-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 55px 40px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
  .service-two-item {
    padding: 40px 20px;
  }
}

.service-two-item__desc {
  font-size: 16px;
}

.service-two-item__icon {
  width: 70px;
  height: 70px;
  background-color: #ff366b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50% 5px 50% 50%;
  color: #fff;
  font-size: 30px;
}

.service-two-item__title {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-two-item__button {
  margin-top: 20px;
}

.service-item-wrapper [class*="col"]:nth-of-type(4n + 1) .service-two-item__icon {
  background-color: #ff366b;
}

.service-item-wrapper [class*="col"]:nth-of-type(4n + 2) .service-two-item__icon {
  background-color: #1a28f6;
}

.service-item-wrapper [class*="col"]:nth-of-type(4n + 3) .service-two-item__icon {
  background-color: #f3d337;
}

.service-item-wrapper [class*="col"]:nth-of-type(4n + 4) .service-two-item__icon {
  background-color: #cf04c7;
}

.testimonial {
  position: relative;
}

.testimonial .testimonial__circle {
  width: 300px;
  height: 300px;
  right: 10px;
  top: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 35px solid rgba(255, 54, 107, 0.05);
  position: absolute;
  z-index: -1;
}

.testimonial__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .testimonial__left {
    margin-bottom: 0;
  }
}

.testimonial__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial__left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -30px;
  bottom: -30px;
  background-color: transparent;
  border: 1px dashed #ff366b;
  z-index: -1;
}

@media (max-width: 575px) {
  .testimonial__left::before {
    display: none;
  }
}

.testimonial__left::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  right: 0px;
  top: 0px;
  background-color: #ff366b;
  z-index: 1;
}

.testimonial-item__icon {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 54, 107, 0.22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50% 5px 50% 50%;
  color: #ff366b;
  font-size: 30px;
}

.testimonial-item__desc {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

@media (max-width: 991px) {
  .testimonial-item__desc {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .testimonial-item__desc {
    font-size: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .testimonial-item__desc {
    font-size: 18px;
    margin-top: 20px;
  }
}

.testimonial-info {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .testimonial-info {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .testimonial-info {
    font-size: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .testimonial-info {
    font-size: 18px;
    margin-top: 30px;
  }
}

.testimonial-info__thumb {
  width: 80px;
}

.testimonial-info__thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-info__content {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.testimonial-info__name {
  margin-bottom: 5px;
}

.team-item {
  padding: 25px 25px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

@media (max-width: 575px) {
  .team-item {
    padding: 20px 20px 25px;
  }
}

.team-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.team-item__content {
  margin-top: 30px;
  text-align: center;
}

.team-item__title {
  margin-bottom: 5px;
}

.team-item__designation {
  margin-bottom: 10px;
}

.mission-thumb {
  position: relative;
  z-index: 1;
}

.mission-thumb__img {
  -webkit-mask-image: url(../images/home-02/mission-shape.png);
  mask-image: url(../images/home-02/mission-shape.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.mission-thumb .mission-shape {
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: -1;
}

.mission-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mission-item__icon {
  width: 45px;
}

@media (max-width: 575px) {
  .mission-item__icon {
    width: 35px;
  }
}

.mission-item__icon-icon {
  font-size: 40px;
  color: #ff366b;
}

@media (max-width: 575px) {
  .mission-item__icon-icon {
    font-size: 30px;
  }
}

.mission-item__content {
  width: calc(100% - 45px);
  padding-left: 20px;
}

@media (max-width: 575px) {
  .mission-item__content {
    width: calc(100% - 35px);
    padding-left: 10px;
  }
}

.mission-item__title {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .mission-item__title {
    margin-bottom: 5px;
  }
}

.mission-item-wrapper [class*="col"]:nth-of-type(2n + 1) .mission-item__icon-icon {
  color: #ff366b;
}

.mission-item-wrapper [class*="col"]:nth-of-type(2n + 2) .mission-item__icon-icon {
  color: #1a28f6;
}

.brand-item__img {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  width: 200px;
  height: 200px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 50%;
  margin: auto;
}

@media (max-width: 1199px) {
  .brand-item__img {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 991px) {
  .brand-item__img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 767px) {
  .brand-item__img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 400px) {
  .brand-item__img {
    width: 95px;
    height: 95px;
  }
}

.brand-item__img img {
  width: 100px;
}

@media (max-width: 1199px) {
  .brand-item__img img {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .brand-item__img img {
    width: 60px;
  }
}

@media (max-width: 575px) {
  .brand-item__img img {
    width: 40px;
  }
}

.service-details-content__thumb {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 40px;
}

.service-details-content__title {
  font-style: italic;
  font-size: 27px;
  font-weight: 600;
}

.service-details-content__title-sub {
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
}

.service-details-content__desc {
  font-size: medium;
}

@media (max-width: 991px) {
  .service-details-content__thumb {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .service-details-content__thumb {
    margin-bottom: 20px;
  }
}

.service-details-list {
  padding: 5px 0;
  margin-top: -5px;
  margin-bottom: -5px;
}

.service-details-list1 {
  margin-left: 35px;
}

.service-details-list__item {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.service-details-list__item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff366b;
  border-radius: 50%;
}

.service-details-quate {
  padding-left: 40px;
  border-left: 3px solid #ff366b;
}

@media (max-width: 991px) {
  .service-details-quate {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .service-details-quate {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .service-details-quate {
    padding-left: 15px;
  }
}

.service-details-quate__icon-icon {
  color: #ff366b;
  font-size: 30px;
  line-height: 1;
}

.service-details-quate__desc {
  margin-bottom: 30px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .service-details-quate__desc {
    margin-bottom: 20px;
  }
}

.faq-content {
  position: relative;
  z-index: 1;
}

.faq-content__thumb {
  position: relative;
  -webkit-mask-image: url(../images/home-02/faq-shape.png);
  mask-image: url(../images/home-02/faq-shape.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.faq-content__border {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}

.blog-item.blog-details .blog-item__thumb a img {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item.blog-details .blog-item__title {
  margin-bottom: 15px;
}

.blog-item.blog-details .blog-item__desc {
  margin-bottom: 20px;
}

.blog-item.blog-details .blog-item__desc:last-of-type {
  margin-bottom: 0px;
}

.blog-item.blog-details .blog-item__desc-quate {
  padding-left: 20px;
  border-left: 2px solid #ff366b;
  padding: 10px 0 10px 20px;
}

@media (max-width: 575px) {
  .blog-item.blog-details .blog-item__desc-quate {
    padding: 5px 0 5px 10px;
  }
}

.social-share {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #c9c3c36b;
}

@media (max-width: 991px) {
  .social-share {
    margin-top: 40px;
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .social-share {
    margin-top: 30px;
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .social-share {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 400px) {
  .social-share__tags-item {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .social-list__item-text {
    font-size: 16px;
  }
}

.contact-form {
  padding: 30px;
  border-radius: 0 0 8px 8px;
}

@media (max-width: 991px) {
  .contact-form {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .contact-form {
    padding: 15px;
  }
}

.contact-content {
  position: relative;
  z-index: 1;
}

.contact-content__thumb {
  -webkit-mask-image: url(../images/home-01/contact-shape.png);
  mask-image: url(../images/home-01/contact-shape.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.contact-content__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-content__border {
  position: absolute;
  bottom: -40px;
  left: 25px;
  z-index: -1;
}

@media (max-width: 991px) {
  .contact-content__border {
    display: none;
  }
}

.contact-map {
  margin-bottom: -50px;
}

.contact-map iframe {
  width: 100%;
  height: 600px;
}

@media (max-width: 1199px) {
  .contact-map iframe {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .contact-map iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .contact-map iframe {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .contact-map iframe {
    height: 300px;
  }
}

.account-inner {
  position: relative;
}

.account-inner__circle {
  position: absolute;
  right: -150px;
  top: -50px;
  z-index: -1;
}

@media (max-width: 1599px) {
  .account-inner__circle {
    display: none;
  }
}

.account-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  padding: 55px 40px 45px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .account-wrapper {
    padding: 35px 25px 35px;
  }
}

@media (max-width: 575px) {
  .account-wrapper {
    padding: 30px 20px 30px;
  }
}

.account-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: -15px;
  background-color: #fff;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.account-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/home-01/account-border.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50px;
  z-index: -1;
  background-position: center center;
}

@media (max-width: 575px) {
  .account-wrapper::after {
    display: none;
  }
}

.account-content {
  text-align: center;
}

.account-content__title {
  margin-bottom: 10px;
}

.account-content__title-colored {
  color: #ff366b;
}

.account-content__or {
  color: #080c3c;
  font-weight: 500;
  margin-bottom: 20px;
}

.another-account__link {
  color: #ff366b;
  font-weight: 500;
}

.error-content__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.error-content__title {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .error-content__title {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .error-content__title {
    margin-top: 20px;
  }
}

.error-content__desc {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .error-content__desc {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .error-content__desc {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Custom CSS */
.col-padding-left {
  padding-left: calc(var(--bs-gutter-x) * 0.9);
}

.hide-next-prev-btn .slick-arrow {
  bottom: -40px;
}

.font-20 {
  font-size: 20px;
}

.dimension-60 {
  height: 60px;
  width: 60px;
}

.height-80 {
  height: 80px;
}

.logo-container-size {
  height: 90px;
  width: 90px;
}

/* Custom css */

/* live call  */
@keyframes down-btn {
  0% {
    bottom: 20px;
  }

  100% {
    bottom: 0px;
  }

  0% {
    opacity: 0;
  }

  100% {
    opaicty: 1;
  }
}

@-webkit-keyframes down-btn {
  0% {
    bottom: 20px;
  }

  100% {
    bottom: 0px;
  }

  0% {
    opacity: 0;
  }

  100% {
    opaicty: 1;
  }
}

@-moz-keyframes down-btn {
  0% {
    bottom: 20px;
  }

  100% {
    bottom: 0px;
  }

  0% {
    opacity: 0;
  }

  100% {
    opaicty: 1;
  }
}

@-o-keyframes down-btn {
  0% {
    bottom: 20px;
  }

  100% {
    bottom: 0px;
  }

  0% {
    opacity: 0;
  }

  100% {
    opaicty: 1;
  }
}

body {
  margin: 0;
  margin: 0;
}

.card-category-1,
.card-category-2 {
  font-family: "Lato", sans-serif;
  margin-bottom: 45px;
  text-align: center;
}

.card-category-1 div,
.card-category-2 div {
  display: inline-block;
}

.card-category-1>div,
.card-category-2>div:not(:last-child) {
  margin: 10px 5px;
  text-align: left;
}

.text {
  text-align: center;

  font-weight: 300;
}

.text p {
  font-size: x-large;
}

/* Basic Card */
.basic-card {
  width: 400px;
  height: 300px;
  position: relative;

  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 460px) {
  .card-category-1 {
    display: flex;
    flex-direction: column;
  }

  .basic-card {
    width: 95%;
    margin-left: 5%;
  }
}

.display {
  display: flex;
  justify-content: space-evenly;
}

.border {
  border-radius: 30px;
}

.card-margin {
  margin-top: 22px;
}

.basic-card {
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.basic-card:hover {
  transform: scale(1.1);
}

.basic-card .card-content {
  padding: 20px;
}

.basic-card .card-title {
  font-size: 25px;
  font-family: "Lato", sans-serif;
}

.basic-card .card-text {
  line-height: 1.5;
}

.basic-card .card-link {
  padding: 25px;
  width: -webkit-fill-available;
}

.basic-card .card-link {
  padding: 25px;
  width: -webkit-fill-available;
}

.basic-card .card-link a {
  text-decoration: none;
  position: relative;
  padding: 10px 0px;
}

.basic-card .card-link a {
  text-decoration: none;
  position: relative;
  padding: 10px 0px;
}

.basic-card .card-link a:after {
  top: 30px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 0;

  .basic-card .card-link a:after {
    top: 30px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;

    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
  }

  -webkit-transition: width 0.3s ease 0s,
  left 0.3s ease 0s;
  -moz-transition: width 0.3s ease 0s,
  left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s,
  left 0.3s ease 0s;
  transition: width 0.3s ease 0s,
  left 0.3s ease 0s;
}

.basic-card .card-link a:hover:after {
  width: 100%;
  left: 0;
}

.basic-card-aqua {
  background-image: linear-gradient(to bottom right, #00bfad, #99a3d4);
}

.basic-card-aqua .card-content,
.basic-card .card-link a {
  color: #fff;
}

.basic-card-aqua .card-link {
  border-top: 1px solid #82c1bb;
}

.basic-card-aqua .card-content,
.basic-card .card-link a {
  color: #fff;
}

.basic-card-aqua .card-link {
  border-top: 1px solid #82c1bb;
}

.basic-card-aqua .card-link a:after {
  background: #fff;
}

.basic-card-aqua .card-link a:after {
  background: #fff;
}

.basic-card-lips {
  background-image: linear-gradient(to bottom right, #ec407b, #ff7d94);
}

.basic-card-lips {
  background-image: linear-gradient(to bottom right, #ec407b, #ff7d94);
}

.basic-card-lips .card-content {
  color: #fff;
}

.basic-card-lips .card-content {
  color: #fff;
}

.basic-card-lips .card-link {
  border-top: 1px solid #ff97ba;
}

.basic-card-lips .card-link {
  border-top: 1px solid #ff97ba;
}

.basic-card-lips .card-link a:after {
  background: #fff;
}

.basic-card-light {
  border: 1px solid #eee;
}

.basic-card-lips .card-link a:after {
  background: #fff;
}

.basic-card-light {
  border: 1px solid #eee;
}

.basic-card-light .card-title,
.basic-card-light .card-link a {
  color: #636363;
}

.basic-card-light .card-text {
  color: #7b7b7b;
}

.basic-card-light .card-title,
.basic-card-light .card-link a {
  color: #636363;
}

.basic-card-light .card-text {
  color: #7b7b7b;
}

.basic-card-light .card-link {
  border-top: 1px solid #eee;
}

.basic-card-light .card-link a:after {
  background: #636363;
}

.basic-card-dark {
  background-image: linear-gradient(to bottom right, #252525, #4a4a4a);
}

.basic-card-dark .card-title,
.basic-card-dark .card-link a {
  color: #eee;
}

.basic-card-dark .card-title,
.basic-card-dark .card-link a {
  color: #eee;
}

.basic-card-dark .card-text {
  color: #dcdcdcdd;
}

.basic-card-dark .card-link {
  border-top: 1px solid #636363;
}

.basic-card-dark .card-link {
  border-top: 1px solid #636363;
}

.basic-card-dark .card-link a:after {
  background: #eee;
}

.basic-card-dark .card-link a:after {
  background: #eee;
}

/* Start Pop Model */
.popup {
  display: none;
  background-color: white;
  width: 600px;
  position: fixed;
 top:50%;
  animation: fadeIn 0.5s ease-out;
  right: 30px;
  z-index: 10;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  transform: translate(0, -50%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup-content {
  position: relative;
  width: 100%;
}

.popup form {
  /* margin-left: 8%; */
  padding: 20px;
  padding-top: 0;
      display: flex;
    gap: 8px;
    flex-direction: column;
}

.popup img {
  width: 50%;
  margin-bottom: -2%;
  margin-top: 3%;
}

.input3 {
  width: 90%;
  margin-bottom: 5px;
  border-radius: 5px;
}

p {
  /* text-align: center; */
  width: 100%;
  /* margin-left: 5%; */
  font-size: small;
}

.btn {
  height: 10%;
  margin-left: 87px;
  margin-top: 20px;
}

.close {
  width: fit-content;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

.close:hover {
  color: red;
}

.form2 {
  /* height: 40px;
   */
  font-size: 0.8rem;
  border-radius: 3px;
  color: #22272b;
  font-weight: 400;
  outline: none;
  width: 100%;
  /* padding: 0px 10px 0 15px; */
  padding: 10px;
  background-color: transparent;
  border: 1px solid #617686;
  color: #617686;
  border-radius: 5px;
  /* margin-bottom: 10%; */
  transition: 0.5s;
}

.input_container_box {
  margin: 0px;
  padding: 0px;
}

.form2 {
  /* height: 40px;
   */
  font-size: 0.8rem;
  border-radius: 3px;
  color: #22272b;
  font-weight: 400;
  outline: none;
  width: 100%;
  /* padding: 0px 10px 0 15px; */
  padding: 10px;
  background-color: transparent;
  border: 1px solid #617686;
  color: #617686;
  border-radius: 8px;
  /* margin-bottom: 10%; */
  transition: 0.5s;
}

.form3 {
  /* height: 40px; */
  border-radius: 3px;
  color: #22272b;
  font-weight: 400;
  outline: none;
  width: 100%;
  /* padding: 0px 10px 0 15px; */
  background-color: transparent;
  border: 1px solid #617686;
  color: #617686;
  border-radius: 8px;
  font-size: 0.8rem;
  padding: 10px;
  transition: 0.5s;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/new-images/arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
  background-color: white;
  border: 1px solid #ccc;
  background-size: 18px;
}

.form2:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  /* border-color: #ff366b; */
  border-color: #cec6c8;
}

.form2:focus::placeholder {
  /* color: red; */
  opacity: 0.7;
}

.iti {
  display: block !important;
}

.iti__country-list {
  font-size: 12px !important;
  width: 413% !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 12px !important;
}

#close_form_btn {
  height: 20px;
  width: 20px;
  margin: 12px;
}

@media screen and (max-width: 576px) {
  .popup {
    right: auto;
    width: 100%;
  }

  .features-new-subheading {
    width: 338px !important;

  }

  .features-new-subheading1 {
    width: 338px !important;
    text-align: center;
  }

  .popup form {
    padding: 20px;
  }

  .popup-content {
    position: initial;
    width: auto;
    display: block;
  }

  .btn {
    margin-left: 36%;
  }

  .slider-container-integration {
    margin-left: 0;
  }
}

.error {
  color: red;
  font-size: 0.8rem;
}

body {
  overflow-x: hidden;
}

/* End Pop Model */

.heading-container {
  display: flex;
}

.heading-container1 {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-left: 0px;
}

.img1 {
  max-width: 64%;
  rotate: 317deg;
  color: white;
  height: auto;
  vertical-align: middle;
}

.img2 {
  max-width: 64%;
  rotate: 314deg;
  color: white;
  height: auto;
  vertical-align: middle;
}

.text2 {
  margin-left: 7%;
}

.cta-p {
  text-align: center;
}

.slider_margin {
  margin-top: 5%;
}

.purple-icon {
  background-color: #cf04c7 !important;
}

.purple-icon::before {
  border-color: #cf04c7 !important;
}

.pink-icon {
  background-color: #ff366b !important;
}

.pink-icon::before {
  border-color: #ff366b !important;
}

.blue-icon {
  background-color: #1a28f6 !important;
}

.blue-icon::before {
  border-color: #1a28f6 !important;
}

.yellow-icon {
  background-color: #f3d337 !important;
}

.yellow-icon::before {
  border-color: #f3d337 !important;
}

.slider-heading {
  color: white;
  margin-bottom: 5%;
}

.slider-heading-alignment {
  margin: 7px 0px 20px 25px;
}

.pink-testimonial {
  background-color: rgb(254, 250, 242) !important;
}

.pink-testimonial::before {
  border-color: rgb(254, 250, 242) !important;
}

.white-testimonial {
  background-color: white !important;
}

.white-testimonial::before {
  border-color: white !important;
}

.white1-testimonial {
  background-color: rgb(254, 250, 242) !important;
}

.white1-testimonial::before {
  border-color: rgb(254, 250, 242) !important;
}

.blue-testimonial {
  background-color: #1a28f6 !important;
}

.blue-testimonial::before {
  border-color: #1a28f6 !important;
}

.yellow-testimonial {
  background-color: rgb(254, 214, 0) !important;
}

.yellow-testimonial::before {
  border-color: rgb(254, 214, 0) !important;
}

.yellow1-testimonial {
  background-color: rgb(254, 250, 242) !important;
}

.yellow1-testimonial::before {
  border-color: rgb(254, 250, 242) !important;
}

.prod-desc {
  text-align: start;
  font-size: medium;
}

.imgHeight {
  height: 12px;
}

.imgContainer {
  height: 80px;
  display: flex;
  padding-top: 7px;
}

.faqIconNew {
  position: relative;
  background-color: #ff366b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  padding: 7px;
  border-radius: 3px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  margin-right: 16px;
}

.faqIconNew1 {
  position: relative;
  background-color: #ff366b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  padding: 7px;
  border-radius: 3px;
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  margin-right: 16px;
}

.sliderIconNew {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ea386f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  margin-right: 16px;
  margin-top: 5px;
}

.custom-padding-slider-col {
  padding-right: 0px;
  padding-left: 40px !important;
}

.faqIconNew::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  border-style: solid;
  border-color: #ff366b;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -3px;
  right: -3px;
  border-width: 2px;
  border-radius: 3px;
  z-index: -1;
}

.faqIconNew1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 110%;
  border-style: solid;
  border-color: #8c3a8c;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  bottom: -3px;
  right: -3px;
  border-width: 2px;
  border-radius: 3px;
  z-index: -1;
}

/* .faq-sign-remove:hover .faqIconNew::before {
  bottom: 2px;
  right: 3px;
  border-color: #ff366b;

}

.faq-sign-remove:hover .faqIconNew{
  background-color: #ff366b;
} */

.custom--accordion .accordion-button:not(.collapsed) .faqIconNew {
  background-color: #ff366b;
}

.custom--accordion .accordion-button:not(.collapsed) .faqIconNew::before {
  bottom: 2px;
  right: 3px;
  border-color: #ff366b;
}

.custom--accordion .accordion-button:not(.collapsed) .faqIconNew1::before {
  bottom: 2px;
  right: 3px;
  border-color: #8c3a8c;
}

.integration-body {
  font-size: 23px;
  padding: 0px 50px;
  margin-top: 10px;
}

.integration-heading {
  font-weight: 600;
  color: black !important;
}

.custom-slider-margin {
  margin: 20px 0px;
  background-color: #d8e5ee;
  border-radius: 20px;
  width: 95%;
}

.pt-30 {
  padding-top: 50px;
}

.company-logo {
  text-align: center;
  padding: 15px 0;
}

.first-option {
  display: none;
}

.vector-iconx {
  left: 39% !important;
  top: 43% !important;
}

.fw-600 {
  font-weight: 600;
}

.align-left-no-margin {
  text-align: left;
  margin-left: 0;
}

.vector-icon-1 {
  top: 2% !important;
  left: 25% !important;
}

.vector-icon-2 {
  top: 16% !important;
}

.vector-icon-3 {
  top: 38% !important;
  left: 16% !important;
}

.vector-icon-4 {
  top: 63% !important;
  left: 0% !important;
}

.vector-img-height {
  height: 69px !important;
  margin-left: 20%;
}

.vector-img-height-1 {
  height: 63px !important;
}

.features-item-box:hover {
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.2);
  /* webkit-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.2); */
  border-radius: 16px;
}

.features-item-box {

  /* webkit-box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.2); */
  border-radius: 16px;
}

.align-service-section-1 {
  display: flex;
  align-items: center;
}

.testimonial-bg-image {
  background-image: url(/assets/images/new-images/Landing_Page.jpg);
}

.max-w-715 {
  max-width: 715px;
}

.blue-col {
  color: blue;
}

/* .footer-bg-img {
  background-image: url(/assets/images/home-01/footer-title-bg.png);
} */

.list {
  margin-left: 45px;
}

.upper-header {

  height: 60px;
  /* background-image: linear-gradient(to bottom, red, #bb3abc); */
  background-color: black;
}

.upper-links {
  /* background-color: white; */
  height: 35px;
  width: 35px;
}

.upper-mobile {
  width: 111px;
  margin-right: 4%;
  color: white;
  font-size: 16px;
}

.bookademobutton {
  height: 40px;
  width: 130px;
  border-radius: 5px;
  background-color: #ea396f;
  padding: 5px;

}

.about-left__thumb {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  background: url("../images/new-images/about-us-image1.jpg");
  background-size: cover;
  background-position: 50%;
  right: -50px;
}

.about-right__thumb {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  background: url("../images/new-images/about-us-image2.jpg");
  background-size: cover;
  background-position: 50%;
  left: -20px;
}

@media screen and (max-width: 1350px) {

  .about-right__thumb,
  .about-left__thumb {
    height: 600px;
    width: 600px;
  }
}

@media screen and (max-width: 1186px) {

  .about-right__thumb,
  .about-left__thumb {
    height: 500px;
    width: 500px;
  }
}

@media screen and (max-width: 991px) {

  .about-right__thumb,
  .about-left__thumb {
    position: static;
    height: 450px;
    width: 630px;
    border-radius: 0%;
  }
}

.features-new-heading {
  background: #8c3a8c;
  padding: 12px 30px;
  border-radius: 12px;
  color: white !important;
  font-weight: 600;
  font-size: 30px;
}

.features-new-subheading {
  width: 450px;
  font-size: 26px;
  font-weight: 600;
}

.features-content-margin-top {
  margin-top: 10px;
  width: 95%;
}

.slider-page-heading {
  background: #ea386f;
  margin-bottom: 15px;
  padding: 8px 20px;
  border-radius: 12px;
  font-size: 25px;
  font-weight: 500;
}

.custom-row-margin {
  margin: 0;
  align-items: center;
}

.custom-hr {
  width: 85%;
  margin: auto;
}

.features-image {
  position: absolute;
  height: 800px;
  width: 700px;
  z-index: 1;
  border-radius: 50%;
  top: 160px;
  left: -190px;
  transform: scaleX(-1);
  background-image: url("../images/home-01/features-background.jpg");
  background-size: cover;
  background-position: 82%;
}

.sol-benefits-image {
  position: absolute;
  height: 600px;
  width: 600px;
  z-index: 1;
  border-radius: 50%;
  top: 0;
  left: -75px;
  transform: scaleX(-1);
  background-image: url("../images/new-images/solution-image.jpg");
  background-size: cover;
  background-position: 82%;
}

@media screen and (max-width: 1320px) {
  .sol-benefits-image {
    height: 500px;
    width: 500px;
  }
}

@media screen and (max-width: 1060px) {
  .sol-benefits-image {
    height: 400px;
    width: 400px;
  }
}

@media screen and (max-width: 995px) {
  .sol-benefits-image {
    display: none;
  }

  .contain-1 {
    display: contents;
    width: 100%;
    text-align: left;
  }
}

.how-it-works-subheading {
  padding: 0 30px;
  color: #646d74;
}

.how-it-works-heading {
  color: #8c3a8c !important;
}

.how-it-works-itemColor {
  color: #000000d6;
  font-weight: 600;
}

.how-it-logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.how-it-logo {
  border-radius: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.how-it-logo::before {
  display: none;
}

.color-purple {
  background-color: #8c3a8c;
}

.how-to-arrow-container {
  position: absolute;
  top: 90px;
  display: flex;
  justify-content: space-between;
  padding: 0 20%;
}

.position-relative {
  position: relative;
}

@media (max-width: 1134px) {
  .how-to-arrow-container {
    display: none;
  }

  .contain-1 {
    display: contents;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .how-it-logo-container {
    margin-bottom: 0px;
    margin-top: 15px;
  }

  .vector-img-height {
    display: none;
  }

  .vector-img-height-1 {
    display: none;
  }

  .main {
    left: 0 !important;
    height: 180px !important;
    width: 180px !important;
    top: 38% !important
  }

  .container {
    display: block !important;
  }

  /* #slideshow{
  display: none !important;
 } */
  .feedback__inner {
    height: 600px !important;
  }

  .circle {
    width: 50px !important;
    height: 50px !important;
  }

  .vector-icon-3 {
    display: none;
  }

  .contain-1 {
    display: contents;
    width: 100%;
    text-align: left;
  }
}

.solution-header-style,
.solution-benefits {
  overflow: hidden !important;
}

.solution-header-style::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(to right,
      transparent 0%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.95) 100%),
    url("../images/new-images/solution-background.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.solution-header-style::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(94,
      141,
      157);
  /* Adjust the background color and opacity as needed */
  z-index: -2;
}

.solution-title-style {
  background: linear-gradient(to right, #e8396f, #bb3abc);
  font-size: 45px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.solution-subtitle {
  color: white;
  background-color: #e8396f;
  width: max-content;
  padding: 10px 30px;
  border-radius: 10px;
  margin: auto;
}

.solution-content-container {
  display: flex;
}

.solution-content-heading {
  font-size: 25px;
  font-weight: 600;
}

.solution-coloumn {
  padding: 1px 40px;
}

.text-justify {
  text-align: justify;
}

.solution-content-subtitle {
  color: #bb3abc;
  font-size: 18px;
  font-weight: 600;
}

.title--padding {
  margin: 2rem 0;
}

.bg-purple {
  background-color: #bb3abc;
}

.solution-features-container {
  display: flex;
  flex-direction: column;
  padding-left: 17px;
}

.solution-features-container1 {
  display: flex;
  flex-direction: column;
  padding-left: 58px;
}

.solution-features-container2 {
  display: flex;
  flex-direction: column;
  /* text-align: center !important; */
  padding-left: 84px;
}

.solution-feature-row {
  width: 100%;
}

.solution-feature {
  padding: 1%;
  display: flex;
  gap: 12px;
}

.sol-feature-decoration {
  background-color: red;
  height: 10px;
  width: 10px;
}

.sol-dec-logo {
  border-radius: 4px;
  height: 18px;
  width: 18px;
  top: 2px;
}

.feature-content-text {
  font-size: 16px;
  font-weight: 300 !important;
  text-align: start;
}

.solution-benefits {
  background-color: #d6e5e8;
}

.solution-heading-container {
  display: flex;
  justify-content: center;
}

.solution-heading-style {
  width: 500px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  background: linear-gradient(to right, #e8396f, #bb3abc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.sol-benefit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding: 15px 60px;
  margin-bottom: 20px;
}

.benefit-logo {
  height: 30px;
  width: 30px;
  border-radius: 8px;
  margin-bottom: 0;
}

.benefit-item-heading {
  font-weight: 600;
  text-align: center;
}

.benefit-item-desc {
  text-align: center;
  font-size: 16px;
}

.last-row {
  display: flex;
  justify-content: center;
}

.homePageImg {
  background-image: url("../images/home-01/homeLogo1.jpg");
  width: 600px;
  height: 600px;
  background-size: cover;
  background-position: 80%;
  border-radius: 50%;
  margin-left: 26%;
}

.integration-body {
  font-size: 23px;
  padding: 0px 50px;
  margin-top: 10px;
  display: none;
}

#hiddenNav {
  color: black;
}

.product-details-index:hover {
  cursor: pointer;
  text-decoration: none;
}

.remove-hover-index:hover {
  text-decoration: none;
  color: initial;
}

.remove-mb-index {
  margin-bottom: 0px;
  margin-top: 18% !important;
}

.white-testimonial-no-bg {
  background: transparent !important;
}

.image-width-70 {
  /* width: 85%; */
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.feedback-item-animate {
  animation: floatAnimation 3s ease-in-out infinite;
  /* Adjust duration and timing function as needed */
}

.contact-page-container {
  background-color: #d6e5e8;
  padding: 5% 10%;
  height: fit-content;
  overflow-x: clip;
}

.contact-right {
  position: relative;
}

.contact-title {
  font-size: 30px;
  margin-bottom: 12px;
  margin-left: 16px;
}

.contact-us-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-section-1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-form-input {
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
  border: 2px solid #c0cbcd;
}

.contact-form-input::placeholder {
  color: black;
  font-weight: 600;
}

.contact-thumb {
  top: 1px;
  height: 650px;
  width: 650px;
  right: -200px;
  background: url('../images/new-images/newFormImg.jpg');
  background-size: cover;
}

@media screen and (max-width: 1100px) {
  .contact-thumb {
    width: 500px;
    height: 500px;
    top: -20px;
    right: -150px;
  }

}

.feature-circular-title {
  width: 40%;


}

.title-circle {
  height: 400px;
  width: 400px;
  background-color: #ff0345;
  border-radius: 50%;
  margin: 15%;
  align-items: center;
}

.feature-details {
  margin-top: 8%;
  width: 60%;
  padding-left: 0.3%;

}

.title-circle-sub1 {
  position: absolute;
  width: 10%;
  height: 6%;
  margin-left: 7rem;
  margin-top: 8%;
  text-align: center;
  border-radius: 2%;
  color: white;
  background-color: #cf04c7;
}

.title-circle-sub1 h3 {
  color: white;
  font-size: 25px;
  padding-top: 4%;
}

.title-circle-sub2 {
  position: absolute;
  width: 20%;
  height: 8%;
  margin-left: 7.5rem;
  margin-top: 12%;


}

.title-circle-sub2 h3 {
  color: white;
}

.left-side-content {
  width: 100%;
}

.feature-details h4 {
  font-size: 30px;
  color: #cf04c7;
}

.feature-details p {
  font-size: 16px;
  color: black;
  font-weight: 300;
  width: 95%;
}

.feature-sub-details {
  font-size: 16px !important;
  color: black !important;
  font-weight: 300;
}

.benefits-heading {
  background-color: #ff0345;
  display: inline-block;
  height: 10%;
  padding: 1.2%;
  color: white;
  border-radius: 1%;
  margin-top: 2%;
  margin-bottom: 2%;

}

.feature-benefits {
  display: flex;
  height: 15%;
  width: 100%;
  color: black;

}

.benefits-sub-heading {
  width: 30%;
}

.features-item__desc {
  color: #000000d6;
}

.main {
  width: 330px;
  height: 330px;
  border: 1px solid #CCC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.circle {
  width: 70px;
  height: 70px;
  background: cyan;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translate(-165px);
  margin: auto;
  animation: circle 12s linear infinite;
  background-color: #d3e2e5;
}

.zenddesk-img {
  border-radius: 0%;
}

.lead-squard-logo {
  width: 80px;
}

.circle1 {
  animation-delay: 2s;
}

.circle2 {
  animation-delay: 4s;
}

.circle3 {
  animation-delay: 6s;
}

.circle4 {
  animation-delay: 8s;
}

.circle5 {
  animation-delay: 10s;
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-165px) rotate(0deg);

  }

  100% {
    transform: rotate(360deg) translate(-165px) rotate(-360deg);
  }
}



/* New Slider Start */

#slideshow {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  height: 650px;
  width: 100%;
  /* background-color: #d3e2e5; */
  box-sizing: border-box;
}

.slideshow-title {
  /* font-family: 'Allerta Stencil'; */
  font-size: 62px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  margin-top: 25%;
  letter-spacing: 3px;
  font-weight: 300;
}

.sub-heading {
  padding-top: 50px;
  font-size: 18px;
}

.sub-heading-two {
  font-size: 15px;
}

.sub-heading-three {
  font-size: 13px;
}

.sub-heading-four {
  font-size: 11px;
}

.sub-heading-five {
  font-size: 9px;
}

.sub-heading-six {
  font-size: 7px;
}

.sub-heading-seven {
  font-size: 5px;
}

.sub-heading-eight {
  font-size: 3px;
}

.sub-heading-nine {
  font-size: 1px;
}

.entire-content {
  margin: auto;
  width: 190px;
  perspective: 1000px;
  position: relative;
  padding-top: 80px;
}

.content-carrousel {
  width: 100%;
  position: absolute;
  float: right;
  animation: rotar 15s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.content-carrousel figure {
  width: 120px;
  height: 120px;
  /* border: 1px solid #3b444b; */
  overflow: hidden;
  position: absolute;
}

.zendesk-img {
  width: 80% !important;
  height: 80px !important;
  margin-top: 15px !important;
}

.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.content-carrousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(300px);
}

.content-carrousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(300px);
}

.content-carrousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(300px);
}

.content-carrousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(300px);
}

.content-carrousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(300px);
}

.content-carrousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(300px);
}

.content-carrousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(300px);
}

.content-carrousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(300px);
}

.content-carrousel figure:nth-child(10) {
  transform: rotateY(360deg) translateZ(300px);
}

.shadow {
  position: absolute;
  /* box-shadow: 0px 0px 20px 0px #000; */
  box-shadow: none !important;
  border-radius: 1px;
}

.content-carrousel img {
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}

.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}

@keyframes rotar {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

/* New slider end */
/* .title-circle{
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(255, 255, 255, 0.5) 0%,
      black 300%
    ),
    url("../images/home-01/features-background.jpg") no-repeat;
  

    background-size: cover;
    background-position: center;
} */

.animation-wrapper {
  background: #ace5ee;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.water {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.water ul.waves {
  list-style: none;
  margin: 0;
  padding: 0;
}

.water ul.waves li {
  background-repeat: repeat-x;
}

.water ul.waves li.wave-one {
  animation: wave 8.7s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  bottom: 0px;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}

.water ul.waves li.wave-two {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation: wave 10s linear infinite;
  bottom: 0px;
  height: 84px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9;
}

.water ul.waves li.wave-three {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation: wave 25s linear infinite;
  bottom: 0;
  height: 190px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}

.water ul.waves li.wave-four {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation: wave 25s linear infinite;
  bottom: 0;
  height: 205px;
  left: 0;
  position: absolute;
  right: 0;
}

.boat {
  animation: boat 3s linear infinite;
  background-repeat: no-repeat;
  bottom: 175px;
  height: 145px;
  left: 5%;
  position: absolute;
  width: 250px;
  background-size: contain;
}

.boat1 {
  animation: boat 3s linear infinite;
  animation-delay: 2s;
  background-repeat: no-repeat;
  bottom: 175px;
  height: 145px;
  left: 20%;
  position: absolute;
  width: 250px;
  background-size: contain;
}

.boat2 {
  animation: boat 3s linear infinite;
  animation-delay: 2s;
  background-repeat: no-repeat;
  bottom: 195px;
  height: 105px;
  left: 35%;
  position: absolute;
  width: 250px;
  background-size: contain;
}

.boat3 {
  animation: boat 3s linear infinite;
  animation-delay: 2s;
  background-repeat: no-repeat;
  bottom: 175px;
  height: 145px;
  left: 50%;
  position: absolute;
  width: 250px;
  background-size: contain;
}

.boat4 {
  animation: boat 3s linear infinite;
  animation-delay: 2s;
  background-repeat: no-repeat;
  bottom: 175px;
  height: 145px;
  left: 65%;
  position: absolute;
  width: 250px;
  background-size: contain;
}

.boat5 {
  animation: boat 3s linear infinite;
  animation-delay: 2s;
  background-repeat: no-repeat;
  bottom: 175px;
  height: 145px;
  left: 80%;
  position: absolute;
  width: 250px;
  background-size: contain;
}


.cloud {
  animation: cloud 30s linear infinite;
  background-repeat: no-repeat;
  height: 165px;
  left: 0;
  position: absolute;
  width: 297px
}

.cloud2 {
  animation: cloud 25s linear infinite;
  background-repeat: no-repeat;
  bottom: 320px;
  height: 165px;
  left: 140px;
  position: absolute;
  width: 297px;
}

.dolphin {
  animation: fish 15s linear infinite;
  background-repeat: no-repeat;
  bottom: 45px;
  height: 80px;
  left: 20%;
  position: absolute;
  width: 124px;
  z-index: 9;
}





/*Animation Keyframe Section*/

@keyframes wave {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1920px 0;
  }
}

@keyframes boat {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes cloud {
  0% {
    left: -30%;
  }

  100% {
    left: 100%;
  }
}

.elevate-h1-text {
  text-align: center;
  /* padding-top: 12%; */
  margin-top: 0px;
}

.funds-success-message-container {
  font-family: Roboto, "Segoe UI", "Helvetica Neue", sans-serif !important;
  color: #333;
  margin-top: 100px;
  max-width: 500px;
  margin: 0 auto;
}

.funds-checkmark-text-container {
  display: block;
  width: auto !important;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.funds-checkmark-container {
  height: 40px;
  padding: 0 4px 0 0px;
  display: inline-block;
  width: 70px;
  margin: 0 auto;
}

.funds-checkmark-container:after {
  clear: both;
}

.funds-success-done-text {
  vertical-align: middle;
  margin: 0;
  padding: 15px 0 0 0;
  display: inline;
}

.funds-success-message {
  text-align: center;
  margin-top: 2em;
}

.funds-success-message h2 {
  margin-top: 0px;
}

h1,
h2 {
  font-weight: 700;
  margin-top: 0px;
}

h1 {
  font-size: 28pt;
  margin-top: 45px;
}

h2 {
  font-size: 18pt;
  margin-top: 25px;
}

p {
  font-size: 12pt;
  padding-bottom: 1em;
  /* line-height: 27.2px; */
}

/* CHECKMARK */
.funds-checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5;
  stroke-miterlimit: 10;
  stroke: #33bb11;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.funds-checkmark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* display: block; */
  stroke-width: 5;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  margin: 3.2%;

  -webkit-box-shadow: inset 0px 0px 0px #33bb11;
  box-shadow: inset 0px 0px 0px #33bb11;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.funds-checkmark-check {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.funds-display-on-ie {
  display: none;
}



@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {

  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {

  0%,
  100% {
    -webkit-transform: none;
    transform: none;
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #33bb11;
    box-shadow: inset 0px 0px 0px 30px #33bb11;
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #33bb11;
    box-shadow: inset 0px 0px 0px 30px #33bb11;
  }
}

@media only screen and (max-width: 768px) {
  .funds-checkmark-text-container {
    display: block;
  }

  .funds-checkmark-container {
    height: auto;
    padding: 0;
    display: block;
    width: 100%;
  }
}

.qkampaign-suite {
  padding-bottom: 37px !important;
}

.suite-changingStyle {
  padding-bottom: 0 !important;
}

.how-it-works-purple {
  background-color: #8c3a8c !important;
}

.how-it-works-pink {
  background-color: #ff366b !important;
}

.privacy-policy {
  background-color: #d3e2e5;
  padding: 0 5%;
  padding-top: 3%;
}

.privacy-policy p {
  font-size: 18px;
}

.privacy-policy h2 {
  text-align: center;
  margin-top: 0;
}

.privacy-policy h4 {
  font-size: 20px;
  font-weight: 400;
}

.privacy-policy-span {
  font-weight: 300;
  font-size: 21px !important;
}

.privacy-description-para {
  font-size: 18px;
  color: gray;
}


.elevate-workflow-bg {
  background: url('../images/new-images/background.png');
  background-size: cover;
  background-position: center;
}

.elevate-workflow-bg div {
  display: flex;
}

.infographics img {
  width: 72%;
  /* Set the width to 100% to fill its container */
  padding-bottom: calc(70% * (1315 / 1159));
  background-size: cover;
  background-position: center;
  padding-bottom: 5%;
}

.accordion-header {
  margin-top: 0;
}

.alignment-q-about-service {
  height: 40px;
  padding-top: 8px;
}

.overwrite-alignment-q-about-service {
  padding-top: 0px;
}

.elevate-workflow-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding-top: 20px;

}

.elevate-workflow-bg .infographics {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .elevate-workflow-bg {
    flex-direction: column;
    /* Change flex direction to column for phones */
    align-items: stretch;
    /* Optionally adjust alignment for columns */
  }
}

#modalContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  background-image: url(tp.png);
  /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
  position: relative;
  width: 300px;
  min-height: 100px;
  margin-top: 50px;
  border: 1px solid #666;
  background-color: #d6e5e8;
  background-repeat: no-repeat;
  background-position: 20px 30px;
}

#modalContainer>#alertBox {
  position: fixed;
}

#alertBox h1 {
  margin: 0;
  font: bold 0.9em verdana, arial;
  background-color: #3D393A;
  color: white;
  border-bottom: 1px solid #000;
  padding: 2px 0 2px 5px;
}

#alertBox p {
  font: 0.9em verdana, arial;
  height: 40px;
  margin-top: 16px;
  color: black;
  opacity: 75%;
  padding-left: 5px;
  margin-left: 55px;
}

#alertBox #closeBtn {
  display: block;
  position: relative;
  margin: 5px auto;
  padding: 7px;
  border: 0 none;
  width: 70px;
  font: 0.7em verdana, arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #A3284D;
  border-radius: 3px;
  text-decoration: none;
}

/* unrelated styles */

#mContainer {
  position: relative;
  width: 600px;
  margin: auto;
  padding: 5px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font: 0.7em verdana, arial;
}

h1 {
  margin: 0;
  padding: 4px;
  font: bold 1.5em verdana;
  /* border-bottom: 1px solid #000; */
}

code {
  font-size: 1.2em;
  color: #069;
}

#credits {
  position: relative;
  margin: 25px auto 0px auto;
  width: 350px;
  font: 0.7em verdana;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 90px;
  padding-top: 4px;
}

#credits img {
  float: left;
  margin: 5px 10px 5px 0px;
  border: 1px solid #000000;
  width: 80px;
  height: 79px;
}

.important {
  background-color: #f5fcc8;
  padding: 2px;
}

code span {
  color: green;
}



.content-1 {
  background-color: #d3e2e5;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.title-1 {
  width: 50%;
  font-weight: 500;
  color: black;
  text-align: center;
}

.symbol-1 {

  font-size: 136px;
  color: mediumseagreen;

  margin-bottom: 20px;
}

.text-1 {
  margin-top: 15px;
  font-size: 25px;
  color: black;
  text-align: center;
  font-family: "Lato", sans-serif;

}

.button-2 {
  font-size: 23px;

}

@media (max-width: 991px) {
  .title-1 {
    width: 100%;
    font-size: 28px;
  }
}

.go-to-home-link {
  text-align: center;
  color: black;
  margin-top: 30px;
}

.go-to-home-btn {
  background-color: blue;
  height: 25px;
  border-radius: 4px;
  width: 100px;
}

.error {
  padding-left: 1%;
}

@media(max-width: 991px) {

  #mchatOuter.right {
    display: none !important;
  }
}

#mchatwelcome {
  left: 16px !important;
}

#mchatOuter.right {
  left: 85px !important;
  bottom: 8.5% !important;
  right: auto !important;
}

#mchatwelcomeinner:after,
#mchatwelcomeinner:before {
  left: 15px !important;
}

.slider-container {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

.slide {
  display: none;
  text-align: center;
  padding: 50px;
  background: #ddd;
  border: 1px solid #ccc;
}

.slide.active {
  display: block;
}

.custom-buttons {
  text-align: center;
  margin-top: 20px;
}

.custom-buttons button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  background-color: #007BFF;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.custom-buttons button:hover {
  background-color: #0056b3;
}