@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.ttf");
  font-weight: bold;
}
.row-5:before,
.row-5:after,
.form-group:before,
.form-group:after {
  display: table;
  content: " ";
}

.row-5:after,
.form-group:after {
  clear: both;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: "Muli", sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.15rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p,
ul {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.btn {
  background-color: #7FB432;
  box-shadow: none;
  color: #fff;
  text-transform: inherit;
  padding: 0 1.25rem;
}
.btn:hover {
  background-color: #A2CB67;
  box-shadow: none;
  color: #fff;
}

.navbar-fixed nav {
  position: absolute;
}

.row {
  margin-bottom: 0;
}

.sec.gray {
  background-color: #f5f5f5;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mobileviewheading {
  padding-top: 1rem;
}

nav {
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}
nav ul a {
  color: #1e223b;
  padding: 0 10px;
}
nav ul a:hover {
  color: #7FB432;
  background-color: transparent;
}
nav .button-collapse {
  color: #7FB432;
  margin: 0;
}

.section-headline {
  margin-bottom: 2rem;
}

h1.title,
h2.title {
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 1rem;
  position: relative;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.bg-default {
  background-color: #f5f5f5;
}

.description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.description h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.offers ul,
.list-check ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 0;
  overflow: hidden;
}

.offers ul > li,
.list-check ul > li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.offers ul li:before,
.list-check ul > li:before {
  content: "\f269";
  font-family: "Material-Design-Iconic-Font";
  color: #7FB432;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.35rem;
}

.feature {
  background-color: #fff;
  padding: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.feature p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.feature > h4 {
  font-weight: 600;
}

.feature .icon,
.offer .icon {
  display: block;
  height: 64px;
  margin-bottom: 10px;
}

.feature .icon > img,
.offer .icon > img {
  max-height: 64px;
  max-width: 64px;
}

.testimonial .carousel {
  position: relative;
  height: 440px !important;
  margin: 0 auto;
  max-width: 440px;
  background: url(../images/testimonial_bg.png) no-repeat scroll center 0/contain;
}
.testimonial .quote {
  padding: 40px 0;
}
.testimonial .quote .icon {
  margin: 0 auto;
  height: 80px;
  width: 80px;
}
.testimonial .quote img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}
.testimonial .box {
  padding: 1px 1rem;
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  border: none;
  color: #fff;
  font-style: italic;
}

.quote .author {
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
.quote .author h5 {
  margin: 0;
  font-size: 17px;
}

blockquote p:before,
blockquote p:after {
  font-family: fontello;
  margin-right: 8px;
  font-size: 32px;
  line-height: 1px;
  display: inline-block;
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

blockquote p:before {
  content: "❞";
  float: left;
}
blockquote p:after {
  content: "❝";
  float: right;
}

.technology .item {
  text-align: center;
}
.technology .item > img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.technology .row .s6:nth-child(1) .item > img {
  -o-object-position: 0 0;
     object-position: 0 0;
}
.technology .row .s6:nth-child(2) .item > img {
  -o-object-position: -180px 0;
     object-position: -180px 0;
}
.technology .row .s6:nth-child(3) .item > img {
  -o-object-position: -360px 0;
     object-position: -360px 0;
}
.technology .row .s6:nth-child(4) .item > img {
  -o-object-position: 0 -180px;
     object-position: 0 -180px;
}
.technology .row .s6:nth-child(5) .item > img {
  -o-object-position: -180px -180px;
     object-position: -180px -180px;
}
.technology .row .s6:nth-child(6) .item > img {
  -o-object-position: -360px -180px;
     object-position: -360px -180px;
}
.technology .row .s6:nth-child(7) .item > img {
  -o-object-position: 0 -360px;
     object-position: 0 -360px;
}
.technology .row .s6:nth-child(8) .item > img {
  -o-object-position: -180px -360px;
     object-position: -180px -360px;
}

.addressBox pre {
  font-family: open sans, sans-serif;
  margin: 0;
  margin-left: -15px;
  font-family: open sans, sans-serif;
  margin: 0;
}
.addressBox .card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.addressBox .card .card-content p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  max-width: 350px;
}
.addressBox a {
  color: #333;
}
.addressBox a:hover {
  color: #A2CB67;
}
.addressBox .zmdi {
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  min-width: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  margin-right: 5px;
}
.addressBox .boy .zmdi {
  background-color: #7FB432;
}
.addressBox .girl .zmdi {
  background-color: #7FB432;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
header nav {
  animation: normal 0.7s;
  transition: all 0.7s;
}

header .is-sticky nav {
  animation: slide-down 0.7s;
}

.list-1 {
  font-size: 1.15rem;
  padding: 0;
  width: 100%;
}
.list-1 li {
  list-style: none;
  margin: 10px 0;
  line-height: 27px;
  margin-left: 20px;
  position: relative;
  margin-left: 28px;
}
.list-1 li:first-child {
  margin-top: 0;
}
.list-1 li:before {
  margin: 0;
  position: relative;
  color: #7FB432;
  float: left;
  margin-left: -20px;
  display: block;
  font-family: "Material-Icons";
  content: "\e928";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-left: -28px;
}

.card .card-image .card-title {
  font-size: 20px;
  padding: 15px;
}

.tabs .tab a {
  color: #1e223b;
}
.tabs .indicator {
  background-color: #ffab54;
}
.tabs.equal-5 .equal {
  width: 20%;
  float: left;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  color: #ff611a;
}

.material-icons {
  vertical-align: middle;
}

[type=checkbox].filled-in:checked + label:after {
  border-color: #ff9800;
  background-color: #ff9800;
}

.collection.with-header .collection-item {
  padding-left: 20px;
}

.btn-small {
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}

.b {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

ul.subTabs {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
}
ul.subTabs li a {
  text-transform: capitalize;
}
ul.foot-nav li {
  line-height: 30px;
  border: none;
}
ul.foot-nav li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
ul.foot-nav li a:hover {
  color: #fff;
  padding-left: 15px;
}
ul.socialIcons {
  font-size: 0;
}
ul.socialIcons li {
  display: inline-block;
  margin-right: 0.625rem;
}
ul.socialIcons li > a {
  background-color: #fff;
  border-radius: 0.2rem;
  min-width: 2.25rem;
  text-align: center;
  display: block;
  color: #7FB432;
  font-size: 1.5rem;
}
ul.socialIcons li > a:hover {
  background-color: #A2CB67;
  color: #fff;
}
ul.bulated_class {
  list-style-type: disc;
  padding-left: 20px;
}
ul.bulated_class li {
  list-style: disc;
}

.x-iso-container {
  margin-top: 15px;
}

.entry-featured .caption {
  text-align: center;
  text-transform: uppercase;
}

.themePic {
  border: 1px solid #ddd;
  background-color: #fff;
  float: left;
  margin: 20px 20px 10px 0;
}

footer {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding-top: 2rem;
  position: relative;
}
footer article > h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.poweredby {
  display: inline-block;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.poweredby > img {
  max-width: 150px;
}

.copyright {
  padding: 15px 0;
}

.copyright p,
.copyright p > a {
  color: #fff;
  margin: 0;
}

.gotop {
  background-color: #7FB432;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  line-height: 32px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.gotop:hover {
  background-color: #fff;
  border: 1px solid #A2CB67;
  color: #A2CB67;
}

#features,
#offers,
#technology {
  overflow: hidden;
}

#sidenav-overlay {
  z-index: 996;
}

div#success {
  color: #fff;
  background-color: green;
  width: 50%;
  padding: 10px 20px;
  margin: 10px 0px;
  border-radius: 4px;
  display: none;
}

div.close {
  float: right;
  cursor: pointer;
}

.card-content_address {
  color: #ddd;
  background-color: rgba(0, 0, 0, 0.631372549);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card-content_address p {
  margin: 6px 0px;
}

#demos .card .card-content p {
  margin-bottom: 0.75rem;
}

.sFeatures .row .s12 {
  margin-left: auto;
  margin-right: auto;
}

.list-check {
  display: flex;
  justify-content: center;
}

.shortcut-contact {
  background-color: #212529;
  border-radius: 0 0.5rem 0.5rem 0;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.25rem 0;
  width: 3.25rem;
  z-index: 999;
}
.shortcut-contact > a {
  display: block;
  position: relative;
}
.shortcut-contact > a > span {
  background-color: #ffc107;
  border-radius: 0.125rem;
  color: #000;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  position: absolute;
  white-space: nowrap;
  top: 8px;
  left: 4rem;
  display: none;
}
.shortcut-contact > a > span::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 10px;
  height: 10px;
  width: 10px;
  background-color: #ffc107;
  transform: rotate(45deg);
}
.shortcut-contact > a:hover > span {
  display: inline-block;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.error {
  color: #a94442;
}

/*--Why Choose Us Start--*/
.whyChooseus .card {
  padding: 1rem;
  transition: 0.6s;
  background-color: #f7f7f5;
  box-shadow: none;
  border-radius: 12px;
  text-align: center;
}
.whyChooseus .card h3 {
  padding-top: 1rem;
}
.whyChooseus .icons-one {
  width: 100px;
  height: 100px;
  border-radius: 75% 25% 42% 58%/56% 35% 65% 44%;
  border: 1px solid #7fb432;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: 0.6s;
}
.whyChooseus .icons-one::after {
  content: "\f331";
  color: #ffffff;
  font-style: normal;
  font-size: 34px;
  font-family: bootstrap-icons;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #7fb432;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 2;
  transition: 0.6s;
}
.whyChooseus .icons-one::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -1px;
  bottom: 18px;
  border: 1px solid #7fb432;
  border-radius: 14% 86% 17% 83%/43% 64% 36% 57%;
  z-index: 1;
  transition: 0.6s;
}
.whyChooseus .icons-two {
  width: 100px;
  height: 100px;
  border-radius: 75% 25% 42% 58%/56% 35% 65% 44%;
  border: 1px solid #ec5078;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: 0.6s;
}
.whyChooseus .icons-two::after {
  content: "\f1b9";
  color: #ffffff;
  font-style: normal;
  font-size: 34px;
  font-family: bootstrap-icons;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #ec5078;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 2;
  transition: 0.6s;
}
.whyChooseus .icons-two::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -1px;
  bottom: 18px;
  border: 1px solid #ec5078;
  border-radius: 14% 86% 17% 83%/43% 64% 36% 57%;
  z-index: 1;
  transition: 0.6s;
}
.whyChooseus .icons-three {
  width: 100px;
  height: 100px;
  border-radius: 75% 25% 42% 58%/56% 35% 65% 44%;
  border: 1px solid #feb942;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: 0.6s;
}
.whyChooseus .icons-three::after {
  content: "\f414";
  color: #ffffff;
  font-style: normal;
  font-size: 34px;
  font-family: bootstrap-icons;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #feb942;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 2;
  transition: 0.6s;
}
.whyChooseus .icons-three::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -1px;
  bottom: 18px;
  border: 1px solid #feb942;
  border-radius: 14% 86% 17% 83%/43% 64% 36% 57%;
  z-index: 1;
  transition: 0.6s;
}
.whyChooseus .icons-four {
  width: 100px;
  height: 100px;
  border-radius: 75% 25% 42% 58%/56% 35% 65% 44%;
  border: 1px solid #9a42fe;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: 0.6s;
}
.whyChooseus .icons-four::after {
  content: "\f636";
  color: #ffffff;
  font-style: normal;
  font-size: 34px;
  font-family: bootstrap-icons;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #9a42fe;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 2;
  transition: 0.6s;
}
.whyChooseus .icons-four::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -1px;
  bottom: 18px;
  border: 1px solid #9a42fe;
  border-radius: 14% 86% 17% 83%/43% 64% 36% 57%;
  z-index: 1;
  transition: 0.6s;
}
.whyChooseus .icons-five {
  width: 100px;
  height: 100px;
  border-radius: 75% 25% 42% 58%/56% 35% 65% 44%;
  border: 1px solid #0c9196;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: 0.6s;
}
.whyChooseus .icons-five::after {
  content: "\f600";
  color: #ffffff;
  font-style: normal;
  font-size: 34px;
  font-family: bootstrap-icons;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #0c9196;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 2;
  transition: 0.6s;
}
.whyChooseus .icons-five::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -1px;
  bottom: 18px;
  border: 1px solid #0c9196;
  border-radius: 14% 86% 17% 83%/43% 64% 36% 57%;
  z-index: 1;
  transition: 0.6s;
}
.whyChooseus .icons-six {
  width: 100px;
  height: 100px;
  border-radius: 75% 25% 42% 58%/56% 35% 65% 44%;
  border: 1px solid #e33333;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: 0.6s;
}
.whyChooseus .icons-six::after {
  content: "\f2c6";
  color: #ffffff;
  font-style: normal;
  font-size: 34px;
  font-family: bootstrap-icons;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #e33333;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  z-index: 2;
  transition: 0.6s;
}
.whyChooseus .icons-six::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: -1px;
  bottom: 18px;
  border: 1px solid #e33333;
  border-radius: 14% 86% 17% 83%/43% 64% 36% 57%;
  z-index: 1;
  transition: 0.6s;
}

