@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
*, *::before, *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding-top: 110px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section, footer {
  overflow: hidden;
}

nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

nav .nav-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .nav-con .navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

nav .nav-con .navbar-brand img {
  width: 200px;
}

nav .nav-con .nav-link {
  font-size: 25px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

nav .nav-con .active {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.border-nv {
  -webkit-box-shadow: 0px 1px 10px #999;
          box-shadow: 0px 1px 10px #999;
  padding: 0;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
}

.main-container .con-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-container .title {
  font-size: 45px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

.main-container .sub {
  color: #213842;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.main-container .header-btn {
  color: #fff;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  background-color: #8CB560;
  border: 3px solid #8CB560;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-top: 5rem;
}

.main-container .header-btn:hover {
  background-color: #fff;
  color: #8CB560;
  border: 3px solid #8CB560;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.aboutus .about-title {
  font-size: 50px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.aboutus .about-con-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus .about-con-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aboutus .about-con-2 .about-con-title {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  width: 70%;
}

.aboutus .about-con-2 .about-con-sub {
  color: #213842;
  font-size: 20px;
  font-family: 'poppins', sans-serif;
  font-weight: 300;
  padding-top: 1rem;
  width: 70%;
}

.aboutus .about-con-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutus .about-con-3 .about-con-title {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  width: 70%;
}

.aboutus .about-con-3 .about-con-sub {
  color: #213842;
  font-size: 20px;
  font-family: 'poppins', sans-serif;
  font-weight: 300;
  padding-top: 1rem;
  width: 70%;
}

.services .service-main {
  font-size: 50px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}

.services .serv-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 4rem;
}

.services .serv-con img {
  width: 80px;
}

.services .serv-con .service-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3rem;
}

.services .serv-con .service-text .service-title {
  font-size: 25px;
  font-family: 'poppins', sans-serif;
  font-weight: 700;
}

.services .serv-con .service-text .service-sub {
  color: #213842;
  font-size: 18px;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
}

.services .serv-con .service-link {
  color: #8CB560;
  text-decoration: none;
  font-size: 25px;
  font-family: 'poppins', sans-serif;
  font-weight: 700;
}

.services .serv-con .service-link:hover {
  color: #213842;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 15px;
  background-color: transparent;
  color: #8CB560;
  font-size: 3.5rem;
}

#myBtn:hover {
  color: #000;
  border: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.pagi nav ul li a {
  border: none;
  font-size: 3rem;
  color: #ADADAD;
}

.pagi nav ul li .prev, .pagi nav ul li .next, .pagi nav ul li .pagination-active {
  color: #639D2B;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(49, 169, 93, 0.2);
          box-shadow: 0px 0px 15px 5px rgba(49, 169, 93, 0.2);
  border-radius: 20px;
  max-width: 1200px;
  margin: 5rem auto;
  padding: 2rem;
}

.contact-form .contact-title {
  font-size: 40px;
  font-family: 'poppins',sans-serif;
  font-weight: 300;
  padding-left: 1rem;
}

.contact-form .input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
}

.contact-form .input-fields .input {
  width: 49%;
  border: none;
  border-bottom: 2px solid #707070;
  margin-top: 2rem;
  color: #000;
  font-size: 20px;
  font-family: 'poppins';
  padding: 5px;
}

.contact-form .input-fields .input:focus {
  outline: 1px solid #a8a8a8;
}

.contact-form .msg {
  padding: 1rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form .msg .textarea {
  color: #000;
  font-size: 20px;
  font-family: 'poppins';
  margin: auto;
  width: 100%;
  height: 180px;
  border: none;
  border-bottom: 2px solid #707070;
  padding: 5px;
}

.contact-form .msg .textarea:focus {
  outline: 1px solid #a8a8a8;
}

.contact-form .msg .contact-btn {
  font-size: 35px;
  font-family: 'poppins';
  font-weight: 300;
  border: 2px solid #639D2B;
  color: #000;
  border-radius: 25px 25px 25px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 3rem;
  padding: 0 3rem;
}

.contact-form .msg .contact-btn:hover {
  color: #fff;
  background-color: #639D2B;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer {
  margin-top: auto;
}

footer .green {
  border: 6px solid #639D2B;
  width: 95%;
  margin: auto;
}

footer .footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-section .footer-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 5.7rem;
}

footer .footer-section .footer-part .footer-logo {
  width: 250px;
}

footer .footer-section .footer-part .footer-txt {
  color: #213842;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
  font-weight: 300;
}

footer .footer-section .footer-part .footer-links-title {
  font-size: 20px;
  color: #8CB560;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
}

footer .footer-section .footer-part .footer-links {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
}

footer .footer-section .footer-part .footer-links:hover {
  color: #8CB560;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

footer .footer-section .footer-part .footer-email {
  color: #000;
  font-size: 20px;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
}

footer .footer-section .footer-part .footer-email a {
  color: #000;
  text-decoration: none;
}

footer .footer-section .footer-part .footer-email a:hover {
  color: #8CB560;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

footer .copy {
  text-align: center;
  font-size: 20px;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
}

footer .copy a {
  color: #000;
  text-decoration: none;
}

footer .copy a:hover {
  color: #8CB560;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .aboutus .about-title {
    font-size: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .aboutus .about-con-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutus .about-con-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutus .about-con-2 .about-con-title {
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    width: 90%;
  }
  .aboutus .about-con-2 .about-con-sub {
    color: #213842;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    padding-top: 1rem;
    width: 90%;
  }
  .aboutus .about-con-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutus .about-con-3 .about-con-title {
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    width: 90%;
  }
  .aboutus .about-con-3 .about-con-sub {
    color: #213842;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    padding-top: 1rem;
    width: 90%;
  }
  .aboutus .about-con-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 200px;
  }
  body .about-title {
    margin-top: 5rem;
  }
  .main-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-container .con-1 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container .con-2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container .con-2 .con-2 {
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container .con-2 .con-2 .title {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0;
    padding-top: 2rem;
  }
  .main-container .con-2 .con-2 .sub {
    font-size: 18px;
    padding-top: 0.25rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-left: 0;
  }
  .main-container .con-2 .con-2 .header-btn {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #8CB560;
    padding: 0.5rem 1rem;
    text-align: center;
    margin-top: 1rem;
    margin-left: 0;
  }
  .main-container .con-2 .con-2 .header-btn:hover {
    background-color: #fff;
    color: #8CB560;
    border: 3px solid #8CB560;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(49, 169, 93, 0.2);
            box-shadow: 0px 0px 15px 5px rgba(49, 169, 93, 0.2);
    border-radius: 20px;
    margin: 2rem auto;
    padding: 1rem;
  }
  .contact-form .contact-title {
    font-size: 40px;
    font-family: 'poppins',sans-serif;
    font-weight: 300;
    padding-left: 1rem;
  }
  .contact-form .input-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
  .contact-form .input-fields .input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #707070;
    margin-top: 2rem;
    color: #000;
    font-size: 20px;
    font-family: 'poppins';
  }
  .contact-form .msg {
    padding: 1rem;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form .msg .textarea {
    color: #000;
    font-size: 20px;
    font-family: 'poppins';
    margin: auto;
    width: 100%;
    height: 180px;
    border: none;
    border-bottom: 2px solid #707070;
  }
  .contact-form .msg .contact-btn {
    font-size: 35px;
    font-family: 'poppins';
    font-weight: 300;
    border: 2px solid #639D2B;
    color: #000;
    border-radius: 25px 25px 25px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 3rem;
    padding: 0 3rem;
  }
  .contact-form .msg .contact-btn:hover {
    color: #fff;
    background-color: #639D2B;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 576px) {
  body {
    padding-top: 50px;
  }
  nav .nav-con .navbar-brand img {
    width: 150px;
  }
  nav .nav-con .nav-link {
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
  }
  nav .nav-con .active {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
  }
  .main-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-container .con-1 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container .con-2 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-container .con-2 .title {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    padding-left: 0;
    padding-top: 2rem;
  }
  .main-container .con-2 .sub {
    font-size: 18px;
    padding-top: 0.25rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-left: 0;
  }
  .main-container .con-2 .header-btn {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #8CB560;
    padding: 0.5rem 1rem;
    text-align: center;
    margin-top: 1rem;
    margin-left: 0;
  }
  .main-container .con-2 .header-btn:hover {
    background-color: #fff;
    color: #8CB560;
    border: 3px solid #8CB560;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .aboutus .about-title {
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .aboutus .about-con-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutus .about-con-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutus .about-con-2 .about-con-title {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    width: 100%;
  }
  .aboutus .about-con-2 .about-con-sub {
    color: #213842;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    padding: .5rem;
    width: 100%;
  }
  .aboutus .about-con-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutus .about-con-3 .about-con-title {
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    width: 100%;
  }
  .aboutus .about-con-3 .about-con-sub {
    color: #213842;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    padding: 0.5rem;
    width: 100%;
  }
  .services .service-main {
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .services .serv-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
  .services .serv-con img {
    width: 60px;
  }
  .services .serv-con .service-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 1.5rem;
  }
  .services .serv-con .service-text .service-title {
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
  }
  .services .serv-con .service-text .service-sub {
    color: #213842;
    font-size: 17px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
  }
  .services .serv-con .service-link {
    color: #8CB560;
    text-decoration: none;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 700;
  }
  .services .serv-con .service-link:hover {
    color: #213842;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .services hr {
    border: 4px solid #639D2B;
    width: 95%;
    margin: auto;
  }
  .pagi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  .pagi nav ul li a {
    border: none;
    font-size: 1.5rem;
    color: #ADADAD;
  }
  .pagi nav ul li .prev, .pagi nav ul li .next, .pagi nav ul li .pagination-active {
    color: #639D2B;
  }
  .contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(49, 169, 93, 0.2);
            box-shadow: 0px 0px 15px 5px rgba(49, 169, 93, 0.2);
    border-radius: 20px;
    margin: 5rem auto;
    padding: 1rem;
  }
  .contact-form .contact-title {
    font-size: 40px;
    font-family: 'poppins',sans-serif;
    font-weight: 300;
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .contact-form .input-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
  .contact-form .input-fields .input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #707070;
    margin-top: 2rem;
    color: #000;
    font-size: 20px;
    font-family: 'poppins';
  }
  .contact-form .msg {
    padding: 1rem;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form .msg .textarea {
    color: #000;
    font-size: 20px;
    font-family: 'poppins';
    margin: auto;
    width: 100%;
    height: 180px;
    border: none;
    border-bottom: 2px solid #707070;
  }
  .contact-form .msg .contact-btn {
    font-size: 35px;
    font-family: 'poppins';
    font-weight: 300;
    border: 2px solid #639D2B;
    color: #000;
    border-radius: 25px 25px 25px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 3rem;
    padding: 0 3rem;
  }
  .contact-form .msg .contact-btn:hover {
    color: #fff;
    background-color: #639D2B;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  footer .footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-section .footer-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  footer .footer-section .footer-part .footer-logo {
    width: 200px;
  }
  footer .footer-section .footer-part .footer-txt {
    padding: 0 1rem;
    color: #213842;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
  }
  footer .footer-section .footer-part .footer-links-title {
    padding-top: 2rem;
    font-size: 20px;
    color: #8CB560;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
  }
  footer .footer-section .footer-part .footer-links {
    padding-bottom: .5rem;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
  }
  footer .footer-section .footer-part .footer-links:hover {
    color: #8CB560;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  footer .footer-section .footer-part .footer-email {
    color: #000;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
  }
  footer .footer-section .footer-part .footer-email a {
    color: #000;
    text-decoration: none;
  }
  footer .footer-section .footer-part .footer-email a:hover {
    color: #8CB560;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  footer .copy {
    text-align: center;
    font-size: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
  }
  footer .copy a {
    color: #000;
    text-decoration: none;
  }
  footer .copy a:hover {
    color: #8CB560;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
}
/*# sourceMappingURL=style.css.map */