@font-face {
  font-family: Noto serif;
  font-weight: 400;
  src: url(../font/Noto_Serif/NotoSerif-Regular.ttf);
}
@font-face {
  font-family: Noto serif;
  font-weight: 600;
  src: url(../font/Noto_Serif/NotoSerif-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.help-block {
  color: red;
}

body {
  font-size: 16px;
  font-family: Noto serif, serif !important;
  color: #333333;
  font-weight: 400;
  line-height: 26px;
}

.g-recaptcha {
  transform: scale(1);
  transform-origin: top left;
  width: 100%;
  height: auto;
}

.btn {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  padding: 7px 25px;
  margin: 0px 10px;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3411764706);
  transition: 0.5s;
  color: #000;
}

.btn-primary {
  background-color: #00a651;
}
.btn-primary:hover {
  background-color: #00a651;
}
.btn-primary:active {
  background-color: #00a651;
}

.btn-secondary {
  background-color: #334ec6;
}
.btn-secondary:hover {
  background-color: #334ec6;
}
.btn-secondary:active {
  background-color: #334ec6;
}

h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.fa-bars {
  font-size: 30px;
  color: #00a651;
}

.title {
  color: #00a651;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.sub-title {
  font-size: 18px;
}

.section {
  padding: 30px 0px;
}

/* side bar */
#closesidebar {
  margin-left: -380px;
}

.side-menu {
  position: fixed;
  max-width: 380px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 99999999;
  left: 0;
}
.side-menu .click {
  padding: 20px 0px;
  background-color: #00a651;
}
.side-menu .click .close {
  padding: 0px 30px;
  display: flex;
  justify-content: space-evenly;
}
.side-menu .click .close a {
  color: #000;
}
.side-menu .side-bar {
  padding: 10px 50px;
}
.side-menu .side-bar .navbar-nav .nav-item {
  border-bottom: 1px solid #000;
}
.side-menu .side-bar .navbar-nav .nav-item .nav-link {
  transition: 0.3s;
}
.side-menu .side-bar .navbar-nav .nav-item .nav-link:hover {
  color: #00a651;
  transition: 0.3s;
}
.side-menu .side-bar .navbar-nav .nav-item .active {
  color: #00a651 !important;
}

header {
  background-color: #1b4688;
  padding: 10px 0px;
}

.banner {
  background-image: url(../img/banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
}
.banner .banner-content p {
  color: #fff;
  text-align: center;
}
.banner .banner-content .btn-primary,
.banner .banner-content .btn-secondary {
  border: none;
}

.our-mission .content h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}

.our-stories {
  background-color: #eceef1;
  padding: 25px 0 40px;
  position: relative;
}
.our-stories .right-content {
  padding: 25px;
  background: #fff;
  top: 0;
  right: 120px;
  translate: -40px 35px;
  transition: 0.5s;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}
.our-stories .right-content h3 {
  color: #00a651;
}
.our-stories .right-content .hide-date {
  opacity: 0;
  transition: 0.3s ease all;
}
.our-stories .right-content:hover {
  box-shadow: 0 0.625em 1.25em rgba(0, 0, 0, 0.19), 0 0.375em 0.375em rgba(0, 0, 0, 0.23);
  transition: 0.5s;
}
.our-stories .right-content:hover .hide-date {
  opacity: 1;
}

.product .content {
  padding: 30px;
}

.our-customer {
  background-color: #eceef1;
}
.our-customer .content {
  padding-top: 15px;
}
.our-customer .content a {
  color: #000;
  font-weight: 600;
}
.our-customer .content h3 {
  margin-top: 10px;
}

footer .footer-top {
  background-color: #1b4688;
}
footer .footer-top .footer-content {
  padding: 0px 15px;
}
footer .footer-top .footer-content h4 {
  color: #00a651;
  font-weight: 600;
}
footer .footer-top .footer-content p {
  color: #fff;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}
footer .footer-top .footer-content ul li a {
  color: #fff;
}
footer .footer-top .footer-content .fa {
  margin-right: 8px;
}
footer .footer-bottom {
  background-color: #000;
  padding: 10px 0px;
}
footer .footer-bottom .content p {
  margin: 0;
  margin-right: 5px;
  color: #fff;
}
footer .footer-bottom .content a {
  color: #00a651;
}
footer .footer-bottom .content a:hover {
  text-decoration: underline !important;
}

.bottom-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
.bottom-to-top a {
  color: #00a651;
  font-size: 35px;
}

.company .content {
  padding-top: 15px;
}
.company .content h4 {
  font-size: 22px;
  font-weight: bold;
}
.company .content .fa {
  color: #00a651;
  margin-right: 8px;
}
.company .content ul li a {
  color: #333333;
}
.company .side-content {
  background-color: #1b4688;
  box-shadow: 0 0.625em 1.25em rgba(0, 0, 0, 0.19), 0 0.375em 0.375em rgba(0, 0, 0, 0.23);
  padding: 15px;
}

form h4 {
  color: #00a651;
  font-weight: 600;
}
form .form-group {
  margin-top: 10px;
}
form .form-group .form-control {
  padding: 10px 8px;
  background-color: #1b4688;
  color: #fff;
}
form .form-group .form-control::-moz-placeholder {
  color: #fff;
}
form .form-group .form-control::placeholder {
  color: #fff;
}
form .form-group .form-control:focus {
  box-shadow: inherit;
}
form .form-group .btn {
  margin: 0;
}

@media (max-width: 1199px) {
  .our-stories {
    position: relative;
  }
  .our-stories .right-content {
    position: inherit;
    transform: translate(0, 0);
    max-width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.231372549);
    padding: 15;
  }
  .our-stories .right-content:hover {
    box-shadow: inherit;
  }
}
@media (max-width: 991px) {
  .our-stories .right-content {
    translate: 0 0;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .section {
    padding: 15px 0px;
  }
  h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .btn {
    font-size: 15px;
  }
  .banner .banner-content p {
    margin: 5px;
  }
  .product .content {
    padding: 0px 15px;
  }
}
@media (max-width: 425px) {
  .btn {
    margin: 10px 0px 0px 0px;
  }
  .side-menu .side-bar {
    padding: 10px;
  }
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: top left;
  }
}
@media (max-width: 310px) {
  .g-recaptcha {
    transform: scale(0.5);
    transform-origin: top left;
  }
}/*# sourceMappingURL=style.css.map */