/************************
        Global
************************/

:root {
  --mainFont: "Noto Sans", sans-serif;

  /* Colors */
  --mainColor: #3e602b;
  --mainColor2: #1e4304;
  --lightText: #fff;
  --activeLink: #6f6f6f;
  --headingLight: #fff;
  --headingBg: #3e602b;
  --bodyBg: #d7c7a8;
  --bodyText: #333333;
  --disabled: #c6b8b8;
  --footer: #90836c;

  /* Images Path */
  --bodyBG: url('../img/woodbg.jpg');
  --bannerBG: url('../img/banner.jpg');
  --grass: url('../img/horsebg.png');
}

body {
  font-family: var(--mainFont);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bodyText);
  padding-top: 144px;
  background-color: #c3b090;
}
a {
	color: #3D602B;
}

a:hover {
	color: #3D602B;
}

.float-none {
  float: none!important;
}

.bf-none::before,
.bf-none::after {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.2;
  color: var(--mainColor);
}

h1 {
  font-size: 48px;
}

.Custom {
	font-family: "Caprasimo", serif;
	font-weight: 400;
}

.light p,
.light h1, .light h2, .light h3, .light h4, .light div {
  color: var(--lightText);
}

.title {
  font-size: 20px;
  font-weight: 600;
}

.space-top {
  padding-top: 60px;
}

.space-btm {
  padding-bottom: 75px;
}

