@charset "utf-8";
/* CSS Document */
div {
  background-size: cover;
}
a {
  color: black;
}
a:hover, a:focus {
  color: black;
  text-decoration: underline;
}
h1 {
font-family: "Chakra Petch", sans-serif;
  color: black;
  font-size: 45px;
  letter-spacing: normal;
  line-height: 55px;
  margin-bottom: 0;
  text-align: inherit;
  font-weight: 900;
}
h2 {
   font-family: "DM Sans", sans-serif;
  font-size: 48px;
  margin-bottom: 20px;
  letter-spacing: normal;
  color: black;
  font-weight: 900;
  line-height: 55px;
}
h3 {
   font-family: "DM Sans", sans-serif;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 900;
  line-height: 40px;
  color: black;
}
h4 {
   font-family: "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: black;
}
small {
  font-size: 9px;
  color: #a13906;
  text-transform: uppercase;
  padding-top: 5px;
}
.logo{
  text-align: center;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background: black !important;
  transition: all .4s ease;
}
.sticky .logo img {
  width: 80px;
  /* margin-top: 30px; */
}
#top-bar {
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: transparent;
  position: relative;
}
.topbar-wrap {
  width: 90%;
  margin: 0 auto;
}
.logo {}
.sub-full-wrap {
  background: rgb(255, 242, 211);
}
.top-bar h1 {
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.pro-img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 25px;
}
.btnx {
  font-family: 'Circular Std',  Arial;
  font-size: 15px;
  border: none;
  color: white;
  min-width: 250px;
  padding: 9px;
  padding-left: 45px;
  padding-right: 45px;
  background: #059524;
  border-radius: 50px;
}
strong{
	color:black;
}
p, li {
 
  font-size: 15px;
  color: rgb(103, 111, 118);
}
.box-style {
  padding: 10px;
}
.padding-style {
  padding: 10px;
}
.img-center {
  display: block;
  margin: 0px auto;
}
.btn-menu {
  position: relative;
  display: inline-block;
}
.btn-private {
  cursor: pointer;
}
.border_right {
  text-align: center;
  padding: 10px;
  border-right: 1px solid rgb(235, 235, 235);
}
.btn-z {
  display: inline-block;
  line-height: 25px;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  color: black;
  opacity: 1;
  background: #ededed;
  width: 150px;
  font-weight: 700;
  margin-left: 20px;
}
input, select, textarea {
 
}
.main-brick {
  /* width: 90%; */
  margin-bottom: 30px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  border: 2px solid transparent;
  border-top: 2px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
  border-radius: 6px;
}
.card-pic {
  width: 100%;
}
.title-wrap {
  margin-bottom: 15px;
  background: #d7d7d7e3;
  padding: 10px;
  width: 100%;
  /* text-align: center; */
  margin-top: -97px;
  padding-left: 25px;
  /* display: flex; */
  position: relative;
}
.title-css {
  font-family: 'Circular Std';
  color: black;
  display: block;
  font-size: 17px;
  height: 49px;
}
.descp-wrap {
  padding: 10px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 25px;
}
.descp-wrap p {
  font-size: 13px;
}
.card-data {
  margin-top: 15px;
}
.card-img:hover {
  transform: scale(1.1);
}
.card-info {
  padding: 30px;
}
.content-70 {
  width: 70%;
  margin: 0px auto;
}
.content-45 {
  width: 45%;
  margin: 0px auto;
}
.content-40 {
  width: 40%;
  margin: 0px auto;
}
breadcrumb {
  margin-top: 25px;
}
#breadcrumb a {
  margin-top: 25px;
  padding-right: 25px;
  color: #eaeaea;
  font-size: 13px;
}
.content-95 {
  width: 95%;
  margin: 0px auto;
}
.content-90 {
  width: 90%;
  margin: 0px auto;
}
.content-80 {
  width: 80%;
  margin: 0px auto;
}
.content-60 {
  width: 60%;
  margin: 0px auto;
}
.content-30 {
  width: 30%;
  margin: 0px auto;
}
.content-50 {
  width: 50%;
  margin: 0px auto;
}
#mobile-bottom-nav {
  display: none;
}
#mobile-nav-bar .mxnav2 {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-nav-bar .mxnav2 li a {
  font-family: 'Circular Std';
  font-weight: 700;
  color: black;
  font-size: 13px;
  text-transform: capitalize;
}
.mxnav2 li {
  display: inline-block;
  /* width: 230px; */
  text-align: center;
  line-height: 30px;
  /* width: 80px; */
  margin-right: 30px;
  border-right: 1px solid black;
  padding-right: 15px;
}
#bottom-bar {
  text-align: left;
  /*background:#25d366;*/
}
#bottom-bar .mxnav a {
  color: white;
}
#sort-btn img {
  width: 24px;
  margin-left: 50px;
}
#sort-btn {
  border: 1px solid black;
  color: black;
  padding: 10px;
  width: 150px;
  padding-left: 25px;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
