* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", serif !important;
  font-size: 14px;
}

::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(0, 152, 255, 1) 0%, rgba(9, 131, 90, 1) 100%);
  height: 200px;
  border-radius: 2px;
}

.h-100 {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Spline Sans", serif;
}

p {
  font-size: 15px;
  font-weight: 300;
}

.w-100 {
  width: 100% !important;
}

a {
  text-decoration: none !important;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.text-theme {
  color: #007a4e;
}

.text-theme-two {
  color: #d60225;
}

.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 100;
}

.website-quick-links a {
  background: #017047;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: rgb(0 0 0 / 18%) 0px 8px 24px;
}

.website-quick-links a i {
  color: #ffffff;
  font-size: 22px;
}

.navbar-top {
  transition: .6s ease-in-out !important;
}

.nav-link {
  color: #000 !important;
  font-size: 15px !important;
  font-family: "Poppins", serif !important;
}

.d-padding {
  padding-block: 60px;
}

.navbar-brand {
  width: 110px;
}

.navbar-active {
  background: #ffffff !important;
  top: 0px !important;
  transition: .6s ease-in-out !important;
}

.navbar-active .nav-contact a {
  border: 1px solid;
}

.navbar .sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: #F3EDDF;
  overflow-x: hidden;
  transition: 0.5s;
}

.navbar .sideMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 60px;
  margin-top: 25px;
}

.navbar #contentArea {
  transition: margin-left 0.5s;
  padding: 0;
}

.navbar .sideMenu ul li a {
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.sideMenu .nav-by p {
  font-size: 13px !important;
  margin-bottom: 0;
  text-align: center;
}

.sideMenu .nav-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 15px;
}

.sideMenu .nav-social a {
  border: 1px solid green;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar-social {
  position: absolute;
  bottom: 20px;
}

.side-menu-logo {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 5px;
}

.nav-contact a {
  background: #fff;
  color: #017047;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s ease-in-out;
}

.nav-contact a i {
  color: #017047;
  font-size: 14px;
}

/*-------------------------------------------------------------------*/
.banner-section {
  background: #F3EDDF;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-section .container {
  z-index: 3;
}

.banner-vector {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}

.banner-map {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}

.banner-head h1 {
  font-family: "Bricolage Grotesque", serif;
  color: #007a4e;
  font-size: 80px;
  line-height: 85px;
}

.banner-head span {
  background: #d60225;
  padding: 4px 15px;
  border-radius: 30px;
  font-size: 14px;
  z-index: 1;
  position: relative;
  color: #ffffff;
}

.banner-head span i {
  color: #ffffff;
}

.banner-head p {
  width: 80%;
  font-size: 17px;
}

.banner-head a {
  background: #007a4e;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 15px;
}

.banner-image-div {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 50%;
}

/*-------------------------------------------------------------------*/

.about-section {
  background: #F3EDDF;
  position: relative;
}

.about-section .about-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-section .container {
  position: relative;
  padding-bottom: 120px;
}

.about-img {
  width: 100%;
}

.about-head-div h1 {
  color: #fff;
  font-size: 50px;
}

.about-head-div p {
  color: #fff;
}

.about-content-div {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  border-left: 3px solid #fff;
  margin-left: 20px;
}

.about-content-div .mission {
  position: relative;
  padding-left: 30px;
}

.about-content-div .mission li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
}

.about-content-div .mission .round {
  position: absolute;
  background: #017047;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 5px solid #fff;
  left: -19px;
}

.about-content-div .mission h3 {
  color: #fff;
  width: 30%;
}

.about-content-div .mission p {
  color: #fff;
}

.about-content-div .mission .head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-content-div .mission .head hr {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff47;
  opacity: 1;
}

/*-------------------------------------------------------------------*/

.service-section {
  background: #F3EDDF;
}

.service-head {
  color: #007a4e;
}

.service-para {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.service-para p {
  width: 75%;
  text-align: end;
}

.service-card {
  background: #fff;
  padding: 25px;
  padding-bottom: 85px;
  border-radius: 16px;
  position: relative;
  height: 100%;
}

.service-card img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}


/*-------------------------------------------------------------------*/
.product-head {
  color: #007a4e;
  font-size: 38 px;
}

