body {
  font-family: "Open Sans", sans-serif;
}
.main-bg {
  background-image: url(../img/homebanner.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.navbar {
  padding: 0 !important;
}
.navbar-brand {
  padding: 0 !important;
}
.navbar .container {
  align-items: flex-start;
}

.navbar-nav .nav-item .nav-link {
  padding: 20px 0 20px 45px;
  font-size: 16px;
  font-weight: 700;
  color: white !important;
}
.home-banner-container {
  padding: 50px 0;
  position: relative;
}
.container-overlap {
  width: 100%;
  position: absolute;
  left: 0;
  height: 550px;
  top: 0;
}
.container-overlap img {
  position: absolute;
  /* right: 0; */
  height: 550px;
  right: 0;
  top: 50px;
}
.container-overlap .container {
  position: relative;
  height: 550px;
}
.home-title {
  font-size: 28px;
  font-weight: 700;
  color: white;
}
.home-title span {
  color: #55a57f;
  font-size: 32px;
}

/* .home-banner-container img {
  position: absolute;
  right: 0;
  top: 80px;
} */

.home-box {
  height: 450px;
}

.section-2 {
  padding: 150px 0px 100px 0;
  margin-top:100px;
}
.section2-box {
  display: flex;
  margin-bottom: 70px;
}
.section2-box img {
  margin-right: 20px;
}
.section2-box h5 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 30px;
}
.section2-box p {
  color: #115836;
  font-size: 14px;
  margin: 0;
}

/* section 3 */
.section-3 {
  padding-bottom: 100px;
}
.section-3 h2 {
  font-size: 28px;
  font-weight: 700;
}
.section-3 h1 {
  font-size: 35px;
  font-weight: 700;
}
.section-3 p {
  font-size: 20px;
  font-weight: 700;
}
.section-3 .first-text {
}

.card {
	margin: 0 auto;
	border: none;
}
.card .carousel-item {
	min-height: 300px;
}
.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 0px;
	color: #3d3d3d;
	border: 0px solid #ccc;
	min-height:175px;
	padding: 15px;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #cd3a54;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.carousel-control-prev {
	left: 50%;
	top: 84%;
}
.carousel-control-next {
	right: 30%;
	top: 84%;
}
.midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.carousel-caption h2 {
	font-size: 14px;
}
.carousel-caption h2 span {
	color: #cd3a54;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}


/* section 4 */
.section-4 {
  background-image: url(../img/section4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
}
.shadown-box {
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section-4 h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* section 5 */
.section-5 {
  padding: 100px 0;
}
.section-5 h1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-5 h1 span {
  font-weight: normal;
}

.section5-leftbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 65px;
}
.section5-leftbox .box-img img {
  width: 46px;
  height: 46px;
  margin-right: 22px;
}
.section5-leftbox p {
  font-size: 18px;
  font-weight: normal;
  color: #115836;
}
.section5-rightbox {
  padding: 21px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-bottom: 55px;
}
.section5-rightbox img {
  width: 57px;
  height: 57px;
  margin: auto;
  margin-bottom: 24px;
}
.section5-rightbox h6 {
  font-size: 20px;
  font-weight: 700;
  color: #55a57f;
  margin-bottom: 24px;
}

.section5-rightbox p {
  font-size: 16px;
  font-weight: normal;
  color: #115836;
}

/* section6 */
.section-6 .carousel-cardwrapper {
  min-height: 396px;
  position: relative;
  margin-bottom: 67px;
  padding-top: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-6 .carousel-cardwrapper .carousel-img {
  width: 245px;
  height: 308px;
  margin-right: 100px;
  position: relative;
}
.quote-container {
  width: 100%;
}
.section-6 .carousel-cardwrapper .carousel-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 67px;
}
.section-6 .carousel-cardwrapper h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 17px;
}
.section-6 .carousel-cardwrapper h1 span {
  font-weight: 100;
}
.section-6 .carousel-cardwrapper .quote-box {
  display: flex;

  width: 100%;
}
.section-6 .carousel-cardwrapper .quote-box img {
  width: 26px;
  height: 26px;
  margin: 0 30px;
}
.section-6 .carousel-cardwrapper .quote-box p {
  font-size: 18px;
  margin-bottom: 22px;
}
.section-6 .carousel-cardwrapper .quote-box h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.section-6 .carousel-cardwrapper .quote-box h6 {
  font-size: 20px;
  font-weight: 400;
}
.owl-nav {
  position: absolute;
  bottom: 0;
  left: 30%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  opacity: 1 !important;
  outline: none !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
}
/* section7 */
.section-7 {
  padding: 100px 0;
}
.section-7 h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 17px;
  text-align: center;
}
.section-7 h2 {
  font-size: 26px;
  text-align: center;
  width: 40%;
  margin: auto;
  font-weight: 600;
  margin-bottom: 55px;
}
.section-7 h2 span {
  font-weight: 500;
  font-style: italic;
}

.section-7 .theme-line {
  margin: auto;
  margin-bottom: 80px;
}

.section7-box {
  padding: 25px 52px 52px 52px;
  margin-bottom: 55px;
  text-align: center;
  background: #fcfcfc;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.section7-box img {
  height: 170px;
  margin-bottom: 34px;
}
.section7-box h5 {
  color: #6a4b37;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 34px;
  text-align: center;
}
.section7-box p {
  font-size: 22px;
  color: #115836;
  text-align: left;
  margin: 0;
  min-height: 100px;
  font-weight: 400;
}

.section7-box.left-side {
  margin-right: 10px;
}
.section7-box.right-side {
  margin-left: 10px;
}
/* section 8 */
.section-8 {
  background-image: url(../img/section8/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
}

.section-8 .center-box {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-8 .center-box h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
}
.section-8 .center-box img {
  margin: 10px 10px;
}

/* section 9 */
.pricing-text {
  font-size: 20px;
  font-weight: 700;
  color: #115836;
  text-align: center;
}
.pricing-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 28px 21px;
  margin-bottom: 50px;
}
.pricing-card h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
.pricing-card p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 18px;
}

.primary-btn {
  border-radius: 4px;
  background-color: #55a57f;
  color: white;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 28px;
}
.pricing-card h6 {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-card ul li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 13px;
}
/* section 9 */
.section-10 {
  margin-bottom: 150px;
}
.section-10 h6 {
  color: #55a57f;
  font-size: 20px;
  font-weight: 700;
  text-align: center;

  margin-bottom: 8px;
}
.section-10 h5 {
  color: #115836;
  font-size: 24px;
  margin-bottom: 80px;
  text-align: center;

  font-weight: 700;
}

.custom-collapse {
  overflow: hidden;
}

.custom-collapse .collapse-wrapper {
  width: 100%;
  float: left;
  border-bottom: 1px solid #707070;

  overflow: hidden;
  position: relative;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}
.custom-collapse .collapse-wrapper:last-child {
  border: none;
}
.custom-collapse {
  border: 1px solid #707070;
}
.custom-collapse .collapse-wrapper input {
  display: none;
}

.custom-collapse .collapse-wrapper .collapse-label {
  display: flex;

  justify-content: space-between;
  padding: 35px 35px 35px 100px !important;
  margin: 0;
  cursor: pointer;
  color: #115836;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}

.custom-collapse .collapse-wrapper .collapse-label::after {
  content: "\002B";
  left: 47px;
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-collapse .collapse-wrapper .collapse-content {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}

.custom-collapse input:checked ~ .collapse-content {
  height: auto;
  /* max-height: 500px; */
  /* overflow: hidden auto; */
  width: 100%;
  float: left;
  padding: 0 35px;
}

.custom-collapse input:checked + .collapse-label::after {
  content: "\2212";
  /* -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); */
}
.collapse-content p {
  font-size: 20px;
  color: #55a57f;
}

/* section 11 */
.section-11 {
  background-image: url(../img/section10/Mask\ Group\ 21.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 363px;
  position: relative;
}

.section-11 .center-box {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-11 .center-box h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
.section-11 .center-box .theme-line {
  background: white;
  margin: auto;
}
.section-11 .center-box p {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 38px 0;
}
.section-11 .form-group {
  margin: 0 6px 14px 6px;
}
.section-11 .form-group .form-control {
  min-width: 320px;
  width: 100%;
  height: 46px;
  padding: 12px;
  outline: none;
  border-radius: 4px;
  border: none;
}
.section-11 .form-group .sumbit-text {
  min-width: 320px;
  width: 100%;
  height: 46px;
  padding: 12px;
  border-radius: 4px;
  text-align: left;
  color: white;
  font-size: 18px;
  background: #55a57f;
}
.section-11 .form-group {
  position: relative;
}
.section-11 .form-group button {
  position: absolute;
  width: 67px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #225836;
  border: none;
  outline: none;
  font-size: 18px;
  color: white;
  right: 0;
  top: 0;
  border-radius: 4px;
}
 .form-group button {
  position: absolute;
  width: 67px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #225836;
  border: none;
  outline: none;
  font-size: 18px;
  color: white;
  right: 0;
  top: 0;
  border-radius: 4px;
}

.btn1{ position:relative !important; width:225px !important;}
/* footer */
footer {
  background: #55a57f;
  color: white;
}
.footer-logo-wrapper {
  margin-bottom: 30px;
}
.footer-logo-wrapper .logo {
  margin-bottom: 15px;
}
.footer-logo-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-logo-wrapper p {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.footer-logo-wrapper p img {
  margin-right: 15px;
  margin-bottom: 5px;
}
footer h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 110px 0 35px 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  font-size: 16px;
  color: white;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}


.owl-nav .disabled {
    disabled:none;
}