#sort-card {
  border: 1px solid black;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 100;
  background: white;
  margin: 0;
  text-align: right;
  padding: 0;
}
#sort-card a {
  padding: 12px;
  display: block;
  color: black;
}
#bread {
  margin-bottom: 60px;
}
#bread img {
  width: 24px;
}
#bread li a {
  font-size: 11px;
  color: white;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-info p {
  text-align: right;
  /* line-height: 19px; */
  margin-bottom: 5px;
  font-size: 13px;
  color: white;
  display: none;
}
.contact h3 {
  color: red;
  margin-top: 20px;
}
.strip {
  /* width: 80%; */
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 100px;
  background-size: cover;
  background: #b7d433;
  text-align: center;
  /* background-image: linear-gradient(80deg, rgb(236, 32, 40) 0%, #105c37 90%); */
  background-image: url("../img/b1.jpg");
  /* background-image: linear-gradient(80deg, rgb(166, 146, 40) 0%, #000b56 70%); */
  /* margin-top: 25px; */
}
.card-list h4 {
  color: red;
  font-size: 15px;
  font-weight: 700;
}
.swiper-slide-active .banner-text-wrap h3 {
  animation: slideInDown 1s;
}
.swiper-slide-active .banner-text-wrap p {
  animation: fadeInDown 1.5s;
}
.strip h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fefff9;
  letter-spacing: normal;
  display: inline-block;
  animation: slideInRight 1s;
  margin-top: 125px;
}
.strip li {
  animation: fadeInDown 1.5s;
}
.mx-navbar {
  text-align: center;
}
.mx-navbar li a {
	/* font-family: 'Gotham Pro'; */
	color: inherit;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	/* font-weight: 700; */
	/* font-family: 'Circular Std'; */
}
.mx-navbar ul {
  list-style: none;
}
.mx-navbar li {
  display: inline-block;
  color: black;
  cursor: pointer;
  /* width: 15%; */
  margin-right: 50px;
}
.nav-small {
  display: inline-block;
  padding-right: 15px;
  border-right: 2px solid gray;
  margin-right: 15px;
}
.mx-navbar-top {
  margin-top: 20px;
}
.mx-navbar-top a {
  font-size: 13px;
  color: white;
}
.left30 {
  margin-left: -20px;
}
.right30 {
  margin-right: -20px;
}
.iconx {
  font-size: 42px;
  color: rgb(255, 255, 255);
}
.mx-navbar #box a:hover {
  color: black;
  background-color: #e3e3e3;
  font-weight: 400;
}
.contact-info {
  /* background-color: #9f4447; */
  margin-top: 5px;
  padding: 15px;
  text-align: center;
  color: #000;
  border-radius: 20px;
}
.contact-info li a {
  color: black;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-family: 'Circular Std';
}
.mx-navbar .m-services:hover .drop-down {
  display: block;
}
.mx-navbar .m-services:hover {}
.drop-down {
  margin-top: 0;
  position: absolute;
  display: none;
  padding: 0;
  background: #fff;
  padding-bottom: 20px;
}
.errorshow, .msgshow {
  border-radius: 4px;
  font-size: 12px;
  color: rgb(255, 0, 0);
  /* background-color: rgb(255, 255, 255); */
  height: 20px;
}
.contact h1 {
  margin-bottom: 25px;
}
#contact-box {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #ebebeb;
  padding: 70px;
  border-radius: 4px;
}
.text_box {
  width: 70%;
}
#footer-bar {
  background: #399326;
  position: relative;
}
#footer-bar p {
  color: #e7e5f5;
  font-size: 15px;
  margin-top: 25px;
}
#footer-bar-wrap {
  width: 80%;
  margin: 0 auto;
}
#footer-bar img {
  position: absolute;
  /* left: 50px; */
  /* top: -10px; */
  width: 100%;
}
#footer-bar h3 {
  color: white;
  line-height: 35px;
  font-size: 35px;
}
.footer-bar-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#footer {
  border-top: 1px solid rgb(225, 225, 225);
  padding-top: 35px;
}
#footer-box {
  padding: 40px;
  background: #f7b4b4;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: -150px;
  padding-bottom: 70px;
  border-radius: 20px;
}
#social-box {
  width: 40%;
  margin: 0 auto;
  border-top: 1px solid white;
  margin-top: 25px;
  padding-top: 25px;
}
#social-box img {
  width: 40px;
}
#footer-box .logo img {
  width: 140px;
}
#footer h3 {
  color: white;
  margin-bottom: 20px;
}
#footer-wrap {}
#footer-logo {
  width: 70%;
  margin: 0 auto;
}
#footer li, #footer a, #footer p {
  color: white;
  font-size: 14px;
}
@media (max-width: 800px) {
  p, li, a {
    font-size: 15px;
  }
  .descp-wrap p {
    font-size: 14px;
  }
  .modal-body {
    box-shadow: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  #mobile-bottom-nav {
    display: block;
    padding: 10px;
  }
  .main-brick {
    width: 100%;
  }
  #mobile-bottom-nav li {
    color: black;
    font-family: 'Circular Std';
    padding: 10px;
    font-size: 15px;
  }
  #mobile-nav-bar {
    display: none;
  }
  .mxnav2 li {
    display: block;
    text-align: left;
    line-height: 30px;
    margin-bottom: 15px;
    color: white;
    margin-left: 0;
    border: none;
  }
  #mobile-nav-bar .mxnav2 li a {
    color: black;
    font-size: 15px;
  }
  .cont {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
  }
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
    transition: 0.4s;
  }
  #mobile-nav-bar .mxnav2 {
    padding: 0;
    display: block;
  }
  /* Rotate first bar */
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 5px);
  }
  /* Fade out the second bar */
  .change .bar2 {
    opacity: 0;
  }
  /* Rotate last bar */
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -7px);
    transform: rotate(45deg) translate(-10px, -7px);
  }
  .mxnav {
    text-align: left;
    padding-bottom: 10px;
    margin-top: 0;
    border: none;
    padding: 0;
  }
  .btn-nav {
    text-align: center;
  }
  .mxnav li {
    /* text-align: center; */
    /* margin-bottom: 10px; */
    margin-top: 15px;
    /* padding-right: 30px; */
    padding: 0px;
    /* font-size: px; */
    margin-left: 0;
    margin-right: 0;
    width: 24%;
  }
  .mxnav a {
    font-size: 14px;
    font-weight: 700;
    color: black;
  }
  #bottom-bar .mxnav {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mobile-logo {
    width: 120%;
    padding: 10px;
    margin-top: 10px;
  }
  #home .banner {
    height: 660px;
    background-image: none;
    padding-top: 45px;
  }
  #full-green-back {
    height: auto;
  }
  .card {
    margin-bottom: 50px;
  }
  #home .swiper-button-prev, #home .swiper-button-next {
    top: 120%;
  }
  .content-50 {
    width: 80%;
  }
  #full-back-fixed {
    height: auto;
    background-position: top;
  }
  .content-90 {
    width: 90%;
  }
  .content-40 {
    width: 95%;
  }
  .contact-card .content-90 {
    width: 85%;
  }
  .content-70 {
    width: 90%;
  }
  .content-60 {
    width: 75%;
  }
  .content-30 {
    width: 75%;
  }
  .padding-70 {
    padding: 0;
  }
  .logo {
    width: 95%;
    text-align: center;
  }
  .mx-navbar {
    text-align: center;
    padding-right: 0;
  }
  .mx-navbar li a {
    font-size: 15px;
  }
  .mx-navbar li {
    margin-left: 0;
    margin-right: 20px;
    width: auto;
  }
  .banner-text-wrap {
    width: 100%;
    padding: 40px;
    height: 550px;
    border-radius: 10px;
    margin-left: 0px;
  }
  .banner-text {
    line-height: 52px;
    /* font-weight: bold; */
    font-size: 50px;
  }
  .content {
    width: 75%;
  }
  #home .content {
    width: 80%;
  }
  .inner-words {
    padding: 40px;
  }
}
/*	@media (min-width: 800px) {
	#stream .col-md-3{
		width:20%;
		padding-left:5px;
		padding: 10px;
		}}*/