.card-one:hover {
  background-color: #7fb432;
}
.card-one:hover h3, .card-one:hover p {
  color: #ffffff;
}
.card-one:hover .icons-one {
  border-color: #ffffff;
}
.card-one:hover .icons-one::before {
  border-color: #ffffff;
}
.card-one:hover .icons-one::after {
  background-color: #ffffff;
  color: #7fb432;
}

.card-two:hover {
  background-color: #ec5078;
}
.card-two:hover h3, .card-two:hover p {
  color: #ffffff;
}
.card-two:hover .icons-two {
  border-color: #ffffff;
}
.card-two:hover .icons-two::before {
  border-color: #ffffff;
}
.card-two:hover .icons-two::after {
  background-color: #ffffff;
  color: #ec5078;
}

.card-three:hover {
  background-color: #feb942;
}
.card-three:hover h3, .card-three:hover p {
  color: #ffffff;
}
.card-three:hover .icons-three {
  border-color: #ffffff;
}
.card-three:hover .icons-three::before {
  border-color: #ffffff;
}
.card-three:hover .icons-three::after {
  background-color: #ffffff;
  color: #feb942;
}

.card-four:hover {
  background-color: #9a42fe;
}
.card-four:hover h3, .card-four:hover p {
  color: #ffffff;
}
.card-four:hover .icons-four {
  border-color: #ffffff;
}
.card-four:hover .icons-four::before {
  border-color: #ffffff;
}
.card-four:hover .icons-four::after {
  background-color: #ffffff;
  color: #9a42fe;
}

