/*================== used less files ===================*/
/*==================== google fonts =================*/
@import url("https://fonts.googleapis.com/css?family=Londrina+Outline|Roboto&display=swap");
/*==================== web colors ===================*/
/*==================== fonts ===================*/
/*===================== font sizes ================*/
/*=================== screen sizes ================*/
/*==================== image path =================*/
/*===================== others ======================*/
::-moz-selection {
  background-color: #5b7303;
  color: #fff;
}

::selection {
  background-color: #5b7303;
  color: #fff;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0px;
  }
}

body {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;     font-family: 'Quicksand', sans-serif;
}

section {
  padding: 60px 0px;
}
@media (max-width: 991.98px) {
  section {
    padding: 30px 0px;
  }
}

hr{margin-top: 0; margin-bottom: 0}
section:after {
  display: block;
  clear: both;
}
.breadcrumb{background-color:#fff; border-radius: 0; border: 1px solid #ececec; font-size: 14px;}
.full-width {
  width: 100%;
  height: 100vh;
}

.bg-size-cover {
  background-size: cover;
}

.theme-color-text {
  color: #5b7303;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 5555;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg-1 {
  background-color: #f5eee6 !important; border: 1px solid #ece5dd;
}

/*------------------------img hover ------------------------*/
img {
  transition: ease-in all 0.25s;
}

.overflow-hidden {
  overflow: hidden;
}

.img-zoom-in {
  transform: scale(1);
}
.img-zoom-in:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .img-zoom-in:hover {
    transform: scale(1);
  }
}

/*------------------------rotate ------------------------*/
.rotate {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Standard syntax */
}

/*------------------------text clamp ------------------------*/
.line-clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
/*======================  bootstrap edits ===================*/
section.land-section h1 {
  font-size: 8rem;
}
@media (max-width: 991.98px) {
  section.land-section h1 {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 767.98px) {
  section.land-section h1 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  section.land-section h1 {
    letter-spacing: 5px;
    font-size: 3rem !important;
  }
}
@media (max-width: 767.98px) {
  section.land-section h1 {
    font-size: 2rem !important;
  }
}
section.land-section h1.inner-page {
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  section.land-section h1.inner-page {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 767.98px) {
  section.land-section h1.inner-page {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  section.land-section h1.inner-page {
    font-size: 2rem !important;
  }
}
section.land-section .middle.inner-page span {
  letter-spacing: 5px !important;
  font-size: 1.1rem;
  display: block;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  section.land-section .middle.inner-page span {
    letter-spacing: 3px !important;
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  section.land-section .middle.inner-page span {
    letter-spacing: 3px !important;
    font-size: 1rem;
  }
}
section.land-section .middle span {
  letter-spacing: 2px;
  font-size: 1.5rem;
  display: block; text-align: center;
  /*margin-left: 5px;*/
}
@media (max-width: 991.98px) {
  section.land-section .middle span {
    letter-spacing: 1px;
    font-size: 1rem;
    display: block;
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  section.land-section .middle span {
    letter-spacing: 3px;
    font-size: 1rem;
  }
}
section.contents h5 {
  color: #013974;
}
section.contents h2 {
  font-size: 2.5rem;
  font-weight: light;
}
@media (max-width: 991.98px) {
  section.contents h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  section.contents h2 {
    font-size: 1.3rem !important;
  }
}
section.inner-page h2 {
  font-size: 2rem !important; color:  #424444
}
@media (max-width: 991.98px) {
  section.inner-page h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  section.inner-page h2 {
    font-size: 1.3rem !important;
  }
}
section.inner-page .resp-img {
  width: 50%;
}
@media (max-width: 575.98px) {
  section.inner-page .resp-img {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  section.inner-page .container {
    max-width: 1220px;
  }
}
@media (min-width: 1366px) {
  section.inner-page .container {
    max-width: 1266px;
  }
}
@media (min-width: 1440px) {
  section.inner-page .container {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  section.inner-page .container {
    max-width: 1450px;
  }
}
@media (min-width: 1920px) {
  section.inner-page .container {
    max-width: 1600px;
  }
}

/*# sourceMappingURL=style.css.map */
