@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
  font-family: "Padauk-Regular";
  src: url("../fonts/Padauk/Padauk-Regular.woff") format("woff"),
    url("../fonts/Padauk/Padauk-Regular.ttf") format("truetype"),
    url("../fonts/Padauk/Padauk-Regular.svg#Padauk-Regular") format("svg");
}
@font-face {
  font-family: "Padauk";
  font-weight: "bold";
  src: url("../fonts/Padauk/Padauk-Bold.woff") format("woff"),
    url("../fonts/Padauk/Padauk-Bold.ttf") format("truetype"),
    url("../fonts/Padauk/Padauk-Bold.svg#Padauk") format("svg");
}
body {
  font-family: "Montserrat", sans-serif;
}
.mmfont {
  font-family: "Padauk-Regular";
}
/*------------- go to top strat---------------*/
.scrollToTop {
  text-decoration: none;
  cursor: pointer;
  background: #116e39;
  position: fixed;
  bottom: 10%;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  display: none;
  z-index: 999;
}

.scrollToTop .fa-angle-up {
  color: #fff;
  font-size: 22px;
  padding-left: 12px;
  padding-top: 7px;
}
/* navbar */
.navbar {
  background-color: transparent !important;
}
/* .menu-bg{
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  } */
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

a {
  color: black !important;
  text-decoration: none !important;
}
a:hover,
a:focus,
a:visited {
  color: black !important;
  text-decoration: none !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #777;
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px 25px;
  letter-spacing: 1px;
  font-weight: bold;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #116e39;
  border-radius: 5px;
  padding: 6px 15px;
}
.micon {
  display: none;
}
.navbar-light .navbar-nav .active > .nav-link .micon,
.nav-item.active .micon {
  width: 20px;
  display: block;
}
.hidden {
  visibility: hidden;
}
.nav-item {
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-caption {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-align: left;
  bottom: 30%;
  font-size: 19px;
}
.carousel-caption p {
  color: #3a7eff;
  font-size: 20px;
  font-weight: 600px;
  margin: 0px;
  letter-spacing: 2px;
}
.carousel-caption h5 {
  font-size: 35px;
  font-family: "Oswald", sans-serif;
}
.menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgb(255, 255, 255, 0.9);
}
.pd50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home h2 {
  font-weight: bold;
}
.line {
  width: 50px;
  height: 2px;
  background: #146c39;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home {
  background: #f9f9f9;
}

/* Network Page Start */
.network-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 30px;
}
.network-row .col-md-4 {
  display: flex;
}
.shadow-box {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background: #fff;
  padding: 25px 10px;
  margin: 10px 0;
  width: 100%;
}
.shadow-box h6 {
  margin: 20px 0 0;
  border-top: 2px solid #f9f9f9;
  padding-top: 15px;
}
/* Network Page End */

.aboutp {
  max-width: 500px;
  text-align: center;
}
.futureplan {
  background: #116e39;
  color: #fff;
}
.linewhite {
  width: 80px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pd20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dflex {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.footer .address {
  color: #116e39;
}
.copyright {
  background: #1f1f1f;
  color: #fff;
  text-align: center;
}
.copyright p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.copyright a,
.copyright a:hover {
  text-decoration: none;
  color: #fff;
}
.about-us p {
  margin: 0;
  color: #000000;
  line-height: 2;
  letter-spacing: 1px;
}
.bggreen {
  background: #ddedbe;
}
.about-us .box {
  background: #fff;
  padding: 30px 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.about-us .box p {
  letter-spacing: unset;
  font-size: 15px;
}
.about-us .icon {
  font-size: 30px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  font-size: 30px;
  border-radius: 100%;
  border: 1px solid #ddedbe;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #ddedbe;
}
.borderb {
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .about-us .box {
    min-height: 331px;
  }
}
.service-box {
  display: flex;
  margin-bottom: 80px;
}
.service-box .number {
  width: 70px;
  height: 70px;
  font-size: 30px;
  background: #93c331;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ddedbe;
  transform: rotate(45deg);
  margin-right: 30px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.service-box .number span {
  transform: rotate(-45deg);
}
.service-box .text {
  width: calc(100% - 80px);
}
.services,
.contact,
.network {
  background: #f9f9f9;
}
.vendor {
  position: relative;
}
.ccaption {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  z-index: 999;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.ccaption h3 {
  font-weight: 700;
}
@media (max-width: 991px) {
  .menu-bg {
    position: unset;
  }
}
.contact i {
  color: #93c331;
  font-size: 20px;
}
iframe {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ddedbe;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.rightchange {
  background: #93c331;
  color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 20px;
}
.rightchange i {
  color: #fff;
}
.services .line {
  margin-top: 33px;
  width: 250px;
}
.services,
.home,
.about-us,
.contact {
  overflow: hidden;
}
.mm-navbar a,
.mm-navbar a:hover {
  font-size: 14px;
  color: #0f6d38 !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service .line {
    width: 200px;
  }
  .service-box .number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .service-box {
    margin-bottom: 0px;
  }
}
.carousel-control-next i,
.carousel-control-prev i {
  font-size: 30px;
  color: #0f6d38;
}
.navfixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