.strong {
  font-weight: 700!important;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.btn {
  border: none;
  outline: none;
  transition: all 0.15s linear;
}

.btn:hover {
  transform: scale(1.06);
}

.btn:focus, .btn:active:focus {
  outline: none;
}

.btn.card-btn {
  color: #fff;
  background-color: var(--mainColor);
  border-radius: 35px;
  padding: 8px 20px;
  font-size: 15px;
}

.container .heading {
  max-width: 650px;
  margin: 0 auto 50px auto;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  body {
    padding-top: 123px;
  }
  .space-top {
    padding-top: 75px;
  }
  .space-btm {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 108px;
  }
  .container .heading {
    margin-bottom: 35px;
  }
  .space-top {
    padding-top: 60px;
  }
  .space-btm {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 26px;
  }
  .container {
    padding: 0 20px;
  }
  .space-top {
    padding-top: 50px;
  }
  .space-btm {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 500px) {
  body {
    padding-top: 97.5px;
  }
}

/************************
        Navbar
************************/

.navbar {
  border-radius: 0px;
  margin: 0;
  border: none;
  background-color: #3e602b;
  padding: 15px 0;
  transition: all 0.15s linear;
}

.navbar .container {
  justify-content: space-between;
}

.navbar .container .navbar-brand {
  height: auto;
  padding: 0;
  margin: 0 45px 0 0;
}

.navbar .container .navbar-brand img {
  display: inline-block;
  width: 110px;
  transition: all 0.15s linear;
}

.navbar .container .navbar-brand .brand-name {
  color: var(--headingLight);
  font-size: 19px;
  font-weight: 700;
  margin-left: 15px;
  white-space: nowrap;
}

.navbar .navbar-nav {
  margin-right: 0px;
}

.navbar .navbar-collapse li a {
  padding: 5px;
  background-color: transparent;
  font-weight: 600;
  font-size: 15px;
  color: var(--mainColor);
  transition: color 0.15s linear;
}

.navbar .navbar-collapse li:not(:last-child) a {
  margin-right: 24px;
}

.navbar .navbar-collapse li:hover a,
.navbar .navbar-collapse li.active a {
  color: var(--activeLink);
}

.navbar.scroll {
  padding: 10px 0;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .08);
}

.navbar.scroll .container .navbar-brand img {
  width: 90px;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .navbar .container .navbar-brand img {
    width: 90px;
  }
  .navbar .container .navbar-brand .brand-name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }  
  .navbar.scroll .container .navbar-brand img,
  .navbar .container .navbar-brand img {
    width: 85px;
  }
  .navbar .container .navbar-brand .brand-name {
    font-size: 17px;
    margin-left: 10px;
  }
  .navbar .navbar-collapse li:not(:last-child) a {
    margin-right: 18px;
  }
  .navbar .container .navbar-brand {
    margin: 0 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .navbar.scroll,
  .navbar {
    padding: 10px 0px;
  }
  .navbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .navbar .navbar-collapse::before,
  .navbar .navbar-collapse::after,
  .navbar .navbar-header::before,
  .navbar .navbar-header::after {
    display: none;
  }
  .navbar .navbar-toggle {
    margin: 0;
    padding: 8px;
    width: 58px;
    height: 46px;
    order: 2;
    float: none;
    border: 1px solid var(--bodyText);
    transition: all 0.18s linear;
	display: none;
  }
  .navbar .navbar-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 15px;
    background-color: var(--bodyText);
    transition: background-color 0.18s linear, transform 0.18s linear;
  }
  .navbar .navbar-brand {
    order: 1;
    float: none;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
  }
  .navbar .navbar-toggle.active,
  .navbar .navbar-toggle:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
  }
  .navbar .navbar-toggle.active span,
  .navbar .navbar-toggle:hover span {
    background-color: #fff;
  }
  .navbar .navbar-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-7px, 7px);
  }
  .navbar .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .navbar .navbar-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -7px);
  }
  .navbar .container {
    flex-wrap: wrap;
  }
  .navbar .navbar-collapse {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .navbar .navbar-collapse:not(.collapse) {
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .navbar .navbar-collapse.active {
    height: 0px;
    visibility: visible;
  }
  .navbar .navbar-nav {
    padding: 0px;
    text-align: center;
    border-top: none;
    margin: 0;
  }
  .navbar .navbar-collapse li:not(:last-child) a {
    margin-right: 0px;
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar .navbar-collapse li a {
    padding: 10px 15px;
  }
  .navbar .navbar-collapse li:first-child a {
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
  }
}

@media only screen and (max-width: 500px) {
  .navbar.scroll .container .navbar-brand img,
  .navbar .container .navbar-brand img {
    width: 75px;
  }
  .navbar .container .navbar-brand .brand-name {
    font-size: 16px;
    margin-left: 8px;
    white-space: normal;
  }
}

/************************
        Banner
************************/

.banner-section {
  position: relative;
  background-image: var(--bannerBG);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 630px;
  padding-bottom: 60px;
  color: var(--lightText)
}

.banner-section .title {
  margin-bottom: 8px;
}

.banner-section .heading h1,
.banner-section .heading p {
  opacity: 0;
  transform: translateY(70px);
}

.banner-section .heading.done-anim h1,
.banner-section .heading.done-anim p {
  opacity: 1;
  transform: translateY(0px);
}

.banner-section .heading.done-anim p {
  animation: anim1 0.4s ease-in-out;
}

.banner-section .heading.done-anim h1 {
  animation: anim1 0.55s ease-in-out;
}

@keyframes anim1 {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .banner-section {
    min-height: 450px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.35);
  }
}

@media only screen and (max-width: 767px) {
  .banner-section {
    min-height: 420px;
    padding-bottom: 0px;
    background-position: 75%;
  }
  .banner-section::before {
    background-color: rgba(0,0,0,.62);
  }
  .banner-section .container .heading {
    text-align: center;
  }
  .banner-section .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

/************************
        About
************************/

.about-section {
  color: var(--lightText);
  background-color: var(--footer);
  padding: 40px 0;
}

.about-section .content .pic {
  flex: 0 0 250px;
  width: 250px;
}

.about-section .content .description {
  padding-left: 40px;
}

.about-section .content .description p {
  margin-bottom: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .about-section {
    padding: 25px 0;
  }
  .about-section .content .description p {
    margin-bottom: 12px;
  }
  .about-section .content .pic {
    flex: 0 0 230px;
    width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section {
    padding: 30px 0 25px 0;
  }
  .about-section .content {
    flex-wrap: wrap;
    text-align: center;
  }
  .about-section .content .pic {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
  }
  .about-section .content .pic img {
    margin: 0 auto;
  }
  .about-section .content .description {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0 15px 0;
    order: 1;
  }
}

/************************
        Cards 
************************/

.cards-section .card-container {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 45px;
}

.cards-section .card-heading {
  padding: 5px;
  background-color: var(--headingBg);
}

.cards-section .card-heading p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}

.cards-section .card-content {
  background-color: var(--bodyBg);
  padding: 15px 15px 18px 15px;
}

.cards-section .card-content div,
.cards-section .card-content p,
.cards-section .card-content h4 {
  color: var(--bodyText);
}

.cards-section .card-content h4 {
  margin-bottom: 6px;
}

.cards-section .card-details .detail:not(:last-child) {
  margin-right: 15px;
}

.cards-section .detail span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
}

.cards-section .detail .txt {
  padding-left: 4px;
}

.cards-section .card-content .btn {
  margin: 12px 10px 0 0;
}

.cards-section .card-modal {
  display: none;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.80);
  z-index: 99999;
  transition: opacity 0.25s ease-in-out;
}

.cards-section .card-modal.active {
  display: flex;
}

.cards-section .card-modal.active.ready {
  opacity: 1;
}

.cards-section .card-modal .card-box {
  max-width: 770px;
  margin: 0 auto;
  background-color: #c3b090;
  padding: 20px 25px;
  border-radius: 35px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);
}

.cards-section .card-modal .box-heading {
  justify-content: space-between;
  margin-bottom: 8px;
}

.cards-section .card-modal .box-heading p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--mainColor);
  line-height: 1.3;
}

.cards-section .card-modal .box-heading h3 {
  color: var(--bodyText);
  margin-bottom: 0px;
  font-weight: 700;
}

.cards-section .card-modal .box-body {
  padding: 15px;
  border-radius: 10px;
  background-color: var(--bodyBg);
}

.cards-section .card-modal .box-body .box-pic {
  max-width: 350px;
  flex: 0 0 350px;
  border: 2px solid #b2b3ae;
  border-radius: 8px;
  overflow: hidden;
}

.cards-section .card-modal .box-description {
  padding: 5px 5px 0px 20px;
  font-size: 15px;
  font-weight: 500;
}

.cards-section .card-modal .box-description p:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c7cfc3;
}

