.modal-content {
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  border: 0px;
}

.modal-body {
  padding: 60px 50px;
  border-radius: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  line-height: 1.6;
  box-shadow: none;
  text-align: center;
}
@media only screen and (max-width: 1599.98px) {
  .modal-body {
    padding: 65px 40px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-body {
    padding: 30px 20px;
    border-radius: 15px;
  }
}

.modal-backdrop.show {
  opacity: 0.9;
  background: #4d4d4d;
}

.modal-xxl {
  max-width: 1400px;
}
@media only screen and (max-width: 1599.98px) {
  .modal-xxl {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .modal-xxl {
    max-width: 500px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-xxl {
    max-width: 100%;
  }
}

.modal-xl {
  max-width: 1000px;
}

.modal-lg {
  max-width: 770px;
}

.modal-sm {
  max-width: 300px;
}

.btn-close {
  padding: 0px;
  border: 0px;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
  opacity: 1 !important;
  cursor: pointer;
  text-shadow: none;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s linear;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 0px;
  background-color: #ff9100;
}
@media only screen and (max-width: 1599.98px) {
  .btn-close {
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn-close {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .btn-close {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
  }
}
.btn-close:hover {
  background: #000000;
  transform: rotate(90deg);
}
.btn-close i {
  line-height: 1;
}
.btn-close img {
  max-width: 100%;
}

p:last-child {
  margin-bottom: 0px;
}

body {
  line-height: 1.2;
  font-weight: 400;
  font-size: 55px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1599.98px) {
  body {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  body {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  body {
    font-size: 18px;
  }
}

.img-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 100%;
  margin: 0px auto 0px;
}

.img-holder figure {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 0px;
  text-align: center;
  padding: 0px;
}

.img-holder figure img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  z-index: 1;
  transition: all 0.6s ease;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.img-holder.img-cover figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: capitalize;
  border: 0px solid transparent;
  border-radius: 100px;
  padding: 0px 35px 0px;
  cursor: pointer;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  background-color: #18b70b;
  height: 90px;
  color: #ffffff;
  transition: all linear 0.2s;
}
@media only screen and (max-width: 1599.98px) {
  .custom-button {
    height: 70px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .custom-button {
    height: 60px;
    font-size: 18px;
    padding: 0px 25px 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .custom-button {
    height: 40px;
    font-size: 13px;
    padding: 0px 15px 0px;
  }
}
.custom-button img {
  margin-right: 15px;
  max-width: 38px;
}
@media only screen and (max-width: 1599.98px) {
  .custom-button img {
    margin-right: 10px;
    max-width: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .custom-button img {
    max-width: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .custom-button img {
    max-width: 15px;
    margin-right: 5px;
  }
}
.custom-button.color1 {
  background-color: #ff9100;
}
.custom-button.color2 {
  background-color: #ff5e1f;
}
.custom-button:visited {
  color: #ffffff;
}
.custom-button:hover {
  text-decoration: none !important;
  background-color: #000000;
  color: #ffffff;
}

.single-slider {
  margin: 0px !important;
}

.slider-slide {
  display: block;
  vertical-align: top;
}

.banner-slide {
  position: relative;
}
.banner-slide .img-holder {
  padding-bottom: 46.87%;
}
@media only screen and (max-width: 767.98px) {
  .banner-slide .img-holder {
    padding-bottom: 90%;
  }
}
.banner-slide .banner-content-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.icon-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-holder.icon-rounded {
  border-radius: 50%;
}

.icon-holder img {
  max-height: 100%;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1460px;
  padding: 0px 30px;
}
@media only screen and (max-width: 1599.98px) {
  .container {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .container {
    max-width: 820px;
  }
}
@media only screen and (max-width: 575.98px) {
  .container {
    padding: 0px 20px;
  }
}

.logo {
  max-width: 485px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1599.98px) {
  .logo {
    max-width: 398px;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .logo {
    max-width: 340px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo {
    max-width: 250px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .logo {
    max-width: 165px;
    margin-bottom: 15px;
  }
}
.logo a {
  display: block;
}
.logo a img {
  width: 100%;
}

.icon {
  height: 115px;
  margin-bottom: 30px;
  justify-content: flex-start;
}
@media only screen and (max-width: 1599.98px) {
  .icon {
    height: 90px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .icon {
    height: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon {
    height: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .icon {
    height: 30px;
  }
}

.banner-text {
  font-size: 45px;
  color: #18b70b;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 1599.98px) {
  .banner-text {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .banner-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner-text {
    font-size: 18px;
  }
}

.slick-dots {
  display: flex;
  width: 100%;
  margin: 0px;
  justify-content: center;
  bottom: 30px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
  font-size: 0px;
}
.slick-dots li button::before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  border-radius: 10px;
  display: flex;
  content: "";
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background-color: #18b70b;
  opacity: 1;
}

.content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 575.98px) {
  .content {
    display: flex;
    align-items: center;
    min-height: 220px;
  }
}

.inner-container {
  padding: 50px 0px;
  margin: 0px auto;
  text-align: center;
  font-weight: 700;
  color: #22371d;
  line-height: 1.2;
}
@media only screen and (max-width: 1599.98px) {
  .inner-container {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 575.98px) {
  .inner-container {
    padding: 25px 0px;
  }
}

.modal-list {
  list-style: none;
  margin: 0px -22px;
  padding: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1599.98px) {
  .modal-list {
    margin: 0px -18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .modal-list {
    margin: -15px -15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-list {
    margin: -10px -10px;
  }
}
.modal-list li {
  padding: 0px 22px;
}
@media only screen and (max-width: 1599.98px) {
  .modal-list li {
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .modal-list li {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .modal-list li {
    padding: 10px 10px;
    width: 50%;
  }
}
.modal-list li a {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  color: #22371d;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1599.98px) {
  .modal-list li a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .modal-list li a {
    font-size: 16px;
  }
}
.modal-list li a img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 15px;
  border-radius:20px;
}
@media only screen and (max-width: 1599.98px) {
  .modal-list li a img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .modal-list li a img {
    max-width: 160px;
  }
}
.modal-list li a:hover {
  transform: scale(1.1);
}

.button-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 575.98px) {
  .button-holder {
    margin: -10px;
  }
}
.button-holder .content-box {
  padding: 15px;
}
@media only screen and (max-width: 575.98px) {
  .button-holder .content-box {
    padding: 10px;
  }
}

.modal-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1599.98px) {
  .modal-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .modal-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.responsive {
  width: 100%;
  max-width: 100%;
}

.hide-md {
  display: block !important;
}

.show-md {
  display: none !important;
}

@media only screen and (max-width: 767.98px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}/*# sourceMappingURL=main.css.map */