.product-para {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.product-para p {
  width: 80%;
  text-align: end;
}

.product-card {
  position: relative;
  height: 500px;
  overflow: hidden;
  transition: .4s ease-in-out;
  cursor: pointer;
}

.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .overlay {
  position: absolute;
  background: linear-gradient(0deg, #007a4e, transparent);
  width: 100%;
  height: 100%;
}

.product-card .overlay-two {
  position: absolute;
  background: linear-gradient(0deg, #d60225, transparent);
  width: 100%;
  height: 100%;
}

.w-98 {
  width: 98% !important;
}

.product-card-head {
  position: absolute;
  bottom: -5%;
  text-align: center;
  width: 100%;
  transition: .4s ease-in-out;
  padding-inline: 25px;
}


.product-card-head h4 {
  color: #fff;
  margin-bottom: 30px;
  transition: .4s ease-in-out;
  font-size: 22px;

}


.product-card:hover .product-card-head h4 {

  margin-bottom: 10px;
}

.product-card:hover .product-card-head {
  bottom: 10%;
}

.product-card-head a {
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 30px;
}


.product-card-head a i {
  color: #fff;
}



/*-------------------------------------------------------------------*/

.contact-section {
  background: #007a4e;
  color: #fff;
}

.contact-head-div h1 {
  color: #fff;
  font-size: 36px;
}

.contact-head-div p {
  color: #fff;
}

.contact-add .contact-num-add h5 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  width: 60%;
  font-weight: 300;
}

.contact-add .contact-num-add a {
  color: #fff;
  display: flex;
  gap: 10px;
  font-size: 15px;
  font-weight: 300;
}

.contact-add .contact-num-add a i {
  color: #fff;
}

.contact-num-add {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-map iframe {
  width: 100%;
  height: 200px;
  border-radius: 16px;
}

.contact-add {
  background: #017047;
  padding: 15px;
  border-radius: 16px;
}

.contact-form-section {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  width: 80%;
  margin: auto;
}

.opp {
  display: flex;
  justify-content: space-between;
}

.contact-form-section .form-group {
  margin-top: 15px;
}

.contact-form-section .form-group .form-control {
  padding-block: 22px;
}


.contact-form-section button {
  width: 100%;
  padding-block: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: green;
  border: none;
}

.contact-form-section .form-group .form-control {
  padding-block: 22px;
  font-size: 15px;
}

.contact-form-section .form-group .form-control::placeholder {
  font-size: 14px;
}


/*-------------------------------------------------------------------*/


.modal-dialog {
  max-width: 700px !important;
}

.contact-form .modal-header {
  border: none;
  padding-bottom: 0;
}

.contact-form .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}

.contact-form .form-group .form-control {
  padding-block: 22px;
  font-size: 15px;
}

.contact-form .form-group .form-control::placeholder {
  font-size: 13px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  font-size: 15px;
}

.contact-form .modal-body {
  padding-top: 0;
}

.contact-form h2 {
  background: linear-gradient(90deg, rgba(0, 152, 255, 1) 0%, rgba(9, 131, 90, 1) 100%);
  -webkit-background-clip: text;
  color: transparent;
  width: fit-content;
  line-height: 35px;
}


.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}


.contact-form .submit-button {
  width: 100%;
  padding-block: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: green;
  border: none;
  color: #fff;
}

.contact-form .submit-button:hover {
  width: 100%;
  padding-block: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 128, 0, 0.692);
  border: none;
  color: #fff;
}

/*-------------------------------------------------------------------*/
.footer-news-section {
  background: #F3EDDF;
}

.news-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  border-radius: 16px;
  overflow: hidden;
}

.news-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-div {
  position: relative;
  text-align: center;
  width: 55%;
  color: #fff;
}

.news-div a {
  color: #fff;
  font-size: 15px;
  background: #017047;
  padding: 8px 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-inline: auto;
}

.news-div a img {
  width: 18px;
}



/*-------------------------------------------------------------------*/