.cards-section .card-modal .box-description p span {
  display: block;
  line-height: 1.3;
}

.cards-section .card-modal .box-description p:last-child {
  margin-bottom: 8px;
}

.cards-section .card-modal .btn {
  margin-top: 15px;
}

.cards-section .card-modal .box-title {
  padding-right: 25px;
}
.inquire {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 700;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .cards-section .card-content h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .cards-section .card-container {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 35px;
  }
  .cards-section .card-modal .card-box {
    max-width: 680px;
    padding: 15px 20px;
  }
  .cards-section .card-modal .box-heading h3 {
    font-size: 20px;
  }
  .cards-section .card-modal .box-heading p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .cards-section .card-modal .box-description {
    padding: 5px 5px 0px 15px;
    font-size: 14px;
  }
  .cards-section .card-modal .box-body .box-pic {
    max-width: 320px;
    flex: 0 0 320px;
  }
  .cards-section .card-modal .box-body {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cards-section .card-container {
    flex: 0 0 100%;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 35px auto;
  }
  .cards-section .card-modal .card-box {
    max-width: 95%;
    padding: 15px;
  }
  .cards-section .card-modal .box-body .box-pic {
    flex: 0 0 270px;
    max-width: 270px;
  }
  .cards-section .card-modal .box-heading {
    padding: 0 10px;
  }
  .cards-section .card-modal .card-box {
    max-height: 100%;
    overflow: auto;
  }
}

@media only screen and (max-width: 600px) {
  .cards-section .card-modal .box-body .box-pic {
    flex: 0 0 220px;
    max-width: 220px;
  }
  .cards-section .card-modal .box-heading h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .cards-section .card-modal .box-body {
    flex-wrap: wrap;
  }
  .cards-section .card-modal .box-body .box-pic {
    margin: 0 auto 20px auto;
  }
  .cards-section .card-modal .box-description {
    flex: 0 0 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .cards-section .card-modal .box-description p span {
    display: inline;
  }
  .cards-section .card-modal .box-description p span:not(:last-child) {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 380px) {
  .cards-section .card-modal .card-box {
    padding: 15px 0;
  }
  .cards-section .card-modal .box-heading {
    padding: 0px 15px;
  }
  .cards-section .card-modal .box-heading p {
    font-size: 14px;
  }
  .cards-section .card-modal .box-heading h3 {
    font-size: 17px;
  }
}

/************************
        Contact
************************/

.contact-section {
  padding-top: 30px;
}

.contact-section .heading a,
.contact-section .heading p {
  color: var(--mainColor);
  font-weight: 500;
}

.contact-section .heading a {
  font-weight: 700;
}

.contact-section label {
  font-size: 15px;
  font-weight: 600;
}

.contact-section input {
  height: auto;
  padding: 10px 12px;
  color: var(--bodyText);
}

.contact-section textarea:active,.contact-section textarea:focus,.contact-section textarea:active:focus,
.contact-section input:active,.contact-section input:focus,.contact-section input:active:focus {
  border-color: #6e8e57;
  box-shadow: 0px 0px 4px 0px rgba(41, 88, 8, 0.3);
}

.contact-section input[type='number']::-webkit-inner-spin-button,
.contact-section input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-section input[type='number'] {
  -moz-appearance: textfield;
}

.contact-section textarea {
  resize: none;
  height: 128px;
  padding: 10px 12px;
  color: var(--bodyText);
}
.contact-section .form-btn {
  height: 42px;
  margin-top: 29px;
  min-width: 210px;
  color: #fff;
  font-weight: 500;
  opacity: 1;
  background-color: var(--mainColor);
  transform: none;
}

.contact-section .form-btn[disabled] {
  color: var(--bodyText);
  background-color: var(--disabled);
}

.contact-section .form-btn:not([disabled]):hover {
  background-color: var(--mainColor2);
}

.contact-section .antispam {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .contact-section {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-section {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-section .form-container {
    max-width: 450px;
    margin: 0 auto 15px auto;
  }
  .contact-section .form-btn {
    margin-top: 15px;
    width: 100%;
  }
  .contact-section .container .heading {
    margin-bottom: 28px;
  }
}

/************************
        Footer
************************/

.footer-section {
  position: relative;
  background-color: var(--footer);
  margin-top: 160px;
}

.footer-section .shape {
  position: absolute;
  top: -190px;
  width: 100%;
  height: 190px;
  background-image: var(--grass);
  background-repeat: repeat-x;
  z-index: 1;
}

.footer-section .container {
  padding: 25px 0 35px 0;
}

.footer-section .copyrights p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #4A4339;
}

.footer-section .logo {
  max-width: 90px;
  margin: 15px auto 0 auto;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .footer-section .container {
    padding: 30px 0 40px 0;
  }
  .footer-section .logo {
    max-width: 75px;
    margin: 10px auto 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .footer-section .container {
    padding: 25px 0 35px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section .container {
    padding: 20px 0 30px 0;
  }
  .footer-section .logo {
    max-width: 71px;
    margin: 13px auto 0 auto;
  }
  .footer-section .shape {
    background-position: center center;
  }
}