.card-five:hover {
  background-color: #0c9196;
}
.card-five:hover h3, .card-five:hover p {
  color: #ffffff;
}
.card-five:hover .icons-five {
  border-color: #ffffff;
}
.card-five:hover .icons-five::before {
  border-color: #ffffff;
}
.card-five:hover .icons-five::after {
  background-color: #ffffff;
  color: #0c9196;
}

.card-six:hover {
  background-color: #e33333;
}
.card-six:hover h3, .card-six:hover p {
  color: #ffffff;
}
.card-six:hover .icons-six {
  border-color: #ffffff;
}
.card-six:hover .icons-six::before {
  border-color: #ffffff;
}
.card-six:hover .icons-six::after {
  background-color: #ffffff;
  color: #e33333;
}

/*--Why Choose Us End--*/
.whatIs {
  background-color: #f5f5f5;
}
.whatIs .row .card {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.mobileApp .card {
  box-shadow: none;
}

.features .feature {
  background-color: rgba(131, 193, 42, 0.0901960784);
}
.features .feature h5 {
  padding-top: 1rem;
}
.features .topTab {
  border-bottom: 1px solid rgb(240, 238, 238);
}
.features .tabs .indicator {
  background-color: #7FB432;
  right: 565px;
  left: 70px;
}
.features .tabs .tab a.active {
  color: #7FB432;
}
.features .tabs .tab a:hover {
  color: #7FB432;
}
.features #test1 .row,
.features #test2 .row,
.features #test3 .row {
  margin-top: 2rem;
}

#essentialfeatures {
  margin-top: 2rem;
}

#userfeatures {
  margin-top: 2rem;
}

#adminfeatures {
  margin-top: 2rem;
}

.technoServer {
  background-color: #f5f5f5;
}
.technoServer .technology {
  position: relative;
}
.technoServer .technology .row .col {
  margin-bottom: 1.3rem;
  padding-left: 0;
}

.whatDeliver .card {
  padding: 1rem;
  position: relative;
}
.whatDeliver .card .icon {
  position: relative;
}
.whatDeliver .card h5,
.whatDeliver .card p {
  position: relative;
}
.whatDeliver .card:hover .inlineDesign {
  width: 100%;
  height: 100%;
  background-color: rgba(197, 253, 195, 0.452);
  border-radius: 0;
}
.whatDeliver .inlineDesign {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background-color: #a2cb67;
  transition: 0.6s;
  border-radius: 0 0 0 50px;
}

.cta {
  background: url(../images/ctabanner.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cta h2 {
  color: #ffffff;
  z-index: 999;
  position: relative;
}
.cta p {
  color: #ffffff;
  z-index: 999;
  position: relative;
}

.banner {
  background-color: #678d2f;
  position: relative;
}
.banner .carousel .indicators {
  bottom: -30px;
}
.banner .carousel .indicators .indicator-item.active {
  background-color: #7FB432;
}
.banner .carousel .indicators .indicator-item {
  background-color: rgb(194, 221, 255);
}
.banner .vector-one {
  position: absolute;
  top: 60px;
  left: -120px;
  animation: anim 32s infinite;
}
@keyframes anim {
  from {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.banner .bannerForm {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 3rem;
  position: relative;
  z-index: 9;
}
.banner .bannerForm::before {
  background-color: rgba(255, 255, 255, 0.149);
  border-radius: 4px;
  content: "";
  bottom: -10px;
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}
.banner .bannerForm .firstInput {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.banner .bannerForm .firstInput::-moz-placeholder {
  color: #888;
}
.banner .bannerForm .firstInput::placeholder {
  color: #888;
}
.banner .bannerForm .firstInput::-webkit-input-placeholder {
  color: #888;
}
.banner .bannerForm .secondInput {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-left: 1rem;
  width: -webkit-fill-available;
  margin-bottom: 0;
}
.banner .bannerForm .secondInput::-moz-placeholder {
  color: #888;
}
.banner .bannerForm .secondInput::placeholder {
  color: #888;
}
.banner .bannerForm .secondInput::-webkit-input-placeholder {
  color: #888;
}
.banner .bannerForm .browser-default,
.banner .bannerForm .select-wrapper {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  height: 47px;
}
.banner .bannerForm .select-wrapper input.select-dropdown {
  border-bottom: none;
  width: 100%;
  padding-left: 6px;
}
.banner .bannerForm .browser-default input.select-dropdown {
  border-bottom: none;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.banner .bannerForm .select-wrapper span.caret {
  right: 12px;
}
.banner .bannerForm .browser-default {
  margin-bottom: 1.3rem;
}
.banner .bannerForm .browser-default select:focus {
  outline: 1px solid #A2CB67;
}
.banner .form-group p.formLabel {
  color: #000000;
}
.banner .row h1 {
  position: relative;
  color: #ffffff;
}
.banner .row p {
  position: relative;
  color: #ffffff;
}
.banner .row .rightSide {
  position: relative;
}
.banner .bannerButton {
  margin-top: 1rem;
}

.vdoSection .container {
  justify-content: center;
}
.vdoSection .container iframe {
  border-radius: 12px;
}

/* Small Footer */
.small-footer {
  border-radius: 0.625rem 0.625rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.small-footer {
  background-color: #fff;
  padding-top: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
}

.small-footer strong {
  color: #333;
}

.small-footer-copyrights {
  flex: 2;
}

.small-footer .footer-social-links {
  transform: none;
  flex: 1;
  text-align: end;
  float: inline-end;
  margin: 0 -5px 0 0;
  position: relative;
  top: 2px;
}

.small-footer .footer-social-links li {
  color: #333;
  transform: none;
  float: none;
  margin: 0 -3px;
}

.small-footer .footer-social-links li a {
  color: #333;
  transform: none;
}

.small-footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
  text-align: center;
}

.small-footer > ul > li {
  margin-inline-start: -1px;
  flex: 1;
}

.small-footer > ul > li > a:not(.btn).active {
  color: #7FB432;
}

.small-footer > ul > li > a:not(.btn) {
  color: #0d1927;
  display: block;
  padding: 6px;
}

.small-footer > ul > li > a:not(.btn).active img {
  filter: grayscale(0);
}

.small-footer > ul > li > a:not(.btn) img {
  font-size: 1.5rem;
  filter: grayscale(100%);
  margin-bottom: 0.1rem;
}

.small-footer > ul > li > a:not(.btn) span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.small-footer > ul > li > a:not(.btn).postAd-btn > div {
  background-color: #7FB432;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin: auto;
  margin-top: -17px;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-footer > ul > li > a:not(.btn).postAd-btn img {
  filter: brightness(0) invert(1);
  /* margin-top: 14px; */
}

.small-footer > ul > li > a:not(.btn).postAd-btn {
  color: #fff;
}

@media (min-width: 1199.98px) {
  .whatDeliver .card {
    min-height: 285px;
  }
  .whyChooseus .card {
    min-height: 354px;
  }
  .small-footer {
    display: none;
  }
  .cta {
    padding: 8rem 0;
  }
  .cta .wave {
    position: absolute;
    bottom: -31px;
  }
  .banner .wave {
    position: absolute;
    bottom: -31px;
  }
  .banner h1 {
    font-size: 3rem;
    font-weight: 800;
    padding-bottom: 1rem;
  }
  .banner p {
    font-size: 18px;
  }
  .banner .rowOne {
    display: flex;
    align-items: center;
  }
  .technology {
    position: relative;
    padding-right: 1rem;
  }
  .technology::after {
    position: absolute;
    content: "";
    top: 120px;
    right: -95px;
    width: 202px;
    height: 1px;
    rotate: 90deg;
    background-color: #dadada;
  }
  .technology .row {
    justify-content: space-between;
  }
  .whatIs .row {
    display: flex;
    align-items: center;
  }
  .mobileApp .row {
    display: flex;
    align-items: center;
  }
  .row.btnRow {
    display: flex;
    align-items: center;
  }
}
.medium-modal {
  max-width: 600px;
  width: 90%;
}

dotlottie-wc {
  margin: 0 auto;
}

.modal .modal-footer {
  text-align: center;
}

.modal .modal-footer a {
  background: lightgray;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}

.btn:focus {
  background-color: #A2CB67;
}

.mission .card {
  box-shadow: none;
}
.mission .row img {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.mission .missionCard img {
  border-right: 4px solid #ad9bce;
  border-bottom: 4px solid #ad9bce;
  transition: 0.6s;
}
.mission .missionCard img:hover {
  border-color: #5d4093;
}

.vision .card {
  box-shadow: none;
}
.vision .row img {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.vision .visionCard img {
  border-left: 4px solid #ad9bce;
  border-bottom: 4px solid #ad9bce;
}
.vision .visionCard img:hover {
  border-color: #5d4093;
}

#demos {
  background: url(../images/demoimg.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#demos .row {
  align-items: center;
}
#demos .card {
  box-shadow: none;
  background-color: transparent;
}
#demos .demobtn {
  background-color: transparent;
  border: 1px solid rgb(116, 116, 116);
  color: rgb(53, 53, 53);
  border-radius: 6px;
  transition: 0.6s;
}
#demos .demobtn:hover {
  background-color: rgb(75, 75, 75);
  color: #ffffff;
}
#demos .demobtn:hover i {
  padding-left: 1rem;
}
#demos .demobtn i {
  font-size: 14px;
  transition: 0.6s;
}

#modal_demo {
  padding: 1rem;
  background-color: rgb(255, 255, 255);
}

#modal_demo .modal-content {
  padding: 0;
}

.directcard {
  box-shadow: none;
}

.directcontact {
  display: flex;
  align-items: center;
  background: #fffaf0;
  padding: 8px;
  border-radius: 12px;
  position: relative;
  color: #ff611a;
}

.directcontact::after {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  color: #c5c5c5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(100%);
}

.directcontact .iconn {
  margin-right: 1rem;
}

#modal_demo .modal-header {
  display: flex;
  justify-content: space-between;
  color: #888;
}

#modal_demo .modal-close {
  cursor: pointer;
  font-size: 35px;
  margin-top: -24px;
  color: #888;
  text-align: end;
}

#modal_demo .formcard {
  background: #fffaf0;
  border-radius: 12px;
  padding: 2rem;
}

.features .tabs {
  display: flex;
  justify-content: center;
}

#google_translate_element .goog-te-combo {
  display: block;
}

#google_translate_element {
  margin-left: 1rem;
}

#google_translate_element .goog-te-combo {
  margin: 21px 0 4px 0;
  width: 153px;
  height: auto;
  padding: 0.5rem;
  /* border-color: rgb(30, 35, 60); */
  border-radius: 6px;
  /* color: rgb(30, 35, 60); */
  font-weight: 600;
}

.goog-te-gadget {
  line-height: 10px;
}

#google_translate_element span {
  float: right;
}

/*--mobile Translate--*/
#google_translate_element_mobile .goog-te-combo {
  display: block;
}

#google_translate_element {
  margin-left: 1rem;
}

#google_translate_element_mobile .goog-te-combo {
  margin: 21px 0 4px 0;
  width: 100%;
  height: auto;
  padding: 0.5rem;
  /* border-color: rgb(30, 35, 60); */
  border-radius: 6px;
  /* color: rgb(30, 35, 60); */
  font-weight: 600;
}

#google_translate_element_mobile span {
  float: right;
}

.top-nav ul .translatee a:hover:before {
  width: 0;
  /* background-color: transparent; */
}

