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

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", serif !important;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.mark,
mark {
  padding: 3px 8px;
}

/* ================================================================================== */
body {
  margin: 0;
  padding: 0;
  line-height: 140%;
}

h1 {
  font-size: 46px;
  line-height: 62px;
  margin-bottom: 15px;
}

h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 8px;
}

h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 15px;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  min-width: 166px;
  font-weight: 500;
  border-radius: 100px;
}
.btn:nth-child(2) {
  margin-left: 20px !important;
}

.btn.btn-primary {
  background: var(--bg-primary);
  border: 2px solid var(--bg-primary);
  color: var(--text-white);
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: var(--bg-white);
  border: 2px solid var(--bg-white);
  color: var(--text-black);
}

.btn.btn-primary-outline {
  background: transparent;
  border: 2px solid var(--bg-primary);
  color: var(--text-green);
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:active, .btn.btn-primary-outline:focus {
  background: var(--bg-primary);
  border: 2px solid var(--bg-primary);
  color: var(--text-white);
}

.btn.btn-secondary {
  background: transparent;
  border: 2px solid var(--text-white);
  color: var(--text-white);
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: var(--bg-primary);
  border: 2px solid var(--bg-primary);
  color: var(--text-white);
}

:root {
  --bg-primary: #5cb338;
  --bg-primary-light: #f2ffe9;
  --bg-secodary: #3f3f3f;
  --bg-white: #fff;
  --bg-black: #000;
  --text-primary: #000;
  --text-primary-light: #ffcf00;
  --text-secodary: #fff;
  --text-active: #ece852;
  --text-green: #5cb338;
  --text-white: #fff;
  --text-black: #000;
}

.header {
  position: relative;
}
.header .top-header {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--bg-black);
  z-index: 9999;
  padding: 9px 20px 9px 70px;
  height: 40px;
}
.header .top-header ul {
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  z-index: 99;
}
.header .top-header ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.header .top-header ul li::after {
  content: " |";
  color: var(--text-white);
  font-weight: 400;
  margin-left: 10px;
}
.header .top-header ul li:nth-last-child(1)::after {
  display: none;
}
.header .top-header ul li a {
  color: var(--text-white);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}
.header .top-header ul li a span {
  text-decoration: none;
}
.header .top-header ul li a:hover {
  color: var(--text-green);
}
.header .navbar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  display: flex;
  background-color: transparent;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.02);
  z-index: 999;
}
.header .navbar .navbar-brand {
  height: auto;
  padding: 0;
  display: block;
}
.header .navbar .navbar-brand img {
  height: auto;
  width: 152px;
}
.header .navbar .navbar {
  background-color: var(--bg-primary);
}
.header .navbar .collapse1 {
  height: 100%;
}
.header .navbar .collapse1 .navbar-nav .nav-item {
  margin: 0 0 0 10px;
}
.header .navbar .collapse1 .navbar-nav .nav-item a {
  color: var(--text-white) !important;
  font-size: 16px;
  line-height: 28px;
  padding: 4px 5px;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
  font-weight: 400;
  height: 35px;
}
.header .navbar .collapse1 .navbar-nav .nav-item a:hover {
  color: var(--text-active) !important;
  border-bottom: 2px solid var(--text-active);
}
.header .navbar .collapse1 .navbar-nav .nav-item a.active {
  font-weight: 600;
  color: var(--text-active) !important;
  border-bottom: 2px solid var(--text-active);
}
.header .navbar .collapse1 .navbar-nav .nav-btn a {
  font-size: 16px;
  min-height: 30px;
  line-height: 22px;
  border-radius: 4px;
  padding: 8px 20px;
  color: var(--text-primary);
}
.header .main-header {
  margin-top: 40px;
  background-color: var(--bg-primary);
  width: 100%;
  padding: 20px 0;
}

.container-1600 {
  max-width: 1600px;
}

.navbar-expand-lg .navbar-toggler {
  display: none;
}

.sidenav-new-menu .closebtn {
  display: none;
}

