@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");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap");
@font-face {
  font-family: "Poetsen One";
  src: url("../fonts/PoetsenOne-Regular.woff") format("woff2"), url("../fonts/PoetsenOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.poetsen-font {
  font-family: "Poetsen One";
}

body {
  font-family: "Poppins", sans-serif;
}

.merienda-font {
  font-family: "Merienda", cursive;
}

.input_box input::-moz-placeholder, .input_box textarea::-moz-placeholder {
  color: #666666;
  font-weight: 500;
}

.input_box input::placeholder, .input_box textarea::placeholder {
  color: #666666;
  font-weight: 500;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#particles-js1 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.service_section .main_box .inner_service_box {
  opacity: 0.2;
}
.service_section .main_box .icon_bg {
  transition: all 0.5s ease;
}
.service_section .main_box .content {
  opacity: 0;
  transition: all 0.5s ease;
}
.service_section .main_box .inner_content {
  background: transparent;
  transition: all 0.5s ease;
}
.service_section .main_box:hover .inner_service_box {
  opacity: 1;
}
.service_section .main_box:hover .inner_content {
  background: #33562C;
  transition: all 0.5s ease;
}
.service_section .main_box:hover .content {
  opacity: 1;
  transition: all 0.5s ease;
}
.service_section .main_box:hover .icon_bg {
  opacity: 1;
  transition: all 0.5s ease;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dropdown-nav {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transform: translateY(-20px);
}

li:hover .dropdown-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  box-shadow: 0 7px 6px 4px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

footer input::-moz-placeholder {
  color: #fff !important;
}

footer input::placeholder {
  color: #fff !important;
}
footer .footer_heading h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100px;
  background-color: #FFFFFF;
}
footer .social_icons a:hover i {
  color: #fff;
}
footer .social_icons a:hover::after {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease;
}
footer .social_icons a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  transform-origin: center center;
  background-color: #FFB538;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.2s ease;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-active {
  overflow: hidden;
  padding-right: 15px;
}/*# sourceMappingURL=style.css.map */