@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --font-inter:"Inter", sans-serif;
  --font-spartan:"Spartan";
  --font-inter:"Inter", serif;
  --black:#000;
  --white:#fff;
  --color-1:#696969;
  --color-2:#282F3B;
  --color-3:#4A4E56;
  --color-4:#3D3D3D;
  --border-1:#e0e0e0;
  --background-1:#f0f3f9;
  --background-2:#134aaa;
  --background-3:#7fcd31;
  --transition: all .3s ease-in-out;
}

body {
  color: var(--black);
  position: relative;
  z-index: 999;
}

.padding20 {
  padding: 20px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding100 {
  padding-top: 140px;
}

.margin-left {
  margin-left: 10px !important;
}

.background-1 {
  background: var(--background-1);
}

.background-2 {
  background: url(../images/banner-2.jpg) no-repeat center center fixed;
  background-size: cover;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

section .about h2 {
  font-size: 56px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}
section .about p {
  color: var(--color-1);
  font-size: 18px;
  line-height: 30px;
}
section .about .img {
  border: solid 1px rgb(224, 224, 224);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
}
section .about .button {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  border: solid 2px var(--black);
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
section .about .button:hover {
  color: var(--white);
  background: #36a893;
  box-shadow: 0px 15px 25px 0px rgba(114, 106, 136, 0.5);
  border-color: #36a893;
  border-radius: 5px;
}
section .about .achievements h2 {
  font-size: 56px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}
section .about .achievements p {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-1);
}
section .about .achievements .img {
  border: solid 1px rgb(224, 224, 224);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
}
section .about .achievements .list ul {
  margin: 0;
  padding: 0;
}
section .about .achievements .list ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 18px;
  padding: 5px 0;
  line-height: 30px;
  color: var(--color-1);
}
section .about .story h3 {
  font-size: 56px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0px;
}
section .about .story p {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-1);
}
section .about .story .img {
  border: solid 1px rgb(224, 224, 224);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
}
section .about .vision h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 30px;
}
section .about .vision .item {
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
  border: solid 1px rgb(224, 224, 224);
  padding: 40px 20px;
  height: 100%;
  text-align: center;
  border-radius: 10px;
}
section .about .vision .item h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
}
section .about .vision .item img {
  width: 50px;
  margin: 0 auto 10px;
}
section .about .vision .item p {
  font-size: 15px;
  color: var(--black);
  line-height: 25px;
}
section .automated .inner-banner {
  color: var(--white);
}
section .automated .inner-banner h3 {
  font-family: var(--font-spartan);
  font-size: 40px;
  font-weight: 800;
  color: var(--white);
  line-height: normal;
}
section .automated .inner-banner h4 {
  font-family: var(--font-spartan);
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
}
section .automated .inner-banner p {
  font-family: var(--font-inter);
  line-height: 35px;
  font-size: 18px;
  color: var(--white);
}
section .automated .features {
  font-family: var(--font-spartan);
}
section .automated .features h2 {
  font-family: var(--font-spartan);
  font-size: 30px;
  font-weight: 800;
  color: var(--color-2);
  line-height: normal;
}
section .automated .features h3 {
  font-family: var(--font-spartan);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-2);
}
section .automated .features .item .number {
  background: var(--background-3);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px 2px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
section .automated .features .item h3 {
  font-family: var(--font-spartan);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-2);
  margin: 0;
  line-height: normal;
}
section .automated .features .item p {
  color: var(--color-3);
  font-size: 16px;
  font-family: var(--font-inter);
  margin: 0;
}
section .automated .features .item2 {
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
  border: solid 1px rgb(224, 224, 224);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
section .automated .features .item2 .icon {
  margin-bottom: 20px;
}
section .automated .features .item2 .icon img {
  width: 50px;
}
section .automated .features .item2 h3 {
  font-size: 16px;
}
section .automated .features .item2 p {
  font-size: 14px;
}
section .automated .business h2 {
  font-family: var(--font-spartan);
  font-size: 30px;
  font-weight: 800;
  color: var(--color-2);
  line-height: normal;
}
section .automated .business h3 {
  font-family: var(--font-spartan);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-2);
}
section .automated .business p {
  color: var(--color-3);
  font-size: 16px;
  font-family: var(--font-inter);
  margin: 0;
}
section .automated .business .img-fluid {
  border-radius: 10px;
}
section .automated .business .list ul {
  margin: 0;
  padding: 0;
}
section .automated .business .list ul li {
  list-style: none;
  transition: var(--transition);
  padding: 8px 0px 8px 30px;
  font-family: var(--font-inter);
  font-size: 16px;
  color: var(--color-3);
  position: relative;
  line-height: 23px;
}
section .automated .business .list ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  display: inline-block;
  font-weight: 900;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--background-3);
  border-radius: 4px;
  position: absolute;
  left: 0;
  font-size: 9px;
  color: var(--white);
  top: 12px;
}
section .automated .business .item .box {
  text-align: center;
}
section .automated .business .item .box .number {
  font-family: var(--font-spartan);
  font-size: 30px;
  font-weight: 800;
  color: var(--color-2);
  margin-bottom: 10px;
}
section .automated .business .item .box .text {
  color: var(--color-3);
  font-size: 16px;
  font-family: var(--font-inter);
  margin: 0;
}
section .automated .faq h2 {
  font-family: var(--font-spartan);
  font-size: 30px;
  font-weight: 800;
  color: var(--color-2);
  line-height: normal;
}
section .automated .call-us .item {
  background: url(../images/slider-1-2.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 0px 0 40px;
  color: var(--white);
}
section .automated .call-us .item .img {
  height: 240px;
}
section .automated .call-us .item h3 {
  font-family: var(--font-spartan);
  font-size: 25px;
  font-weight: 800;
  color: var(--white);
  line-height: normal;
}
section .automated .call-us .item p {
  color: var(--white);
  font-size: 18px;
  font-family: var(--font-inter);
  margin: 0;
}
section .automated .list2 ul {
  margin: 0;
  padding: 0;
}
section .automated .list2 ul li {
  list-style: none;
  transition: var(--transition);
  padding: 8px 0px 8px 30px;
  font-family: var(--font-inter);
  font-size: 16px;
  color: var(--color-3);
  position: relative;
  line-height: 30px;
}
section .automated .list2 ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  display: inline-block;
  font-weight: 900;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--background-2);
  border-radius: 4px;
  position: absolute;
  left: 0;
  font-size: 9px;
  color: var(--white);
  top: 15px;
}
section .faq-item i {
  font-size: 12px;
}
section .policy h2 {
  font-size: 25px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 20px;
}
section .policy p {
  color: var(--color-1);
  font-size: 18px;
  line-height: 30px;
}
section .policy .list ol {
  padding: 0 40px;
}
section .policy .list ol li {
  padding: 5px 0;
  color: var(--color-1);
  font-size: 18px;
  line-height: 30px;
}
section .policy .list ol li h3 {
  font-size: 18px;
}
section .policy .list ol li p {
  margin-bottom: 0;
}
section .policy .list ol li ul {
  padding-left: 40px;
}
section .policy .list ol li ul li {
  list-style: circle;
  color: var(--color-1);
  font-size: 18px;
}
section .price .item {
  border: solid 1px var(--border-1);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
section .price .item h2 {
  font-weight: 700;
  font-size: 25px;
  margin: 0;
}
section .price .item h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
section .price .item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
section .price .item p {
  color: var(--color-4);
  padding: 5px 0;
  font-size: 17px;
}
section .price .item ul li {
  color: var(--color-4);
  padding: 5px 21px;
  font-size: 17px;
  position: relative;
}
section .price .item ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: 0px;
  font-size: 15px;
}
section .price .item button {
  background-color: #36a893;
  box-shadow: 0px 15px 25px 0px rgba(114, 106, 136, 0.5);
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  margin-top: 20px;
  color: var(--white);
  cursor: pointer;
}
section .price .item button:hover {
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .navbar-fixed-top {
    position: relative !important;
  }
  section .about h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
  }
  section .about .button {
    margin-bottom: 20px;
  }
  section .achievements h2 {
    margin-top: 20px;
    font-size: 25px !important;
  }
  section .story h3 {
    font-size: 25px !important;
  }
  section .vision h2 {
    line-height: normal;
    font-size: 28px !important;
  }
  section .automated .inner-banner h3 {
    font-size: 22px;
    line-height: 30px;
  }
  section .automated .inner-banner h4 {
    font-size: 18px;
    line-height: normal;
  }
  section .automated .business h2 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 20px;
  }
  section .automated .business h3 {
    font-size: 16px;
  }
  section .automated .business .item .box {
    margin-bottom: 20px;
  }
  section .automated .business .list {
    margin-top: 20px;
  }
  section .automated .features h2 {
    font-size: 23px;
    line-height: 35px;
  }
  section .automated .header-right .menu-btn {
    display: block;
  }
}/*# sourceMappingURL=stylesheet.css.map */