/* Intro About Section */
.introsec {
  padding: 40px 0 100px;
  margin-top: 50px;
  position: relative;
  /* #about_department {
      top: -10px;
      position: absolute;
  } */
}
@media (max-width: 1199px) {
  .introsec {
    padding: 20px 0 70px;
  }
}
@media (max-width: 991px) {
  .introsec {
    padding: 20px 0 60px;
  }
}
@media (max-width: 767px) {
  .introsec {
    margin-top: 10px;
    padding: 40px 0 60px;
  }
}
.introsec .container {
  z-index: 1;
  position: relative;
}
.introsec .vectoshape {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1799px) {
  .introsec .vectoshape {
    max-width: 100px;
  }
}
@media (max-width: 1599px) {
  .introsec .vectoshape {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .introsec .vectoshape {
    display: none;
  }
}
.introsec .vectoshape img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .introsec::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    max-width: 133px;
    height: 187px;
    background-image: url("data:image/svg+xml,%3Csvg id='Group_29591' data-name='Group 29591' xmlns='http://www.w3.org/2000/svg' width='133.5' height='187.41' viewBox='0 0 133.5 187.41'%3E%3Cg id='Group_27429' data-name='Group 27429' transform='translate(0 58.332)' style='isolation: isolate'%3E%3Cpath id='Path_16134' data-name='Path 16134' d='M19057.332 7641.309h-44.6v-45.826Z' transform='translate(-18923.832 -7558.058)' fill='%23158825'/%3E%3Cpath id='Path_16135' data-name='Path 16135' d='M19057.332 7641.309h-44.6v-45.826Z' transform='translate(-18923.834 -7512.232)' fill='%23ba2b2b'/%3E%3Cpath id='Path_16141' data-name='Path 16141' d='M19057.193 7641.165h-44.451v-45.681Z' transform='translate(-19012.742 -7557.769)' fill='%23158825'/%3E%3Cpath id='Path_16139' data-name='Path 16139' d='M19057.193 7641.165h-44.451v-45.681Z' transform='translate(-18968.293 -7512.088)' fill='%234dce5f'/%3E%3Cpath id='Path_16142' data-name='Path 16142' d='M19039.707 7623.194h-26.965v-27.71Z' transform='translate(-19012.74 -7494.117)' fill='%23b1b1b1'/%3E%3Cpath id='Subtraction_7' data-name='Subtraction 7' d='M0 0H0V48.212a23.938 23.938 0 0 0 9.381-1.894 24.025 24.025 0 0 0 7.663-5.166 24.061 24.061 0 0 0 5.166-7.662 24.179 24.179 0 0 0 0-18.767A24.06 24.06 0 0 0 17.044 7.06 24.024 24.024 0 0 0 9.381 1.894 23.946 23.946 0 0 0 0 0Z' transform='translate(73.261 48.212) rotate(180)' fill='%23e6e6e6'/%3E%3C/g%3E%3Crect id='Rectangle_13859' data-name='Rectangle 13859' width='9.281' height='29.391' transform='translate(83.531)' fill='%23e6e6e6'/%3E%3Crect id='Rectangle_13860' data-name='Rectangle 13860' width='9.281' height='29.391' transform='translate(102.867 10.055) rotate(90)' fill='%23e6e6e6'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) and (max-width: 1799px) {
  .introsec::before {
    max-width: 100px;
    height: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .introsec::before {
    max-width: 80px;
    height: 112px;
  }
}
.introsec .titlesec {
  display: inline-block;
}
@media (min-width: 768px) {
  .introsec .titlesec {
    /* max-width: 270px; */
  }
}
.introsec .titlesec h1, .introsec .titlesec .h1 {
  font-weight: 400;
  color: #000;
  font-size: 30px;
}
@media (min-width: 768px) {
  .introsec .titlesec h1, .introsec .titlesec .h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .introsec .titlesec h1, .introsec .titlesec .h1 {
    font-size: 40px;
  }
}
.introsec .titlesec h1 span, .introsec .titlesec .h1 span {
  padding-bottom: 22px;
  position: relative;
  line-height: 1.2;
  display:inline-block;
  font-family: "Ubuntu", sans-serif;
}
.introsec .titlesec h1 span{
  display: revert;
}
@media (max-width: 768px){
  .introsec .titlesec h1 span{
    font-size: 30px;
  }
}
.introsec .titlesec h1 span::before, .introsec .titlesec .h1 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #00A217;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .introsec .titlesec {
    padding-bottom: 25px;
  }
  .introsec::before{
    content: none;
  }
}
.introsec .introcntsec {
  font-family: "Oxygen", sans-serif;
}
@media (max-width: 767px) {
  .introsec .introcntsec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .introsec .titlesec h1 span::before{
    display: none;
  }
  .introsec .titlesec h1{
      font-weight: 500;
  }
}
.introsec .introcntsec .rdmore-wrap {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .introsec .introcntsec .introrightcnt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .introsec .introcntsec p, .introsec .introcntsec a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .introsec .introcntsec .servicecontact {
    order: 3;
    padding: 33px 25px;
    background-color: #EAF8EC;
    border: 2px dashed rgba(21, 136, 37, 0.5);
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .introsec .introcntsec .servicecontact {
    padding: 15px 15px;
  }
}
.introsec .introcntsec .servicecontact header, .introsec .introcntsec .servicecontact p, .introsec .introcntsec .servicecontact a {
  font-weight: 700;
  line-height: 30px;
}
.introsec .introcntsec .servicecontact header {
  color: #0D1834;
}
@media (max-width: 767px) {
  .introsec .introcntsec .servicecontact header {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .introsec .introcntsec .servicecontact header {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .introsec .introcntsec .servicecontact p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .introsec .introcntsec .servicecontact p {
    font-size: 16px;
  }
}
.introsec .introcntsec .servicecontact p{
  font-weight: 700;
}
.introsec .introcntsec .servicecontact p strong{
  font-size: 15px;
  color: #0D1834;
  font-weight: 400;
}
.introsec .introcntsec .servicecontact p, .introsec .introcntsec .servicecontact a {
  color: #00530C;
}
.introsec .introcntsec .rdmore {
  margin-top: 30px;
  text-decoration: underline;
  color: #158825;
  text-underline-position: under;
  font-family: "Ubuntu", sans-serif;
}
.introsec .introcntsec .rdmore:hover {
  color: #0e5c19;
}

@supports (-moz-appearance:none) {
  .introsec .titlesec h1 span {
    display: inline-block;
  }
}
.introsec .introcntsec .servicecontact a {
  transition: 0.3s ease all;
  text-decoration: underline;
}
.introsec .introcntsec .servicecontact a:hover {
  color: #158825;
}

.introrightcnt ul{
  padding: 18px;
}

.introrightcnt ul li::marker {
  color: #158825;
}

.introrightcnt ul li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
}