.fixed-top {
  background-color: #fff;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.02);
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top {
  background-color: var(--bg-white) !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@media (min-width: 992px) {
  .header .top-header {
    width: auto;
    background-color: var(--bg-black);
    padding-left: 70px;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 5% 0);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%, 5% 0);
  }
  .navbar-brand {
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 996px) {
  .header .main-header {
    margin-top: 0;
    padding: 15px 0;
  }
  .header .navbar {
    padding: 0 0 !important;
    z-index: 999;
  }
  .header .navbar .navbar-brand {
    width: auto;
    height: 30px;
    display: block;
  }
  .header .navbar .navbar-brand img {
    width: auto;
    height: 100%;
    display: block;
  }
  .header .navbar .navbar-collapse {
    padding: 10px 0;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    padding-top: 40px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .header .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 12px;
    font-weight: 600;
    white-space: nowrap;
    border: 0 !important;
    height: unset;
  }
  .header .navbar .navbar-toggler {
    padding: 0;
    outline: 0;
    border: 0;
    position: absolute;
    right: 15px;
    top: 13px;
    border: 0;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    border-radius: 4px;
    background-color: var(--bg-white);
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    background-color: transparent;
    background-image: url("../../assets/images/menubar.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    border: 0;
    margin-right: 10px;
  }
  .header .top-header {
    max-width: 355px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 80px;
    position: unset;
    padding-top: 40px;
  }
  .header .top-header:nth-child(n) {
    display: none !important;
  }
  .header .top-header ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: -15px;
  }
  .header .top-header ul li {
    margin: 0;
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .header .top-header ul li::after {
    display: none;
  }
  .header .top-header ul li span {
    margin-right: 10px;
  }
  .header .top-header ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  #cd-shadow-layer {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: none;
    z-index: 99999;
    transition: all 0.5s linear;
  }
  .sidenav-new-menu {
    height: 100%;
    min-height: 100vh;
    width: 355px;
    position: fixed;
    right: -355px;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s linear;
    z-index: 999999;
    background-color: var(--bg-primary);
    padding: 50px 0 20px 0 !important;
    flex-basis: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .width-menu {
    width: 355px;
    right: 0;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    transition: all 0.5s linear;
    flex-direction: column;
  }
  .width-menu ul {
    margin-left: 0 !important;
  }
  .closebtn {
    display: block !important;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #000;
    background-color: var(--bg-white);
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
  }
  .closebtn:hover {
    color: #000 !important;
  }
  .closebtn img {
    width: 24px;
    height: 24px;
    margin-top: -2px;
  }
  .closebtn:hover {
    display: block;
    text-decoration: none;
  }
  .header .btn-outline-primary {
    margin-left: 30px !important;
    margin-top: 30px;
  }
  .header .header-right-content .btn-outline-primary {
    margin-left: 0px !important;
    margin-top: 0px;
  }
  .header .navbar .collapse1 .navbar-nav .nav-item a {
    font-size: 20px;
    line-height: 30px;
    color: var(--text-black);
  }
  .header .navbar .collapse1 .navbar-nav .nav-item a.active::after,
  .header .navbar .collapse1 .navbar-nav .nav-item a:hover::after {
    display: none;
  }
  .navbar.fixed-top .navbar-brand img:nth-child(2) {
    width: 28px;
  }
}
.middle-section {
  padding-top: 120px;
}
.middle-section.home {
  padding-top: 0;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.banner-section {
  overflow: hidden;
  background-color: transparent;
  padding: 225px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: calc(100vh - 0px);
  min-height: calc(100vh - 0px);
  position: relative;
  background-image: url(../images/banner.png);
  background-position: 60% center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: 78% -80px;
  background-repeat: no-repeat;
  max-height: calc(100vh - 0px);
  min-height: calc(100vh - 0px);
  background-color: rgba(2, 2, 2, 0.6);
}
.banner-section .scroll-to-bottom {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.banner-section .scroll-to-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--bg-white);
}
.banner-section .scroll-to-bottom a img {
  margin-bottom: 10px;
  animation: bounce 1.5s infinite ease-in-out;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.banner-section .container {
  position: relative;
  z-index: 99;
}
.banner-section .banner-wraper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  height: 100%;
}
.banner-section .heading {
  margin-bottom: 46px;
}
.banner-section .heading h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;
  letter-spacing: 0%;
  color: var(--text-white);
  margin-bottom: 10px;
}
.banner-section .heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--text-white);
  max-width: 440px;
}
.banner-section .banner-btn-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-section .banner-btn-div .btn {
  margin: 0 0;
}
.banner-section .scroll-dwon {
  position: absolute;
  right: 60px;
  bottom: 70px;
  z-index: 99;
}
.banner-section .scroll-dwon a {
  max-width: 40px;
  color: var(--text-white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.banner-section .scroll-dwon a:hover {
  text-decoration: underline;
}
.banner-section .scroll-dwon a img {
  margin-top: 10px;
}
.banner-section .banner-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.banner-section .banner-img img {
  max-width: 333px;
  height: auto;
}

.banner-second {
  max-height: 756px !important;
  min-height: 756px !important;
  background-position: right center;
  background-size: 90%;
}
.banner-second::before {
  max-height: 756px !important;
  min-height: 756px !important;
}

section,
footer {
  padding: 70px 0;
}
section .heading,
footer .heading {
  margin-bottom: 48px;
}
section .heading h3,
footer .heading h3 {
  font-size: 64px;
  font-weight: 700;
  line-height: 73px;
  text-align: left;
  margin-bottom: 0;
}
section .heading h2,
footer .heading h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0%;
  color: var(--text-black);
  margin-bottom: 0;
}

.footer {
  background-color: var(--bg-secodary);
  padding: 55px 0 50px 0;
}
.footer .heading {
  margin-bottom: 30px;
}
.footer .heading h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 55px;
  letter-spacing: 0%;
  color: var(--text-white);
}
.footer .map a {
  color: var(--bg-white) !important;
  max-width: 270px;
}
.footer h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0%;
  color: var(--text-white);
}
.footer ul li {
  margin-bottom: 0px;
}
.footer ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: var(--bg-white);
  text-decoration: none;
}
.footer ul li a:hover {
  color: var(--text-green);
  text-decoration: underline;
}
.footer .contact li {
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0px;
}
.footer .contact li a {
  display: block;
}
.footer .footer-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.footer .footer-logo img {
  margin-bottom: 10px;
  height: 75px;
  width: auto;
}
.footer .copyrights {
  padding: 30px 0;
}
.footer .copyrights p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.pms-section {
  background-color: var(--bg-white);
}
.pms-section .content p {
  margin-bottom: 15px;
  max-width: 550px;
  color: var(--bg-black);
  font-size: 20px;
  line-height: 34px;
}
.pms-section .content ul {
  padding-top: 15px;
  max-width: 550px;
}
.pms-section .content ul li {
  border: 1px solid #c8c8c8;
  border-top: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 0%;
  padding-left: 60px;
  color: var(--bg-black);
  position: relative;
}
.pms-section .content ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: var(--bg-primary);
  margin-right: 20px;
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 17px;
}
.pms-section .content ul li:nth-child(1) {
  border-top: 1px solid #c8c8c8;
}
.pms-section .img-div {
  text-align: center;
}
.pms-section .img-div img {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.pms-section .btn-div {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pms-section .btn.btn-primary:hover {
  background-color: transparent !important;
  border-color: #5cb338 !important;
  color: #5cb338 !important;
}

.pos-section {
  background-color: var(--bg-primary-light);
}
.pos-section .content p {
  margin-bottom: 15px;
  max-width: 550px;
  color: var(--bg-black);
  font-size: 20px;
  line-height: 34px;
}
.pos-section .content ul {
  padding-top: 15px;
  max-width: 550px;
}
.pos-section .content ul li {
  border: 1px solid #c8c8c8;
  border-top: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 0%;
  padding-left: 60px;
  color: var(--bg-black);
  position: relative;
}
.pos-section .content ul li::before {
  content: "";
  display: inline-block;
  width: 12px; /* Set the width of the circle */
  height: 12px; /* Set the height of the circle */
  border-radius: 4px; /* Make it round */
  background-color: var(--bg-primary); /* Set the background color to green */
  margin-right: 20px; /* Add some space between the circle and the list item */
  vertical-align: middle; /* Align it properly with text */
  position: absolute;
  left: 25px;
  top: 17px;
}
.pos-section .content ul li:nth-child(1) {
  border-top: 1px solid #c8c8c8;
}
.pos-section .img-div {
  text-align: left;
}
.pos-section .img-div img {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.pos-section .btn-div {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pos-section .btn.btn-primary:hover {
  background-color: transparent !important;
  border-color: #5cb338 !important;
  color: #5cb338 !important;
}

.integration-section {
  background-color: #fff;
  /* Swiper Dots (Pagination) */
  /* Custom Navigation Arrows */
  /* Left Arrow */
  /* Right Arrow */
}
.integration-section .swiper {
  padding-bottom: 50px;
  position: relative;
}
.integration-section .swiper::after {
  height: 100%;
  content: "";
  width: 50px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #fff;
  display: block;
  z-index: 1;
}
.integration-section .swiper::before {
  height: 100%;
  content: "";
  width: 50px;
  right: 0;
  top: 0;
  left: auto;
  position: absolute;
  background-color: #fff;
  display: block;
  z-index: 2;
}
.integration-section .swiper-wrapper {
  margin: 0 auto;
}
.integration-section .swiper-pagination-bullet {
  width: 48px;
  height: 5px;
  background: #ccc; /* Default color */
  border-radius: 0;
  opacity: 1;
}
.integration-section .swiper-pagination {
  position: absolute;
  bottom: 0px;
}
.integration-section .swiper-pagination-bullet-active {
  background: var(--bg-primary); /* Active color */
}
.integration-section .swiper-button-prev,
.integration-section .swiper-button-next {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.integration-section .swiper-button-prev::after,
.integration-section .swiper-button-next::after {
  display: none !important;
}
.integration-section .swiper-button-prev {
  background-image: url(../../assets/images/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
  width: 52px;
  box-shadow: none !important;
  outline: none !important;
  left: 0px;
  border: 0 !important;
}
.integration-section .swiper-button-next {
  background-image: url(../../assets/images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
  width: 52px;
  right: 0px;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
.integration-section .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integration-section .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  margin: 0 auto;
}
.integration-section .swiper-slide .img-md {
  width: 80%;
}
.integration-section .swiper-slide .img-sm {
  width: 70%;
}
.integration-section .swiper-slide .img-xs {
  width: 70%;
}

.testimonial-section {
  background-color: var(--bg-primary-light);
  /* Swiper Dots (Pagination) */
  /* Custom Navigation Arrows */
  /* Left Arrow */
  /* Right Arrow */
}
.testimonial-section .swiper {
  padding-bottom: 50px;
  position: relative;
}
.testimonial-section .swiper::after {
  height: 100%;
  content: "";
  width: 50px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--bg-primary-light);
  display: block;
  z-index: 2;
}
.testimonial-section .swiper::before {
  height: 100%;
  content: "";
  width: 50px;
  right: 0;
  top: 0;
  left: auto;
  position: absolute;
  background-color: var(--bg-primary-light);
  display: block;
  z-index: 3;
}
.testimonial-section .swiper-wrapper {
  margin: 0 auto;
}
.testimonial-section .swiper-pagination-bullet {
  width: 48px;
  height: 5px;
  background: #ccc; /* Default color */
  border-radius: 0;
  opacity: 1;
}
.testimonial-section .swiper-pagination {
  position: absolute;
  bottom: 0px;
}
.testimonial-section .swiper-pagination-bullet-active {
  background: var(--bg-primary); /* Active color */
}
.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonial-section .swiper-button-prev::after,
.testimonial-section .swiper-button-next::after {
  display: none !important;
}
.testimonial-section .swiper-button-prev {
  background-image: url(../../assets/images/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
  width: 52px;
  box-shadow: none !important;
  outline: none !important;
  left: 0px;
  border: 0 !important;
}
.testimonial-section .swiper-button-next {
  background-image: url(../../assets/images/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 52px;
  width: 52px;
  right: 0px;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
.testimonial-section .test-box-slide {
  width: 100%;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
}
.testimonial-section .test-box-slide p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 10px;
}
.testimonial-section .test-box-slide h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0;
}

.order-sm-1 {
  order: 2 !important;
}

.order-sm-2 {
  order: 1 !important;
}

@media (max-width: 1440px) {
  .banner-second {
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .section {
    padding: 80px 0;
  }
  .testimonial-section .test-box-slide {
    padding: 10px 50px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .middle-section {
    padding-top: 60px;
  }
  section,
  footer {
    padding: 70px 0;
  }
  section .heading,
  footer .heading {
    margin-bottom: 22px;
  }
  section .heading h3,
  footer .heading h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin-bottom: 0;
  }
  section .heading h2,
  footer .heading h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0%;
  }
  .banner-section .heading {
    text-align: center;
  }
  .banner-section .heading p {
    margin: 0 auto;
  }
  .banner-section .banner-btn-div {
    width: 100%;
    justify-content: center;
  }
  .banner-section .scroll-to-bottom {
    left: 0;
    right: 0;
  }
  .pms-section .btn-div .pos-section .btn-div {
    margin-top: 40px;
  }
  .pms-section .img-div,
  .pos-section .img-div {
    text-align: center;
    margin-top: 30px;
  }
  .pms-section .img-div img,
  .pos-section .img-div img {
    max-width: unset;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .pos-section .content ul,
  .pms-section .content ul {
    max-width: unset;
  }
  .banner-second {
    background-position: 55% center;
    background-size: cover;
    max-height: 700px !important;
    min-height: 700px !important;
  }
}
@media (max-width: 996px) {
  .top-header {
    display: none !important;
  }
  #cloned-header .top-header {
    display: block !important;
    width: 100%;
    margin-bottom: 50px;
  }
  .header .top-header {
    background-color: var(--bg-primary);
    padding-left: 50px;
  }
  .header .top-header ul li a:hover {
    color: var(--text-active);
  }
}
@media (max-width: 767px) {
  section,
  footer {
    padding: 50px 0 !important;
  }
  section .heading h2,
  footer .heading h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner-section {
    padding: 50px 0;
  }
  .banner-section .heading h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
  }
  .banner-section .heading p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .banner-section .banner-btn-div {
    width: 100%;
    text-align: center;
  }
  .banner-section .scroll-to-bottom {
    left: 0;
    right: 0;
  }
  .pms-section .content p,
  .pos-section .content p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .pms-section .content ul,
  .pos-section .content ul {
    margin-bottom: 0px;
  }
  .pms-section .btn-div,
  .pos-section .btn-div {
    margin-top: 40px;
  }
  .pms-section .content ul li,
  .pos-section .content ul li {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 10px 10px 40px;
    position: relative;
  }
  .pms-section .content ul li::before,
  .pos-section .content ul li::before {
    position: absolute;
    left: 15px;
    top: 19px;
  }
  .pms-section .btn-div .pos-section .btn-div {
    margin-top: 40px;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .integration-section .swiper-button-next,
  .integration-section .swiper-button-prev {
    height: 20px;
    width: 20px;
    background-size: cover;
  }
  .integration-section .swiper-button-next {
    right: 5px;
  }
  .integration-section .swiper-button-prev {
    left: 5px;
  }
  .integration-section .swiper::before,
  .integration-section .swiper::after {
    width: 30px;
  }
  .integration-section .swiper-pagination-bullet {
    width: 30px;
  }
  .testimonial-section .heading h2 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-section .swiper-button-next,
  .testimonial-section .swiper-button-prev {
    height: 20px;
    width: 20px;
    background-size: cover;
  }
  .testimonial-section .swiper-button-next {
    right: 5px;
  }
  .testimonial-section .swiper-button-prev {
    left: 5px;
  }
  .testimonial-section .swiper::before,
  .testimonial-section .swiper::after {
    width: 30px;
  }
  .testimonial-section .swiper-pagination-bullet {
    width: 30px;
  }
  .testimonial-section .test-box-slide {
    padding: 0px 30px;
  }
  .testimonial-section .test-box-slide p {
    font-size: 18px;
    line-height: 30px;
  }
  .testimonial-section .test-box-slide h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .footer .heading h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .footer ul {
    margin-bottom: 20px;
  }
  .footer ul li a {
    line-height: 30px;
  }
  .banner-section .scroll-to-bottom {
    bottom: 30px;
  }
  section .btn {
    height: 45px;
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .banner-section .heading h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .banner-section .scroll-to-bottom a {
    font-size: 12px;
  }
  .banner-section .scroll-to-bottom {
    bottom: 30px;
  }
}
.page-section {
  background-color: var(--bg-primary-light);
  padding: 24px 0 !important;
}
.page-section .heading {
  margin-bottom: 0;
  text-align: left;
}
.page-section .heading h1 {
  text-align: left;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0;
  color: var(--text-black);
}
.page-section .heading p {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-black);
}

.feature-section {
  background-color: var(--bg-white);
  padding: 50px 0 !important;
}
.feature-section h2 {
  border-bottom: 3px solid var(--bg-primary);
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 25px;
  color: var(--text-black);
  margin-bottom: 20px;
}
.feature-section h3 {
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  color: var(--text-black);
  margin-bottom: 0;
}
.feature-section .mt-30 {
  margin-top: 40px;
}
.feature-section .mt-50 {
  margin-top: 50px;
}
.feature-section .feature-box {
  background: transparent;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
}
.feature-section .feature-box::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: var(--bg-primary);
  margin-right: 20px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 17px;
}

@media (max-width: 992px) {
  .feature-section h2 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: var(--text-black);
  }
  .feature-section h3 {
    margin-top: 10px !important;
    color: var(--text-black);
  }
}
@media (max-width: 767px) {
  .page-section {
    padding: 24px 0 !important;
  }
  .page-section .heading {
    margin-bottom: 0;
    text-align: left;
  }
  .page-section .heading h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .page-section .heading p {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .feature-section {
    padding: 40px 0 !important;
  }
  .feature-section h2 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .feature-section h3 {
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    color: var(--text-black);
    margin-bottom: 0;
    margin-top: 10px !important;
  }
  .feature-section .mt-30 {
    margin-top: 40px;
  }
  .feature-section .mt-50 {
    margin-top: 30px;
  }
  .feature-section .feature-box {
    background: transparent;
    font-size: 16px;
    line-height: 40px;
  }
  .feature-section .feature-box::before {
    width: 10px;
    height: 10px;
    left: 2px;
    border-radius: 3px;
    top: 16px;
  }
}
.contact-section .nav-tabs {
  border: 0;
}
.contact-section .nav-tabs .nav-link {
  background-color: #d2d2d2;
  padding: 5px 20px;
  border-radius: 0;
  height: 44px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: var(--text-black);
  width: 214px;
}
.contact-section .nav-tabs .nav-link.active {
  background-color: var(--bg-primary);
  color: white;
  position: relative;
}
.contact-section .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 15px;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/tab-arrow.svg") no-repeat center;
  background-size: contain;
}
.contact-section .form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: s5px;
}
.contact-section .form-control {
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  height: 56px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  box-shadow: none;
}
.contact-section .form-control:focus {
  border: 1px solid #000;
}
.contact-section .mb-3 {
  margin-bottom: 15px !important;
}
.contact-section .invalid-feedback {
  color: red;
  font-size: 0.875em;
}
.contact-section .btn {
  margin-top: 20px;
}
.contact-section .btn.btn-primary:hover,
.contact-section .btn.btn-primary:active,
.contact-section .btn.btn-primary:focus {
  background-color: transparent !important;
  border-color: var(--bg-primary) !important;
  color: var(--text-green) !important;
}
@media (max-width: 767px) {
  .contact-section .nav-tabs {
    width: 100%;
  }
  .contact-section .nav-tabs li {
    width: 50%;
  }
  .contact-section .nav-tabs .nav-link {
    width: 100%;
    font-size: 14px !important;
  }
  .contact-section .form-control {
    height: 50px !important;
  }
}

.pricing-section .sub-heading {
  margin: 40px 0 50px 0;
  text-align: center;
}
.pricing-section .sub-heading h3 {
  font-size: 24px;
  line-height: 26px;
  color: var(--text-black);
  font-weight: 600;
}
.pricing-section .sub-heading p {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-black);
  font-weight: 600;
}
.pricing-section .tabs-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-section .card {
  border-radius: 0;
  border: 0;
}
.pricing-section .card .card-header {
  padding: 0;
  margin-bottom: 0;
  border: 0;
}
.pricing-section .card .card-header .card-title {
  padding: 24px 24px 20px 24px;
  text-align: left;
  background-color: #d9d9d9;
  font-size: 24px;
  line-height: 26px;
  color: var(--text-black);
  margin-bottom: 0;
  font-weight: 600;
  border: 0;
}
.pricing-section .card .card-header .card-title small {
  font-size: 15px;
  line-height: 26px;
}
.pricing-section .card .card-body {
  padding: 20px 25px;
  background-color: #f6f6f6;
  border: 0;
}
.pricing-section .card .card-body p {
  font-size: 24px;
  line-height: 26px;
  color: var(--text-black);
  margin-bottom: 32px;
  font-weight: 600;
}
.pricing-section .card .card-body h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.pricing-section .card .card-body ul {
  margin: 0;
  padding: 0;
}
.pricing-section .card .card-body ul li {
  font-size: 16px;
  line-height: 47px;
  color: var(--text-black);
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
.pricing-section .card .card-body ul li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  left: 0;
  background-size: contain;
}
.pricing-section .card .card-body ul li.check::after {
  background: url("../images/check.svg") no-repeat center;
}
.pricing-section .card .card-body ul li.uncheck::after {
  background: url("../images/uncheck.svg") no-repeat center;
}
.pricing-section .card .card-body .btn-div {
  margin-top: 50px;
  margin-bottom: 20px;
}
.pricing-section .card .card-body .btn {
  max-width: 166px;
  height: 48px;
  margin: 0 auto;
  color: #000;
}
.pricing-section .card .card-body .btn:hover {
  color: #fff;
}
.pricing-section .card .card-footer {
  padding: 0;
  text-align: center;
  background-color: #d9d9d9;
  border: 0;
}
.pricing-section .card .card-footer button {
  margin: 0;
  width: 100%;
  background-color: #3f3f3f;
  font-size: 16px;
  line-height: 40px;
  color: var(--text-white);
  border-radius: 0;
  text-decoration: none;
}
.pricing-section .card .card-footer button:hover {
  text-decoration: underline;
}
.pricing-section .pro .card-header .card-title {
  background-color: #ece852;
}
.pricing-section .pro .card-body {
  background-color: #f2ffe9;
}
.pricing-section .pro .card-footer button {
  background-color: #9d7609;
}
.pricing-section .premium .card-header .card-title {
  background-color: #b7f08f;
}
.pricing-section .premium .card-body {
  background-color: #f6f6f6;
}
.pricing-section .premium .card-footer button {
  background-color: #5cb338;
}
@media (max-width: 767px) {
  .pricing-section .sub-heading {
    margin: 30px 0 30px 0;
    text-align: center;
  }
  .pricing-section .sub-heading h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .pricing-section .card {
    margin-bottom: 30px;
  }
  .pricing-section .card.premium {
    margin-bottom: 0 !important;
  }
  .pricing-section .card .card-body h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .pricing-section .card .card-body .btn-div {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .pricing-section .card .card-header .card-title {
    padding: 15px 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .pricing-section .card .card-body p {
    font-size: 20px;
    line-height: 26px;
    color: var(--text-black);
    margin-bottom: 15px;
    font-weight: 600;
  }
}

.faq-section {
  padding-top: 0 !important;
}
.faq-section .heading {
  margin-bottom: 28px;
}
.faq-section .conetnt {
  margin-bottom: 30px;
}
.faq-section .conetnt ul li {
  background-color: #f8f8f8;
  padding: 25px 47px;
  text-align: left;
  border: 1px solid #e2e2e2;
  margin-bottom: 2px;
}
.faq-section .conetnt ul li:nth-child(odd) {
  background-color: #e2e2e2;
}
.faq-section .conetnt ul li h6 {
  font-size: 20px;
  line-height: 40px;
  color: var(--text-black);
  margin-bottom: 5px;
}
.faq-section .conetnt ul li p {
  font-size: 20px;
  line-height: 40px;
  color: var(--text-black);
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .faq-section {
    padding-top: 0 !important;
  }
  .faq-section .conetnt ul li {
    background-color: #f8f8f8;
    padding: 15px 20px;
    text-align: left;
    border: 1px solid #e2e2e2;
    margin-bottom: 2px;
  }
  .faq-section .conetnt ul li h6 {
    font-size: 16px;
    line-height: 30px;
    color: var(--text-black);
    margin-bottom: 5px;
  }
  .faq-section .conetnt ul li p {
    font-size: 16px;
    line-height: 30px;
    color: var(--text-black);
    margin-bottom: 5px;
  }
}

.action-section .action-conetnt {
  background-color: #ece852;
  padding: 55px 50px 75px 50px;
}
.action-section .action-conetnt P {
  font-size: 24px;
  line-height: 40px;
  color: var(--text-black);
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .action-section .action-conetnt {
    padding: 40px 30px;
  }
  .action-section .action-conetnt P {
    font-size: 18px;
    line-height: 30px;
  }
}

.modal-custom {
  border-radius: 0;
}
.modal-custom .modal-dialog {
  border-radius: 0;
  max-width: 620px;
}
.modal-custom .modal-content {
  border-radius: 0;
}
.modal-custom .modal-header {
  border-radius: 0;
  background-color: var(--bg-primary);
  font-size: 24px;
  line-height: 40px;
  color: var(--text-white);
  border: 0;
}
.modal-custom .modal-header .btn-close {
  color: var(--text-white);
  filter: invert(1); /* White */
  opacity: 1;
}
.modal-custom .modal-body {
  padding: 20px 70px;
}
.modal-custom .modal-footer {
  padding-top: 0 !important;
  border-radius: 0;
  padding: 20px 70px;
  text-align: left;
  justify-content: flex-start;
  border: 0;
}
.modal-custom .form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: s5px;
}
.modal-custom .form-control {
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  height: 56px !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  box-shadow: none;
}
.modal-custom .form-control:focus {
  border: 1px solid #000;
}
.modal-custom .mb-3 {
  margin-bottom: 15px !important;
}
.modal-custom .invalid-feedback {
  color: red;
  font-size: 0.875em;
}
.modal-custom .btn.btn-primary:hover,
.modal-custom .btn.btn-primary:active,
.modal-custom .btn.btn-primary:focus {
  background-color: transparent !important;
  border-color: var(--bg-primary) !important;
  color: var(--text-green) !important;
}
.modal-custom .btn-secondary {
  color: #000;
  padding: 10px 30px;
  min-width: unset;
  margin-left: 10px !important;
}
.modal-custom .btn-secondary:hover {
  background-color: transparent !important;
  color: var(--text-green) !important;
}
.modal-custom .thanks {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .modal-custom .form-control {
    height: 50px !important;
  }
  .modal-custom .modal-header {
    border-radius: 0;
    background-color: var(--bg-primary);
    font-size: 24px;
    line-height: 40px;
    color: var(--text-white);
    border: 0;
  }
  .modal-custom .modal-header .btn-close {
    color: var(--text-white);
    filter: invert(1); /* White */
  }
  .modal-custom .modal-body {
    padding: 20px 20px;
  }
  .modal-custom .modal-footer {
    padding-top: 0 !important;
    border-radius: 0;
    padding: 20px 20px;
    text-align: left;
    justify-content: flex-start;
    border: 0;
  }
}
.modal-custom .thanks {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}/*# sourceMappingURL=main.css.map */