@import url("https://fonts.googleapis.com/css2?family=Artifika&family=Courgette&family=DM+Sans:wght@400;500;700&family=Inria+Sans:wght@400;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=Lato:wght@300;400;700&family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Poppins:wght@400;500&family=Raleway:wght@400;500;600;700&family=Roboto+Condensed:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

h2,
h3,
h4 {
  font-size: 28px !important;
  font-weight: 500 !important;
}

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

.btn_1 {
  background-color: #00A551;
  padding: 12px 20px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.btn_1:hover {
  background-color: #ADE792;
  color: #00A551;
}

.btn_2 {
  background-color: #fff;
  padding: 15px 20px;
  color: #00A551;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.btn_2:hover {
  background-color: #ADE792;
  color: #00A551;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(245, 237, 220, 0.5137254902) !important;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.596) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.upper_navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.upper_navbar .nav_icon i {
  color: #00A551;
  font-size: 20px;
  vertical-align: middle;
  padding-right: 10px;
}
.upper_navbar .nav_icon a {
  color: #000;
}
.upper_navbar .navbar-brand img {
  height: 50px;
}

.navbar {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.navbar .nav-item {
  padding: 10px 10px;
  position: relative;
}
.navbar .nav-item a {
  color: #000 !important;
}
.navbar .nav-item .dropdown {
  position: absolute;
  background-color: #ADE792;
  top: 50px;
  left: 10px;
  width: 220px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9999 !important;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  animation: rotateMenu 400ms ease-in-out;
  transform-origin: top center;
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(15deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.navbar .nav-item .dropdown li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(165, 159, 159, 0.5490196078);
}
.navbar .nav-item .dropdown li:hover {
  background-color: #00A551;
}
.navbar .nav-item .dropdown li:hover a {
  color: #fff !important;
}
.navbar .nav-item:hover .dropdown {
  display: block !important;
}

.mobile_logo {
  display: none;
}

.banner {
  background: url("../images/banner.png") center no-repeat;
  width: 100%;
  height: 70vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4196078431);
}
.banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  text-align: center;
  color: #fff;
}
.banner .banner-title h1 {
  text-transform: uppercase;
  color: #ADE792;
  margin-bottom: 25px;
  font-weight: 500 !important;
}
.banner .banner-title .banner_btn {
  margin-top: 35px;
}

.wrapper-text {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.wrapper-text span {
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #00A551;
  color: transparent;
  font-size: 40px;
  font-weight: 500;
  opacity: 0.2;
}

.services-text {
  text-align: center;
}

.wrapper_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.wrapper_text span {
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #00A551;
  color: transparent;
  font-size: 40px;
  font-weight: 500;
  opacity: 0.2;
}

.services-img {
  margin-top: 15px;
}
.services-img img {
  border-radius: 10px;
}
.services-img .services-img_title {
  text-align: center;
  margin-top: 15px;
}
.services-img .services-img_title h5 {
  font-size: 20px !important;
  color: #000;
}
.services-img .services-img_title .services-btn a {
  color: #00A551;
}

.sec-wrapper {
  background-color: #ADE792;
}

.business_card {
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: auto;
  padding: 20px;
  margin-top: 15px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.business_card:hover {
  background-color: #ADE792;
}
.business_card:hover h5 {
  color: #fff !important;
}
.business_card .busniss_title {
  line-height: 30px;
  margin-top: 30px;
}
.business_card .busniss_title h5 {
  font-size: 20px !important;
  color: #000;
}
.business_card .busniss_title a {
  color: #00A551;
}
.business_card img {
  height: 60px;
}

.sec-wrapper2 {
  background: rgb(173, 231, 146);
  background: linear-gradient(90deg, rgb(173, 231, 146) 65%, rgb(255, 255, 255) 50%);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  margin: 30px 0 !important;
}
.sec-wrapper2 .contact_form {
  width: 80%;
  margin: 0 auto;
}
.sec-wrapper2 .contact_form .submit-btn {
  background-color: #00A551;
  padding: 10px 20px;
  color: #fff;
  border: none;
  text-align: center;
}
.sec-wrapper2 .logo_wrapper {
  display: flex;
  align-items: center;
  justify-items: center;
}
.sec-wrapper2 .logo_wrapper img {
  height: 50px;
}

.contact-card .contact-card-title {
  text-align: center;
  margin-top: 15px;
}
.contact-card .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 15px;
}

.footer-sec {
  background-color: #00A551;
}

.footer_nav {
  color: #fff;
}
.footer_nav img {
  height: 50px;
}
.footer_nav ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.footer_nav ul li {
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}
.footer_nav ul li a {
  color: #fff;
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.copy-right a {
  color: #000;
}

.about-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
}
.about-banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3137254902);
}

.mission-text .mission-text h2 {
  color: #ADE792;
}

.product-banner {
  background: url("../images/banner-2.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
}
.product-banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3137254902);
}

.products-solutions_title h2 {
  position: relative;
}
.products-solutions_title h2::before {
  content: "";
  position: absolute;
  width: 180px !important;
  height: 2px !important;
  background-color: #00A551 !important;
  left: 42%;
  bottom: -20px;
}
.products-solutions_title h2::after {
  content: "";
  position: absolute;
  width: 50px !important;
  height: 5px !important;
  background-color: #00A551 !important;
  left: 48%;
  bottom: -21px;
}

.products-solution_list ul {
  list-style: none;
}
.products-solution_list ul li {
  margin-bottom: 10px;
  font-weight: 500;
}
.products-solution_list ul li span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.products-solution_list ul li i {
  font-size: 20px;
}
.products-solution_list ul li .sub_list li {
  display: block !important;
}

.solution-banner {
  background: url("../images/banner-4.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
}
.solution-banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3137254902);
}

.solution_text ul {
  padding: 0;
  list-style: none;
}
.solution_text ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  font-weight: 500 !important;
}
.solution_text ul li i {
  font-size: 20px;
  vertical-align: middle;
}

.education-trainig_banner {
  background: url("../images/banner-5.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  height: 65vh;
}
.education-trainig_banner .banner_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3137254902);
}

.contact-info {
  margin-top: 40px;
}
.contact-info ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.contact-info ul li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-info ul li a {
  color: #000;
  font-size: 18px;
}
.contact-info ul li i {
  font-size: 25px;
  color: #00A551;
}

.contact-bg {
  background-color: #f1f1f1;
}
.contact-bg .contact-form {
  background-color: #fff;
  padding: 25px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
}
.contact-bg .contact-form .form-title {
  text-align: center;
  padding-bottom: 30px;
}
.contact-bg .contact-form .form-group input {
  border: none;
  border-bottom: 1px solid rgba(148, 140, 140, 0.7450980392);
  border-radius: 0;
}
.contact-bg .contact-form .submit-btn {
  padding: 10px 100px;
  background-color: #00A551;
  color: #fff;
  border: none;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */