.home-header nav .menu-lhs .menu-ul li:nth-child(1) a {
  color: #00E9C8;
}

header {
  position: absolute;
  transition: transform 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
header nav {
  padding: 30px 0px 0px;
  position: relative;
}
header nav .menu-lhs {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
header nav .menu-lhs .logo {
  width: 204px;
}
header nav .menu-lhs .menu-ul {
  list-style-type: none;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
header nav .menu-lhs .menu-ul li {
  padding: 10px 0px;
}
header nav .menu-lhs .menu-ul li .drp-down {
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.0196078431);
  transition: all 0.3s ease-in-out;
  display: none;
  padding: 30px;
  border-radius: 8px;
  width: 1000px;
  height: 620px;
  top: 100%;
  left: -170px;
  min-width: 400px;
  z-index: 1;
}
header nav .menu-lhs .menu-ul li .drp-down h6 {
  color: #00A991;
  font-size: 14px;
  line-height: 20px;
}
header nav .menu-lhs .menu-ul li .drp-down .menu-heading {
  padding: 15px;
  border-radius: 15px;
}
header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li {
  padding: 0;
}
header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
  position: relative;
  padding: 10px;
  border-radius: 15px;
}
header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li a .para {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li a p {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20px;
}
header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li a:hover {
  background-color: #00A991;
}
header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li a:hover .para, header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li a:hover p {
  color: #FFFFFF;
}
header nav .menu-lhs .menu-ul li .drp-down .sub-menu-ul li a:hover img {
  filter: brightness(0) invert(1);
}
header nav .menu-lhs .menu-ul li .drp-down .overview-col {
  padding-top: 15px;
  border-top: 1px solid #E4E4E4;
}
header nav .menu-lhs .menu-ul li .drp-down .overview-col a {
  color: #00A991 !important;
}
header nav .menu-lhs .menu-ul li a, header nav .menu-lhs .menu-ul li button {
  color: #fff;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
header nav .menu-lhs .menu-ul li a:hover, header nav .menu-lhs .menu-ul li button:hover {
  color: #00E9C8;
}
header nav .menu-lhs .menu-ul li a:hover .down-arrow-img, header nav .menu-lhs .menu-ul li button:hover .down-arrow-img {
  filter: contrast(47%) sepia(1) hue-rotate(-220deg) saturate(749%);
  transform: rotate(-180deg);
}
header nav .menu-lhs .menu-ul li:hover .drp-down {
  display: block;
  transition: all 0.3s ease-in-out;
}
header nav .menu-lhs .menu-ul li:hover a {
  color: #00E9C8 !important;
}
header nav .hover-animation {
  color: #00E9C8 !important;
}
header nav .hover-animation .down-arrow-img {
  filter: contrast(47%) sepia(1) hue-rotate(-220deg) saturate(749%);
  transform: rotate(-180deg);
}
header nav .menu-rhs {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
header nav .menu-rhs ul {
  gap: 35px;
}
header nav .menu-rhs a {
  color: #FFFFFF;
}
header nav .menu-rhs a:hover {
  color: #00E9C8;
}
header nav .hambargur {
  display: none;
}
header nav .nav-menu {
  display: none;
}

.nav-up {
  transform: translateY(0%);
}

header.is-sticky {
  position: fixed;
  transition: transform 0.3s ease-in-out;
  background-image: url(../images/home/home-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header.is-sticky nav {
  padding: 16px 0px;
}

.hero-sec {
  position: relative;
  background-image: url(../images/home/home-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #FFFFFF;
  padding: 250px 0px 80px 0px;
  z-index: 1;
}
.hero-sec ul {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.hero-sec ul .call-us a {
  color: #FFFFFF;
}
.hero-sec .rectangle-box-lhs-img {
  position: absolute;
  z-index: -1;
  transform: rotate(27deg);
  left: -20%;
}
.hero-sec .rectangle-box-lhs-img svg {
  stroke-opacity: 20%;
}
.hero-sec .rectangle-box-rhs-img {
  position: absolute;
  z-index: -1;
  transform: rotate(27deg);
  top: 27%;
  right: 0%;
}
.hero-sec .rectangle-box-rhs-img svg {
  stroke-opacity: 20%;
}
.hero-sec .rectangle-box-bottom-rhs-img {
  position: absolute;
  z-index: -1;
  transform: rotate(27deg);
  bottom: -10%;
  right: -5%;
}
.hero-sec .rectangle-box-bottom-rhs-img svg {
  stroke-opacity: 20%;
}
.hero-sec .marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  mix-blend-mode: lighten;
  z-index: 1;
}
.hero-sec .marquee-container::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #092420 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 130px;
  height: 35px;
  left: 0;
  top: 0;
  z-index: 2;
}
.hero-sec .marquee-container::after {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #092420 100%);
  position: absolute;
  width: 130px;
  height: 35px;
  right: 0;
  top: 0;
  z-index: 2;
}
.hero-sec .marquee-container .marquee {
  display: flex;
  animation: marquess 60s linear infinite;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1500px);
  }
}
.hero-sec .normal-view {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.hero-sec .normal-view .img-lhs {
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 1;
  animation: normalLhs 0.6s ease;
}
.hero-sec .normal-view .img-rhs {
  position: absolute;
  top: 0;
  right: 25%;
  z-index: -1;
  animation: normalRhs 0.6s ease;
}
@keyframes normalRhs {
  from {
    right: 0%;
  }
  to {
    right: 25%;
  }
}
@keyframes normalLhs {
  from {
    left: 0%;
  }
  to {
    left: 25%;
  }
}
.hero-sec .animation-view {
  position: relative;
}
.hero-sec .animation-view .img-lhs {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 1;
  animation: moveLhs 0.6s ease;
}
.hero-sec .animation-view .img-rhs {
  position: absolute;
  top: 0;
  right: 0%;
  z-index: -1;
  animation: moveRhs 0.6s ease;
}
@keyframes moveRhs {
  from {
    right: 25%;
  }
  to {
    right: 0%;
  }
}
@keyframes moveLhs {
  from {
    left: 25%;
  }
  to {
    left: 0%;
  }
}
.hero-sec .mt-120 {
  position: relative;
  z-index: 1;
}

.home-product-sec {
  padding: 60px 0px 120px;
  background: url(../images/home/prodect-bg.png) no-repeat;
  background-size: cover;
  color: #000000;
  position: relative;
  z-index: 1;
}
.home-product-sec .pt-60 {
  padding-top: 60px;
}
.home-product-sec h2 span::before {
  right: -32px;
}
.home-product-sec .arrow-img {
  position: absolute;
  animation: shake-animation 3s ease infinite;
  left: -24%;
  top: 0;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.home-product-sec .white-box {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.0196078431);
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
  color: #000000;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.home-product-sec .white-box .contant-box {
  padding: 40px 40px 0px 40px;
}
.home-product-sec .white-box .contant-box p {
  color: #808080;
}
.home-product-sec .white-box .contant-box .product-btn {
  color: #000000;
}
.home-product-sec .white-box .contant-box .product-btn img {
  filter: brightness(0) invert(0);
}
.home-product-sec .white-box .product-img {
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: -20px;
  right: -20px;
  z-index: 1;
}
.home-product-sec .white-box:hover {
  box-shadow: 0 3px 44px 13px rgba(0, 0, 0, 0.08);
}
.home-product-sec .white-box:hover .product-btn {
  color: #00AF96 !important;
}
.home-product-sec .white-box:hover .product-btn img {
  filter: none !important;
  animation: moveArrow 2s infinite;
}
.home-product-sec .white-box:hover .product-img {
  transition: all 0.3s ease-in-out;
  bottom: 0px;
  right: 0px;
}
.home-product-sec .green-box {
  background-color: #004A40;
  color: #FFFFFF;
}
.home-product-sec .green-box p, .home-product-sec .green-box .product-btn {
  color: #FFFFFF !important;
}
.home-product-sec .green-box p img, .home-product-sec .green-box .product-btn img {
  filter: brightness(0) invert(1) !important;
}

.home-industries-sec {
  padding: 100px 0px 70px 0px;
  background: url(../images/home/home-banner-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.home-industries-sec .spring-dec-img {
  position: absolute;
  animation: rocket 8s infinite;
  right: 16%;
  top: 0;
}
.home-industries-sec .marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.home-industries-sec .marquee-container .marquee {
  width: 3000px;
  display: flex;
  animation: scroll 60s linear infinite;
  justify-content: space-between;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.home-industries-sec .marquee-container .marquee .clint-logo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #FFFFFF;
  z-index: 1;
}
.home-industries-sec .marquee-container .marquee .clint-logo::before {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-industries-sec .marquee-container .marquee .clint-logo img {
  width: 100%;
  border-radius: 20px;
}
.home-industries-sec .marquee-container .marquee .clint-logo .industries-content-box {
  position: absolute;
  left: 35px;
  bottom: 35px;
}
.home-industries-sec .marquee-container .marquee .clint-logo .industries-content-box p {
  margin-top: 15px;
  display: none;
}
.home-industries-sec .marquee-container .marquee .clint-logo:hover .industries-content-box {
  animation: fadeInUp 1s ease backwards;
}
.home-industries-sec .marquee-container .marquee .clint-logo:hover .industries-content-box p {
  display: block;
}
@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
.home-industries-sec .marquee-container .marquee:hover {
  animation-play-state: paused;
}
@keyframes marquess {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.home-devloper-sec {
  padding: 100px 0px 120px 0px;
  background-color: #F5F5F7;
  color: #000000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-devloper-sec .mt-30 {
  padding-top: 30px;
}
.home-devloper-sec .black-box {
  display: block;
}
.home-devloper-sec .shadow-lhs-img {
  position: absolute;
  z-index: -1;
  left: -22%;
  top: -26%;
}
.home-devloper-sec .shadow-rhs-img {
  position: absolute;
  z-index: -1;
  right: 0%;
  bottom: 0%;
}

.home-faq-sec {
  padding: 100px 0px;
  color: #000000;
}
.home-faq-sec .accordion .accordion-item {
  padding: 20px 0px;
  border: none;
  border-bottom: 1px solid #E1E1E1;
}
.home-faq-sec .accordion .accordion-item:nth-child(1) {
  padding: 0px 0px 20px;
}
.home-faq-sec .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.home-faq-sec .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.home-faq-sec .accordion .accordion-item .accordion-header .accordion-button::after {
  background: url(../images/common/accordion-open.svg) no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.home-faq-sec .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-family: "Graphik-Medium";
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}
.home-faq-sec .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/common/accordion-close.svg);
  transform: none;
}
.home-faq-sec .accordion .accordion-item .accordion-body {
  padding: 0px 40px 0px 0px;
  color: #000000;
}
.home-faq-sec .accordion .accordion-item:nth-last-child(1) {
  border-radius: 0;
}

footer {
  padding: 100px 0px 40px;
  background: url(../images/common/footer-bg-banner.png) no-repeat;
  background-size: cover;
  color: #FFFFFF;
}
footer .footer-btn {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
footer .footer-btn li .btn-dark {
  background-color: transparent;
  color: #00E9C8;
}
footer .footer-btn li .btn-dark:active {
  background-color: #00E9C8 !important;
  color: #00E9C8 !important;
}
footer .footer-btn li .btn-dark:hover {
  background-color: #00E9C8;
  color: #000;
}
footer .footer-rocket-img {
  position: absolute;
  right: 16%;
  top: 0;
  animation: rocket 5s infinite;
}
footer a {
  color: #D5D5D5;
  font-size: 15px;
  line-height: 21px;
}
footer a:hover {
  color: #00E9C8;
}
footer a:hover svg path {
  fill: #00E9C8;
}
footer .footer-ul li {
  margin-bottom: 13px;
}
footer .footer-ul li:nth-child(1) {
  margin-bottom: 16px;
}
footer .footer-ul li:nth-last-child(1) {
  margin-bottom: 0;
}
footer .footer-ul li p {
  font-weight: 500;
  font-family: "Graphik-Medium";
  color: #FFFFFF;
}
footer .social-icon-ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .social-icon-ul li a {
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-icon-ul li a:hover {
  background-color: #00E9C8;
}
footer .copy-right {
  padding-top: 22px;
  border-top: 1px solid #707070;
}
footer .copy-right p img {
  animation: heartline 1s ease-in-out infinite;
}
@keyframes heartline {
  50% {
    transform: scale(1.1);
  }
}
@keyframes rocket {
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

@font-face {
  font-family: "Graphik-Regular";
  font-style: normal;
  src: url(../fonts/Graphik-Regular-Web.woff) format("woff");
  src: url(../fonts/Graphik-Regular-Web.woff2) format("woff2");
}
@font-face {
  font-family: "Graphik-Medium";
  font-style: normal;
  src: url(../fonts/Graphik-Medium-Web.woff) format("woff");
  src: url(../fonts/Graphik-Medium-Web.woff2) format("woff2");
}
@font-face {
  font-family: "Graphik-Bold";
  font-style: normal;
  src: url(../fonts/Graphik-Bold-Web.woff) format("woff");
  src: url(../fonts/Graphik-Bold-Web.woff2) format("woff2");
}
@font-face {
  font-family: "Graphik-SemiBold";
  font-style: normal;
  src: url(../fonts/Graphik-Semibold.woff) format("woff");
}
.about-header nav .menu-lhs .menu-ul li:nth-child(2) a {
  color: #00E9C8;
}

.about-main .rectangle-box-lhs-img {
  top: 100%;
  transform: rotate(-32deg);
  left: -20%;
}
.about-main .rectangle-box-rhs-img {
  position: absolute;
  z-index: -1;
  top: 37%;
  right: -7%;
}

.about-company {
  padding: 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F5F5F7;
  color: #000000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-company .wht-box {
  background-color: #fff;
  padding: 35px 64px 35px 30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.0196078431);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.0196078431);
  border-radius: 25px;
}
.about-company .wht-box h3 {
  color: #00A991;
}
.about-company .wht-box .para {
  color: #808080;
}
.about-company .wht-box .gp-30 {
  gap: 30px;
}
.about-company .bg-shadow-img {
  position: absolute;
  z-index: -1;
}

.about-vision-sec {
  position: relative;
  z-index: 1;
  padding: 120px 0px;
}
.about-vision-sec .green-box {
  padding: 50px 40px;
  border-radius: 20px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.about-vision-sec .green-box::before {
  content: "";
  background-color: #00E9C8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.15;
}
.about-vision-sec .rectangle-box-rhs-img {
  position: absolute;
  z-index: -1;
  top: 24%;
  right: -11%;
  transform: rotate(16deg);
}

.about-ceo-sec {
  padding: 120px 0px;
  color: #000000;
}
.about-ceo-sec ul {
  row-gap: 15px;
  flex-wrap: wrap;
}
.about-ceo-sec ul li {
  align-items: center;
  gap: 10px;
}
.about-ceo-sec ul li h4 {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.about-ceo-sec ul li img {
  width: 15px;
  height: 11px;
}
.about-ceo-sec ul li span {
  margin-right: 10px;
  color: #00A991;
}
.about-ceo-sec .round-img {
  position: absolute;
  animation: rotate 30s linear infinite;
  width: 100%;
  left: 0;
  top: -10%;
  z-index: -1;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about-team-sec {
  padding: 120px 0px;
  background-color: #F5F5F7;
  color: #000000;
}
.about-team-sec .team-slider-preant .slider-child {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.about-team-sec .team-slider-preant .slider-child img {
  border-radius: 20px;
  width: 95%;
}
.about-team-sec .team-slider-preant .slick-prev, .about-team-sec .team-slider-preant .slick-next {
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 40%;
  z-index: 1;
}
.about-team-sec .team-slider-preant .slick-prev::before, .about-team-sec .team-slider-preant .slick-next::before {
  content: "";
}
.about-team-sec .team-slider-preant .slick-prev {
  background: url(../images/about/arrow-black-prev.svg) no-repeat;
  left: 20%;
}
.about-team-sec .team-slider-preant .slick-prev:hover {
  background-image: url(../images/about/slick-prev-hover-img.svg);
}
.about-team-sec .team-slider-preant .slick-next {
  background: url(../images/about/arrow-green-next.svg) no-repeat;
  right: 21%;
}
.about-team-sec .team-slider-preant .slick-next:hover {
  background-image: url(../images/about/slick-next-hover-img.svg);
}

.terms-main .rectangle-box-lhs-img {
  top: 66%;
  transform: rotate(-32deg);
  left: -39%;
}
.terms-main .rectangle-box-rhs-img {
  top: 24%;
  right: 8%;
}

.terms-para {
  padding: 120px 0px;
  background-color: #F5F5F7;
  position: relative;
  z-index: 1;
  color: #000000;
}
.terms-para h2 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}
.terms-para p {
  margin-bottom: 20px;
}
.terms-para p:nth-last-child(1) {
  margin-bottom: 0px;
}
.terms-para p a {
  color: #000000;
}
.terms-para p a:hover {
  color: #00AF96;
}
.terms-para .bg-shadow-img {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
}
.terms-para ol {
  padding-left: 50px;
}
.terms-para ol li {
  list-style: block;
  margin-bottom: 8px;
}
.terms-para ol li:nth-last-child(1) {
  margin-bottom: 0;
}
.terms-para .address-col p {
  margin-bottom: 8px;
}
.terms-para .address-col p a {
  color: #000000;
}
.terms-para .address-col p a:hover {
  color: #00AF96;
}

.contact-header nav .menu-rhs ul li:nth-child(1) a {
  color: #00E9C8;
}

.contact-main-sec {
  position: relative;
  z-index: 1;
}
.contact-main-sec::before {
  content: "";
  background-color: #F5F5F7;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.contact-main-sec ul li a button {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: none;
  padding: 12px 30px 12px 12px;
  color: #000000;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.contact-main-sec .white-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.1019607843);
  color: #000000;
  width: 100%;
}
.contact-main-sec .white-box .box-lhs {
  padding: 60px;
  box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.1019607843);
  height: 100%;
}
.contact-main-sec .white-box .box-lhs .para {
  color: #9E9E9E;
}
.contact-main-sec .white-box .box-lhs ul li {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 12px;
}
.contact-main-sec .white-box .box-lhs ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-main-sec .white-box .box-lhs p a {
  color: #000000;
}
.contact-main-sec .white-box .box-lhs p a:hover {
  color: #00AF96;
}
.contact-main-sec .white-box .box-lhs p a:hover svg path {
  fill: #00AF96;
}
.contact-main-sec .white-box .box-lhs .social-icon-ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contact-main-sec .white-box .box-lhs .social-icon-ul li {
  margin-bottom: 0 !important;
}
.contact-main-sec .white-box .box-lhs .social-icon-ul li a {
  width: 35px;
  height: 35px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-main-sec .white-box .box-lhs .social-icon-ul li a img {
  filter: brightness(1) invert(1);
}
.contact-main-sec .white-box .box-lhs .social-icon-ul li a:hover {
  background-color: #00E9C8;
}
.contact-main-sec .white-box .box-rhs {
  padding: 60px;
  height: 100%;
}
.contact-main-sec .white-box .box-rhs form .form-grp label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.contact-main-sec .white-box .box-rhs form .form-grp label span {
  color: red;
}
.contact-main-sec .white-box .box-rhs form .form-grp .form-control, .contact-main-sec .white-box .box-rhs form .form-grp .form-select {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #C9C9C9;
  color: #000000;
  resize: none;
}
.contact-main-sec .white-box .box-rhs form .form-grp .form-control::-moz-placeholder, .contact-main-sec .white-box .box-rhs form .form-grp .form-select::-moz-placeholder {
  color: #A7A7A7;
}
.contact-main-sec .white-box .box-rhs form .form-grp .form-control::placeholder, .contact-main-sec .white-box .box-rhs form .form-grp .form-select::placeholder {
  color: #A7A7A7;
}
.contact-main-sec .white-box .box-rhs form .form-grp .form-control:focus, .contact-main-sec .white-box .box-rhs form .form-grp .form-select:focus {
  box-shadow: none;
  outline: none;
  border-color: #C9C9C9;
}
.contact-main-sec .white-box .box-rhs form .form-grp textarea {
  height: 100px;
}
.contact-main-sec .white-box .box-rhs form .form-grp .error {
  color: red;
  font-size: 14px;
  line-height: 20px;
}
.contact-main-sec .white-box .box-rhs form .form-grp input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #00E9C8;
}
.contact-main-sec .white-box .box-rhs form .form-grp p {
  color: #000000;
}
.contact-main-sec .white-box .box-rhs form .form-grp p a {
  color: #000000;
  text-decoration: underline;
}
.contact-main-sec .white-box .box-rhs form input:-webkit-autofill,
.contact-main-sec .white-box .box-rhs form input:-webkit-autofill:hover,
.contact-main-sec .white-box .box-rhs form input:-webkit-autofill:focus,
.contact-main-sec .white-box .box-rhs form input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #000000;
}
.contact-main-sec .white-box .box-rhs form #response p {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.contact-main-sec .white-box .box-rhs h3 {
  font-size: 30px;
  line-height: 38px;
}
.contact-main-sec .white-box .box-rhs p {
  color: #808080;
}
.contact-main-sec .rectangle-box-lhs-img {
  transform: rotate(132deg);
  left: -5%;
}
.contact-main-sec .rectangle-box-rhs-img {
  top: 20%;
}

.contact-map-sec .map-col {
  padding: 250px 0px;
  background: url(../images/contact/map-img.png) no-repeat;
  background-size: cover;
}
.contact-map-sec .map-col img {
  animation: updown 3s ease 0.2s infinite;
}
@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}

.contact-faq-sec {
  background-color: #F5F5F7;
}
.contact-faq-sec .accordion .accordion-item {
  background-color: #F5F5F7;
}

.get-main-sec {
  background-image: none;
  background-color: #F5F5F7;
  position: relative;
  z-index: 1;
  padding: 30px 0px 80px;
}
.get-main-sec::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  height: 100%;
  width: 50%;
  left: inherit;
  bottom: inherit;
  right: 0;
  top: 0;
  z-index: -1;
}
.get-main-sec .get-none {
  display: none;
}
.get-main-sec .white-box {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.get-main-sec .white-box .box-lhs, .get-main-sec .white-box .box-rhs {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.get-main-sec .white-box .box-lhs .accordion .accordion-item, .get-main-sec .white-box .box-rhs .accordion .accordion-item {
  padding: 20px 0px;
  border: none;
  border-bottom: 1px solid #E1E1E1;
  background-color: transparent;
}
.get-main-sec .white-box .box-lhs {
  padding-top: 40px;
}

.get-trust-sec {
  padding: 80px 0px;
}

form .form input:-webkit-autofill,
form .form input:-webkit-autofill:hover,
form .form input:-webkit-autofill:focus,
form .form input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
}

.mp-60 {
  padding-top: 60px;
}

.industry-main-sec {
  padding-bottom: 0;
}
.industry-main-sec .rectangle-box-lhs-img {
  top: 20%;
  left: -30%;
}
.industry-main-sec .rectangle-box-rhs-img {
  top: 42%;
  right: -30%;
}

.industry-serive-sec {
  padding: 60px 0px;
  background-color: #F5F5F7;
  color: #000000;
}
.industry-serive-sec img {
  border-radius: 20px;
}

.industry-trusted-sec {
  padding: 100px 0px;
  background-color: #FFFFFF;
  background: none;
  color: #000000;
}
.industry-trusted-sec h4 {
  font-size: 20px;
  line-height: 27px;
}
.industry-trusted-sec .marquee-container .marquee {
  animation: marquess 60s linear infinite;
  display: flex;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.pricing-main-sec {
  padding-bottom: 100px;
}
.pricing-main-sec .nav-tabs {
  border: none;
}
.pricing-main-sec .nav-tabs .nav-item .nav-link {
  background: transparent;
  color: #B4B4B4;
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 0px 15px;
  border-radius: 0;
}
.pricing-main-sec .nav-tabs .nav-item .nav-link span {
  color: #FFFFFF;
  background-color: #00E9C8;
  padding: 8px 15px;
  border-radius: 25px;
}
.pricing-main-sec .nav-tabs .nav-item .nav-link.active {
  color: #00E9C8;
}
.pricing-main-sec .white-box {
  padding: 40px 25px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  height: 100%;
}
.pricing-main-sec .white-box .price-box {
  color: #000000;
}
.pricing-main-sec .white-box .price-box h4 {
  font-size: 24px;
  line-height: 30px;
}
.pricing-main-sec .white-box .price-box p {
  color: #808080;
}
.pricing-main-sec .white-box .price-box span {
  color: #00A991;
}
.pricing-main-sec .white-box .price-box ul {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.pricing-main-sec .white-box .price-box ul li:nth-child(1) {
  margin-right: 8px;
}
.pricing-main-sec .white-box .price-box ul li:nth-child(1) del {
  text-decoration: line-through;
}
.pricing-main-sec .white-box .price-box ul li:nth-last-child(1) p {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.pricing-main-sec .white-box .price-box .btn-success {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.pricing-main-sec .white-box .price-box .btn-success img {
  filter: brightness(0) invert(1);
}
.pricing-main-sec .white-box .price-box .btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
.pricing-main-sec .white-box .tick-ul {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  color: #000000;
  padding: 25px 0px;
}
.pricing-main-sec .white-box .tick-ul li {
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin-bottom: 12px;
}
.pricing-main-sec .white-box .tick-ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.pricing-main-sec .white-box p {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.pricing-main-sec .white-box h6 {
  color: #00A991;
  margin-bottom: 8px;
}
.pricing-main-sec .popular-box {
  border-radius: 0px 0px 20px 20px;
}
.pricing-main-sec .popular-box::before {
  content: "Most Popular";
  position: absolute;
  background-color: #00A991;
  border-radius: 20px 20px 0px 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 12px 0px;
  color: #FFFFFF;
  left: 0;
  top: -44px;
  width: 100%;
  height: 44px;
  z-index: -1;
}
.pricing-main-sec .rectangle-box-lhs-img {
  top: 0%;
  left: -28%;
}
.pricing-main-sec .rectangle-box-rhs-img {
  top: 14%;
  right: -30%;
}

.pricing-extra-sec {
  background-color: #F5F5F7;
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #000000;
}
.pricing-extra-sec h3 span::before {
  right: 44px;
}
.pricing-extra-sec .white-box {
  padding: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #000000;
  height: 100%;
}
.pricing-extra-sec .white-box .btn-success {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.pricing-extra-sec .white-box .btn-success img {
  filter: brightness(0) invert(1);
}
.pricing-extra-sec .white-box .btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
.pricing-extra-sec .white-box h4 {
  font-size: 20px;
  line-height: 28px;
}
.pricing-extra-sec .bg-shadow {
  position: absolute;
  z-index: -1;
  left: 0;
}

.pricing-contect-sec {
  padding: 120px 0px 0px 0px;
}
.pricing-contect-sec .green-box {
  background-color: #004A40;
  border: 1px solid #E4E4E4;
  padding: 32px 50px 18px 50px;
  border-radius: 20px;
  color: #FFFFFF;
}
.pricing-contect-sec .green-box h3 {
  font-size: 26px;
  line-height: 32px;
}
.pricing-contect-sec .green-box .dec-one-img {
  position: absolute;
  right: 0%;
  top: 0%;
}
.pricing-contect-sec .green-box .dec-two-img {
  position: absolute;
  left: -33%;
  top: 20%;
}
.pricing-contect-sec .bg-shadow {
  position: absolute;
  z-index: -1;
}

.download-main-sec {
  position: relative;
  z-index: 1;
}
.download-main-sec::before {
  content: "";
  background-color: #F5F5F7;
  position: absolute;
  width: 100%;
  height: -1%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.download-main-sec .rectangle-box-lhs-img {
  top: 55%;
  left: -28%;
  transform: rotate(-23deg);
}
.download-main-sec .rectangle-box-rhs-img {
  top: 49%;
  right: -1%;
}
.download-main-sec .tools-col {
  position: relative;
}
.download-main-sec .tools-col .img-one {
  position: absolute;
  animation: heartline 1.2s ease-in-out infinite;
  left: 12%;
  top: 0%;
}
.download-main-sec .tools-col .img-two {
  position: absolute;
  animation: heartline 1.8s ease-in-out infinite;
  left: -9%;
  top: 23%;
}
.download-main-sec .tools-col .img-three {
  position: absolute;
  animation: heartline 1.5s ease-in-out infinite;
  left: 15%;
  bottom: 26%;
}
.download-main-sec .tools-col .img-four {
  position: absolute;
  animation: heartline 1.9s ease-in-out infinite;
  right: 18%;
  bottom: 26%;
}
.download-main-sec .tools-col .img-five {
  position: absolute;
  animation: heartline 1.3s ease-in-out infinite;
  right: -9%;
  top: 23%;
}
.download-main-sec .tools-col .img-six {
  position: absolute;
  animation: heartline 2s ease-in-out infinite;
  right: 12%;
  top: 0%;
}

.download-collection-sec {
  padding: 120px 0px;
  background-color: #F5F5F7;
  position: relative;
  z-index: 1;
  color: #000;
}
.download-collection-sec p {
  color: #808080;
}
.download-collection-sec .gap-20 {
  row-gap: 20px;
}
.download-collection-sec .lhs-bg-color {
  position: absolute;
  z-index: -1;
}
.download-collection-sec .rhs-color-bg {
  position: absolute;
  z-index: -1;
  right: -14%;
  top: 5%;
}
.download-collection-sec .white-box {
  padding: 30px;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  color: #000000;
  border-radius: 10px;
  height: 100%;
}
.download-collection-sec .white-box h4 {
  padding-top: 20px;
  border-top: 1px solid #E4E4E4;
  font-weight: 500;
  font-family: "Graphik-Medium";
}
.download-collection-sec .white-box p {
  color: #808080;
}
.download-collection-sec .white-box a {
  color: #000000;
}
.download-collection-sec .white-box a img {
  filter: brightness(0) invert(0);
}
.download-collection-sec .white-box a:hover {
  color: #00AF96;
}
.download-collection-sec .white-box a:hover img {
  filter: none;
  animation: moveArrow 2s infinite;
}

.download-intergration-sec {
  padding: 120px 0px 0px;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
  z-index: 1;
}
.download-intergration-sec .btn-success {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.download-intergration-sec .btn-success img {
  filter: brightness(0) invert(1) !important;
}
.download-intergration-sec .btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
.download-intergration-sec .btn-success:hover img {
  filter: brightness(0.5) !important;
}

.error-header {
  background-color: #092420;
  position: relative;
}
.error-header nav {
  padding: 30px 0px;
}

.error-main-sec {
  background-color: #F5F5F7;
  padding: 120px 0px;
  color: #000000;
}
.error-main-sec p {
  color: #464646;
}

.product-main-sec {
  padding-bottom: 150px;
}
.product-main-sec .rectangle-box-lhs-img {
  position: absolute;
  z-index: -1;
  transform: rotate(-26deg);
  left: -20%;
  top: 93%;
}
.product-main-sec .rectangle-box-rhs-img {
  position: absolute;
  z-index: -1;
  transform: rotate(35deg);
  top: 48%;
  right: 3%;
}

.product-product-sec {
  padding: 100px 0px;
  background-color: #F5F5F7;
  position: relative;
  z-index: 1;
}
.product-product-sec .product-box {
  position: sticky;
  top: 30px;
}
.product-product-sec .product-box .white-box {
  padding: 40px;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  color: #000000;
}
.product-product-sec .product-box .white-box h4 {
  color: #CDD0D4;
}
.product-product-sec .product-box .white-box h3 {
  font-size: 24px;
  line-height: 30px;
}
.product-product-sec .product-box .white-box ul li {
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 12px;
}
.product-product-sec .product-box .white-box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.product-product-sec .product-box .white-box .btn-success {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.product-product-sec .product-box .white-box .btn-success img {
  filter: brightness(0) invert(1);
}
.product-product-sec .product-box .white-box .btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}
.product-product-sec #leading {
  top: 60px;
}
.product-product-sec #ecommerce {
  top: 90px;
}
.product-product-sec #fintech {
  top: 90px;
}

.products-main {
  padding-bottom: 0;
}
.products-main .rectangle-box-lhs-img {
  top: 24%;
  left: -43%;
}

.payment-link {
  padding: 100px 0px;
  background-color: #F5F5F7;
  color: #000000;
  position: relative;
  z-index: 1;
}
.payment-link .p-g-30 {
  row-gap: 30px;
}
.payment-link .bg-shadow-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.payment-link .product-box {
  position: relative;
  border-radius: 20px;
  padding: 40px;
  z-index: 1;
  background: url(../images/product/product-details/product-box-bg.png) no-repeat;
  background-size: cover;
  color: #FFFFFF;
  height: 100%;
}

.fastest-paid {
  padding: 120px 0px;
  background-image: url(../images/home/home-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.fastest-paid ul li {
  gap: 12px;
}
.fastest-paid .rectangle-box-rhs-img {
  position: absolute;
  transform: rotate(39deg);
  right: -10%;
  top: 25%;
}

.low-pricing {
  padding: 120px 0px;
  background-color: #F5F5F7;
  color: #000000;
}
.low-pricing ul li {
  gap: 10px;
  margin-bottom: 15px;
}
.low-pricing ul li p {
  font-family: "Graphik-Medium";
  font-size: 20px;
  line-height: 28px;
}
.low-pricing ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.low-pricing .btn-dark {
  padding: 17px 20px;
  background-color: #000000 !important;
  border: 1px solid #000000;
}
.low-pricing .btn-dark:hover {
  background-color: #000000 !important;
  border: 1px solid #000000;
}
.low-pricing .btn-dark:focus {
  background-color: #000000 !important;
  border: 1px solid #000000;
}
.low-pricing .btn-dark img {
  filter: brightness(0) invert(1);
}
.low-pricing .green-box {
  background-image: url(../images/product/product-details/enterpress-bg.png);
  padding: 50px 0px 50px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.low-pricing .green-box h6 {
  color: #00E9C8;
}
.low-pricing .green-box ul li p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Graphik-Regular";
}
.low-pricing .green-box .girl-img {
  position: absolute;
  bottom: -1px;
  right: -24px;
  z-index: -1;
}

.support-main {
  position: relative;
}
.support-main .map-col {
  position: relative;
  z-index: 1;
}
.support-main .map-col::before {
  content: "";
  background: url(../images/support/support-map.svg) no-repeat;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.support-main .map-col .icon-one {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 58px;
  top: -30px;
  animation: heartline 1s ease-in-out infinite;
}
.support-main .map-col .icon-two {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 58px;
  bottom: -30px;
  animation: heartline 1s ease-in-out infinite;
}
.support-main .map-col .icon-three {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 41%;
  bottom: -40px;
  animation: heartline 1s ease-in-out infinite;
}
.support-main .map-col .icon-four {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 7%;
  bottom: -40px;
  animation: heartline 1s ease-in-out infinite;
}
.support-main .map-col .icon-five {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 200px;
  top: 22px;
  animation: heartline 1s ease-in-out infinite;
}
.support-main .rectangle-box-lhs-img {
  position: absolute;
  z-index: -1;
  left: -3%;
  top: 17%;
}

.partner-benefits {
  background-color: #E1EBEA;
  padding: 120px 0px 100px;
  color: #000;
  position: relative;
  z-index: 1;
}
.partner-benefits .wht-box {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
}
.partner-benefits .wht-box h3 {
  font-size: 24px;
  line-height: 30px;
}
.partner-benefits .lft-img {
  position: absolute;
  right: -13%;
  z-index: -1;
}

h1, h2, h3, h4, h5, h6, *, a, p, ul, li, ol {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-weight: 400;
}

body {
  font-family: "Graphik-Regular";
  overflow-x: hidden;
  font-weight: 400;
}

p, a {
  font-size: 16px;
  line-height: 24px;
}

h1, .font-46 {
  font-size: 46px;
  line-height: 52px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
}

h2, .font-40 {
  font-size: 40px;
  line-height: 48px;
}

h6 {
  color: #00A991;
}

.font-12 {
  font-size: 12px;
  line-height: 18px;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

.font-18 {
  font-size: 18px;
  line-height: 20px;
}

.font-20 {
  font-size: 20px;
  line-height: 27px;
}

.font-30 {
  font-size: 30px;
  line-height: 36px;
}

.fw-500 {
  font-weight: 500;
  font-family: "Graphik-Medium";
}

.fw-600 {
  font-weight: 600;
  font-family: "Graphik-SemiBold";
}

b {
  font-weight: 700;
  font-family: "Graphik-Bold";
}

.space--8 {
  margin-bottom: 8px;
}

.space--10 {
  margin-bottom: 10px;
}

.space--12 {
  margin-bottom: 12px;
}

.space--14 {
  margin-bottom: 14px;
}

.space--15 {
  margin-bottom: 15px;
}

.space--20 {
  margin-bottom: 20px;
}

.space--24 {
  margin-bottom: 24px;
}

.space--25 {
  margin-bottom: 25px;
}

.space--30 {
  margin-bottom: 30px;
}

.space--37 {
  margin-bottom: 37px;
}

.space--40 {
  margin-bottom: 40px;
}

.space--45 {
  margin-bottom: 45px;
}

.space--50 {
  margin-bottom: 50px;
}

.space--60 {
  margin-bottom: 60px;
}

.space--80 {
  margin-bottom: 80px;
}

.space--90 {
  margin-bottom: 90px;
}

.space--100 {
  margin-bottom: 100px;
}

.space--120 {
  margin-bottom: 120px;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.mt-120 {
  margin-top: 120px;
}

.btn-success {
  background-color: #00E9C8;
  border-color: #00E9C8;
  border-radius: 7px;
  padding: 12px 20px;
  color: #000000;
}
.btn-success:hover {
  background-color: #00E9C8;
  border-color: #00E9C8;
  color: #000000;
}
.btn-success:hover img {
  animation: moveArrow 2s infinite;
}
.btn-success:active {
  background-color: #00E9C8 !important;
  border-color: #00E9C8 !important;
  color: #000000 !important;
}
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}

.btn-dark {
  background-color: #092420;
  border-color: #00E9C8;
  border-radius: 7px;
  padding: 12px 20px;
  color: #FFFFFF;
}
.btn-dark:hover {
  background-color: #092420;
  border-color: #00E9C8;
  color: #FFFFFF;
}
.btn-dark:active {
  background-color: #092420 !important;
  border-color: #00E9C8 !important;
  color: #FFFFFF !important;
}

.btn-light {
  background-color: #D9F8F4;
  border-color: #99EFE3;
  border-radius: 7px;
  padding: 12px 20px;
  color: #000000;
}
.btn-light:hover {
  background-color: #00E9C8;
  border-color: #99EFE3;
  color: #000000;
}
.btn-light:active {
  background-color: #99EFE3 !important;
  border-color: #99EFE3 !important;
  color: #000000 !important;
}

.rectangle-box-lhs-img svg {
  stroke-opacity: 20%;
}

.rectangle-box-rhs-img svg {
  stroke-opacity: 20%;
}

.rectangle-box-bottom-rhs-img svg {
  stroke-opacity: 20%;
}

.unterline-dec {
  position: relative;
}
.unterline-dec span {
  position: relative;
  z-index: 1;
}
.unterline-dec span::before {
  content: " ";
  display: none;
  position: absolute;
  background: url(../images/common/green-line-dec.svg) no-repeat;
  width: 114px;
  height: 10px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: #00E9C8;
  stroke: #000000;
  stroke-width: 4px;
}
.progress-wrap .arrow-up {
  position: absolute;
  left: 30%;
  top: 35%;
  width: 18px;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 1024px) {
  .w100 {
    width: 100%;
  }
  p, a {
    font-size: 14px;
    line-height: 20px;
  }
  .space--15 {
    margin-bottom: 8px;
  }
  header nav .logo {
    position: relative;
  }
  header nav .menu-ul {
    display: none !important;
  }
  header nav .menu-ul .industrises-menu, header nav .menu-ul .products-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header nav .hambargur {
    display: block;
    cursor: pointer;
    z-index: 1;
  }
  header nav .hambargur .bar {
    width: 31px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: block;
    margin: 6px auto;
    transition: all 0.3s ease-in-out;
  }
  header nav .hambargur .bar:nth-last-child(1) {
    width: 21px;
    margin-right: 0;
  }
  header nav .hambargur.active {
    position: fixed;
    right: 30px;
  }
  header nav .hambargur.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header nav .hambargur.active .bar:nth-child(2) {
    opacity: 0;
  }
  header nav .hambargur.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 31px;
  }
  header nav .nav-menu.active {
    display: block;
    background: url(../images/home/home-banner-bg.png) no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  header nav .nav-menu.active .copy-rgt {
    padding: 0px 30px 30px 30px;
  }
  header nav .nav-menu.active .drp-down {
    padding: 30px;
    border-bottom: 1px solid #305E57;
    margin-bottom: 15px;
  }
  header nav .nav-menu.active .sticky-top {
    position: sticky;
    background: url(../images/home/home-banner-bg.png) no-repeat;
    background-size: cover;
    padding: 30px;
    top: 0;
  }
  header nav .nav-menu.active .sticky-top .logo {
    width: 157px;
    height: 30px;
    display: block;
  }
  header nav .nav-menu.active .sub-menu-ul li {
    padding: 0;
  }
  header nav .nav-menu.active .sub-menu-ul li a {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
    width: 100%;
    position: relative;
    padding: 15px 0px;
    border-radius: 15px;
  }
  header nav .nav-menu.active .sub-menu-ul li a .para {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
  }
  header nav .nav-menu.active .sub-menu-ul li a p {
    color: #808080;
    font-size: 14px;
    line-height: 20px;
  }
  header nav .nav-menu.active .sub-menu-ul li a img {
    filter: brightness(0) invert(1);
  }
  header nav .nav-menu.active .quick-link-ul {
    margin-bottom: 60px;
  }
  header nav .nav-menu.active .quick-link-ul li {
    margin-bottom: 20px;
  }
  header nav .nav-menu.active .quick-link-ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
  }
  header nav .nav-menu.active .quick-link-ul li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  header nav .nav-menu.active p {
    color: #FFFFFF;
  }
  header nav .nav-menu.active .social-icon-ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  header nav .nav-menu.active .social-icon-ul li a {
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav .nav-menu.active .social-icon-ul li a:hover {
    background-color: #00E9C8;
  }
  header nav .nav-menu.active .sticky-bottom {
    position: sticky;
    background-color: #092420;
    padding: 20px 30px 30px 30px;
    width: 100%;
    bottom: 0;
  }
  header nav .nav-menu.active .sticky-bottom ul {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  header nav .nav-menu.active .sticky-bottom ul li a {
    color: #FFFFFF;
  }
  .hidden-view {
    transform: translateY(0%);
  }
  h2, .font-40 {
    font-size: 30px;
    line-height: 40px;
  }
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .hero-sec {
    padding: 160px 0px 80px 0px;
  }
  .hero-sec .rectangle-box-lhs-img {
    display: none;
  }
  .hero-sec .rectangle-box-rhs-img {
    display: none;
  }
  .hero-sec .animation-view {
    height: 270px !important;
  }
  .hero-sec .mt-120 {
    margin-top: 40px;
  }
  .hero-sec .space--120 {
    margin-bottom: 40px;
  }
  .home-product-sec {
    padding: 40px 0px 80px;
  }
  .home-product-sec .pt-60 {
    padding-top: 40px;
  }
  .home-product-sec .arrow-img {
    position: absolute;
    left: -40%;
    top: 40%;
    width: 48%;
  }
  .home-product-sec .white-box {
    height: 450px;
  }
  .home-product-sec .white-box .contant-box {
    padding: 20px 20px 0px 20px;
  }
  .home-product-sec .white-box .contant-box .space--25 {
    margin-bottom: 16px;
  }
  .home-product-sec .white-box .btn-light {
    padding: 13px 15px;
    font-size: 15px;
    line-height: 21px;
  }
  .home-product-sec .white-box .product-img {
    width: 100%;
  }
  .home-product-sec .white-box:hover .product-img {
    right: -10px;
    bottom: -20px;
  }
  .home-industries-sec {
    padding: 80px 0px;
  }
  .home-industries-sec .spring-dec-img {
    right: 10%;
    top: 0%;
    width: 19%;
  }
  .home-industries-sec .space--90 {
    margin-bottom: 30px;
  }
  .home-industries-sec .marquee-container .marquee {
    justify-content: start !important;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .home-industries-sec .marquee-container .marquee .clint-logo {
    width: 320px;
    height: 350px;
  }
  .home-devloper-sec br {
    display: none;
  }
  .home-devloper-sec .white-box .big-img {
    height: 260px;
  }
  .home-faq-sec {
    padding: 80px 0px;
  }
  .home-faq-sec .get-none {
    position: relative !important;
  }
  .home-faq-sec .accordion .accordion-item:nth-child(1) {
    padding: 0;
  }
  .home-faq-sec .accordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
  }
  footer .footer-rocket-img {
    width: 25%;
  }
  footer .space--100 {
    margin-bottom: 60px;
  }
  .about-company {
    padding: 80px 0px;
  }
  .about-company .align-items-center {
    align-items: start !important;
  }
  .about-company .wht-box {
    padding: 30px;
  }
  .about-company .font-18 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-company .space--20 {
    margin-bottom: 12px;
  }
  .about-company img {
    width: 100%;
  }
  .about-vision-sec .rectangle-box-rhs-img {
    display: none;
  }
  .about-vision-sec .green-box {
    padding: 30px;
  }
  .about-vision-sec .green-box h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .about-ceo-sec {
    overflow: hidden;
    padding: 80px 0px;
  }
  .about-ceo-sec br {
    display: none;
  }
  .about-ceo-sec .font-20 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-ceo-sec .space--20 {
    margin-bottom: 8px;
  }
  .about-ceo-sec .space--30 {
    margin-bottom: 16px;
  }
  .about-ceo-sec ul {
    row-gap: 8px;
  }
  .about-ceo-sec ul li h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-ceo-sec .round-img {
    width: 90%;
  }
  .about-team-sec {
    padding: 80px 0px;
  }
  .about-team-sec .team-slider-preant .slick-prev {
    left: 16%;
  }
  .about-team-sec .team-slider-preant .slick-next {
    right: 17%;
  }
  .industry-main-sec {
    padding: 150px 0px 0px;
  }
  .industry-main-sec .space--120 {
    margin-bottom: 60px;
  }
  .support-main .map-col .icon-one {
    left: 4px;
  }
  .support-main .map-col .icon-two {
    left: -26px;
    bottom: -44px;
  }
  .support-main .map-col .icon-three {
    left: 37%;
    bottom: -46px;
  }
  .support-main .map-col .icon-five {
    right: 9%;
    top: 8%;
  }
  .support-main .map-col .icon-two {
    left: -7%;
    bottom: -10%;
  }
  .support-main .map-col .icon-four {
    right: -6%;
    bottom: -15px;
  }
  .partner-benefits .lft-img {
    display: none;
  }
  .partner-benefits .wht-box {
    padding: 30px;
  }
  .partner-benefits .wht-box h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .download-collection-sec .white-box {
    padding: 20px;
  }
  .download-collection-sec .white-box .space--20 {
    margin-bottom: 8px;
  }
  .download-collection-sec .white-box h4 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 8px;
  }
  .product-product-sec .product-box {
    position: inherit;
  }
  .product-product-sec .product-box .font-40 {
    font-size: 25px;
    line-height: 33px;
  }
  .product-product-sec .product-box .font-18 {
    font-size: 14px;
    line-height: 20px;
  }
  .product-product-sec .product-box .space--25 {
    margin-bottom: 8px;
  }
  .product-product-sec .product-box .space--30 {
    margin-bottom: 12px;
  }
  .product-product-sec .product-box .space--50 {
    margin-bottom: 20px;
  }
  .product-product-sec .product-box .white-box {
    padding: 30px;
  }
  .product-product-sec .product-box .white-box ul li {
    align-items: start !important;
    margin-bottom: 8px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .product-product-sec .product-box .white-box ul li img {
    width: 20px;
    height: 20px;
  }
  .payment-link .bg-shadow-img {
    width: 100%;
  }
  .contact-main-sec h1 {
    margin-bottom: 20px;
  }
  .contact-main-sec .font-20 {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-main-sec .space--80 {
    margin-bottom: 40px;
  }
  .contact-main-sec ul li a button {
    padding: 8px 15px 8px 8px;
  }
  .contact-main-sec ul li a button img {
    width: 30px;
    height: 30px;
  }
  .contact-main-sec .white-box .box-lhs, .contact-main-sec .white-box .box-rhs {
    padding: 30px;
  }
  .contact-main-sec .white-box .box-lhs h4, .contact-main-sec .white-box .box-rhs h4 {
    margin-bottom: 5px;
  }
  .contact-main-sec .white-box .box-lhs .space--15, .contact-main-sec .white-box .box-lhs .space--25, .contact-main-sec .white-box .box-lhs .space--20, .contact-main-sec .white-box .box-rhs .space--15, .contact-main-sec .white-box .box-rhs .space--25, .contact-main-sec .white-box .box-rhs .space--20 {
    margin-bottom: 8px;
  }
  .contact-main-sec .white-box .box-lhs .space--40, .contact-main-sec .white-box .box-rhs .space--40 {
    margin-bottom: 16px;
  }
  .contact-main-sec .white-box .box-lhs p, .contact-main-sec .white-box .box-rhs p {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-main-sec .white-box .box-lhs ul, .contact-main-sec .white-box .box-rhs ul {
    margin-bottom: 20px;
  }
  .contact-main-sec .white-box .box-lhs ul li, .contact-main-sec .white-box .box-rhs ul li {
    margin-bottom: 8px;
  }
  .contact-main-sec .white-box .box-lhs form .form-grp label, .contact-main-sec .white-box .box-rhs form .form-grp label {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-main-sec .white-box .box-lhs form .form-grp .form-control, .contact-main-sec .white-box .box-lhs form .form-grp .form-select, .contact-main-sec .white-box .box-rhs form .form-grp .form-control, .contact-main-sec .white-box .box-rhs form .form-grp .form-select {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-map-sec .map-col {
    padding: 150px 0px;
  }
  .contact-faq-sec .accordion .accordion-item, .home-faq-sec .accordion .accordion-item {
    padding: 0;
  }
  .contact-faq-sec .accordion .accordion-item .accordion-header .accordion-button, .home-faq-sec .accordion .accordion-item .accordion-header .accordion-button {
    padding: 12px 0px;
  }
  .download-collection-sec {
    padding: 80px 0px;
  }
  .terms-para {
    padding: 80px 0px;
  }
  .terms-para .bg-shadow-img {
    width: 100%;
  }
  .get-main-sec {
    padding: 30px 0px;
  }
  .get-main-sec .font-30 {
    font-size: 24px;
    line-height: 30px;
  }
  .get-main-sec .space--50 {
    margin-bottom: 20px;
  }
  .get-main-sec .white-box .box-lhs .green-box {
    padding: 10px;
    z-index: 1;
  }
  .get-main-sec .white-box .box-lhs .green-box .line-img {
    right: -75px;
    z-index: -1;
  }
  .get-trust-sec {
    padding: 80px 0px;
  }
  .payment-link {
    padding: 80px 0px;
  }
  .payment-link .space--60 {
    margin-bottom: 30px;
  }
  .payment-link .product-box {
    z-index: 1;
    padding: 20px;
  }
  .payment-link .product-box img {
    margin-bottom: 12px;
  }
  .payment-link .product-box .line-img {
    z-index: -1;
    top: 40%;
  }
  .payment-link .product-box .space--30 {
    width: 100%;
  }
  .fastest-paid {
    padding: 80px 0px;
  }
  .fastest-paid .space--30 {
    margin-bottom: 15px;
  }
  .fastest-paid .space--40 {
    margin-bottom: 20px;
  }
  .low-pricing {
    padding: 80px 0px;
  }
  .low-pricing .green-box {
    padding: 30px;
  }
  .low-pricing .green-box .font-30 {
    font-size: 22px;
    line-height: 28px;
  }
  .low-pricing .green-box ul li {
    align-items: start;
  }
  .low-pricing .green-box ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .low-pricing .green-box .girl-img {
    right: -40px;
  }
  .error-main-sec {
    padding: 80px 0px;
  }
  .error-main-sec .space--40 {
    margin-bottom: 15px;
  }
  .error-main-sec .space--30 {
    margin-bottom: 12px;
  }
  .rectangle-box-lhs-img, .rectangle-box-rhs-img, .rectangle-box-bottom-rhs-img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .row-25 {
    row-gap: 25px;
  }
  .row-g-30 {
    row-gap: 30px;
    justify-content: center !important;
  }
  .row-30 {
    row-gap: 30px;
  }
  .row-40 {
    row-gap: 40px;
  }
  h2, .font-40 {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-sec {
    padding: 120px 0px 60px;
  }
  .hero-sec .animation-view {
    height: 496px !important;
  }
  .hero-sec .space--120 {
    margin-bottom: 50px;
  }
  .hero-sec .space--40 {
    margin-bottom: 16px;
  }
  .hero-sec .space--80 {
    margin-bottom: 30px;
  }
  .hero-sec .mt-120 {
    margin-top: 0px;
    height: auto !important;
  }
  .hero-sec .animation-view .img-lhs, .hero-sec .normal-view .img-lhs {
    position: relative;
    left: 0;
    top: 0;
  }
  .hero-sec .animation-view .img-rhs, .hero-sec .normal-view .img-rhs {
    position: relative;
    top: 0;
    right: 0;
  }
  .hero-sec .rectangle-box-bottom-rhs-img {
    display: none;
  }
  .home-product-sec .space--50 {
    margin-bottom: 24px;
  }
  .home-product-sec .white-box {
    height: 390px;
  }
  .home-product-sec .white-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-product-sec .white-box .product-img {
    position: relative;
    bottom: 0;
    right: 0;
    width: auto;
  }
  .home-product-sec .white-box:hover {
    bottom: 0;
    right: 0;
  }
  .home-product-sec .green-box .product-img {
    width: auto;
  }
  .home-devloper-sec {
    padding: 80px 0px;
  }
  .home-faq-sec .accordion .accordion-item {
    background: transparent;
  }
  .home-faq-sec .accordion .accordion-item .accordion-header .accordion-button {
    padding: 12px 0px;
  }
  .home-faq-sec .accordion .accordion-item .accordion-body {
    padding: 0px 20px 15px 0px;
  }
  footer {
    background-position: right;
  }
  footer .space--100 {
    margin-bottom: 50px;
  }
  footer .menu-row {
    justify-content: start !important;
  }
  footer .footer-ul {
    margin-bottom: 20px;
  }
  footer .space--80 {
    margin-bottom: 30px;
  }
  .about-company h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .about-company .wht-box {
    padding: 20px;
  }
  .about-company .wht-box ul {
    flex-wrap: wrap;
  }
  .about-company .wht-box ul li h3 {
    font-size: 25px;
    line-height: 26px;
  }
  .about-ceo-sec ul {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .about-ceo-sec ul li {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .about-vision-sec .space--60 {
    margin-bottom: 24px;
  }
  .about-vision-sec .green-box {
    padding: 20px;
  }
  .about-vision-sec .green-box h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-team-sec .space--80 {
    margin-bottom: 24px;
  }
  .about-team-sec .team-slider-preant .slick-dots {
    bottom: -55px;
  }
  .about-team-sec .team-slider-preant .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #DBDBDB;
  }
  .about-team-sec .team-slider-preant .slick-dots li button:before {
    content: "";
  }
  .about-team-sec .team-slider-preant .slick-dots .slick-active button {
    background-color: #092420;
  }
  .industry-main-sec {
    padding: 100px 0px 0px;
  }
  .industry-serive-sec {
    padding: 40px 0px;
  }
  .industry-serive-sec h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .industry-serive-sec .mp-60 {
    padding-top: 25px;
  }
  .industry-serive-sec .space--60 {
    margin-bottom: 25px;
  }
  .industry-trusted-sec {
    padding: 50px 0px;
  }
  .industry-trusted-sec .space--40 {
    margin-bottom: 18px;
  }
  .support-main .map-col .icon {
    width: 80px;
    height: 80px;
  }
  .support-main .map-col .icon-two {
    left: -4%;
    bottom: -13%;
  }
  .support-main .map-col .icon-four {
    right: -3%;
    bottom: -21px;
  }
  .partner-benefits {
    padding: 80px 0px;
  }
  .partner-benefits .wht-box {
    padding: 20px;
  }
  .partner-benefits .wht-box h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .download-collection-sec {
    padding: 50px 0px;
  }
  .download-collection-sec .space--60 {
    margin-bottom: 30px;
  }
  .download-intergration-sec:before {
    left: 49%;
  }
  .download-intergration-sec h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .product-product-sec {
    padding: 50px 0px;
  }
  .product-product-sec .row {
    align-items: center;
  }
  .contact-map-sec .map-col {
    padding: 100px 0px;
  }
  .pricing-main-sec .space--90 {
    margin-bottom: 40px;
  }
  .pricing-main-sec .popular-box {
    border-radius: 20px !important;
  }
  .pricing-main-sec .popular-box::before {
    top: 0;
    border-radius: 0;
  }
  .pricing-extra-sec .white-box {
    padding: 20px;
  }
  .pricing-extra-sec .white-box .space--30 {
    margin-bottom: 16px;
  }
  .pricing-extra-sec .white-box .space--20 {
    margin-bottom: 8px;
  }
  .pricing-contect-sec {
    padding: 80px 0px 0px;
  }
  .pricing-contect-sec .green-box .dec-two-img {
    left: inherit;
    right: -6%;
    top: -24%;
  }
  .get-main-sec {
    padding: 30px 0px;
  }
  .get-main-sec::before {
    width: 100%;
    height: 52%;
  }
  .get-main-sec .white-box {
    background-color: transparent;
  }
  .get-main-sec .white-box .gp-20 {
    flex-direction: column-reverse;
    justify-content: center !important;
    align-items: center;
    row-gap: 80px;
  }
  .get-main-sec .white-box .box-lhs, .get-main-sec .white-box .box-rhs {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
  .get-main-sec .accordion .accordion-item {
    padding: 10px 0px !important;
  }
  .get-main-sec .accordion .accordion-item .accordion-header .accordion-button {
    padding: 0px;
  }
  .products-main {
    padding-bottom: 0;
  }
  .payment-link h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .payment-link .space--30 {
    margin-bottom: 10px;
  }
  .payment-link .space--60 {
    margin-bottom: 30px;
  }
  .payment-link .product-box {
    padding: 40px;
  }
  .payment-link .product-box .line-img {
    top: 30%;
  }
  .payment-link .p-g-30 {
    justify-content: center !important;
  }
  .fastest-paid h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .fastest-paid .space--30 {
    margin-bottom: 8px;
  }
  .fastest-paid .space--40 {
    margin-bottom: 16px;
  }
  .low-pricing h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .low-pricing .space--45 {
    margin-bottom: 16px;
  }
  .low-pricing ul li {
    -moz-column-gap: 4px;
         column-gap: 4px;
    margin-bottom: 8px;
  }
  .low-pricing ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .low-pricing .green-box {
    padding: 20px;
  }
  .low-pricing .green-box .font-30 {
    font-size: 18px;
    line-height: 24px;
  }
  .low-pricing .green-box .girl-img {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .gp-20 {
    row-gap: 20px;
  }
  .contact-main-sec .white-box {
    background-color: #F5F5F7;
    box-shadow: none;
  }
  .contact-main-sec .white-box .box-lhs, .contact-main-sec .white-box .box-rhs {
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 39px rgba(0, 0, 0, 0.1019607843);
  }
}
@media screen and (max-width: 640px) {
  .btn-success, .btn-light, .btn-dark {
    padding: 8px 16px;
  }
  .col-rev {
    flex-direction: column-reverse;
  }
  .row-30 {
    row-gap: 30px;
  }
  .row-90 {
    row-gap: 90px;
  }
  .row-15 {
    row-gap: 15px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  h2, .font-40 {
    font-size: 24px;
    line-height: 30px;
  }
  .btn-success {
    font-size: 14px;
    line-height: 20px;
  }
  .btn-dark {
    font-size: 14px;
    line-height: 20px;
  }
  header nav {
    padding: 30px 20px !important;
  }
  header nav .nav-menu.active {
    background-image: url(../images/home/mob-menu-banner-bg.png) !important;
  }
  header nav .nav-menu.active .sticky-top {
    background-image: url(../images/home/mob-menu-banner-bg.png) !important;
  }
  header nav .nav-menu.active .sticky-bottom {
    bottom: 0px;
  }
  header nav .nav-menu.active .sub-menu-ul li {
    margin-bottom: 15px;
  }
  header nav .nav-menu.active .sub-menu-ul li:nth-child(1) {
    padding-top: 15px;
  }
  header nav .nav-menu.active .sub-menu-ul li a {
    padding: 0px;
  }
  .hero-sec {
    padding: 140px 20px 50px 20px;
    background-position: right;
  }
  .hero-sec .space--40 {
    margin-bottom: 25px;
  }
  .hero-sec .mt-120 {
    margin-top: 0px;
    height: 200px !important;
  }
  .hero-sec .normal-view .img-lhs {
    position: relative;
    left: 0;
  }
  .hero-sec .normal-view .img-rhs {
    position: relative;
    right: 0;
  }
  .hero-sec .marquee-container .marquee {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .home-product-sec {
    padding: 25px 20px 50px 20px;
  }
  .home-product-sec .pt-60 {
    padding-top: 25px;
  }
  .home-product-sec .space--50 {
    margin-bottom: 30px;
  }
  .home-product-sec h2 span:before {
    right: 0px;
  }
  .home-product-sec .white-box {
    height: 100%;
  }
  .home-product-sec .white-box .contant-box {
    margin-bottom: 25px;
  }
  .home-product-sec .white-box .contant-box h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-product-sec .white-box .product-img {
    width: auto;
  }
  .home-product-sec .white-box .upi-img {
    right: 200px;
  }
  .home-product-sec .green-box .product-img {
    right: inherit;
    left: -100%;
  }
  .home-industries-sec {
    padding: 50px 20px;
  }
  .home-industries-sec .space--90 {
    margin-bottom: 30px;
  }
  .home-industries-sec .marquee-container .marquess {
    animation-play-state: paused;
  }
  .home-industries-sec .marquee-container .marquess .clint-logo {
    width: 375px;
    height: 400px;
  }
  .home-industries-sec .marquee-container .marquess .clint-logo::before {
    width: 100%;
    height: 100%;
  }
  .home-industries-sec .marquee-container .marquess .clint-logo img {
    width: 100%;
  }
  .home-devloper-sec {
    padding: 80px 20px 50px;
  }
  .home-faq-sec {
    padding: 50px 30px;
  }
  .home-faq-sec .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }
  .home-faq-sec .accordion .accordion-item .accordion-header .accordion-button:after {
    width: 24px;
    height: 24px;
  }
  footer {
    padding: 50px 20px 30px;
  }
  footer br {
    display: none;
  }
  footer a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .space--50 {
    margin-bottom: 25px;
  }
  footer .space--100 {
    margin-bottom: 40px;
  }
  footer .copy-right {
    flex-wrap: wrap;
    row-gap: 14px;
  }
  footer .space--30 {
    margin-bottom: 30px !important;
  }
  footer .footer-ul {
    margin-bottom: 0;
  }
  footer .footer-ul li {
    margin-bottom: 5px;
  }
  footer .row-40 {
    row-gap: 30px;
  }
  .about-company {
    padding: 50px 20px;
  }
  .about-company .wht-box {
    border-radius: 12px;
  }
  .about-company .wht-box ul {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .about-company .wht-box ul li h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .about-vision-sec .space--60 {
    margin-bottom: 30px;
  }
  .about-ceo-sec {
    padding: 50px 20px;
  }
  .about-ceo-sec .font-20 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .about-ceo-sec ul {
    display: block !important;
  }
  .about-ceo-sec ul li {
    margin-bottom: 15px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .about-ceo-sec ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .about-team-sec {
    padding: 50px 20px;
  }
  .about-team-sec .team-slider-preant .slick-dots {
    bottom: -42px;
  }
  .about-team-sec .team-slider-preant .slider-child img {
    width: 95%;
  }
  .industry-serive-sec {
    padding: 40px 20px;
  }
  .industry-serive-sec .space--20 {
    margin-bottom: 15px;
  }
  .industry-trusted-sec .marquee-container .marquee {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .industry-trusted-sec .marquee-container .marquee img {
    width: 100px;
    height: 30px;
  }
  .support-main .map-col .icon {
    width: 60px;
    height: 60px;
  }
  .support-main .map-col .icon-one {
    left: -3%;
    top: -15%;
  }
  .support-main .map-col .icon-two {
    left: -6%;
    bottom: -18%;
  }
  .support-main .map-col .icon-three {
    left: 35%;
    bottom: -50px;
  }
  .support-main .map-col .icon-five {
    right: 9%;
    top: -1%;
  }
  .support-main .map-col .icon-four {
    right: -5%;
    bottom: -23px;
  }
  .partner-benefits {
    padding: 50px 20px;
  }
  .partner-benefits .text-center {
    text-align: center !important;
  }
  .partner-benefits .space--60 {
    margin-bottom: 30px;
  }
  .download-main-sec {
    padding-bottom: 0;
  }
  .download-main-sec .tools-col .icon {
    width: 41px;
    height: 41px;
  }
  .download-main-sec .tools-col .img-two {
    top: 14%;
    left: -3%;
  }
  .download-main-sec .tools-col .img-three {
    left: 8%;
    bottom: 42%;
  }
  .download-main-sec .tools-col .img-six {
    right: 11%;
    top: -4%;
  }
  .download-main-sec .tools-col .img-five {
    right: -3%;
    top: 15%;
  }
  .download-main-sec .tools-col .img-four {
    right: 11%;
    bottom: 43%;
  }
  .download-collection-sec {
    padding: 50px 20px;
  }
  .download-collection-sec h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .download-intergration-sec {
    padding: 50px 20px 0px 20px;
  }
  .download-intergration-sec:before {
    display: none;
  }
  .download-intergration-sec hr {
    margin: 30px 0px;
  }
  .product-product-sec {
    padding: 50px 20px;
  }
  .product-product-sec .space--50 {
    margin-bottom: 25px;
  }
  .product-product-sec .product-box .white-box {
    padding: 25px;
  }
  .product-product-sec .product-box .white-box h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .product-product-sec .product-box .white-box h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .product-product-sec .product-box .white-box .font-40 {
    font-size: 22px;
    line-height: 30px;
  }
  .product-product-sec .product-box .white-box .space--30 {
    margin-bottom: 20px;
  }
  .product-product-sec .product-box .white-box ul {
    margin-bottom: 30px;
  }
  .product-product-sec .product-box .white-box ul li {
    align-items: start;
  }
  .product-product-sec .product-box .white-box ul li img {
    width: 20px;
    height: 20px;
  }
  .product-product-sec .product-box .white-box ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-main-sec::before {
    height: 75%;
  }
  .contact-main-sec ul {
    display: block !important;
  }
  .contact-main-sec ul li {
    margin-bottom: 15px;
  }
  .contact-main-sec ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .contact-main-sec ul li a button {
    width: 100%;
  }
  .contact-main-sec .white-box .box-lhs, .contact-main-sec .white-box .box-rhs {
    padding: 30px 20px;
  }
  .contact-main-sec .white-box .box-lhs .space--20, .contact-main-sec .white-box .box-rhs .space--20 {
    margin-bottom: 14px;
  }
  .contact-main-sec .white-box .box-lhs h4, .contact-main-sec .white-box .box-rhs h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .contact-main-sec .white-box .box-lhs h5, .contact-main-sec .white-box .box-rhs h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-main-sec .white-box .box-lhs .para, .contact-main-sec .white-box .box-rhs .para {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-main-sec .white-box .box-lhs ul li img, .contact-main-sec .white-box .box-rhs ul li img {
    width: 20px;
    height: 20px;
  }
  .contact-main-sec .white-box .box-lhs p, .contact-main-sec .white-box .box-lhs a, .contact-main-sec .white-box .box-rhs p, .contact-main-sec .white-box .box-rhs a {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-main-sec .white-box .box-lhs .social-icon-ul, .contact-main-sec .white-box .box-rhs .social-icon-ul {
    display: flex !important;
    margin: 0;
  }
  .pricing-extra-sec {
    padding: 50px 20px;
  }
  .pricing-extra-sec .bg-shadow {
    width: 100%;
  }
  .pricing-extra-sec .space--60 {
    margin-bottom: 30px;
  }
  .pricing-contect-sec {
    padding: 50px 20px;
  }
  .pricing-contect-sec .bg-shadow {
    width: 100%;
  }
  .pricing-contect-sec .green-box {
    padding: 30px;
  }
  .pricing-contect-sec .green-box .dec-two-img {
    width: 90px;
    top: 0;
    right: 0;
  }
  .terms-para {
    padding: 50px 20px;
  }
  .terms-para .bg-shadow-img {
    display: none;
  }
  .terms-para .space--50 {
    margin-bottom: 30px;
  }
  .terms-para h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .get-main-sec::before {
    width: 100%;
    height: 52.5%;
  }
  .get-main-sec .white-box {
    background-color: transparent;
  }
  .get-main-sec .white-box .gp-20 {
    flex-direction: column-reverse;
  }
  .get-main-sec .white-box .box-lhs, .get-main-sec .white-box .box-rhs {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
  .get-main-sec .white-box .box-lhs .green-box, .get-main-sec .white-box .box-rhs .green-box {
    padding: 20px 25px;
  }
  .get-main-sec .white-box .box-lhs .accordion .accordion-item, .get-main-sec .white-box .box-rhs .accordion .accordion-item {
    padding: 12px 0px;
  }
  .get-main-sec .white-box .box-lhs .accordion .accordion-item .accordion-header .accordion-button, .get-main-sec .white-box .box-rhs .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }
  .get-main-sec .white-box .box-lhs .accordion .accordion-item .accordion-body, .get-main-sec .white-box .box-rhs .accordion .accordion-item .accordion-body {
    padding: 15px 15px 0px 15px;
  }
  .get-main-sec .white-box .box-lhs .sub-accordion .accordion-item, .get-main-sec .white-box .box-rhs .sub-accordion .accordion-item {
    padding: 12px 0px;
  }
  .get-main-sec .white-box .box-lhs .sub-accordion .accordion-item .accordion-body, .get-main-sec .white-box .box-rhs .sub-accordion .accordion-item .accordion-body {
    padding: 15px 0px 0px;
  }
  .get-trust-sec {
    padding: 50px 0px;
  }
  .products-main {
    padding-bottom: 0;
  }
  .payment-link {
    padding: 50px 20px;
  }
  .payment-link h2 {
    text-align: start !important;
  }
  .payment-link .product-box {
    padding: 30px;
  }
  .payment-link .product-box .font-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .payment-link .product-box .line-img {
    bottom: -72px;
    top: inherit;
    transform: rotate(90deg);
    right: 32%;
  }
  .fastest-paid {
    padding: 50px 20px;
  }
  .low-pricing {
    padding: 50px 20px;
  }
  .low-pricing .green-box {
    background-position: bottom;
    padding-bottom: 0px;
  }
  .low-pricing .green-box .space--40 {
    margin-bottom: 25px;
  }
  .low-pricing .green-box .girl-img {
    position: relative;
  }
  .error-main-sec {
    padding: 80px 20px;
  }
  .error-main-sec .space--40 {
    width: 100%;
  }
  .error-main-sec .font-30 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h1, .font-46 {
    font-size: 40px;
    line-height: 48px;
  }
  h2, .font-40 {
    font-size: 34px;
    line-height: 40px;
  }
  header nav .menu-lhs .menu-ul li .drp-down {
    left: -350px;
  }
  header nav .menu-lhs .menu-ul li #drp-menu-two {
    left: -170px;
  }
  .hero-sec {
    padding: 220px 0px 80px 0px;
  }
  .hero-sec .mt-120 {
    height: 400px !important;
    margin-top: 60px;
  }
  .hero-sec .space--120 {
    margin-bottom: 60px;
  }
  .home-product-sec .arrow-img {
    left: -38%;
    top: 20px;
  }
  .home-product-sec .white-box {
    height: 500px;
  }
  .about-vision-sec .rectangle-box-rhs-img {
    right: -13%;
  }
  .terms-main .rectangle-box-lhs-img {
    left: -44%;
  }
  footer a {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-main-sec .space--50 {
    margin-bottom: 20px;
  }
  .get-main-sec {
    padding: 30px 0px 80px;
  }
  .download-main-sec .rectangle-box-lhs-img {
    left: -35%;
  }
  .download-collection-sec .white-box {
    padding: 24px;
  }
  .download-collection-sec .white-box .space--20 {
    margin-bottom: 10px;
  }
  .download-collection-sec .white-box h4 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .download-collection-sec .white-box a, .download-collection-sec .white-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .product-product-sec .product-box .white-box {
    padding: 30px;
  }
  .product-product-sec .product-box .white-box h4 {
    margin-bottom: 8px;
  }
  .product-product-sec .product-box .white-box h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .product-product-sec .product-box .white-box .space--30 {
    margin-bottom: 10px;
  }
  .product-product-sec .product-box .white-box .font-18 {
    font-size: 14px;
    line-height: 20px;
  }
  .product-product-sec .product-box .white-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .product-product-sec .product-box .white-box ul li {
    align-items: center !important;
  }
  .products-main .rectangle-box-lhs-img {
    top: 20%;
    left: -46%;
  }
  .payment-link .product-box {
    padding: 30px;
  }
  .fastest-paid .rectangle-box-rhs-img {
    right: -11%;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .hero-sec .mt-120 {
    height: 450px !important;
  }
  .about-vision-sec .rectangle-box-rhs-img {
    right: -15%;
  }
  .product-product-sec .product-box .white-box h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .product-product-sec .product-box .white-box .space--30, .product-product-sec .product-box .white-box .space--20 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .products-main .rectangle-box-lhs-img {
    top: 24%;
    left: -35%;
  }
}
@media (min-width: 1800px) and (max-width: 1920px) {
  .products-main .rectangle-box-lhs-img {
    top: 24%;
    left: -33%;
  }
}
@media (min-width: 1920px) {
  .products-main .rectangle-box-lhs-img {
    top: 24%;
    left: -29%;
  }
}/*# sourceMappingURL=style.css.map */