@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&family=Karla:wght@300;400;500;600;700&family=Raleway:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Karla", sans-serif !important;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

p {
  font-size: 18px !important;
}

h2 {
  font-size: 30px !important;
  color: #0171af;
}

h3 {
  font-size: 28px !important;
}

h6 {
  font-size: 20px !important;
}

.navbar .nav-item {
  padding-right: 20px;
}
.navbar .nav-item a {
  font-size: 18px !important;
  color: #000 !important;
}
.navbar #getStartBtn {
  padding: 10px 20px;
  background-color: #0171af;
  border-radius: 30px;
  color: #fff;
  border: none;
}
.navbar #getStartBtn:hover {
  background-color: #b4d684;
}

.navbar-brand img {
  height: 60px;
}

.popup-form {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%) !important;
  width: 500px;
  height: 400px;
  text-align: center;
  background-color: #b4d684;
  padding: 10px;
  z-index: 100;
  /*to hide popup initially*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-form .close-btn {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 30px;
  background: none;
  color: rgb(0, 0, 0);
  border: none;
  padding: 4px;
}

.contact-form {
  padding: 20px;
}
.contact-form .submit-btn {
  background-color: #0171af;
  padding: 8px 25px;
  border-radius: 30px;
  border: none;
  color: #fff;
}

.banner-title h1 {
  color: #0171af;
  font-weight: 600;
}

.banner-img {
  animation-name: move-up-down;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

.food_services {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}
.food_services .food-img {
  height: 100px;
}
.food_services img {
  height: 40px;
}
.food_services h6 {
  padding-top: 20px;
  color: #0171af;
  text-align: center;
}

.sec-bg {
  background-color: rgba(1, 114, 175, 0.1294117647);
}
.sec-bg .wrapper-text {
  margin-right: 20%;
}
.sec-bg .wrapper-text p {
  text-align: justify;
}

.offer-img {
  text-align: center;
  margin: 30px 0;
}
.offer-img .solution_btn {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px 45px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.offer-img .solution_btn:hover {
  background-color: #0171af;
  color: #fff;
}

.solution-icons {
  text-align: center;
  margin: 20px 0;
}
.solution-icons p {
  font-size: 16px !important;
}

.sec_bg {
  background-color: #0171af;
}
.sec_bg .client-text {
  color: #fff;
}
.sec_bg .client-text h2 {
  color: #fff;
}
.sec_bg .increment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sec_bg .counter {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.sec_bg .label {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.testimonial-box {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 30px;
}
.testimonial-box .testimonial-card {
  background-color: #b4d684;
  padding: 15px;
}
.testimonial-box span {
  font-size: 18px;
}
.testimonial-box p {
  padding: 15px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  display: none !important;
}

.wrapper_content .solution_btn {
  margin-top: 30px;
  background-color: #0171af;
  padding: 10px 45px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #fff;
}

.subscribe-text {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  width: 70%;
  margin: 0px auto;
}
.subscribe-text h2 {
  color: #0171af;
  text-align: center;
  margin-bottom: 30px;
}
.subscribe-text .c-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.subscribe-text .c-row .footer-mail {
  text-align: center;
}
.subscribe-text .c-row .footer-mail .form-control {
  border-radius: 30px;
  width: 100%;
}
.subscribe-text .c-row .submit-btn {
  background-color: #0171af;
  padding: 8px 30px;
  border-radius: 30px;
  border: none;
  color: #fff;
}

.footer-text {
  color: #fff;
}
.footer-text ul {
  padding: 0;
  margin: 0;
}
.footer-text ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-text ul li a {
  color: #fff;
  font-size: 18px;
}
.footer-text .footer-social {
  margin: 20px 0;
}
.footer-text .footer-social i {
  font-size: 20px;
  padding-right: 20px;
}
.footer-text .footer-social a {
  color: #fff;
}
.footer-text .footer-social a:hover {
  color: #b4d684;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.copyright a {
  color: #000;
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */