/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 2;
  background: #fff;
  color: #1d1d25;
}

@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

.container-fluid {
  position: relative;
  z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

p {
  margin-bottom: 0;
}

.count-title {
  color: #1eab3a;
}

.font-white {
  color: #fff;
}


a,
button {
  text-decoration: none;
  color: inherit;
}

a,
button,
img,
input {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

a:focus {
  text-decoration: none;
  color: #fff;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #00989a;
}

button,
input[type="submit"] {
  cursor: pointer;
  outline: 0 !important;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

span {
  display: inline-block;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}
/* button style  */
.btn {
  padding: 18px 25px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  border-radius: 150px;
  border-width: 2px;
}

@media (max-width: 1199px) {
  .btn {
    font-size: 15px !important;
  }
}

.btn.btn-light {
  color: #34cc52;
  border-radius: 0px;
  border-color: #34cc52;
}
.btn.btn-light:hover {
  background-color: transparent;
  color: #1b1b1b;
  border-color: #6c5d56;
}
/* section padding */

.section-padding-top {
  padding-top: 70px;
}
.section-padding-bottom {
  padding-bottom: 70px;
}

@media only screen and (min-width: 1200px) {
  .section-padding-top {
    padding-top: 100px;
  }
  .section-padding-bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1500px) {
  .section-padding-top {
    padding-top: 150px;
  }
  .section-padding-bottom {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 991px) {
}

.hero-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 966px;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-section {
    height: 750px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .hero-section {
    height: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    height: 750px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 660px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .hero-section {
    height: 660px;
  }
}

@media screen and (max-width: 991px) {
  .hero-content img {
    max-width: 250px;
  }
  .arrows img {
    max-height: 100px;
  }
}

.arrows {
  margin-top: 100px;
}

.arrow-text {
  color: #1eab3a;
  font-weight: 700;
  font-size: 22px;
}
/* map-section-one start */

.map-section-one {
  position: relative;
}

.map-one-content {
  text-align: center;
}

.map-one-content p {
  color: #1b1b1b;
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .map-one-content p {
    font-size: 14px;
    top: 45%;
  }
}
/* map-section-one end */

/* main-content-section start */
.main-content-section {
  background-color: #e2f0d9;
}
.main-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 30px;
}

.content * {
  color: #1b1b1b;
}
.content .title {
  color: #1eab3a;
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .content .title {
    font-size: 25px;
	color: #1eab3a;
  }
}

.business-heading {
  display: block;
  margin-bottom: 10px;
}

.business-list {
  margin-bottom: 30px;
}

.content-card {
  padding: 30px 30px;
  background: #e2f0d9;
  border-radius: 15px;
  margin-bottom: 50px;
  color: #1eab3a;
}

.card-title {
  font-size: 22px;
  margin-bottom: 10px;
  color:#1eab3a;
}

.card-table thead th {
  border-top: 1px solid #ddd;
}

.card-table th,
.card-table td {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.card-table {
  min-width: 0px;
}
.card-table * {
  color: #1b1b1b;
}

.card-table {
  background-color: #fff;
  padding: 30px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  vertical-align: middle;
}

.content-title {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  color:#1eab3a;
}

.sub-heading {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  color:#1eab3a;
}

.performance-table {
  min-width: 0px;
}
.performance-table * {
  font-weight: 400;
}

.performance-table thead th {
  border-top: 1px solid #ddd;
}
.performance-list li {
  position: relative;
  padding-left: 15px;
}

.performance-list li::before {
  width: 5px;
  height: 5px;
  content: "";
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
/* main-content-section end */

footer * {
  color: #1b1b1b;
}
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #1eab3a;
}

.addres {
  font-weight: 700;
  font-size: 18px;
}
.addres span {
  display: block;
}

.coppyright {
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .addres {
    font-size: 14px;
  }
  .coppyright {
    font-size: 14px;
  }
}

/* scrollUp css  */
#scrollUp {
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 50px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 60px;
  font-weight: 700;
  background: #1eab3a;
}