.footer-logo-para {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-section {
  margin-top: 60px;
}

.footer-logo-para .logo img {
  width: 130px;
}


.footer-logo-para .para {
  border-left: 1px solid #d3d3d3;
  padding-left: 15px;
}

.footer-logo-para .para p {
  font-size: 13px;
  width: 75%;
}

.quick-link h5 {
  font-size: 18px;
  font-weight: 400;
}

.quick-link a {
  color: #101010;
  font-size: 14px;
}

.quick-link .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quick-link .add {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.quick-link .add a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quick-link .social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick-link .social a {
  border: 1px solid green;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.quick-link hr {
  opacity: 1;
  color: #00000017;
  margin-block: 10px 15px;
}

.footer-line hr {
  opacity: 1;
  color: #00000017;
  margin-block: 20px;
}


.footer-by p {
  font-size: 14px;
}

/*-------------------------------------------------------------------*/


@media only screen and (max-width: 435px) {
  .banner-image-div {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 95%;
  }

  .banner-vector {
    position: absolute;
    right: 0;
    top: auto;
    width: 75%;
    bottom: 0;
    rotate: 90deg;
  }

  .banner-map {
    width: 60%;
  }

  .about-section .about-wave {
    object-fit: cover;
    object-position: center;
  }
}

@media only screen and (min-width: 436px) and (max-width: 767px) {
  .banner-image-div {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 60%;
  }

  .banner-vector {
    position: absolute;
    right: 0;
    top: auto;
    width: 40%;
    bottom: 0;
    rotate: 90deg;
  }

  .banner-map {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .container {
    position: relative;
    padding-bottom: 55px;
  }

  .container {
    padding-inline: 20px !important;
  }

  .product-card-head h4 {
    font-size: 18px;
  }

  .footer-logo-para .para p {
    font-size: 13px;
    width: 100%;
  }

  .main-head {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px !important;
  }

  .service-card p {
    text-align: justify;
  }

  .about-head-div p {
    text-align: justify;
  }

  .about-content-div .mission p {
    text-align: justify;
  }


  p {
    font-size: 14px;
    font-weight: 300;
  }

  .banner-head {
    position: relative;
    bottom: 25%;
    text-align: center;
  }

  .footer-news-section .d-padding {
    padding-bottom: 30px;
  }

  .banner-section .container {
    z-index: 3;
  }

  .service-card img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }

  .banner-head h1 {
    font-size: 38px;
    line-height: 40px;
    margin-top: 5px;
    font-weight: bold;
  }

  .banner-head span {
    font-size: 12px;
  }



  .banner-head p {
    width: 100%;
    font-size: 14px;
  }

  .banner-head a {
    padding: 8px 14px;
    font-size: 13px;
  }

  .banner-head a img {
    width: 20px;
  }

  .about-head-div h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .about-section .about-wave {
    object-fit: cover;
  }

  .service-para p {
    width: 100%;
    text-align: justify;
  }

  .product-para p {
    width: 100%;
    text-align: justify;
  }

  .contact-head-div p {
    color: #fff;
    text-align: justify;
  }

  .product-head h1 {
    font-size: 25px;
  }

  .contact-head-div h1 {
    font-size: 25px;
  }

  .contact-form-section {
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }

  .news-div {
    width: 100%;
  }

  .footer-logo-para {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-flow: column;
  }

  .footer-logo-para .para {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }

  .quick-link {
    text-align: center;
    margin-top: 20px;
  }

  .quick-link .link {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .quick-link hr {
    width: 40%;
    margin-inline: auto;
  }

  .quick-link .add {
    align-items: center;
  }

  .quick-link .social {
    justify-content: center;
  }

  .footer-by p {
    text-align: center;
  }

  .service-section .d-padding {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  p {
    font-size: 14px;
  }

  .banner-map {
    width: 45%;
  }

  .main-head {
    text-transform: uppercase;
    font-size: 28px !important;
  }

  .banner-head h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 5px;
  }

  .banner-head p {
    width: 80%;
    font-size: 15px;
    font-weight: 400;
  }

  .banner-vector {
    position: absolute;
    right: 0;
    top: auto;
    width: 40%;
    bottom: 0;
    rotate: 90deg;
  }

  .banner-image-div {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 58%;
  }

  .about-head-div h1 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
  }

  .service-para {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
  }

  .service-para p {
    width: 80%;
    text-align: start;
  }

  .contact-head-div h1 {
    color: #fff;
    font-size: 30px;
    width: 70%;
  }

  .product-head h1 {
    font-size: 28px;
    width: 70%;
  }

  .service-head h1 {
    font-size: 28px;
    width: 70%;
  }

  .news-div {
    position: relative;
    text-align: center;
    width: 100%;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .about-section .about-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-para {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
  }

  .product-para p {
    width: 80%;
    text-align: start;
  }


  .quick-link .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .quick-link {
    margin-top: 25px;
    text-align: center;
  }

  .quick-link .add {
    display: flex;
    flex-flow: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .quick-link .social {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }

  .quick-link hr {
    opacity: 1;
    color: #00000017;
    margin-block: 10px 15px;
    width: 50%;
    margin-inline: auto;
  }

  .footer-by p {
    font-size: 14px;
    text-align: center;
  }

  .contact-form-section {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }

  .service-section .d-padding {
    padding-top: 0;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-head h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .banner-vector {
    position: absolute;
    right: 0;
    top: auto;
    width: 43%;
    bottom: 0;
    rotate: 90deg;
  }

  .banner-image-div {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 52%;
  }

  .quick-link {
    margin-top: 20px;
  }

  .contact-form-section {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    width: 100%;
    margin: auto;
  }

  .about-head-div h1 {
    color: #fff;
    font-size: 35px;
  }

  .banner-map {
    width: 30%;
  }

  .banner-head p {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
  }

  .main-head {
    font-size: 32px !important;
  }

  .about-content-div .mission h3 {
    color: #fff;
    width: 60%;
    font-size: 25px;
  }

  .service-card h3 {
    font-size: 25px;
  }

  .news-div {
    width: 75%;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-map {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    width: 25%;
  }

  .banner-head h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .banner-head p {
    width: 80%;
    font-size: 15px;
    font-weight: 400;
  }

  .about-head-div h1 {
    font-size: 36px;
  }

  .service-card h3 {
    font-size: 25px;
  }

  .about-content-div .mission h3 {
    width: 50%;
    font-size: 26px;
  }

  .main-head {
    font-size: 32px !important;
  }

  .contact-form-section {
    width: 90%;
  }

  .banner-vector {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}


@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .banner-head h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .banner-vector {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }

  .main-head {
    font-size: 32px !important;
  }

  .banner-head p {
    font-size: 16px;
  }

  .about-head-div h1 {
    font-size: 38px;
  }

  .about-content-div .mission h3 {
    width: 40%;
    font-size: 26px;
  }

  .banner-map {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    width: 30%;
  }


}



@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px !important;
  }
}