@media (min-width: 1199.98px) {
  #demos .row {
    display: flex;
    align-items: center;
  }
  .banner {
    padding: 3rem 0 8rem 0;
  }
  .mission .row {
    display: flex;
    align-items: center;
  }
  .vision .row {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .mobiledevice {
    display: none;
  }
  .desktopScreen {
    display: none;
  }
  .features .feature {
    min-height: 191px;
  }
}
@media (max-width: 767.98px) {
  .desktopdevice {
    display: none;
  }
  #essentialfeatures .feature {
    min-height: 201px;
  }
  #userfeatures .feature {
    min-height: 201px;
  }
  #adminfeatures .feature {
    min-height: 201px;
  }
  .whyChooseus .card {
    min-height: 130px;
    display: flex;
    align-items: center;
    background-color: rgba(168, 233, 71, 0.082);
  }
  .whyChooseus .card h3 {
    font-size: 18px;
  }
  .whatDeliver {
    margin-bottom: 2rem;
  }
  .whatDeliver .card {
    min-height: 162px;
    text-align: center;
    border-radius: 6px;
  }
  .whatDeliver .card .inlineDesign {
    display: none;
  }
  .whatDeliver .card h5 {
    font-size: small;
  }
  .whatDeliver .card p {
    display: none;
  }
  .banner {
    text-align: center;
    padding: 1rem 0 2rem 0;
  }
  .mobileScreen {
    display: none;
  }
  .desktopScreen {
    margin-top: 2rem;
  }
  .vector-one {
    display: none;
  }
  .banner .bannerForm .btn {
    margin-top: 1rem;
  }
  footer {
    display: none;
  }
  .small-footer {
    display: block;
    text-align: center;
  }
  .small-footer .footer-social-links {
    float: none;
    left: -10px;
    margin-top: 10px;
  }
  .rightSide {
    display: none;
  }
  .whyChooseus .card {
    text-align: center;
  }
  .whyChooseus .icons-one, .whyChooseus .icons-two, .whyChooseus .icons-three, .whyChooseus .icons-four, .whyChooseus .icons-five, .whyChooseus .icons-six, .whyChooseus p {
    display: none;
  }
  .cta {
    padding: 2rem 0;
  }
}
@media (max-width: 1198px) {
  .wave {
    display: none;
  }
}
/*--New--*/
/* END CSS *//*# sourceMappingURL=style.css.map */